bec462ccc7df76e9b698340ecd404612d0e88273
[gnus] / lisp / ChangeLog
1 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4         auth-source now accepts numbers.
5
6         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7         spec, too.
8         (auth-source-ensure-strings): New function.
9
10         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
11         (gnus-article-setup-buffer): Always restart the date timer so that user
12         changes to the frequency is respected.
13
14         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
15         port numbers, so make sure it gets that if nnimap-server-port is
16         explicit.
17
18 2011-02-21  Simon Josefsson  <simon@josefsson.org>
19
20         * nnimap.el (nnimap-inbox): Doc fix.
21
22 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
23
24         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
25         Autoload.  Add optional arg FRAME, and pass it to color-values.
26         (color-complement): Caller changed.  Doc fix.
27         (color-gradient): Rewrite for better clarity and efficiency.
28
29 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
30
31         * shr-color.el (shr-color->hexadecimal): Use renamed function names
32         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
33         color-lab-to-srgb.
34
35 2011-02-20  Drew Adams  <drew.adams@oracle.com>
36
37         * color.el: First part of merge from hexrgb.el.
38         (color-rgb-to-hex): Rename from color-rgb->hex.
39         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
40         saturation to zero if the value is too small.
41         (color-rgb-to-hsl): Rename from color-rgb->hsl.
42         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
43         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
44         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
45         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
46         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
47         (color-cie-de2000): Doc fix.
48
49 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
50
51         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
52         given method as in the group name if we're using an extended method.
53         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
54         command, if we're using that, instead of waiting for the beginning.
55
56         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
57         we're sure to get unique server names, and we don't output two async
58         commands in the same buffer.  This fixes an NNTP hang for some users.
59
60 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
61
62         * gnus.el: No Gnus v0.11 is released.
63
64 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
67         summary buffer before reading going to the next buffer.  This avoids
68         putting the point in the group buffer if you `C-g' the command.
69
70         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
71         cache (for now) to make ~/.authinfo.gpg files usable.
72
73         * nnfolder.el (copyright-update): Define for the compiler.
74
75         * auth-source.el (auth-source-search): Fix unbound variable.
76
77 2011-02-19  Glenn Morris  <rgm@gnu.org>
78
79         * gnus.el (gnus-meta): Doc fix.
80
81 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
82
83         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
84         in case it's not yet loaded.
85
86 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
87
88         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
89         line we're waiting for.
90
91 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
92
93         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
94         face with line-width greater than zero will cause RET in gnus summary
95         buffer to scroll down article page-wise because auto vscroll happens,
96         it should be temporalily disabled when doing a scroll-up.
97
98 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
99
100         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
101         outputs from the server.
102
103 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
104
105         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
106         later so that bbdb can hook in easier.
107
108 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
109
110         * auth-source.el (auth-source-search): Don't try to create credentials
111         if the caller doesn't want that.
112         (auth-source-search): If we don't find a match, don't bug out on
113         non-bound variables.
114         (auth-source-search): Only ask a single backend to create the
115         credentials.
116
117         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
118         logging.
119         (nnimap-credentials): Protect against auth-source-search returning nil.
120         (nnimap-request-list): Protect against not being able to open the
121         server.
122
123 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * auth-source.el (auth-source-search): Do a two-phase search, one with
126         no :create to get the responses from all backends.
127
128         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
129         when getting credentials.
130
131         * gnus-util.el (gnus-delete-duplicates): New function.
132
133 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * nnimap.el (nnimap-credentials): Instead of picking the first port as
136         a creation default, pass the whole port list down.  It will be
137         completed.
138
139         * auth-source.el (auth-source-search): Updated docs to talk about
140         multiple creation choices.
141         (auth-source-netrc-create): Accept a list as a value (from the search
142         parameters) and do completion on that list.  Keep a separate netrc line
143         with the password obscured for showing the user.
144
145         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
146         first choice to `auth-source-search' so it will be used for entry
147         creation instead of the server's Gnus-specific name.
148         (nnimap-credentials): Rely on the auth-source library to select which
149         port is actually wanted in the new netrc entry, so don't override
150         `auth-source-creation-defaults'.
151
152         * auth-source.el (auth-source-netrc-parse): Use :port instead of
153         :protocol and accept a missing user, host, or port as a wildcard match.
154         (auth-source-debug): Default to off.
155
156         (auth-source-netrc-search, auth-source-netrc-create)
157         (auth-source-secrets-search, auth-source-secrets-create)
158         (auth-source-user-or-password, auth-source-backend, auth-sources)
159         (auth-source-backend-parse-parameters, auth-source-search): Use :port
160         instead of :protocol.
161
162         * nnimap.el (nnimap-credentials): Pass a port default to
163         `auth-source-search' in case an entry needs to be created.
164         (nnimap-open-connection-1): Use :port instead of :protocol.
165
166 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * auth-source.el: Bind load-path when loading EIEIO from
169         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
170         21.4 doesn't support, to `require'.
171         (auth-source-secrets-search): Use mm-delete-duplicates instead of
172         delete-dups that is not available in XEmacs 21.4.
173
174 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
175
176         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
177         as EIEIO must also be loaded when auth-source.el is being
178         byte-compiled.
179
180 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
181
182         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
183
184         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
185
186         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
187
188         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
189
190         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
191
192         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
193
194         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
195
196         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
197         necessary.
198
199 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
202         nil means that nnimap doesn't get updated.
203
204 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * auth-source.el (auth-source-netrc-create): Return a synthetic search
207         result when the user doesn't want to write to the file.
208         (auth-source-netrc-search): Expect a synthetic result and proceed
209         accordingly.
210         (auth-source-cache-expiry): New variable to override
211         `password-cache-expiry'.
212         (auth-source-remember): Use it.
213
214         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
215         parameter.  Create entry if necessary by using :create t.
216         (nnimap-open-connection-1): Don't pass `inhibit-create'.
217
218 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
219
220         * auth-source.el (auth-source-debug): Enable by default and don't
221         mention the obsolete `auth-source-hide-passwords'.
222         (auth-source-do-warn): New function to debug unconditionally.
223         (auth-source-do-debug): Use it.
224         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
225         and for Secrets API entries when the secrets.el library is not
226         available.
227
228 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-sum.el (gnus-propagate-marks): Default to nil.
231         (gnus-summary-exit): Kill the correct article buffer on exit from a
232         `C-d' group.
233
234         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
235         gnus-propagate-marks.
236
237         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
238         before killing the buffers so that a non-full window conf gets handled
239         correctly.
240         (gnus-summary-exit): Ditto.
241         (gnus-summary-read-group-1): Ditto.
242
243         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
244         async code again so that we can debug it properly.
245
246         * message.el (message-reply): Take an optional switch-buffer parameter
247         so that Gnus window confs are respected better.
248
249 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
250
251         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
252         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
253         docstring.
254         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
255         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
256         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
257         Login collection is "Login" and not "login".
258
259 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
262         multiple headers.
263
264         * nnimap.el (nnimap-inhibit-logging): New variable.
265         (nnimap-log-command): Don't log login commands.
266
267         * auth-source.el (auth-source-netrc-search): The asserts seem to want
268         to have more parameters.
269
270         * nnimap.el (nnimap-send-command): Mark the command time for each
271         command, so that we don't get NOOPs stepping on our toes.
272
273         * gnus-art.el (article-date-ut): Get the date from the Date header on
274         `t'.
275
276 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * auth-source.el (auth-source-search): Use copy-sequence instead of
279         the cl.el copy-list.
280
281 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * imap.el: Bring it back (revert
284         84d800cd31de3064f0ed39617d725709a2f8f42f).
285
286 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
287
288         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
289         Improve prompt.
290
291 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-art.el (gnus-article-mode-line-format): Remove the article
294         washing status from the default format.  It isn't very informative.
295
296 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
297
298         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
299         Gcc processing on imap.
300
301 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
302
303         * imap.el: Remove file.  All the functionality is in nnimap.el.
304
305 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
306
307         * message.el (message-bury): Don't pop up a new window when selected
308         window is dedicated.
309
310 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
311
312         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
313
314 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * sieve-manage.el: Autoload `auth-source-search'.
317         (sieve-sasl-auth): Use it.
318
319 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         * nnimap.el: Autoload `auth-source-forget+'.
322         (nnimap-open-connection-1): Use it if the connection fails.
323
324         * auth-source.el: Require `password-cache'.
325         (auth-source-hide-passwords, auth-source-cache): Remove and mark
326         obsolete.
327         (auth-source-magic): Marker for `password-cache' keys.
328         (auth-source-do-cache): Update docstring.
329         (auth-source-search): Use and check cache.
330         (auth-source-forget-all-cached, auth-source-remember)
331         (auth-source-recall, auth-source-forget, auth-source-forget+)
332         (auth-source-specmatchp): Caching support functions.
333         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
334         Remove and obsolete.
335         (auth-source-user-or-password): Remove caching to further discourage
336         using it.  Always hide passwords.
337
338         * password-cache.el (password-cache-remove): Accept secrets that are
339         not strings.
340
341 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
342
343         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
344         code for now, since it doesn't work for all users.
345
346 2011-02-09  Julien Danjou  <julien@danjou.info>
347
348         * message.el (message-options): Make message-options really buffer
349         local.
350
351 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
352
353         * mail-source.el: Autoload `auth-source-search'.
354         (mail-source-keyword-map): Note order matters.
355         (mail-source-set-1): Get all the mail-source source values and
356         defaults and search auth-source on those if needed.  This can all
357         probably be simplified.
358
359         * nnimap.el: Autoload `auth-source-search'.
360         (nnimap-credentials): Use it.
361         (nnimap-open-connection-1): Ask for the virtual server and physical
362         address in one shot.
363
364         * nntp.el: Autoload `auth-source-search'.
365         (nntp-send-authinfo): Use it.  Note TODO.
366
367 2011-02-08  Julien Danjou  <julien@danjou.info>
368
369         * shr.el (shr-tag-body): Add support for text attribute in body
370         markups.
371
372         * message.el (message-options): Make message-options a local variable.
373
374 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
375
376         * auth-source.el (auth-source-secrets-search)
377         (auth-source-user-or-password): Use `append' instead of `nconc'.
378         (auth-source-user-or-password): Build return list better and protect
379         against nil :secret.
380
381 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
382
383         * nnimap.el (nnimap-update-info): Refactor slightly.
384         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
385         (nnimap-update-info): Clean up slightly.
386         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
387         characters.
388         (nnimap-process-quirk): Rename function to avoid collision.
389         (nnimap-update-info): Fix macrology bug-out.
390         (nnimap-update-info): Simplify split history test.
391
392 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
393
394         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
395         `secrets-get-attributes' instead of `secrets-get-attribute'.
396         (auth-source-secrets-search): Limit search when `max' is greater than
397         number of results.
398
399 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
400
401         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
402         part not returning any data.
403
404         * proto-stream.el (open-protocol-stream): Document the return value.
405
406 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
407
408         * auth-source.el (auth-source-secrets-search): Add examples.
409
410 2011-02-06  Julien Danjou  <julien@danjou.info>
411
412         * message.el (message-setup-1): Handle message-generate-headers-first
413         set to t.
414
415 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
418         API with a string "secrets:collection-name" and with 'default.
419         (auth-source-backend-parse): Parse "secrets:collection-name" and
420         'default.  Recurse on parses instead of repeating code.  Use the
421         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
422         message when ignoring a source.
423         (auth-source-search): List ignored search keys at the top level.
424         (auth-source-netrc-create): Use `case' instead of `cond'.
425         (auth-source-secrets-search): Created with TODOs.
426         (auth-source-secrets-create): Created with TODOs.
427         (auth-source-retrieve, auth-source-create, auth-source-delete)
428         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
429         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
430         (auth-source-user-or-password-sftp)
431         (auth-source-user-or-password-smtp): Removed.
432         (auth-source-user-or-password): Deprecated and modified to be a wrapper
433         around `auth-source-search'.  Not tested thoroughly.
434
435 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         * auth-source.el: Bring in assoc and eioeio libraries.
438         (secrets-enabled): New variable to track the status of the Secrets API.
439         (auth-source-backend): New EIOEIO class to represent a backend.
440         (auth-source-creation-defaults): New variable to set prompt defaults
441         during token creation (see the `auth-source-search' docstring for
442         details).
443         (auth-sources): Simplify to allow a simple string as a netrc backend
444         spec.
445         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
446         (auth-source-backend-parse-parameters): Fill in the backend parameters.
447         (auth-source-search): Main auth-source API entry point.
448         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
449         (auth-source-search-collection): Helper function for searching.
450         (auth-source-netrc-parse, auth-source-netrc-normalize)
451         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
452         Supports search, create, and delete.
453         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
454         backend stubs.
455         (auth-source-user-or-password): Call `auth-source-search' but it's not
456         ready yet.
457
458 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
459
460         * message.el (message-setup-1): Remove the read-only stuff, since it
461         doesn't work under XEmacs, for some reason.
462
463         * gnus-sum.el (gnus-user-date): Rename back from
464         gnus-summary-user-date since user code refers to it.
465
466         * shr.el (shr-render-td): Store the actual background colour used.
467
468         * message.el (message-setup-1): Don't bind the constant
469         -forbidden-properties.
470         (message-setup-1): Revert previous change, since it needs to bind the
471         props to insert them.
472         (message-resend): Allow removing the read-only separator line.
473
474 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
475
476         * nnimap.el (nnimap-request-accept-article): Give an error message if
477         the APPEND wasn't successful.
478
479 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
480
481         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
482         that have no groups.
483
484 2011-02-03  Julien Danjou  <julien@danjou.info>
485
486         * gnus-draft.el: Remove progn around gnus-draft-setup.
487
488 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-start.el (gnus-read-active-for-groups): This function is never
491         called with a nil `infos', so clean that up.
492         (gnus-get-unread-articles): Request active files from primary/secondary
493         methods that have no groups (yet).
494
495 2011-02-03  Julien Danjou  <julien@danjou.info>
496
497         * message.el (message-setup-1): Always generate References first.
498         (message-mail): Return the return value of message-setup, not always t.
499         (message-setup-1): Insert mail-header-separator with read-only and
500         intangible properties set.
501
502         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
503         user-date in docstring.
504
505         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
506
507         * gnus.el (gnus-summary-line-format): Mention &user-date format in
508         docstring.
509
510         * gnus.el (gnus-user-date-format-alist): Change default value. Use
511         defcustom, with type and group. Move from gnus-util.el. Rename to
512         gnus-summary-user-date-format-alist.
513
514 2011-02-03  Glenn Morris  <rgm@gnu.org>
515
516         * nnimap.el (gnus-fetch-headers): Declare.
517
518         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
519
520 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
521
522         * message.el (message-forward-make-body-digest-plain)
523         (message-followup, message-reply): Clean up things noted by Stefan.
524
525         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
526         gnus-article-update-date-headers is nil.
527         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
528         it didn't really work with defcustom.
529         (article-update-date-lapsed): Make sure the window start doesn't move,
530         either.
531
532 2011-02-01  Julien Danjou  <julien@danjou.info>
533
534         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
535         format.
536
537         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
538         standard in Emacs nowadays.
539
540         * color.el (color-gradient): Add a color-gradient function.
541
542 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
543
544         * message.el (message-expand-name): Don't trust the return value of
545         bbdb-complete-name.
546         (message-check-news-header-syntax): Remove unused var `start'.
547         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
548         (message-inhibit-body-encoding): Move to before first use.
549         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
550         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
551         (Organization, Message-ID, Date, mh-previous-window-config):
552         Defvar the vars using dynamic scoping.
553
554 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
555
556         * shr.el (shr-render-td): Only do colours at the final rendering.
557         Should be slightly faster.
558         (shr-insert-table): Fix up TD background colours when doing the
559         vertical padding.
560
561         * gnus-art.el (article-date-ut): Protect against articles with no Date
562         header.
563         (article-update-date-lapsed): Don't use current-column to find the
564         horizontal position.  It's fragile in the presence of \003 characters.
565
566         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
567
568 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-art.el (article-transform-date): Rewrite to still work when
571         there are several rfc2822 parts.
572         (article-transform-date): Fix infinite recursion.
573         (article-date-ut): Replace infinitely many Date headers with a single
574         one when called interactively.
575
576         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
577         secure manner.
578
579         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
580         move around by not using save-window-excursion.  It seems to work...
581
582 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * gnus-art.el (article-make-date-line): Work for user-defined format.
585
586 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
587
588         * nntp.el (nntp-retrieve-group-data-early)
589         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
590         fetching functions.
591
592         * gnus-start.el (gnus-read-active-for-groups): Read the active files
593         thoroughly for all backends that have no known groups.  This should
594         allow new nnml methods to retrieve mail.
595
596         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
597         that Gnus doesn't know exists again.
598
599         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
600         (gnus-treat-date-ut): Ditto.
601         (gnus-article-update-date-header): Renamed.
602         (gnus-treat-date-local): Removed.
603         (gnus-treat-date-english): Removed.
604         (gnus-treat-date-lapsed): Removed.
605         (gnus-treat-date-combined-lapsed): Removed.
606         (gnus-treat-date-original): Removed.
607         (gnus-treat-date-iso8601): Removed.
608         (gnus-treat-date-user-defined): Removed.
609         (gnus-article-date-headers): New variable to control all the date
610         header options.
611         (article-date-ut): Rewrite to allow using the new way to format date
612         headers(s).
613
614 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
615
616         * nnmail.el (nnmail-article-group): Check for a direct fancy split
617         method.
618         (nnmail-article-group): A better test for fanciness.
619
620         * nnimap.el (nnimap-request-head): Protect against not finding the
621         article by Message-ID.
622
623 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus-art.el (article-update-date-lapsed): Try a better way to really
626         keep point at the "same place".
627
628 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
631         data if the group is unactivated.
632
633 2011-01-28  Julien Danjou  <julien@danjou.info>
634
635         * gnus-win.el: Remove dead function gnus-window-configuration-element.
636         (gnus-all-windows-visible-p): Remove old compatibility code.
637         (gnus-window-top-edge): Add docstring.
638
639         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
640
641 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
644         older request-update-info.
645
646         * gnus-art.el (article-make-date-line): Limit the length a bit more.
647
648 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
649
650         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
651         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
652
653 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
656         groups.  This makes the nndraft:queue group pop up if it's not already
657         there.
658
659         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
660         messages" logic, which was reversed.
661
662         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
663         the "same place" even if point is on the line being replaced.
664         (article-update-date-lapsed): Allow updating both the combined lapsed
665         and the lapsed headers.
666         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
667         (article-make-date-line): Limit the number of segments dynamically to
668         avoid too-long lines.
669
670 2011-01-27  Julien Danjou  <julien@danjou.info>
671
672         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
673         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
674
675 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
678         Use plist-get instead of the cl function getf.
679
680 2011-01-27  Glenn Morris  <rgm@gnu.org>
681
682         * gnus-util.el (float-time): Get rid of compiler warning, again.
683
684 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
685
686         * shr.el (shr-put-color): Special-case background colours: Do put them
687         at the blank parts at the front of the lines.
688
689         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
690         exit hook to nix out all data on readedness on group exit.
691
692         * gnus-util.el (float-time): If float-time is bound, always use it on
693         all Emacsen.  It's unclear why the subrp check was there.
694         (time-date): Require to make some autoload issues on XEmacs go away.
695
696         * shr.el (shr-put-color): Don't do the box padding in tables, since
697         they're already padded.
698
699 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-art.el (gnus-article-next-page): When the last line of the
702         article is displayed, scroll down once more instead of going to the
703         next article at once.
704         (article-lapsed-string): Refactor out and allow specifying how many
705         segments you want.
706         (gnus-article-setup-buffer): Start updating the lapsed header directly.
707         (gnus-article-update-lapsed-header): New variable.
708
709         * shr.el: Revert change that made headings use different-sized faces.
710         The Emacs display engine isn't advanced enough that, for instance,
711         tables can comfortably use differntly-sized faces.
712
713 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
714
715         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
716         used.
717         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
718         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
719         we're using an encrypted connection.
720
721         * proto-stream.el: Alter the interface functions to also return the
722         actual stream type used: network or tls.
723
724 2011-01-25  Julien Danjou  <julien@danjou.info>
725
726         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
727         (mm-display-javascript-inline): New function.
728
729         * mm-decode.el (mm-inline-media-tests): Add application/javascript
730         viewing function.
731
732 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * shr.el (shr-expand-newlines): Fix variable name.
735
736 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
737
738         * shr.el (shr-expand-newlines): Make nested boxes work.
739
740 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
741
742         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
743         backgrounds.
744         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
745         in a more sensible manner.
746
747 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
748
749         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
750         if EPG is loaded.
751
752 2011-01-24  Julien Danjou  <julien@danjou.info>
753
754         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
755         tags.
756
757 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
758
759         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
760         commands.
761
762         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
763         in the article buffer.
764         (gnus-gravatar-insert): Use blank space from the current buffer to
765         avoid breaking text properties.  This makes X-Sent updating work again.
766
767         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
768
769 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
772         fix the bug in url-http.el instead.
773
774         * shr.el (shr-image-fetched): Ditto.
775
776         * shr.el (shr-image-fetched): Avoid having point move in the article
777         buffer.
778
779         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
780         buffer after being called.  It's apparently being killed by url.el, and
781         killing it made point move to end-of-buffer in a random buffer.
782
783         * shr.el (shr-image-fetched): Ditto.
784
785 2011-01-23  Julien Danjou  <julien@danjou.info>
786
787         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
788
789         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
790         text/x-org.
791
792 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
793
794         * gnus-sum.el (gnus-summary-move-article): Protect against backends
795         (i.e., nnimap) returning nil as the article number.
796
797 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
798
799         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
800         "DelSp" parameter in RFC3676.
801
802 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
803
804         * message.el (message-check-recipients): Display the encoded version of
805         the bogus address if they differ.
806
807         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
808         after sending.
809
810         * gnus-agent.el (gnus-agent-send-mail): Ditto.
811
812         * gnus-group.el (gnus-group-refresh-group): New convenience function.
813
814         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
815         group buffer after sending the queue.
816
817         * gnus-agent.el (gnus-agent-send-mail): Ditto.
818
819 2011-01-22  Julien Danjou  <julien@danjou.info>
820
821         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
822
823 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
826         nested related parts.
827
828         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
829         unexpired articles.  This fixes the regression that led expiry marks to
830         disappear from nnfolder groups.
831
832 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
833
834         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
835         Don't confuse the "ret" of "retrograde" with RET.
836
837 2011-01-21  Julien Danjou  <julien@danjou.info>
838
839         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
840         than mm-insert-inline.
841
842 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
845         Widen article buffer.
846
847 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
848
849         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
850         the temp buffer.
851         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
852
853 2011-01-20  Julien Danjou  <julien@danjou.info>
854
855         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
856
857         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
858         than mm-insert-inline to insert inline part: this respect
859         mm-inline-media-tests displayers.
860
861         * mm-view.el (mm-display-shell-script-inline): New function.
862
863         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
864
865         * mm-uu.el (mm-uu-type-alist): Add org block.
866         (mm-uu-org-src-code-block-extract): New function.
867
868         * mm-view.el (mm-display-org-inline): New function.
869
870         * mm-decode.el (mm-automatic-display): Add text/org.
871
872         * mailcap.el (mailcap-mime-extensions): Add .org.
873
874 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * gnus-art.el (gnus-article-highlight): Remove argument passed to
877         gnus-article-add-buttons.
878
879 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
880
881         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
882         From header with a date and "nobody" as the sender.
883
884 2011-01-19  Julien Danjou  <julien@danjou.info>
885
886         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
887         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
888         if you have the same regexp several times.
889         (gnus-button-push): Fix matching when regexp is symbol.
890
891 2011-01-15  Glenn Morris  <rgm@gnu.org>
892
893         * message.el (message-mail): A compose-mail function should
894         accept headers as strings.
895
896 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
897
898         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
899         Add :vert-only tags.
900         (message-mail): New arg RETURN-ACTION.
901         (message-return-action): New var.
902         (message-bury): Use it.
903         (message-mode): Make it buffer-local.
904         (message-send-and-exit): Always call message-bury.
905
906         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
907         message-mail.
908
909 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * nnimap.el (nnimap-convert-partial-article): Protect against
912         zero-length body parts.
913
914         * mm-decode.el (mm-preferred-alternative-precedence):
915         Discourage showing empty parts.
916
917         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
918         and stuff if the backend didn't return the article number.  This fixes
919         an Exchange-related nnimap bug.
920
921         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
922         group window, because it does the wrong thing when a separate frame
923         displays the group buffer.
924
925         * proto-stream.el (open-protocol-stream): Protect against the low-level
926         transport functions returning nil.
927
928 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
929
930         * mml2015.el (epg-sub-key-fingerprint): Autoload.
931         (mml2015-epg-find-usable-secret-key): New function.
932         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
933         mml2015-epg-find-usable-key (Bug#7797).
934         (mml2015-epg-encrypt): Ditto.
935
936 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * dgnushack.el (rot13-string): Fix the way to get the argument.
939
940 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
943
944 2011-01-03  Glenn Morris  <rgm@gnu.org>
945
946         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
947
948         * sieve.el (sieve-open-server): Give a more explicit error if
949         sieve-manage-open returns nil.  (Bug#7720)
950
951 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
952
953         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
954
955 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
958         This avoids sending passwords in plain text over non-encrypted
959         channels.
960
961         * shr.el (shr-rescale-image): Display all GIF images as animated images.
962
963         * nnimap.el (nnimap-login): Refactored out into own function, and
964         implement CRAM-MD5.
965         (nnimap-wait-for-line): Refactored out.
966
967         * mm-view.el (mml-smime): Require.
968
969 2010-12-20  David Engster  <deng@eml.cc>
970
971         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
972         use EPG to decrypt S/MIME messages instead of openssl.
973
974 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
977
978         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
979         status is the group clearly is unreachable.
980
981         * auth-source.el (auth-source-create): Add the optional second
982         parameter to `local-variable-p' to be compatible with XEmacs.
983
984 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
985
986         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
987         work when using a compressed nnml folder.
988
989 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
992         backends after sanitising on entry, because this never makes sense:
993         If the articles have gone missing, then the data no longer exists on
994         the backend, and if they haven't, then Gnus is wrong, and shouldn't
995         overwrite anything anyway.
996
997         * shr.el (shr-insert-document): Bind shr-width dynamically to
998         window-width if it's nil.
999
1000 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1001
1002         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1003         with the meaning of using the full emacs window width for rendering.
1004
1005 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1006
1007         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1008         case when sender is not given.
1009
1010 2010-12-23  Julien Danjou  <julien@danjou.info>
1011
1012         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1013         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1014         the addresses, otherwise we might misplaced the gravatar.
1015
1016 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1017
1018         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1019         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1020         obsolete in Emacs.
1021
1022 2010-12-20  Julien Danjou  <julien@danjou.info>
1023
1024         * gnus-util.el (gnus-rescale-image): Revert last change.
1025
1026 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1027
1028         * binhex.el: Improve commentary (Bug#7482).
1029
1030 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-group.el (gnus-group-delete-articles): New command.
1033
1034 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1035
1036         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1037
1038 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1041         here, since it's up to the backends to do CRLF removal if their
1042         protocol has it.
1043
1044         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1045
1046 2010-12-17  Julien Danjou  <julien@danjou.info>
1047
1048         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1049         they are from file. Can also scale up.
1050
1051 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1052
1053         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1054         gnus-use-agent.
1055         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1056
1057         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1058
1059 2010-12-17  Julien Danjou  <julien@danjou.info>
1060
1061         * gravatar.el (gravatar-retrieve-synchronously): New function.
1062         (gravatar-get-data): Make more robust.
1063
1064 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1067
1068 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1071         to really consider the last line.
1072
1073 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1074
1075         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1076         list of recipient keys, or use symmetric encryption if not a list.
1077         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1078         EPA override, replacing the call to `netrc-store-data'.
1079
1080 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1081
1082         * gnus-srvr.el: Avoid passing nil regexp argument to
1083         delete-matching-lines.
1084
1085 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1088         fetching stops when Gnus exits.
1089
1090         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1091         function.
1092         (nnfolder-request-expire-articles): Save all the buffers after doing
1093         expiry.
1094
1095         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1096         the last article", since that led to serious performance regressions
1097         when expiring nnml groups.
1098
1099 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1100
1101         * nnir.el: Improve customizations.
1102
1103 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1106
1107         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1108         group has been killed.
1109         (gnus-group-yank-group): Ditto.
1110
1111         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1112
1113         * nnimap.el (nnimap-request-update-group-status): New function.
1114
1115         * gnus-int.el (gnus-request-update-group-status): New interface
1116         function.
1117
1118         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1119         copying read-ness to the backends.
1120
1121         * nnimap.el (nnimap-quirk): New function.
1122         (nnimap-retrieve-group-data-early): Use it.
1123         (nnimap-quirks): New alist.
1124
1125 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1128         don't delete it within indentation.
1129
1130 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1133         previous line.
1134
1135 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1138         QRESYNC command by deleting a superfluous space which broke Cyrus
1139         servers.  This change will break other servers that are buggy the other
1140         way around.
1141
1142 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * spam.el: Reindent and fix long lines.
1145         (spam-copy-or-move-routine): Exclude invalid move destinations.
1146
1147 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1148
1149         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1150         installed the registry.
1151
1152 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1155
1156 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1157
1158         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1159         groupname doesn't contain "gmane".
1160
1161 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1164         and netrc-bound-and-true-p bindings.
1165         (netrc-parse): Cache the netrc contents.
1166
1167         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1168         (gnus-1): Don't create the nndrafts group twice.
1169         (gnus-setup-news): There's no need to read the active file here, since
1170         that's done again later on a per-backend basis.
1171         (gnus-start-draft-setup): Make sure that the new group is started out
1172         empty.
1173
1174         * gnus-agent.el (gnus-agentize): Don't create the queue group
1175         automatically on startup.  It'll be created later, if needed.
1176
1177         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1178         of automatically subscribed groups.
1179         (gnus-auto-subscribed-categories): New variable.
1180         (gnus-matches-options-n): Use it.
1181         (gnus-default-subscribed-newsgroups): Remove unused variable.
1182         (gnus-start-draft-setup): Message a bit less.
1183
1184 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1185
1186         * nnir.el (nnir-run-imap): Return article list in order of increasing
1187         UID.
1188
1189 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-sum.el (gnus-summary-enter-digest-group):
1192         Mention gnus-auto-select-on-ephemeral-exit.
1193
1194         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1195         convention of the network-only option.
1196
1197 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * proto-stream.el (proto-stream-open-network-only): New function to
1200         have a way to specify non-STARTTLS upgrade connections.
1201
1202 2010-12-10  Julien Danjou  <julien@danjou.info>
1203
1204         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1205         email address is nil.
1206
1207         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1208
1209 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1210
1211         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1212         deletion.
1213         (nnir-run-imap): Only need to parse list once.
1214
1215 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * shr.el (shr-tag-script): Ignore <script>.
1218         (shr-tag-label): Add <label> support.
1219
1220 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1223
1224         * shr.el (shr-image-displayer): Work for images lined side by side.
1225
1226 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1227
1228         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1229         parameter, since XEmacs doesn't accept t as a parameter.
1230
1231 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1232
1233         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1234         ids.
1235         (nnir-run-gmane): Simplify groupspec formatting.
1236         (nnir-request-expire-articles): New function.
1237
1238 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1241         overflow, possibly.
1242
1243         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1244         (shr-render-td): Handle td style="" better.
1245         (shr-tag-table): Use the color from the style sheet.
1246         (shr-render-td): Make sure we copy over all the overlays, too.
1247
1248 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1249
1250         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1251         (nnir-request-article): Improve article retrieval.
1252
1253 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * mm-util.el (mm-extra-numeric-entities): New variable.
1256
1257         * mm-url.el (mm-url-decode-entities):
1258         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1259
1260         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1261
1262 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1263
1264         * message.el: Use completion-at-point.
1265         (message-completion-function): New fun, extracted from message-tab.
1266         (message-mode): Use it for completion-at-point-functions.
1267         (message-tab): Use it and completion-at-point.
1268
1269 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1272         character if a non-breakable character follows.
1273
1274 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1277         any stream.
1278
1279         * shr.el (shr-tag-font): Colorize the region.
1280         (shr-tag-body): Ditto.
1281         (shr-tag-font): Actually let the styles be inherited instead of
1282         overwriting them.
1283         (shr-tag-font): Get the background color right.
1284         (shr-tag-style): Ignore all <style> tags for the moment.
1285
1286         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1287         a Message-ID to avoid having nnimap depend on gnus-sum.
1288
1289         * shr.el (shr-descend): Only colorize something if we have a node that
1290         sets colors.
1291
1292 2010-12-06  Julien Danjou  <julien@danjou.info>
1293
1294         * shr.el (shr-render-td): Render td content with shr-descend, so style
1295         will be applied to <td> too.
1296         (shr-colorize-region): Colorize region even if we only have a background.
1297         (shr-tag-body): Fix color and background color inheritance.
1298         Do not recolorize after shr-generic.
1299         (shr-tag-font): Let shr-generic colorize via inheritance.
1300
1301 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1304
1305 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1306
1307         * nnir.el (nnir-request-move-article): Remove obsolete code.
1308
1309 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1312
1313 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-sum.el (gnus-summary-respool-article): The completion function
1316         expects a list instead of an alist.
1317
1318         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1319         string as the parameter.
1320
1321         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1322
1323         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1324         styles.
1325         (shr-colorize-region): New function.
1326         (shr-insert-background-overlay): Remove.
1327         (shr-render-td): Background setting should be taken care of on a higher
1328         level.
1329         (shr-tag-body): Use post-hoc colorizations.
1330         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1331         (shr-put-color-1): Don't overwrite old colors.
1332         (shr-colorize-region): When the background color isn't explicit, use
1333         a fixed background.
1334
1335         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1336         nnmail variables.
1337
1338 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1339
1340         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1341         unless necessary.
1342
1343 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1344
1345         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1346         server.
1347
1348 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1351         so that TAB works.
1352
1353         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1354         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1355
1356         * shr.el (shr-urlify): Show the URL before the title to avoid
1357         misleading URLs.
1358
1359 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1360
1361         * shr.el (shr-urlify): Display the title in <a> tags.
1362
1363 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1364
1365         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1366
1367 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1368
1369         * nnir.el: Rearrange code to allow macros to be autoloaded by
1370         gnus-sum.el.
1371         (nnir-retrieve-headers-override-function): Make this variable
1372         customizable.
1373         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1374
1375         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1376         from nnir.el.
1377
1378 2010-12-03  Julien Danjou  <julien@danjou.info>
1379
1380         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1381
1382 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1385         allow optional argument `environment'.
1386
1387 2010-12-03  Glenn Morris  <rgm@gnu.org>
1388
1389         * mm-extern.el (message-goto-body): Update declaration.
1390
1391 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * gnus-util.el (gnus-macroexpand-all): New function.
1394
1395         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1396         instead of macroexpand-all that is unavailable in XEmacs.
1397
1398 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1399
1400         * nnir.el (nnir-summary-line-format): New variable.
1401         (nnir-mode): Use it.
1402         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1403         (nnir-article-ids): Reimplement as defsubst.
1404         (nnir-retrieve-headers): Don't mangle the subject header.
1405         (nnir-run-imap): Use 100 as RSV score.
1406         (nnir-run-find-grep): Fix for full server searching.
1407         (nnir-run-gmane): Better restriction to gmane groups.
1408
1409         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1410         summary buffers.
1411
1412 2010-12-02  Julien Danjou  <julien@danjou.info>
1413
1414         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1415
1416         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1417
1418         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1419         support.
1420
1421 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1422
1423         * nnir.el: Update to handle the registry better.
1424         (autoload): Silence byte-compiler.
1425         (nnir-open-server): Add a hook for nnir groups.
1426         (nnir-request-move-article): Don't mangle the header. Better to use
1427         formating variables (which will be added in the future).
1428         (nnir-registry-action): Update the registry using the original article
1429         group name.
1430         (nnir-mode): Install nnir-specific hooks for updating the registry.
1431
1432         * gnus-sum.el
1433         (gnus-article-original-subject,gnus-newsgroup-original-name):
1434         Remove obsolete variables.
1435         (gnus-summary-move-article): Remove use of obsolete variables.
1436         (gnus-summary-local-variables): Make move and delete hooks local to
1437         summary buffers.
1438
1439 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * rtree.el: New file.
1442
1443 2010-12-01  Julien Danjou  <julien@danjou.info>
1444
1445         * message.el (message-user-organization): Do not use
1446         gnus-local-organization.
1447
1448         * gnus.el: Remove gnus-local-organization.
1449
1450         * gnus-msg.el: Remove nastygram thing.
1451
1452 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1453
1454         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1455         funcall.
1456
1457 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1460         names.
1461
1462         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1463         characters.
1464
1465         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1466         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1467         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1468         (gnus-gravatar-transform-address): Use mail-extract-address-components
1469         that supports non-ASCII names rather than mail-header-parse-addresses.
1470
1471 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * proto-stream.el (open-protocol-stream): All starttls connections are
1474         handled by the network handler.
1475
1476 2010-11-30  Julien Danjou  <julien@danjou.info>
1477
1478         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1479         (nnimap-open-connection-1): Fix PREAUTH.
1480
1481         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1482
1483 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1486         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1487         (shr-insert): Use them.
1488         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1489
1490 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1491
1492         * nnir.el (nnir-request-move-article): Bail out if original group
1493         doesn't support article moves.
1494         (nnir-get-active): Improve active list retrieval.
1495
1496 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1499
1500 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1501
1502         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1503         seem to accept strings-with-numbers as port numbers,
1504
1505 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1506
1507         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1508         change the registry.
1509
1510 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1513         delete-dups that is not available in XEmacs 21.4.
1514
1515         * mm-util.el (mm-delete-duplicates): Add comment.
1516
1517 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1518
1519         * nnir.el (nnir-ignored-newsgroups): New variable.
1520         (nnir-get-active): Use it.
1521
1522 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * proto-stream.el (proto-stream-open-network): Add some comments.
1525
1526         * nntp.el (nntp-open-connection): Provide a :success condition.
1527
1528         * nnimap.el (nnimap-open-connection-1): Ditto.
1529
1530         * proto-stream.el (proto-stream-open-network): See what the response to
1531         the STARTTLS command is.
1532
1533         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1534         backwards compatibility).
1535         (nnimap-open-connection-1): Really respect nnimap-server-port.
1536
1537         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1538         TLS upgrades we don't really care about the identity of the peer.
1539         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1540         that what we've checked for.
1541         (proto-stream-always-use-starttls): Only default to t if
1542         open-gnutls-stream exists.
1543         (proto-stream-open-network): If STARTTLS failed, then just open a
1544         normal connection.
1545         (proto-stream-open-network): Wait until the greeting before doing
1546         STARTTLS.
1547
1548         * nntp.el (nntp-open-connection): Report what the connection error is.
1549
1550         * proto-stream.el (open-protocol-stream): Rename from
1551         open-proto-stream.
1552
1553 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * nnimap.el (nnimap-stream): Change default to `undecided'.
1556         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1557         first, and then network.
1558         (nnimap-open-connection-1): Respect nnimap-server-port.
1559         (nnimap-open-connection): Be more backwards-compatible.
1560
1561         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1562         (proto-stream-open-starttls): De-duplicate the starttls code.
1563         (proto-stream-open-starttls): Folded back into the main function.
1564         (proto-stream-open-network): Fix typo in the gnutls path.
1565         (proto-stream-command): Refactor out.
1566
1567         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1568
1569         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1570         starttls.el STARTTLS.
1571
1572         * color.el (color-lab->srgb): Fix function call name.
1573
1574         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1575         if we're using tls.el.
1576         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1577         built in, then don't try to establish a STARTTLS connection.
1578
1579         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1580         servers.
1581
1582         * proto-stream.el (open-proto-stream): Use network, not stream.
1583         (open-proto-stream): Add a way to specify what the end of a command is.
1584
1585         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1586         connections types.
1587         (nntp-open-network-stream): Remove.
1588         (nntp-open-ssl-stream): Remove.
1589         (nntp-open-tls-stream): Remove.
1590         (nntp-ssl-program): Remove.
1591
1592         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1593
1594 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1595
1596         * nnir.el: Fix typos.
1597         (nnir-retrieve-headers-override-function): Rename variable to reflect
1598         new semantics.
1599         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1600         macros.
1601         (nnir-request-article, nnir-request-move-article): Use them.
1602         (nnir-categorize): New function.
1603         (nnir-run-query): Use it.
1604         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1605         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1606         sorted.
1607         (nnir-group-full-name): Use gnus-group-full-name instead.
1608         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1609         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1610
1611 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1614
1615         * proto-stream.el: New library to provide protocol-specific
1616         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1617         protocols.
1618         (open-proto-stream): Complete the documentation.
1619         (proto-stream-open-network): Fix some typos.
1620
1621         * nnimap.el (nnimap-open-connection): Use it.
1622
1623 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1624
1625         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1626         negotiation.
1627
1628 2010-11-26  Julien Danjou  <julien@danjou.info>
1629
1630         * color.el: Rename various rgb functions to srgb.
1631
1632 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1635         names.
1636
1637 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * shr.el (shr-insert): Revert last change.
1640         (shr-find-fill-point): Never leave point being at bol;
1641         relax the kinsoku limitation when rendering tables.
1642
1643 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1646         results from -accept-article.
1647
1648         * shr-color.el: Require cl when compiling.
1649
1650         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1651         checkin.
1652
1653         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1654
1655         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1656
1657         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1658         'add and 'delete to set backend marks.
1659
1660         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1661
1662         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1663
1664         * nntp.el (nntp-request-set-mark): Use it.
1665
1666         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1667
1668         * nnml.el (nnml-request-set-mark): Ditto.
1669
1670         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1671         introduces regressions in article selection.
1672         (nnimap-find-uid-response): New function.
1673         (nnimap-request-accept-article): Use the UID returned, if any.
1674         (nnimap-request-move-article): Use the UID returned, if any.
1675         (nnimap-get-groups): Reimplement to work with folded lines.
1676         (nnimap-find-uid-response): The UID is the last element in the list.
1677         (nnimap-request-set-mark): Extend syntax with 'set.
1678
1679         * nnml.el (nnml-request-set-mark): Ditto.
1680
1681         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1682
1683         * nntp.el (nntp-request-set-mark): Ditto.
1684
1685 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * message.el (message-called-interactively-p): A temporary macro.
1688         (message-goto-body): Use it temporarily.
1689
1690 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1693         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1694         (nnimap-last-response-string): Fix last unfolding fix.
1695
1696 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * shr.el (shr-insert): Fix the way to fold lines.
1699
1700 2010-11-25  Julien Danjou  <julien@danjou.info>
1701
1702         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1703
1704         * color.el: Rename from color-lab.el
1705         (color-rgb->hex): Add.
1706         (color-complement): Add.
1707         (color-complement-hex): Add.
1708
1709         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1710
1711 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1714         don't exist.
1715
1716 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1719         assuming that article displaying or another mml-preview may be
1720         interrupted for an error or for the like.
1721
1722         * shr.el (shr-get-background): Fix argument name.
1723
1724 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1727
1728         * gnus-sum.el (gnus-summary-include-articles): New function.
1729
1730         * message.el (message-goto-body): called-interactively-p needs a
1731         parameter, so use `any'.
1732
1733         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1734         clear marks before moving, since they're synced from the Gnus side
1735         first.
1736
1737         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1738         (gnus-summary-move-article): Copy over all marks before moving, so that
1739         IMAP doesn't think a new article has arrived.
1740
1741 2010-11-24  Julien Danjou  <julien@danjou.info>
1742
1743         * shr.el (shr-insert-background-overlay): Fix typo.
1744         (shr-render-td): Copy the background before rendering.
1745
1746         * shr-color.el (shr-color-visible): Fix docstring.
1747
1748         * shr.el (shr-tag-table): Add bgcolor support.
1749         (shr-render-td): Add bgcolor support.
1750         (shr-get-background): Add.
1751         (shr-insert-foreground-overlay): Use shr-get-background.
1752
1753         * message.el (message-goto-body): Use called-interactively-p.
1754         (message-in-body-p): message-goto-body returns point.
1755
1756 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757
1758         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1759         Fixes something or other in Emacs 23, and is backwards compatible.
1760
1761         * message.el (message-goto-body): Remove the <#secure special-casing,
1762         which is too special.
1763
1764         * shr.el (shr-parse-style): Drop !important from styles.
1765
1766 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1767
1768         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1769         this function to return incorrect results when calling it with an
1770         explicit article argument different from
1771         (gnus-summary-article-number).
1772
1773 2010-11-24  Julien Danjou  <julien@danjou.info>
1774
1775         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1776         (shr-tag-body): Add background support.
1777         (shr-descend): Add background support.
1778         (shr-tag-title): Add.
1779
1780         * shr-color.el (shr-color-visible): Really return original background
1781         if fixed.
1782
1783 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * shr.el (shr-color-check): Protect against non-existant colour names.
1786
1787 2010-11-24  Julien Danjou  <julien@danjou.info>
1788
1789         * color-lab.el: Require 'cl when compiling.
1790
1791         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1792
1793         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1794         matched part.
1795
1796         * color-lab.el: Fix all expt calls to use float type.
1797
1798 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1801         expression to shr-color-check as is.
1802
1803         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1804
1805         * color-lab.el: Add coding cookie.
1806         (float-pi): Use eval-and-compile.
1807
1808         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1809         compiled for Emacsen having no `libxml-parse-html-region' support.
1810
1811 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * shr.el (shr-insert-color-overlay): Split stuff like
1814         "#444444 !important" to find the real colour.
1815         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1816         parse <font color="red"> entries.
1817
1818 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1819
1820         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1821         point when parsing headers.
1822
1823         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1824         is positioned properly when parsing headers.
1825
1826 2010-11-23  Julien Danjou  <julien@danjou.info>
1827
1828         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1829
1830         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1831
1832         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1833
1834         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1835         Use shr-color-hue-to-rgb.
1836         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1837
1838 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * shr.el (shr-color->hexadecimal): Autoload.
1841         (shr-descend): Add color to all tags.
1842
1843 2010-11-22  Julien Danjou  <julien@danjou.info>
1844
1845         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1846         shr-color->hexadecimal.
1847
1848         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1849         RGB() or HSL() color representation.
1850
1851         * shr.el (shr-tag-font): Add.
1852         (shr-tag-color-check): New function to get better colors.
1853         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1854         tag-span.
1855
1856         * shr-color.el: New file.
1857
1858         * color-lab.el: New file.
1859
1860         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1861
1862 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1863
1864         * nnir.el: Fix typo in comments.
1865         (nnir-run-imap): Simplify code. No need to reverse artlist.
1866         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1867
1868 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1871
1872         * nnimap.el (nnimap-get-capabilities): Refactor out.
1873         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1874
1875 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1876
1877         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1878         appearing when `mm-uu-hide-markers' is nil.
1879
1880 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * nnimap.el (nnimap-unselect-group): Make into its own function.
1883         (nnimap-request-rename-group): Unselect group before renaming.
1884         This had gotten lost somewhere.
1885         (nnimap-request-accept-article): Keep track of examined groups, and
1886         unselect the group before APPENDing to read-only groups.
1887         (nnimap-request-move-article): Clear flags before moving so that they
1888         can be re-set later.
1889
1890 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1893         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1894
1895 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-art.el (gnus-mime-display-single)
1898         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1899         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1900         parameter.
1901
1902 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1905         (shr-table-vertical-line): New variable.
1906         (shr-insert-table): Use it.
1907
1908 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1909
1910         * gnus-html.el (gnus-html-wash-images): Don't display images if
1911         gnus-inhibit-images is non-nil; register displayer for cid images.
1912         (gnus-html-display-image): Work for cid image.
1913         (gnus-html-insert-image): Allow arguments.
1914         (gnus-html-put-image): Inhibit read-only.
1915         (gnus-html-prefetch-images): Don't prefetch images if
1916         gnus-inhibit-images is non-nil.
1917
1918 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * shr.el (shr-put-image): Break lines when inserting big pictures.
1921
1922 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1923
1924         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1925         sender, thanks Katsumi Yamaoka.
1926
1927 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1928
1929         * nnir.el (nnir-run-imap): Reverse the article list for each group
1930         rather than the whole list.
1931
1932 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * shr.el (shr-image-displayer): Protect function against non-existent
1935         image source.
1936
1937         * gnus-art.el (gnus-inhibit-images): New user option.
1938         (gnus-mime-display-single): Don't display image if it is non-nil.
1939
1940         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1941         gnus-inhibit-images.
1942
1943         * shr.el (shr-image-displayer): New function.
1944         (shr-tag-img): Use it.
1945
1946 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1947
1948         * mml2015.el (mml2015-epg-sign): Use From header.
1949
1950 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1953
1954         * gnus-util.el (gnus-find-text-property-region): Return markers.
1955
1956         * shr.el (shr-tag-img): Put a displayer in the text property.
1957
1958         * gnus-util.el (gnus-find-text-property-region): New utility function.
1959
1960         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1961         (gnus-html-show-images): Remove.
1962
1963         * gnus-art.el (gnus-article-show-images): New, more general function.
1964
1965         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1966         image url text properties.
1967
1968         * shr.el: Ditto.
1969
1970         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1971         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1972
1973 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1976         work for two or more articles.
1977
1978 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1981         divide an image that's in an html article to two or more when washing
1982         non-ASCII characters in alt text of it.
1983
1984 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1987         smime-decrypt-region using function argument.
1988         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1989
1990         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1991
1992         * smime.el (smime-decrypt-region): Catch it.
1993
1994 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1995
1996         * smime.el (smime-mode-map): Move initialization into declaration.
1997         (gnus-run-mode-hooks): Don't autoload.
1998         (smime-mode): Use define-derived-mode.
1999
2000 2010-11-11  Glenn Morris  <rgm@gnu.org>
2001
2002         * smime.el (from): Restrict declaration to XEmacs.
2003
2004         * nnir.el (gnus-group-topic-name): Autoload.
2005
2006 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * shr.el (shr-insert): Don't break long line if it is because of
2009         kinsoku-bol characters in the line end.
2010
2011 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2012
2013         * nnir.el (nnir-request-move-article): Fix to provide original group
2014         and subject.
2015         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2016         been retrieved.
2017
2018         * gnus-sum.el (gnus-summary-move-article): Use original group and
2019         subject for virtual articles such as those in an nnir summary buffer.
2020
2021 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2024         least 21.5).
2025
2026         * smime.el (from): Declare it again for XEmacs.
2027
2028 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * message.el (message-resend): Don't disable encoding unless it's
2031         already encoded.
2032
2033         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2034         low-numbered articles.
2035
2036 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * rfc2047.el (rfc2047-syntax-table): Simplify.
2039
2040         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2041
2042         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2043         set-char-table-range for XEmacs.
2044
2045 2010-11-10  Glenn Morris  <rgm@gnu.org>
2046
2047         * time-date.el (time-to-seconds): Always an alias on Emacs,
2048         never a real function.
2049         (with-no-warnings): Remove compat stub, now unused.
2050         (time-less-p): Doc fix.
2051         (time-to-number-of-days): Simplify.
2052
2053         * smime.el (from): Remove unused declaration.
2054
2055         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2056         (gnus-float-time): On Emacs, always an alias.
2057
2058         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2059         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2060
2061 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * dgnushack.el: Don't use ignore-errors in the top level form since it
2064         is unavailable in XEmacs even if cl is loaded.
2065
2066         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2067
2068 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * shr.el (browse-url-mailto): Autoload.
2071
2072         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2073
2074         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2075         regexp doesn't need quoting.
2076
2077 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2078
2079         * message.el (message-subject-trailing-was-ask-regexp)
2080         (message-subject-trailing-was-regexp): Match was: in addition to was.
2081
2082 2010-11-09  Glenn Morris  <rgm@gnu.org>
2083
2084         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2085         (nnbabyl-check-mbox): Use point-at-bol.
2086
2087 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2090
2091         * message.el (message-mailto): New function.
2092         (message-mailto): Should accept other parameters.
2093         (message-mailto): Remove since it duplicates browse-url-mailto
2094         functionality.
2095
2096 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2099         methods.
2100         (gnus-read-active-file): Ditto.
2101
2102         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2103         ": " from the prompt.
2104         (gnus-group-make-group): Ditto.
2105
2106 2010-11-07  Glenn Morris  <rgm@gnu.org>
2107
2108         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2109         (gnus-bookmark-kill-line): Use point-at-eol.
2110
2111 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2114         asterisks in From header.
2115
2116 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2119         string to avoid making the From headers syntactically invalid.
2120
2121         * message.el (message-send-mail): Don't insert courtesy messages if the
2122         message already has List-Post and List-ID messages.
2123
2124 2010-11-06  Glenn Morris  <rgm@gnu.org>
2125
2126         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2127         `condition', `type', `length' a prefix.
2128         (gnus-treat-predicate): Update for above name changes.
2129
2130 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2131
2132         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2133         binding.  Handled by `gnus-summary-refer-thread' instead.
2134         (nnir-warp-to-article): New backend function.
2135
2136         * nnimap.el (nnimap-request-thread): Force dependency updating.
2137
2138         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2139         (gnus-summary-refer-thread): Rework to improve thread-referral.
2140
2141         * gnus-int.el (gnus-warp-to-article): New function.
2142
2143         * gnus-sum.el (gnus-summary-article-map): Bind it.
2144
2145 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2146
2147         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2148         gnus-summary-refer-thread.
2149
2150         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2151         headers.
2152         (gnus-summary-limit-include-thread): Prevent articles in thread from
2153         being cut in gnus-cut-threads.
2154         (gnus-summary-refer-thread): Limit retrieved headers to those in
2155         thread.
2156
2157 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * message.el (message-send-mail): Use the value of
2160         message-courtesy-message from the message buffer.
2161
2162         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2163
2164         * shr.el (shr-browse-url): Implement mailto: URLs.
2165
2166         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2167         "raw".
2168
2169         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2170         if it's already selected.
2171
2172         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2173
2174 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2177         to measure the length and truncate alt text.
2178
2179 2010-11-03  Glenn Morris  <rgm@gnu.org>
2180
2181         * nndiary.el (nndiary-generate-nov-databases-1)
2182         (nndiary-generate-active-info): Rename dynamic variable `files' to
2183         something less generic.
2184
2185 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2186
2187         * nnir.el (nnir-request-move-article): Call the underlying backend to
2188         move articles from nnir.
2189
2190 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2193
2194 2010-11-02  Julien Danjou  <julien@danjou.info>
2195
2196         * nnir.el: Remove wais support.
2197
2198 2010-11-02  Glenn Morris  <rgm@gnu.org>
2199
2200         * gnus-html.el: Reorder requirements to quieten compiler.
2201
2202 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2205         properly for XEmacs as well.
2206         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2207         (gnus-article-natural-long-line-p): Use window-width rather than
2208         frame-width.
2209
2210 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2211
2212         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2213         (nnir-read-parms): Don't modify query.
2214         (nnir-run-query): Add ability to search topic on current line.
2215         (nnir-get-active): Clean up.
2216
2217 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2220         degenerate articles.
2221
2222         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2223         (gnus-print-buffer): Just print the buffer as is, without any copying
2224         to a buffer and then re-highlighting.
2225
2226         * nnimap.el (nnimap-request-group): Store the new updated info.
2227         (nnimap-request-group): Select the group when we don't know whether it
2228         exists or not.
2229
2230         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2231         groups.
2232
2233         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2234         groups.
2235
2236         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2237         groups.
2238
2239         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2240         long-lines case by only filling the long lines.
2241
2242         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2243         (bug #7311).
2244
2245 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * shr.el: No need to declare `declare-function' since shr.el is for
2248         only Emacsen that provide `libxml-parse-html-region'.
2249
2250         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2251         effective only in a file it is referred to.
2252
2253 2010-11-01  Glenn Morris  <rgm@gnu.org>
2254
2255         * mm-util.el (gnus-completing-read): Autoload.
2256         (mm-read-coding-system): Simplify Emacs definition.
2257
2258         * nnmail.el (gnus-activate-group):
2259         * nnimap.el (gnutls-negotiate):
2260         * nntp.el (netrc-parse): Fix declarations.
2261
2262 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2265         string-match-p in Emacs >=23.
2266
2267         * gnus-msg.el (gnus-configure-posting-styles)
2268         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2269
2270 2010-11-01  Glenn Morris  <rgm@gnu.org>
2271
2272         * nnir.el (declare-function): Add compat stub.
2273         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2274         (nnir-run-gmane): Require 'mm-url.
2275
2276         * mm-util.el (mm-string-to-multibyte): Simplify.
2277
2278         * shr.el (declare-function): Add compat stub.
2279         (url-cache-create-filename): Declare.
2280         (mm-disable-multibyte, widget-convert-button): Autoload.
2281
2282         * smime.el (ldap-search): Declare.
2283         (smime-cert-by-ldap-1): Require ldap on Emacs.
2284
2285         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2286         (nnimap-keepalive): Use gnus-float-time.
2287
2288         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2289         (mail-source-delete-crash-box): Use gnus-float-time.
2290
2291         * gnus-dired.el (gnus-completing-read): Autoload.
2292
2293         * mm-view.el (gnus-rescale-image): Autoload.
2294
2295         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2296
2297         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2298
2299         * sieve-manage.el: Require 'cl when compiling.
2300
2301         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2302         (gnus-iswitchb-completing-read): Require iswitchb.
2303         (gnus-select-frame-set-input-focus): Silence compiler.
2304
2305 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * message.el (message-subject-trailing-was-query): Change default to t,
2308         since I think that's what most people want.
2309
2310         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2311         appending for easier debugging.
2312         (nnimap-wait-for-connection): Take a regexp.
2313         (nnimap-request-accept-article): Wait for the continuation line before
2314         sending anything unless we're streaming.
2315
2316         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2317         leave the header washing to take place.
2318
2319 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2320
2321         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2322         regular expression match and replace in posting styles.
2323
2324 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2325
2326         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2327         an entire server.
2328         (nnir-get-active): New function.
2329         (nnir-run-imap): Use it.
2330         (nnir-run-gmane): Who knew, gmane search returns an article score!
2331
2332         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2333         server on the current line with nnir.
2334
2335 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2338         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2339         left edge.
2340         (gnus-article-foldable-buffer): Skip past the prefix when determining
2341         raggedness.
2342
2343         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2344         the raw article, and change `C-u g' to show the article without doing
2345         treatments.
2346
2347         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2348         on to `gnus-treat-article'.
2349         (gnus-inhibit-article-treatments): New variable.
2350
2351         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2352
2353         * gnus-art.el (gnus-treatment-function-alist): Have
2354         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2355         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2356         sections.
2357
2358         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2359         parameter.
2360         (gnus-article-fill-cited-long-lines): New function.
2361         (gnus-article-fill-cited-article): Allow filling only long sections.
2362
2363         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2364         and non-punctuation (like after the apostrophe in "'We").
2365
2366         * gnus-sum.el (gnus-summary-select-article): Make sure
2367         gnus-original-article-buffer is alive.
2368
2369         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2370         reflect the order they're in in the digest.
2371
2372         * gnus.el (gnus-group-startup-message): Move point to the start of the
2373         buffer.
2374
2375         * nnimap.el (nnimap-capability): New function.
2376         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2377         is set.
2378
2379 2010-10-31  David Engster  <dengste@eml.cc>
2380
2381         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2382         conform with changes to gnus-completing-read.
2383
2384 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2387
2388 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2389
2390         * nnir.el: Move defvar, defcustom around to keep file organized
2391         and keep byte-compiler quiet.
2392         (nnir-read-parms): Accept search-engine as arg.
2393         (nnir-run-query): Pass search-engine as arg.
2394         (nnir-search-engine): Remove.
2395
2396 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * shr.el (shr-generic): The text nodes should be text, not :text.
2399
2400         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2401         later in the file.
2402
2403 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2404
2405         * nnir.el: General clean up.  Allow searching with multiple engines.
2406         Allow separate extra-parameters for each engine.
2407         Batch queries when possible.
2408         (nnir-imap-default-search-key,nnir-method-default-engines):
2409         Add customize interface.
2410         (nnir-run-gmane): New engine.
2411         (nnir-engines): Use it.  Qualify all prompts with engine name.
2412         (nnir-search-engine): Remove global variable.
2413         (nnir-run-hyrex): Restore for now.
2414         (nnir-extra-parms,nnir-search-history): New variables.
2415         (gnus-group-make-nnir-group): Use them.
2416         (nnir-group-server): Remove in favor of gnus-group-server.
2417         (nnir-request-group): Avoid searching twice.
2418         (nnir-sort-groups-by-server): New function.
2419
2420 2010-10-30  Julien Danjou  <julien@danjou.info>
2421
2422         * gnus-group.el: Remove gnus-group-fetch-control.
2423
2424         * gnus-start.el (gnus-find-new-newsgroups):
2425         Remove gnus-check-first-time-used.
2426
2427         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2428
2429 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2430
2431         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2432         set on groups that don't have \* permanentflags.
2433
2434 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2437         control the background color.
2438         (shr-tag-img): Ignore very small web bug type images.
2439         (shr-put-image): Add help-echo alt texts to the images.
2440         (shr-tag-video): Show the video poster image.
2441
2442 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * shr.el (shr-table-depth): New variable.
2445         (shr-tag-table-1): Only insert the images after the top-level table.
2446
2447         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2448
2449         * gnus-util.el (gnus-list-memq-of-list): New function.
2450
2451         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2452         selected.
2453         (nnimap-unsplittable-articles): New slot.
2454         (nnimap-new-articles): Use it.
2455
2456 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2457
2458         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2459         move to the previous line on `M-g'.
2460
2461 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2464         *-request-group, which seems unnecessary.
2465
2466         * nnimap.el (nnimap-quote-specials): Function copied over from
2467         imap.el.
2468         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2469         they support that.  Suggested by Tom Regner.
2470
2471 2010-10-29  Julien Danjou  <julien@danjou.info>
2472
2473         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2474         defalias.
2475         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2476
2477         * gnus.el: Remove `gnus-nntp-service' variable.
2478         (gnus-secondary-servers): Make obsolete.
2479         (gnus-nntp-server): Make obsolete.
2480
2481         * gnus-start.el (gnus-1): Remove x-splash calls.
2482
2483         * gnus-ems.el (gnus-x-splash): Remove.
2484
2485         * gnus.el (gnus-group-startup-message): Simplify/update code.
2486
2487         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2488         definition.
2489
2490         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2491         capability before doing anything.
2492         (gnus-group-insert-group-line): Remove useless
2493         gnus-group-remove-excess-properties.
2494
2495 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2498
2499 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2502         config after reselecting.
2503
2504 2010-10-28  Julien Danjou  <julien@danjou.info>
2505
2506         * shr.el (shr-put-image): Use point even if only inserting text.
2507         (shr-put-image): Save excursion when inserting alt text on non-graphic
2508         display, so the behaviour is the same when we are on a graphic display.
2509
2510         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2511
2512 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2515         (gnus-mime-copy-part): Check coding system, not charset.
2516         (gnus-mime-view-part-externally): Never remove part.
2517         (gnus-mime-view-part-internally): Don't remove part here.
2518         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2519         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2520         multipart/alternative.
2521
2522         * mm-decode.el (mm-display-part): Take optional arg `force'.
2523
2524 2010-10-26  Julien Danjou  <julien@danjou.info>
2525
2526         * gnus-group.el (gnus-group-default-list-level): Add this function to
2527         compute the default list level.
2528         (gnus-group-default-list-level): Add possibility to use a function.
2529
2530 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2533
2534         * gnus-group.el (gnus-group-completing-read)
2535         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2536         gnus-replace-in-string.
2537
2538 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * shr.el (shr-tag-div): Add.
2541
2542         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2543
2544 2010-10-25  Julien Danjou  <julien@danjou.info>
2545
2546         * gnus-util.el: Remove `gnus-with-local-quit'.
2547
2548         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2549
2550 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2553         the original article buffer.
2554
2555 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * nnimap.el (nnimap-request-head): New function.
2558         (nnimap-request-move-article): Try to be slighly faster by not
2559         requesting the entire message when moving.
2560         (nnimap-transform-headers): Don't bug out on bodiless articles.
2561         (nnimap-send-command): Have no outstanding messages if the IMAP server
2562         doesn't support streaming.
2563         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2564
2565 2010-10-24  Julien Danjou  <julien@danjou.info>
2566
2567         * message.el (message-default-headers): Fix type.
2568
2569 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2572         prefetching images.
2573
2574         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2575         backend for unknown groups.  This is mainly useful for nnimap groups.
2576
2577         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2578         group isn't covered by the agent.
2579
2580 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2581
2582         * nnir.el (nnir-method-default-engines): New variable.
2583         (nnir-run-query): Use it.
2584         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2585         (gnus-summary-nnir-goto-thread): Change group if needed.
2586
2587         * gnus-group.el (gnus-group-group-map): Add key binding for
2588         gnus-group-make-nnir-group.
2589
2590 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * shr.el (shr-tag-object): Add.
2593
2594         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2595         original article buffer live.
2596         (gnus-summary-select-article-buffer):
2597         Mention gnus-widen-article-buffer.
2598
2599 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * shr.el (shr-tag-strong): Add.
2602
2603 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2606         group names.  They mess up the group buffer badly.
2607
2608         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2609
2610         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2611         instead of the summary one.
2612
2613 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * mml.el (mml-preview): Work properly when editing article.
2616
2617         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2618         gnus-have-read-active-file if it's already been in.
2619
2620 2010-10-22  Tom Tromey  <tromey@redhat.com>
2621
2622         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2623         gnus-group-completing-read.
2624
2625 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * message.el (message-mode-map): Don't bind M-; to comment region, to
2628         allow the global comment-dwim to work.
2629
2630 2010-10-21  Julien Danjou  <julien@danjou.info>
2631
2632         * message.el (message-setup-1): Allow message-default-headers to be a
2633         function.
2634
2635 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * shr.el (shr-tag-table): Simplify.
2638
2639 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2642         to avoid trying to snarf invalid stuff.
2643
2644         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2645
2646         * gnus.el (gnus-message-archive-group): Quote value.
2647         (gnus-message-archive-group): Mark as changed.
2648
2649         * shr.el (shr-add-font): Don't put the font properties on the newline
2650         or the indentation.
2651
2652         * message.el (message-fix-before-sending): Change options when sending
2653         non-printable characters.
2654
2655         * gnus.el (gnus-message-archive-method): Change the default to
2656         monthly outgoing groups.
2657
2658         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2659         that have gotten new numbers.
2660
2661         * nnimap.el (nnimap-request-replace-article): New function.
2662
2663 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2666         (nnrss-request-article): Don't use special html washing code.
2667
2668 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * shr.el (shr-tag-table): Remove useless nconc.
2671
2672 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-art.el (article-wash-html): Simplify and remove the charset
2675         stuff.  Use the normal html rendering code instead of the special html
2676         washing code.
2677
2678         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2679         `gnus-w3m' symbols.
2680         (mm-text-html-washer-alist): Remove.
2681
2682         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2683         (mm-inline-media-tests): Remove use.
2684         (mm-text-html-renderer): Change default to the `shr' symbol.
2685
2686         * mm-view.el (mm-inline-text-html): Remove use.
2687
2688         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2689         `gnus-blocked-images' to be a function.
2690         (gnus-article-wash-function): Remove.
2691
2692 2010-10-20  Julien Danjou  <julien@danjou.info>
2693
2694         * spam.el (spam-list-of-processors): Mark as obsolete.
2695
2696         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2697         (nnimap-insert-partial-structure): Fix boundary detection.
2698
2699 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2700
2701         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2702         run file-truename on remote files.  This can be expensive and even
2703         prevent one from editing drafts if some unrelated buffer has a stale
2704         connection.
2705
2706 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2709         kinsoku-eol regardless of shr-kinsoku-shorten.
2710         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2711         (shr-tag-table): Support caption, thead, and tfoot.
2712
2713 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2716         lines.
2717         (shr-save-contents): New command and keystroke.
2718
2719         * nndoc.el (nndoc-type-alist): Add git support.
2720         (nndoc-git-type-p): New function.
2721         (nndoc-transform-git-article): Ditto.
2722         (nndoc-transform-git-headers): Ditto.
2723         (nndoc-transform-git-headers): Generate Subject headers.
2724
2725         * shr.el (shr-parse-style): New function.
2726         (shr-tag-span): Ditto.
2727
2728         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2729         to `G G' to avoid collisions.
2730
2731 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * shr.el: Load kinsoku if necessary.
2734         (shr-kinsoku-shorten): New internal variable.
2735         (shr-find-fill-point): Make kinsoku shorten text line if
2736         shr-kinsoku-shorten is bound to non-nil.
2737         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2738         shr-indentation too when testing if table is wider than frame width.
2739         (shr-insert-table): Use `string-width' instead of `length' to measure
2740         text width.
2741         (shr-insert-table-ruler): Make sure indentation is done at bol.
2742
2743 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2744
2745         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2746         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2747         undecoded network data.
2748
2749 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2752         name in the mode line spec so that the mode line menu works
2753         (bug #2431).
2754
2755         * message.el (message-get-reply-headers): If we're fed `to-address',
2756         then always use that.
2757
2758         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2759         aren't so wide as to need to switch off the edit menu.
2760
2761         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2762         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2763
2764         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2765         `M-g'.
2766         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2767         the permanent marks.
2768
2769 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2770
2771         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2772         Splitting according to references/in-reply-to obeys the ignore-groups
2773         variable, while splitting by sender and subject do not.
2774
2775 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2778         alist, so that we can look for non-Unicode chars.
2779         (article-translate-strings): Allow both character and string maps.
2780
2781 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * shr.el (shr-insert): Don't insert space behind a wide character
2784         categorized as kinsoku-bol, or between characters both categorized as
2785         nospace.
2786
2787 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2788
2789         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2790         headers to gnus-newsgroup-headers.
2791
2792 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * shr.el (shr-tag-img): Don't align images -- since we're not
2795         rescaling, this often leads to ugly displays.
2796
2797 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2798
2799         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2800         duplicates.
2801
2802 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2803
2804         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2805         call.
2806
2807 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * gnus.el: Autoload gnus-html-show-images.
2810
2811         * nnimap.el: Use nnheader-message throughout.
2812
2813         * shr.el (shr-tag-img): Ignore images with no data.
2814
2815 2010-10-15  Julien Danjou  <julien@danjou.info>
2816
2817         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2818         a possibility to disable format=flow encoding when using hard newlines.
2819
2820 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * shr.el (shr-insert): Remove space inserted before or after a
2823         breakable character or at the beginning or the end of a line.
2824         (shr-find-fill-point): Do kinsoku; find the second best point or give
2825         it up if there's no breakable point.
2826
2827 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * nnimap.el (nnimap-open-connection): Message when opening connection
2830         for debugging purposes.
2831
2832         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2833         on every setup buffer call to allow this to change from article to
2834         article.
2835
2836         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2837         buffers where we have a wide table.
2838
2839 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2840
2841         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2842         uses *-request-thread.
2843
2844 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2847         incantation, which is no longer valid.
2848
2849 2010-10-14  Julien Danjou  <julien@danjou.info>
2850
2851         * shr.el: Fix defcustom type (char -> character).
2852
2853 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2856         programs.
2857
2858 2010-10-14  Julien Danjou  <julien@danjou.info>
2859
2860         * shr.el (shr-tag-a): Use url-link as widget type.
2861
2862         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2863         `gnus-group-get-icon'.
2864
2865 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2868         This should make server editing work better.
2869
2870         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2871
2872         * tls.el (tls-program): Remove spurious %s from openssl.
2873
2874         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2875         (nnimap-parse-flags): Fix regexp.
2876
2877         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2878         probably work for CJVK text, too.
2879
2880         * nnimap.el (nnimap-extend-tls-programs): Remove.
2881         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2882
2883         * tls.el (tls-starttls-switches): Remove starttls hack.
2884         (open-tls-stream): Ditto.
2885         (tls-find-starttls-argument): Ditto.
2886
2887 2010-10-13  Julien Danjou  <julien@danjou.info>
2888
2889         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2890         responses.
2891
2892 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2895
2896         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2897         anything in Emacs.
2898
2899         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2900
2901 2010-10-13  Julien Danjou  <julien@danjou.info>
2902
2903         * shr.el (shr-width): Make shr-width a defcustom with default to
2904         fill-column.
2905         (shr-tag-img): Use shr-width rather than fill-column.
2906
2907 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * dgnushack.el (byte-optimize-apply)
2910         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2911
2912         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2913         position when (X-)Faces exist.
2914         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2915         avatars when called interactively.
2916
2917 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2920         gnus-article-x-face-too-ugly is bound.
2921
2922 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2925
2926         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2927         mailbox that doesn't exist.
2928
2929 2010-10-12  Julien Danjou  <julien@danjou.info>
2930
2931         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2932         (shr-get-image-data): Encode URL properly when fetching from cache.
2933         (shr-tag-img): Use aligned-to spaces to align correctly images.
2934
2935         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2936         before inserting the Gravatar.
2937
2938         * shr.el (shr-tag-img): Add align attribute support for <img>.
2939
2940 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * gnus-gravatar.el (gnus-art): Require.
2943
2944         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2945         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2946         Remove long obsoleted functions.
2947
2948 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2951
2952         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2953
2954         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2955         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2956         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2957         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2958         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2959         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2960         * sieve-manage.el, smime.el, spam.el:
2961         Fix comment for declare-function.
2962
2963 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * nnimap.el (nnimap-request-rename-group): Select group read-only
2966         before renaming it.
2967
2968         * shr.el (shr-insert): Fix up the white space only regexp.
2969
2970         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2971         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2972
2973         * shr.el (shr-current-column): New function.
2974         (shr-find-fill-point): New function.
2975
2976 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2977
2978         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2979         numbers.
2980
2981 2010-10-11  Julien Danjou  <julien@danjou.info>
2982
2983         * shr.el (shr-hr-line): Add.
2984         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2985         display hr lines.
2986         (shr-max-columns): Do not change state to nil if we just inserting
2987         spaces.
2988
2989 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2992         select the last group.
2993
2994 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2997
2998 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2999
3000         * dig.el (dig-mode-map): Declare and define in one step.
3001
3002 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3005         for Gnus.
3006         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3007         (nnimap-update-qresync-info): Mark \Seen articles as read.
3008
3009         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3010         non-variable, too.
3011
3012         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3013         available.
3014         (nnimap-update-info): Rely more on the current active than the param
3015         active to avoid marking articles as read too much.
3016
3017         * auth-source.el (auth-source-create): Use (user-login-name) for the
3018         user name default.
3019
3020         * nnimap.el (nnimap-update-info): If the server doesn't return any
3021         useful info, just use the previous info.
3022         (nnimap-update-info): Prefer old info over start-article.
3023         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3024
3025 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3026
3027         * nnir.el (autoload): Clean up autoloads.
3028         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3029         Use key rather than value.
3030         (nnir-imap-search-other): New variable.
3031         (nnir-read-parm): Use it.
3032         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3033         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3034
3035 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3036
3037         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3038         the process, too.
3039
3040 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * spam.el (gnus-summary-mode-map): Bind to "$".
3043         Suggested by Russ Allbery.
3044
3045         * shr.el: Rework the way things are indented by <li> slightly.
3046
3047         * gnus.el (gnus-group-set-parameter): Fix typo.
3048
3049         * nnimap.el: Start implementing QRESYNC support.
3050
3051 2010-10-09  Julien Danjou  <julien@danjou.info>
3052
3053         * nnir.el (nnir-engines): Fix too many arguments.
3054
3055 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3058         group is the "last", so that the backends like nnfolder actually save
3059         their folders.
3060
3061         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3062         try to use that for the tls stream.
3063         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3064         UIDVALIDITY and find out which groups are read-only and not.
3065         (nnimap-get-flags): Use the same marks parsing code as the rest of
3066         nnimap.
3067
3068 2010-10-09  Julien Danjou  <julien@danjou.info>
3069
3070         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3071
3072         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3073         retrieving gravatars.
3074
3075         * shr.el (shr-table-corner): Add.
3076         (shr-table-line): Add.
3077         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3078
3079 2010-10-08  Julien Danjou  <julien@danjou.info>
3080
3081         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3082
3083 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3084
3085         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3086
3087         * gnus-sum.el (gnus-mark-article-as-unread)
3088         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3089         (gnus-summary-set-bookmark): Use it.
3090
3091         * gnus-msg.el (gnus-setup-message): Use it.
3092
3093         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3094
3095         * gnus.el (gnus-group-remove-parameter): Use it.
3096
3097         * gnus-group.el (gnus-group-make-web-group): Use it.
3098
3099         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3100
3101         * nnregistry.el: Update docs to mention manual.
3102
3103         * gnus-registry.el: Update docs to mention nnregistry.el.
3104         (gnus-registry-initialize): Don't install nnregistry refer method
3105         automatically.
3106         (gnus-registry-install-nnregistry): Remove it.
3107
3108 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * shr.el (shr-insert): Don't insert double spaces.
3111
3112 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-gravatar.el (gnus-treat-from-gravatar)
3115         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3116         called interactively.
3117
3118         * gnus-art.el (gnus-mime-view-part-externally)
3119         (gnus-mime-view-part-internally): Make predicate function passed to
3120         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3121         of a mime type.
3122
3123         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3124
3125 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * shr.el (require): Require cl when compiling.
3128         (shr-tag-hr): New function.
3129
3130         * nnimap.el (nnimap-update-info): Remove double setting of high.
3131         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3132         This makes nnimap work properly on Courier again.
3133
3134         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3135         the variable for backwards compatability.
3136
3137         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3138         the file name before using to avoid setting mm-default-directory to
3139         nil.
3140
3141         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3142         bidning gnus-agent variables.
3143
3144         * shr.el (shr-render-td): Use a cache for the table rendering function
3145         to avoid getting an exponential rendering behaviour in nested tables.
3146         (shr-insert): Rework the line-breaking algorithm.
3147         (shr-insert): Don't leave trailing spaces.
3148         (shr-insert-table): Also insert empty TDs.
3149         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3150
3151 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3152
3153         * gnus-sum.el (gnus-number): Rename from `number'.
3154         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3155         (gnus-summary-limit-children): Update uses correspondingly.
3156
3157 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3160         (gnus-gravatar-transform-address): Don't show avatars of people of
3161         which mail addresses match gnus-gravatar-too-ugly.
3162
3163 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * shr.el (shr-table-widths): Expand TD elements to fill available
3166         space.
3167
3168 2010-10-07  Julien Danjou  <julien@danjou.info>
3169
3170         * nnimap.el (nnimap-request-rename-group): Add this method.
3171
3172 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3175         name from XEmacs' function-arglist.
3176
3177         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3178         gravatar under XEmacs.
3179
3180 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * auth-source.el: Update docs with TODO items.
3183
3184         * gnus-sync.el: Update docs to explain state and plans.
3185
3186         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3187         Hooks for mark updates.
3188         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3189
3190         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3191         hooks with arguments, which is needed for mark update hooks.
3192
3193 2010-10-06  Julien Danjou  <julien@danjou.info>
3194
3195         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3196         was matched.
3197
3198         * sieve-manage.el: Update example in `Commentary'.
3199
3200         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3201
3202         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3203         not 2000.
3204         (sieve-manage-authenticate): Re-add function.
3205
3206 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * shr.el (shr-insert): Get 'space transition right.
3209         (shr-render-td): Only delete space at the end of the TD.
3210
3211         * nnimap.el (nnimap-open-connection): Prepare to support
3212         open-gnutls-stream.
3213
3214         * shr.el: Rearrange function order to be more logical.
3215
3216 2010-10-06  Julien Danjou  <julien@danjou.info>
3217
3218         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3219         (nnrss-discover-feed): Remove 404 URL in docstring.
3220
3221         * nnir.el: Fix Swish-E URL.
3222         Fix Namazu URL.
3223
3224         * message.el (message-change-subject): Remove 404 URL in a comment.
3225
3226 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3229         called interactively.
3230
3231         * gnus-util.el (gnus-remove-if): Allow hash table.
3232         (gnus-remove-if-not): New function.
3233
3234         * gnus-art.el (gnus-mime-view-part-as-type)
3235         * gnus-score.el (gnus-summary-score-effect)
3236         * gnus-sum.el (gnus-read-move-group-name):
3237         Replace remove-if-not with gnus-remove-if-not.
3238
3239         * gnus-group.el (gnus-group-completing-read):
3240         Regard collection as a hash table if it is not a list.
3241
3242 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3245
3246         * shr.el: Document the table-rendering algorithm.
3247
3248 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3251         for Emacsen having no `libxml-parse-html-region' support.
3252
3253 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3256         invalid URLs.
3257
3258         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3259         line-broken.
3260         (shr-tag-img): Ignore image fetching errors.
3261         (shr-overlays-in-region): Compute overlay positions correctly.
3262
3263         * mm-decode.el (mm-shr): Require shr.
3264
3265         * gnus-art.el (gnus-blocked-images): Move variable here.
3266
3267         * shr.el (shr-insert-table): Bind free variable.
3268
3269         * mm-decode.el (mm-shr): Bind shr-content-function.
3270
3271         * shr.el (shr-content-function): New variable.
3272
3273         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3274         added for symmetry.
3275
3276         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3277
3278         * gnus-group.el (gnus-group-make-group): Doc fix.
3279
3280         * nnimap.el (nnimap-request-newgroups): Return success.
3281
3282         * shr.el (shr-find-elements): New function.
3283         (shr-tag-table): Put all the images after the table.
3284         (shr-tag-table): Really inhibit images inside the table.
3285         (shr-collect-overlays): Copy over overlays from the TD elements to the
3286         main document.
3287
3288         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3289         gnus-blocked-images.
3290
3291 2010-10-05  Julien Danjou  <julien@danjou.info>
3292
3293         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3294
3295         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3296         (gnus-html-maximum-image-size): Add this function.
3297         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3298
3299         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3300         server-value of the capability is nil.
3301
3302 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * shr.el (shr-tag-em): Add <EM> tag.
3305
3306 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3307
3308         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3309         customizable.
3310
3311         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3312         handing broken links to browse-url.
3313
3314 2010-10-05  Julien Danjou  <julien@danjou.info>
3315
3316         * gnus-util.el (gnus-emacs-completing-read)
3317         (gnus-iswitchb-completing-read): Use autoload rather than require.
3318
3319 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3322         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3323         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3324         iswitchb-temp-buflist for XEmacs.
3325
3326         * gnus-util.el (gnus-completing-read-function): Exclude
3327         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3328         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3329         XEmacs.
3330
3331         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3332         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3333
3334         * gnus-html.el: Don't require help-fns under XEmacs.
3335         (gnus-html-schedule-image-fetching): Work for XEmacs.
3336
3337         * mm-decode.el (mm-shr): Decode contents by charset.
3338
3339 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3342         unknown.
3343
3344         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3345         (shr-get-image-data): Ensure against the cache file missing.
3346
3347         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3348         for data.
3349
3350         * spam-report.el (spam-report-url-ping-plain): Don't query about
3351         killing the process.
3352
3353         * shr.el (shr-render-td): Protect against too-wide text.
3354
3355 2010-10-04  Julien Danjou  <julien@danjou.info>
3356
3357         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3358         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3359
3360         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3361         retrieved.
3362
3363 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * shr.el (browse-url): Require.
3366         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3367         lines.
3368         (shr-show-alt-text, shr-browse-image): New commands.
3369         (shr-browse-url, shr-copy-url): New commands.
3370
3371         * gnus-sum.el (gnus-widen-article-window): New variable.
3372         (gnus-summary-select-article-buffer): Use it.
3373
3374         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3375         without @ signs.
3376
3377 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3378
3379         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3380
3381 2010-10-04  Julien Danjou  <julien@danjou.info>
3382
3383         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3384         for XEmacs.
3385
3386 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3389
3390         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3391         (nnimap-close-server): Implement.
3392
3393         * dgnushack.el (iswitchb): Require to shut up the compiler.
3394
3395         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3396         (shr-insert): Tweak line breaking.
3397         (shr-insert): Handle <pre> better.
3398         (shr-tag-li): Get <li> indentation right.
3399         (shr-tag-li): Get <li> indentation even righter.
3400         (shr-tag-blockquote): Ensure paragraph start.
3401         (shr-make-table): Tweak table generation.
3402         (shr-make-table): Fix typo.
3403
3404         * shr.el: Implement table rendering.
3405
3406 2010-10-04  Julien Danjou  <julien@danjou.info>
3407
3408         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3409
3410 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * shr.el (shr-insert): Use string anchors instead of line anchors.
3413
3414 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * shr.el: Add headings.
3417         (shr-ensure-paragraph): Actually work.
3418         (shr-tag-li): Make <ul> prettier.
3419         (shr-insert): Get white space at the beginning/end of elements right.
3420         (shr-tag-p): Collapse subsequent <p>s.
3421         (shr-ensure-paragraph): Don't insert double line feeds after blank
3422         lines.
3423         (shr-insert): \t is also space.
3424         (shr-tag-s): Fix "s" tag name function.
3425         (shr-tag-s): Fix face prop name.
3426
3427 2010-10-03  Julien Danjou  <julien@danjou.info>
3428
3429         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3430
3431         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3432         gnus-window-inside-pixel-edges.
3433
3434         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3435         gnus-ems.
3436
3437         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3438
3439         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3440         function.
3441
3442         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3443         resize choice.
3444
3445 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3448         beginning of the buffer.
3449
3450         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3451         article buffer again.
3452
3453         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3454
3455         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3456         when it's at the start of the buffer.
3457
3458         * shr.el (shr-tag-blockquote): Convert name.
3459         (shr-rescale-image): Use the right image-size variant.
3460
3461         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3462         buffer isn't shown, then select the current article first instead of
3463         bugging out.
3464         (gnus-summary-select-article-buffer): Show both the article and summary
3465         buffers again.
3466
3467         * shr.el (shr-fontize-cont): Protect against regions with no text.
3468         Rename tag functions to shr-tag-* for enhanced security.
3469         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3470
3471 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3472
3473         * shr.el (shr-insert):
3474         * pop3.el (pop3-movemail):
3475         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3476         loaded.
3477
3478 2010-10-03  Glenn Morris  <rgm@gnu.org>
3479
3480         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3481
3482         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3483
3484         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3485
3486         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3487
3488         * gnus-util.el (gnus-make-local-hook): Simplify.
3489
3490 2010-10-02  Julien Danjou  <julien@danjou.info>
3491
3492         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3493         (gnus-ido-completing-read): New function.
3494         (gnus-emacs-completing-read): New function.
3495         (gnus-completing-read): Use gnus-completing-read-function.
3496         Add gnus-completing-read-function.
3497
3498 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * shr.el (shr-insert-document): Autoload.
3501         (shr-img): Be silent.
3502         (shr-insert): Add a newline after every picture before text.
3503         (shr-add-font): Use overlays for combining faces.
3504         (shr-insert): Pass upwards the text start point.
3505
3506         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3507         possible.
3508         (mm-shr): New function.
3509
3510 2010-10-02  Julien Danjou  <julien@danjou.info>
3511
3512         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3513         should go backward.
3514
3515 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3516
3517         * shr.el (shr): Fix typo in provide call.
3518
3519 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * shr.el: New file.
3522
3523         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3524
3525         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3526         completing read.
3527
3528 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3531         we're being queried about.  Suggested by Dan Jacobson.
3532
3533         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3534         Suggested by Jason Eisner.
3535
3536         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3537         table, too.  Suggested by Stefan Wiens.
3538         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3539         the table unnecessary.  Suggested by Stefan Wiens.
3540
3541         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3542         longer needed, and probably doesn't work either, as pointed out by
3543         Stefan Wiens.
3544         (gnus-summary-exit): Remove call to the clearing function.
3545         (gnus-summary-exit-no-update): Ditto.
3546
3547         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3548         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3549         Reported by Stefan Monnier.
3550         (gnus-summary-save-in-rmail): Ditto.
3551
3552         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3553         article buffer, instead of both the article buffer and the summary
3554         buffer.  Sort of suggested by Dan Jacobson.
3555
3556         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3557
3558         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3559         Suggested by Dan Jacobson.
3560
3561         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3562         documentation clearer.
3563
3564         * message.el (message-shorten-references): Comment on the number "21".
3565         Suggested by Stefan Monnier.
3566
3567         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3568         Suggested by Dan Jacobson.
3569
3570         * gnus.el (gnus-large-newsgroup):
3571         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3572
3573         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3574         externalize attachments.  Bug reported by Steve Wen.
3575
3576         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3577         really message anything to the user.
3578
3579         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3580         directly.
3581
3582         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3583         messages in empty groups.
3584
3585 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3586
3587         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3588         non-UIDNEXT group.
3589
3590 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3593         not the value from the collection.
3594
3595         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3596         values.  This sometimes happens on some groups that have no info.
3597         (nnimap-request-newgroups): New function.
3598
3599 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3602         check into `gnus-registry-initialize'.
3603         (gnus-registry-initialize): Ditto.
3604         Fix and extend header docs.
3605
3606 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3609         regexp backtrace overflows.
3610
3611         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3612         for starttls that tls.el implements; i.e. openssl.
3613
3614         * tls.el (tls-starttls-switches): Give up on using starttls with
3615         gnutls-cli.
3616         (tls-program): Add --insecure to be consistent with the defaults from
3617         openssl s_client.  Now all three commands are insecure.
3618
3619 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * lpath.el: Bind completion-styles-alist for XEmacs.
3622
3623         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3624         (gravatar-create-image): New function that's an alias to
3625         gnus-xmas-create-image, gnus-create-image, or create-image.
3626         (gravatar-data->image): Use it.
3627
3628 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3629
3630         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3631         install the nnregistry refer method.
3632         (gnus-registry-install-hooks): Use it.
3633         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3634         unfollowed groups.
3635
3636 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3637
3638         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3639         expanding threads.
3640
3641 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * nnir.el: Use the server names without suffixes (bug #7009).
3644
3645         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3646         unencrypted to STARTTLS, if possible.
3647
3648 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3649
3650         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3651         headers before superseding.
3652
3653 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * nnrss.el (nnrss-use-local): Add documentation.
3656
3657         * nnimap.el (nnimap-extend-tls-programs): New function.
3658         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3659         (nnimap-wait-for-connection): Accept the greeting from the stupid
3660         output from openssl s_client -starttls, too.
3661
3662         * tls.el (tls-starttls-switches): New variable.
3663         (tls-find-starttls-argument): Use it.
3664         (open-tls-stream): Ditto.
3665
3666         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3667         (netrc-machine): Ditto.
3668
3669         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3670         article number.
3671         (nnimap-split-fancy): New variable.
3672         (nnimap-split-incoming-mail): Use it.
3673
3674         * nntp.el (nntp-server-list-active-group): Document.
3675
3676         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3677         SELECT to get the message-id.
3678
3679         * mail-source.el (mail-sources): Remove webmail support.
3680         (defvar): Ditto.
3681         (mail-source-fetcher-alist): Ditto.
3682         (mail-source-fetch-webmail): Remove.
3683
3684         * webmail.el: Remove -- doesn't seem relevant any more.
3685
3686         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3687
3688         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3689         the \r.
3690
3691 2010-09-30  Julien Danjou  <julien@danjou.info>
3692
3693         * gnus-agent.el (gnus-agent-add-group): Fix call to
3694         gnus-completing-read.
3695
3696 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * nndoc.el (nndoc-retrieve-groups): New function.
3699
3700         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3701         `default', use nnmail-split-methods.
3702         (nnimap-request-article): Downcase the NILs so that they are nil.
3703
3704         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3705         symbol.
3706
3707         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3708         code, since if the user has requested network, that's what they ought
3709         to get.
3710         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3711         (nnimap-split-rule): Mark as obsolete.
3712
3713         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3714         New variable.
3715
3716         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3717         correct slot, too.
3718
3719 2010-09-29  Julien Danjou  <julien@danjou.info>
3720
3721         * gnus.el (gnus-local-domain): Declare variable obsolete.
3722
3723         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3724         Fix history computing.
3725         (gnus-ido-completing-read): Require ido.
3726
3727 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3730         build Gnus.
3731
3732         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3733         when interpreting the structures.
3734         (nnimap-request-accept-article): Add \r\n to the lines to make this
3735         work with Cyrus.
3736
3737         * nndraft.el (nndraft-request-expire-articles): Use the group name
3738         instead if "nndraft".  Fix found by Nils Ackermann.
3739
3740 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3741
3742         * nnregistry.el: Add.
3743
3744 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3745
3746         * nnmail.el (group, group-art-list, group-art):
3747         Remove unneeded directives.
3748
3749 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3752         (mm-mime-charset)
3753         * rfc2047.el (rfc2047-syntax-table)
3754         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3755
3756         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3757         rather than `insert-file-contents' and `eval-region'.
3758
3759         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3760         construction.
3761
3762         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3763
3764         * time-date.el: No need to require cl for Emacs 21.
3765
3766 2010-09-29  Julien Danjou  <julien@danjou.info>
3767
3768         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3769         replacement of `gnus-gravatar-relief' to mimic
3770         `gnus-faces-properties-alist'.
3771         Add :version property.
3772
3773 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * mail-source.el (mail-source-report-new-mail)
3776         * message.el (message-default-mail-headers)
3777         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3778
3779         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3780
3781 2010-09-28  Julien Danjou  <julien@danjou.info>
3782
3783         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3784         mail-address contains the same string as real-name.
3785
3786         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3787         non-blank in header, otherwise it'll get stripped.
3788
3789         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3790         real-name, and then for mail address rather than doing : or , search.
3791
3792 2010-09-27  Julien Danjou  <julien@danjou.info>
3793
3794         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3795         right completing-read function.
3796         (gnus-use-ido): New variable
3797         (gnus-completing-read-with-default): Remove.
3798         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3799         (gnus-agent-add-group):
3800         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3801         * mm-view.el (mm-view-pkcs7-decrypt):
3802         * mm-util.el (mm-codepage-setup):
3803         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3804         * mml-smime.el (mml-smime-openssl-sign-query):
3805         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3806         (mml-insert-multipart):
3807         * gnus-msg.el (gnus-summary-yank-message):
3808         * gnus-int.el (gnus-start-news-server):
3809         * mm-decode.el (mm-interactively-view-part):
3810         * gnus-dired.el (gnus-dired-attach):
3811         * gnus.el (gnus-read-method):
3812         * gnus-bookmark.el (gnus-bookmark-jump):
3813         * gnus-art.el (gnus-mime-view-part-as-type)
3814         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3815         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3816         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3817         * nnmairix.el (nnmairix-create-server-and-default-group)
3818         (nnmairix-update-groups, nnmairix-get-server)
3819         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3820         (nnmairix-get-group-from-file-path):
3821         * nnrss.el (nnrss-find-rss-via-syndic8):
3822         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3823         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3824         (gnus-group-browse-foreign-server):
3825         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3826         (gnus-summary-execute-command, gnus-summary-respool-article)
3827         (gnus-read-move-group-name):
3828         * gnus-score.el (gnus-summary-increase-score)
3829         (gnus-summary-score-effect):
3830         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3831
3832 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3835         x-focus-frame.
3836
3837         * nnimap.el (auth-source-forget-user-or-password)
3838         (auth-source-user-or-password): Autoload.
3839
3840         * message.el (message-from-style, message-interactive)
3841         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3842         (message-yank-prefix, message-indentation-spaces, message-signature)
3843         (message-signature-file): Add comment.
3844
3845 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3848         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3849         new articles.
3850
3851         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3852         parts.
3853         (nnimap-request-article): Work with the t setting, too.
3854
3855         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3856         that you don't get flashes of other buffers.
3857         (gnus-summary-show-complete-article): Intern before setting.
3858
3859 2010-09-27  David Engster  <dengste@eml.cc>
3860
3861         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3862         well as HEADERS.
3863         (nnmairix-retrieve-headers): Provide new argument for the above.
3864
3865 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866
3867         * gnus-sum.el (gnus-summary-move-article): Don't alter
3868         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3869         group.
3870
3871         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3872
3873         * message.el (message-cite-prefix-regexp): Revert my last edit.
3874
3875         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3876         variable instead of the Gnus variable.
3877
3878         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3879
3880         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3881
3882         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3883         since some servers don't like it.
3884         (nnimap-open-connection): Forget credentials if the server says the
3885         password was wrong.
3886         (nnimap-parse-line): Protect against invalid data.
3887
3888         * gnus-sum.el (gnus-summary-move-article): Add comment.
3889         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3890         nothing alters it while scanning for new messages.
3891
3892         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3893         which may or may not help.
3894         (nnimap-open-connection): If we're doing a stream connection, and then
3895         discover we're on a STARTTLS-capable server, then open a STARTTLS
3896         connection instead.
3897
3898 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * nnimap.el (utf7): Require.
3901
3902         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3903         prefix.
3904
3905 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3906
3907         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3908
3909 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * nnimap.el (nnimap-request-accept-article): Message the error on
3912         error.
3913
3914 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3917
3918 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * nndoc.el (nndoc-request-list): Return success always.
3921
3922         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3923         `fetch-old' -- we only want to fetch the articles we've requested.
3924         The rest are in the agent, probably.
3925         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3926         disappeared server" to something low.  It's not important.
3927
3928         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3929         arrived before the FETCH data.
3930
3931         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3932         target here, because we don't know the Gnus name of the group.
3933
3934         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3935         for the correct group.
3936
3937         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3938
3939         * gnus.el (gnus): Give a final warning after startup.
3940
3941         * gnus-util.el (gnus-action-message-log): New variable.
3942         (gnus-message): Use it.
3943         (gnus-final-warning): New function.
3944
3945         * nnimap.el (nnimap-open-connection): Record the greeting.
3946         (nnimap): Add greeting.
3947
3948 2010-09-26  Julien Danjou  <julien@danjou.info>
3949
3950         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3951         arguments.
3952         (gnus-html-wash-images): Fix spec computing to include start/end.
3953
3954         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3955
3956 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3959         deletion.
3960         (nnimap-retrieve-headers): Don't select the group, because that's
3961         already done by nnimap-possibly-change-group.
3962
3963         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3964         (gnus-picon-transform-address): Use it.
3965
3966         * mail-source.el (mail-source-value): Revert previous patch.
3967
3968         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3969         on failure.
3970         (nnimap-open-connection): Look up both virtual and physical server name
3971         credentials.
3972
3973         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3974
3975 2009-02-07  Dave Love  <fx@gnu.org>
3976
3977         * tls.el (open-tls-stream): Don't query killing process.
3978
3979 2009-02-08  Dave Love  <fx@gnu.org>
3980
3981         * gnus-win.el (gnus-window-to-buffer-helper)
3982         (gnus-all-windows-visible-p): Function needn't be a symbol.
3983
3984         * mail-source.el (mail-source-value): Function needn't be a symbol.
3985
3986 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * message.el (message-cite-prefix-regexp): Remove } from the cite
3989         prefix.
3990
3991         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3992         highlight again, so that the highlight is correct.
3993
3994         * gnus-picon.el (gnus-picon): Remove again.
3995         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3996
3997         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3998         doing the header highlightling, so that the background colour of the
3999         picon is correct.
4000
4001         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4002         (gnus-picon): Ditto.
4003         (gnus-picon): Reinstate.  The background colour for picons is white.
4004         (gnus-picon-insert-glyph): Make the background white.
4005
4006         * nnml.el (nnml-open-nov): Don't return dead buffers.
4007
4008         * auth-source.el (auth-source-create): Query the user for whether to
4009         store the credentials.
4010
4011         * netrc.el (netrc-store-data): New function.
4012
4013         * auth-source.el (auth-source-user-or-password): Use the existing auth
4014         sources, if any, for creation.
4015
4016         * gnus.el (gnus-group-fast-parameter): Return the last matching
4017         parameter instead of the first matching parameter.
4018
4019 2010-09-26  Julien Danjou  <julien@danjou.info>
4020
4021         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4022
4023 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * mml2015.el (mml2015-use): Remove gpg support.
4026
4027         * mml1991.el (mml1991-function-alist): Remove gpg function.
4028         (mml1991-gpg-sign): Remove.
4029
4030 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4031
4032         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4033         (gnus-browse-unsubscribe-current-group): Document it.
4034         (gnus-browse-unsubscribe-group): Use it.
4035
4036 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4039         address to the To list for easier response.
4040
4041         * gnus.el (gnus-play-startup-jingle): Remove.
4042         (gnus-splash): Don't play jingle.
4043         (gnus): Silence gnus-load message.
4044
4045         * gnus-art.el (gnus-treat-play-sounds): Remove.
4046
4047         * gnus.el (gnus-play-jingle): Remove audio support.
4048
4049         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4050
4051         * earcon.el: Remove -- no users.
4052
4053         * gnus-audio.el: Remove -- no users of this package.
4054
4055         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4056
4057         * gnus-start.el (gnus-setup-news): Remove nocem support.
4058
4059         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4060
4061         * gnus.el (gnus-use-nocem): Remove.
4062
4063         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4064         Remove.
4065
4066         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4067         uses NoCeM any more.
4068
4069         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4070         (gnus-button-ctan-handler): Ditto.
4071         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4072         (gnus-button-ctan-directory-regexp): Ditto.
4073         (gnus-button-handle-ctan): Ditto.
4074         (gnus-button-tex-level): Ditto.
4075         (gnus-button-alist): Remove CTAN stuff.
4076
4077 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4080         nnimap-streaming test.
4081
4082         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4083         servers twice.
4084
4085         * nnimap.el (nnimap-open-connection): Add more error reporting when
4086         nnimap fails early.
4087
4088         * nnheader.el (nnheader-get-report-string): New function.
4089         (nnheader-get-report): Use it.
4090
4091         * gnus-int.el (gnus-check-server): Say what the error was when opening
4092         failed.
4093
4094         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4095         using streaming.
4096
4097 2010-09-25  Julien Danjou  <julien@danjou.info>
4098
4099         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4100         gnus-window-inside-pixel-edges.
4101
4102 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4105
4106         * mm-decode.el (mm-save-part): Allow saving to other directories the
4107         normal Emacs way.
4108
4109         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4110         Suggested by Jay Berkenbilt.
4111
4112         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4113         there isn't a single byte.
4114
4115         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4116         just do it.  It doesn't really seem to matter what the user responds
4117         here, I think, so it's just a confusing question.
4118
4119         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4120         non-streaming case.
4121
4122         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4123         (gnus-article-encrypt-body): Use it.
4124
4125         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4126         keystroke.
4127
4128         * nnimap.el (nnimap-find-wanted-parts-1):
4129         Use gnus-fetch-partial-articles.
4130
4131         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4132
4133         * nnimap.el (nnimap-insert-partial-structure): New function.
4134         (nnimap-get-partial-article): New function.
4135         (nnimap-request-article): Use it.
4136         (nnimap-wait-for-response): Return whether the wait was successful.
4137         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4138         retrieval wasn't successful.
4139         (nnimap-retrieve-group-data-early): Allow throttling servers.
4140         (nnimap-streaming): New variable.
4141         (nnimap-fetch-partial-articles): Remove.
4142
4143         * mm-decode.el (mm-with-part): Protect against killed buffers.
4144
4145         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4146         for prettier summary display.
4147
4148 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4149
4150         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4151
4152 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4155         apparently third-party libraries depend on it.
4156
4157         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4158         before starting negotiation.
4159
4160         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4161         privacy reasons.
4162         (gnus-treat-mail-gravatar): Ditto.
4163
4164         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4165         buffer when inserting images.  Inserting text into the headers, for
4166         instance, can make them invalid.
4167
4168 2010-09-25  Julien Danjou  <julien@danjou.info>
4169
4170         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4171         variables.
4172
4173         * nnheader.el: Remove useless variables news-reply-yank-from and
4174         news-reply-yank-message-id.
4175
4176         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4177         variables.
4178
4179         * mml1991.el: Remove useless mml1991-verbose.
4180
4181         * gnus.el: Remove useless variable gnus-use-generic-from.
4182         Remove obsolete variable gnus-topic-indentation.
4183
4184         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4185
4186         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4187
4188         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4189
4190         * gnus-group.el: Remove useless gnus-group-icon-cache.
4191         Remove useless gnus-ephemeral-group-server.
4192
4193         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4194
4195         * mml2015.el: Remove useless mml2015-verbose.
4196
4197         * mml-smime.el: Remove useless mml-smime-verbose.
4198
4199         * gnus.el: Remove useless gnus-local-domain.
4200
4201         * gnus-gravatar.el (gnus-gravatar-transform-address):
4202         Use gnus-gravatar-size.
4203
4204         * gnus-art.el: Remove useless gnus-treat-translate.
4205
4206 2010-09-24  Julien Danjou  <julien@danjou.info>
4207
4208         * gnus-sum.el: Add support for Gravatars.
4209
4210         * gnus-art.el: Add support for Gravatars.
4211
4212         * gnus-gravatar.el: Add this file.
4213
4214         * gravatar.el: Add this file.
4215
4216 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4219
4220         * gnus-group.el (gnus-group-fetch-faq): Remove.
4221
4222         * gnus.el (gnus-group-faq-directory): Remove.
4223
4224         * gnus-group.el (gnus-group-fetch-charter): Remove.
4225
4226         * gnus.el (gnus-group-charter-alist): Remove.
4227
4228         * gnus-group.el (gnus-group-archive-directory): Remove.
4229         (gnus-group-recent-archive-directory): Ditto.
4230         (gnus-group-make-archive-group): Remove.
4231
4232         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4233
4234         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4235         use the same article number for all the cached articles.
4236
4237         * nnimap.el (nnimap-command): Register the last command time so
4238         that we can use it for idling NOOPs.
4239         (nnimap-open-connection): Start the keeplive timer.
4240         (nnimap-make-process-buffer): Store all the process buffers.
4241         (nnimap-keepalive): New function.
4242
4243         * starttls.el (starttls-open-stream): Add autoload cookie.
4244
4245 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4246
4247         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4248         handling.
4249
4250 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4253         its data structures.
4254
4255         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4256         instead of the cl.el copy-list.
4257         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4258         equalp.
4259
4260 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4263         and tool-bar-local-item-from-menu.
4264
4265         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4266         mode-line-highlight face for Emacs.
4267
4268         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4269         loading gnus-sum.elc; fix comment for canlock-verify.
4270         (gnus-article-jump-to-part): Use read-number.
4271         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4272         Remove Emacs pre-21 compatible code for help-echo.
4273         (gnus-article-next-page-1): No need to adjust the number of lines.
4274         (gnus-article-describe-bindings): Always use help-buffer.
4275
4276         * gnus-audio.el (gnus-audio-inline-sound)
4277         * gnus-cus.el (gnus-custom-mode)
4278         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4279
4280         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4281
4282         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4283         compatible code.
4284
4285 2010-09-24  Glenn Morris  <rgm@gnu.org>
4286
4287         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4288         visiting the fcc file in rmail-mode.
4289
4290         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4291
4292 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * nnir.el: Silence the byte compiler.
4295
4296         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4297         alias to browse-url-url-encode-chars if any.
4298         (gnus-html-encode-url): Use it.
4299
4300 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * gnus-start.el (gnus-use-backend-marks): New variable.
4303         (gnus-get-unread-articles-in-group): Use it.
4304
4305         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4306         makeover.
4307
4308 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4309
4310         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4311
4312 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313
4314         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4315         Remove.
4316         (gnus-setup-news-hook):
4317         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4318
4319         * gnus-int.el (gnus-request-update-info): Protect against backends not
4320         having the function.
4321
4322         * nnimap.el (nnimap-stream): Mention starttls.
4323         (nnimap-open-connection): Add starttls support.
4324
4325 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4326
4327         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4328
4329 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4332         BODYSTRUCTUREs.
4333         (nnimap-transform-headers): Unfold quoted {42} headers.
4334
4335         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4336         the info.
4337         (gnus-get-unread-articles): Only call updatep on backends that support
4338         it.
4339
4340         * nnweb.el (nnweb-request-update-info): NOOP.
4341
4342         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4343
4344         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4345         since it only deals with marks.
4346
4347         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4348         gnus-request-marks, and make a new gnus-request-update-info.
4349
4350         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4351         the active instead of the high number, which is usually too low.
4352
4353 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4354
4355         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4356         * encrypt.el: Remove.
4357
4358 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4361         server in symbolic form.
4362
4363         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4364
4365 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4368         (nnimap-update-info): Fix up code slightly.
4369
4370         * gnus-int.el (gnus-open-server): Add tracing for performance
4371         debugging.
4372
4373         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4374         (gnus-group-insert-group-line): Pass the real group name so that it
4375         gets the right data.
4376
4377         * gnus-start.el (gnus-get-unread-articles): Don't have
4378         `gnus-get-unread-articles-in-group' update info, since that can be
4379         really slow and doesn't seem to be needed?
4380
4381 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4382
4383         * time-date.el (date-to-time): Try using parse-time-string first before
4384         using the slower timezone-make-date-arpa-standard.
4385
4386 2010-09-22  Julien Danjou  <julien@danjou.info>
4387
4388         * gnus-group.el (gnus-group-insert-group-line):
4389         Call gnus-group-highlight-line.
4390         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4391         default hook list.
4392         (gnus-group-update-eval-form): Add new function.
4393         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4394         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4395
4396 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4399         immediate, then expire all articles.
4400         (nnimap-update-info): Fix off-by-one errors.
4401         (nnimap-flags-to-marks): Would return no marks lists for group with no
4402         flags.  Instead return the other data.
4403
4404 2010-09-22  Julien Danjou  <julien@danjou.info>
4405
4406         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4407         Only return an icon.
4408         (gnus-group-insert-group-line): Compute icon to return.
4409
4410         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4411         (gnus-html-image-fetched): Only cache if
4412         gnus-html-image-automatic-caching is set.
4413         (gnus-html-image-fetched): Check for errors.
4414
4415 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4418         once per method on `g'.  This ensures that backends like nnfolder don't
4419         open all their folders.
4420
4421         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4422         (nnimap-request-list): Nix out group in the correct buffer.
4423         (nnimap-parse-flags): Implement by using `read' instead of
4424         hand-parsing.
4425         (nnimap-flags-to-marks): Pass on permanent-flags.
4426         (nnimap-make-process-buffer): Record the server name.
4427         (nnimap-parse-flags): Fix typo.
4428         (nnimap-request-scan): Run split on the server in general, not just a
4429         single group.
4430
4431         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4432         parameter, and propagate this downwards.
4433
4434         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4435         since EXAMINE changes it on the server.
4436
4437         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4438         this command might take a while.
4439
4440 2010-09-22  Julien Danjou  <julien@danjou.info>
4441
4442         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4443         harmful if you have 2 images side-by-side, they can't be properly
4444         update on text deletion.  Using text-property is safer here.
4445         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4446         data.
4447
4448 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4449
4450         * nnimap.el (nnimap-expunge-inbox): Remove.
4451         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4452         (nnimap-expunge): Flip default to t.
4453
4454         * gnus.el (gnus-method-to-server): Don't push things to the cache
4455         unless it's unique.
4456         (gnus-server-to-method): Ditto.
4457
4458 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4461
4462 2010-09-22  Julien Danjou  <julien@danjou.info>
4463
4464         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4465         get the start of data.
4466         (gnus-html-encode-url): Add this function to encode special chars in
4467         URL.
4468         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4469         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4470
4471         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4472         default.
4473         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4474
4475         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4476         images alt-text.
4477         (gnus-html-put-image): Put alt-text as help-echo.
4478
4479 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4482         * mm-util.el (mm-decompress-buffer)
4483         * nnir.el (nnir-run-find-grep)
4484         * pop3.el (pop3-list): Use 3rd arg of split-string.
4485
4486         * time-date.el (format-seconds): Comment fix.
4487
4488         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4489         and byte-optimize-form-code-walker.
4490         (dgnushack-make-auto-load): Don't advise make-autoload.
4491
4492         * lpath.el: Remove Emacs 21 stuff.
4493
4494 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4497         outside the active range.  Suggested by Dan Christensen.
4498
4499         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4500         slightly later to avoid double-getting it.
4501
4502         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4503         previous patch.
4504
4505         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4506
4507 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4508
4509         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4510
4511 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-int.el (gnus-open-server): Give a better error message in the
4514         "go offline" case.
4515
4516         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4517         marks for nnimap, which is seldom the right thing to do.
4518
4519         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4520         (gnus-same-method-different-name): New function.
4521
4522         * nnimap.el (parse-time): Require.
4523
4524         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4525         method in the presence of many similar methods.
4526
4527         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4528
4529         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4530         nnml-inhibit-expiry.
4531
4532         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4533         find out whether methods are equal.
4534
4535         * nnimap.el (nnimap-find-expired-articles): New function.
4536         (nnimap-process-expiry-targets): New function.
4537         (nnimap-request-move-article): Request the article before looking at
4538         what the Message-ID is.  Fix found by Andrew Cohen.
4539         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4540
4541         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4542         for oldness in addition to being a predicate.
4543
4544         * nnimap.el (nnimap-request-group): When we have zero articles, return
4545         the right data to Gnus.
4546         (nnimap-request-expire-articles): Only delete articles immediately if
4547         the target is 'delete.
4548
4549         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4550         method, this would bug out.
4551
4552         * gnus-group.el (gnus-group-expunge-group): Rename from
4553         gnus-group-nnimap-expunge, and implemented as a normal interface
4554         function.
4555
4556         * gnus-int.el (gnus-request-expunge-group): New function.
4557
4558         * nnimap.el (nnimap-request-create-group): Implement.
4559         (nnimap-request-expunge-group): New function.
4560
4561 2010-09-21  Julien Danjou  <julien@danjou.info>
4562
4563         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4564         (gnus-html-cache-expired): Add new function.
4565         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4566         wethever we should display image for fetch it.
4567         Compute alt-text earlier to pass it to the fetching function too.
4568         (gnus-html-schedule-image-fetching): Change function argument to only
4569         get one image at a time, not a list.
4570         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4571         cache.
4572         (gnus-html-get-image-data): New function to retrieve image data from
4573         cache.
4574         (gnus-html-put-image): Change buffer argument to use image data rather
4575         than file, and place image above region rather than inserting a new
4576         one.  Do not take alt-text as argument, since it's useless now: we place
4577         the image above alt-text.
4578         (gnus-html-prune-cache): Remove.
4579         (gnus-html-show-images): Start to fetch image when we find one, do not
4580         push into a temporary list.
4581         (gnus-html-prefetch-images): Only fetch image if they have expired.
4582         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4583         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4584
4585 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4588
4589 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4590
4591         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4592         spec inser "*" if the group isn't active instead of 0.
4593
4594         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4595         opening the server.
4596         (nnimap-request-delete-group): Implement group deletion.
4597         (nnimap-transform-headers): Return the size of the entire message in
4598         the Bytes header, not just the size of the first part.
4599         (nnimap-request-move-article): When moving an article from nnimap,
4600         request the article first so the accepting form has an article to
4601         accept.  Reported by Dan Christensen.
4602         (nnimap-command): Make sure that the error message doesn't error out.
4603
4604 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4605
4606         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4607         we haven't requested anything.
4608
4609 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4612         "".  Fix found by Andrew Cohen.
4613
4614         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4615         instead of -encode-string.
4616
4617 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4620
4621         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4622         by mm-subst-char-in-string.
4623
4624 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4627         waiting for the connection string.
4628
4629         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4630         arriving.
4631
4632         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4633         bogus characters.  This allows selecting certain Gmail groups.
4634
4635         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4636         (nnimap-fetch-partial-articles): New variable.
4637         (nnimap-open-connection): When looking for credentials, also use the
4638         nnimap-server-port.
4639         (nnimap-request-article): Return the group/article number, so that Gnus
4640         `^' works as expected.
4641         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4642
4643         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4644         comments.
4645         (gnus-methods-sloppily-equal): New function.
4646         (gnus): When using the development version of Gnus, load the gnus-load
4647         file.
4648
4649         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4650         `gnus-open-server' on each method before trying to scan them etc.
4651         This ensures that all the backend parameters are set correctly.
4652
4653         * nnimap.el (nnimap-authenticator): New variable.
4654         (nnimap-open-connection): Allow anonymous login.
4655         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4656         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4657
4658         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4659         patch, found by Knut Anders Hatlen.
4660
4661 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4662
4663         * gnus-agent.el (gnus-agent-batch-confirmation)
4664         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4665         to gnus-message.
4666         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4667         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4668         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4669         * gnus-int.el (gnus-open-server): Likewise.
4670         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4671         (gnus-score-check-syntax): Likewise.
4672         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4673         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4674         Likewise.
4675         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4676
4677 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4680         calling conventions so that prefetch doesn't bug out.
4681
4682 2010-09-19  Julien Danjou  <julien@danjou.info>
4683
4684         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4685         rather than `subst-char-in-region' in order to be able to replace ASCII
4686         char by UTF-8 ones.
4687
4688         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4689         than curl.
4690         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4691         the right URL and ALT text on images.
4692         (gnus-html-wash-tags): Fix tag case.
4693         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4694         (gnus-article-html): Add -o display_ins_del=2 option.
4695         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4696
4697 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4700         the extra mail headers, which sometimes seem to happen for unknown
4701         reasons.
4702
4703         * mail-parse.el (mail-header-encode-parameter): Define as
4704         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4705         (or most, perhaps?) mail readers don't understand the latter, but do
4706         understand the former.
4707
4708         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4709         to nil, so that no methods are automatically agentized.  I think this
4710         is probably what most users want.
4711
4712         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4713         from url-retrieve, for instance about invalid URLs.
4714
4715         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4716         groups that have no articles.
4717         (nnimap-request-article): Check that we really got an article when we
4718         requested one.
4719
4720         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4721         doesn't exist.
4722
4723         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4724         nntp buffer so the agent can save it.
4725         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4726         that CRLF doesn't get translated to \n.
4727         (nnimap-open-connection): Don't make 'shell commands only send \n.
4728
4729 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4730
4731         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4732         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4733         Update var name.
4734         (nnml-generate-nov-file): Use dolist.
4735         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4736         Use with-current-buffer.
4737
4738 2010-09-18  Julien Danjou  <julien@danjou.info>
4739
4740         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4741         parallel.
4742
4743 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4746         the range update right.
4747         (nnimap-request-group): Don't make `M-g' bug out on group with no
4748         marks.
4749         (nnoo): Require, so that other packages can require nnimap.
4750         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4751         command we're looking for.  This helps when the server sends more
4752         responses after we've gotten everything we expected.
4753         (nnimap): Add a `newlinep' field to keep track of end-of-line
4754         conventions.
4755         Don't send CRLF to things that don't want it.
4756         (nnimap-request-accept-article): Ditto.
4757
4758 2010-09-18  Julien Danjou  <julien@danjou.info>
4759
4760         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4761         than curl to retrieve images.
4762
4763 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4766         the marks.
4767         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4768         (nnimap-wait-for-connection): New function.
4769         (nnimap-open-connection): If we have PREAUTH, don't query for login
4770         credentials.
4771         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4772         when doing a partial update.
4773
4774 2010-09-18  Julien Danjou  <julien@danjou.info>
4775
4776         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4777         tags.
4778
4779 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * nnimap.el (nnimap-credentials): New function.
4782         (nnimap-open-connection): Use the new function to look for credentials
4783         also on the numeric equivalents of "imap" and "imaps".
4784
4785         * gnus-start.el (gnus-activate-group): Send the info to
4786         gnus-request-group.
4787
4788         * nnimap.el (nnimap-request-group): Have the "check" version of the
4789         function parse flags and update the info, so that a `M-g' get a total
4790         resync of all flags from the group.
4791
4792         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4793         to allow backends to alter the info on group selection.  Also alter all
4794         the backend -request-group functions to take the parameter.
4795
4796         * nnimap.el (nnimap-store-info): New function.
4797         (nnimap-update-info): Store the info for later usage.
4798         (nnimap-request-group): Use the stored info for the dont-check case, so
4799         that we don't retrieve all marks when we enter a group.
4800
4801         * nnimap.el: Use deffoo instead of defun for interface functions.
4802
4803         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4804         update the group info.  This makes the nndraft groups, for instance, go
4805         back to their old behaviour.
4806
4807         * gnus-sum.el (gnus-select-newsgroup): Indent.
4808
4809         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4810         in.
4811         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4812         nothing.
4813
4814         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4815         from methods that are denied.
4816
4817         * gnus-int.el (gnus-method-denied-p): New function.
4818
4819         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4820         store the password instead of netrc.
4821         (nnimap-open-connection): Don't error out when we can't make a
4822         connections.
4823
4824         * auth-source.el (auth-source-create): In the password prompt, say what
4825         we're querying for.  Also prompt for user name if that hasn't been
4826         given.
4827
4828         * nnimap.el (nnimap-with-process-buffer): Remove.
4829
4830 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4833         method when we're reading from the agent.
4834
4835         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4836
4837         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4838         that's probably most useful for users.
4839
4840         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4841         "failed" all the time.
4842
4843         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4844         ...)) with (with-current-buffer ... ).
4845
4846         * nntp.el (nntp-open-server): Return whether the open was successful or
4847         not.
4848
4849         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4850         select an unread unseen article first.
4851
4852         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4853         /etc/services, supply some sensible port defaults.
4854
4855         * dgnushack.el: Define netrc-credentials.
4856
4857 2010-09-17  Julien Danjou  <julien@danjou.info>
4858
4859         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4860
4861 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4862
4863         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4864         doesn't have any parameters.
4865
4866 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4869         only upcased checks.
4870
4871         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4872
4873         * nnimap.el (nnimap-open-shell-stream): New function.
4874         (nnimap-open-connection): Use it.
4875         (nnimap-transform-headers): Get the number of lines in each message.
4876         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4877         number of lines.
4878         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4879         problem.
4880
4881         * utf7.el (utf7-encode): Autoload.
4882
4883         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4884         to allow the mail splitting to not return a default group.  This is
4885         useful for nnimap, which will leave unmatched mail in the inbox.
4886
4887         * nnimap.el: Rewritten.
4888
4889         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4890         nnimap usage.
4891
4892         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4893         if the move is internal, so that nnimap can do fast internal moves.
4894
4895         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4896         data.
4897         (gnus-read-active-for-groups): Support finishing the early retrieval of
4898         data.
4899
4900         * gnus-range.el (gnus-range-nconcat): New function.
4901
4902         * gnus-int.el (gnus-finish-retrieve-group-infos)
4903         (gnus-retrieve-group-data-early): New functions.
4904
4905 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4906
4907         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4908         (nnrss-retrieve-groups):
4909         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4910         (pop3-quit): Use with-current-buffer.
4911
4912 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4915         instead of nnheader-accept-process-output.
4916
4917         * dgnushack.el (dgnushack-compile): Add comment.
4918
4919         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4920
4921         * gnus-html.el (gnus-html-schedule-image-fetching)
4922         (gnus-html-prefetch-images): Replace process-kill-without-query by
4923         gnus-set-process-query-on-exit-flag.
4924
4925 2010-09-16  Romain Francoise  <romain@orebokech.com>
4926
4927         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4928
4929 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4932         parameter to unintern is mandatory-ish in Emacs 24.
4933
4934         * gnus-html.el (gnus-html-schedule-image-fetching)
4935         (gnus-html-prefetch-images): Check for curl before using it.
4936
4937         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4938         depend on curl, which isn't essential.
4939
4940         * imap.el: Revert back to version
4941         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4942         seem problematic.
4943
4944 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4945
4946         * gnus-registry.el (gnus-registry-install-shortcuts):
4947         Explicitly pass `obarray' to `unintern' to avoid a warning.
4948
4949 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4952         change.
4953
4954         * nnrss.el (nnrss-request-list): Remove this function and related
4955         functions, including the moreover stuff.
4956
4957 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * nnrss.el (nnrss-retrieve-groups): New function.
4960
4961 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4962
4963         * .dir-locals.el: Add no-byte-compile cookie.
4964
4965 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * time-date.el (format-seconds): Comment fix.
4968
4969         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4970         for back end that doesn't support request-scan.
4971
4972 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4975         then do request scans from the backends.
4976
4977         * netrc.el (netrc-credentials): New conveniency function.
4978
4979         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4980         avoid running a hook per line, since this takes a lot of time,
4981         profiling shows.
4982         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4983         directly if gnus-visual-p is true.
4984
4985 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4988         groups; replace mapcar with dolist which is a bit faster; pass groups
4989         info to gnus-read-active-file-1.
4990         (gnus-read-active-file-1): Scan only specified groups if the new
4991         optional arg `infos' is given.
4992
4993 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4996
4997         * pop3.el (pop3-movemail): Remove.
4998         (pop3-streaming-movemail): Rename to pop3-movemail.
4999
5000         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5001         don't restrict end-tag searches to the end of the line.
5002
5003 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5006         articles of every unchecked group to t, which means unknown since the
5007         server has never been opened.
5008
5009 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5010
5011         * gnus-html.el (gnus-html-show-alt-text): New command.
5012         (gnus-html-browse-image): Ditto.
5013         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5014         to browse the image directly.
5015         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5016         better.
5017
5018         * gnus-async.el (gnus-async-article-callback):
5019         Call `gnus-html-prefetch-images' unconditionally.
5020
5021         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5022         before feeding URLs to curl.
5023
5024 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5027         internal images as deletable by `W D D'.
5028
5029         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5030         (gnus-async-article-callback): Fix typo.
5031
5032 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5035         current line to work around bugs in the output from w3m.
5036
5037         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5038         for groups that want that.
5039
5040         * nntp.el (nntp-wait-for-string): Supply a timeout for
5041         accept-process-output to ensure progress.
5042
5043         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5044         level to get unread articles from, then use that for foreign groups,
5045         too.
5046
5047         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5048         confuses the rest of the function.
5049
5050         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5051         for the methods that support -retrieve-groups, too.
5052
5053         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5054
5055 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5058         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5059
5060         * pop3.el: Require cl when compiling.
5061         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5062
5063 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064
5065         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5066         that aren't going to be activated.
5067         (gnus-get-unread-articles): Fix up the last commit.
5068
5069         * gnus-html.el (gnus-article-html): Allow calling without specifying
5070         the handle.  In that case, dissect the buffer first.
5071
5072         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5073
5074         * nnimap.el (nnimap-open-connection): Revert the change that would look
5075         into authinfo for imaps instead of imap.
5076
5077         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5078         say that you don't want to call gnus-request-group with don-check, but
5079         do check the reponse.  This is for virtual groups only.
5080         (gnus-get-unread-articles): Count the archive groups as secondary, so
5081         that they're activated the same way as before.
5082
5083         * imap.el (imap-message-map): Removed optional buffer parameter, since
5084         no callers use it.
5085         (imap-message-get): Ditto.
5086         (imap-message-put): Ditto.
5087         (imap-mailbox-map): Ditto.
5088         (imap-mailbox-put): Ditto.
5089         (imap-mailbox-get): Ditto.
5090         (imap-mailbox-get): Revert last change for this function.
5091
5092         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5093         case-insensitively.
5094         (nnimap-debug): Remove.
5095
5096         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5097         to use `imap-fetch' instead.  According to the comments, this should be
5098         safe, since all other IMAP clients use the 1:* syntax.
5099         (imap-enable-exchange-bug-workaround): Removed.
5100         (imap-debug): Removed -- doesn't seem very useful.
5101
5102         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5103         mail from a file, and the file doesn't exist.
5104
5105         * imap.el (imap-log): New convenience function used throughout instead
5106         of repeating the same code all over the place.
5107
5108         * pop3.el (pop3-streaming-movemail): Return t for success.
5109
5110         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5111         .authinfo if we're using ssl connection.
5112
5113         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5114         already have if we're in a main Gnus `g' run.
5115
5116         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5117
5118 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5121
5122         * nnmh.el (nnmh-request-list-1): Bind `file'.
5123
5124         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5125         alias to set-process-query-on-exit-flag or process-kill-without-query.
5126         (pop3-open-server): Use it.
5127
5128 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5131         box to the Incoming file.  Fixes mistake in previous checkin.
5132
5133         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5134         request loop (for debugging purposes) removed.
5135
5136         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5137         culprit is more visible.
5138         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5139         (nnml-add-incremental-nov): New functions to do "incremental" nov
5140         updates, where we just append to the end of the existing nov files
5141         without reading/writing them in full.
5142
5143         * mail-source.el (mail-source-delete-crash-box): Really only check the
5144         incoming files once in a while.
5145
5146         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5147
5148         * mail-source.el (mail-source-delete-crash-box): Only check the
5149         incoming files for deletion once per day to save a lot of file
5150         accesses.
5151
5152         * pop3.el (pop3-logon): Fix up unbound variable typo.
5153
5154         * mail-source.el (pop3-streaming-movemail): Autoload.
5155
5156         * pop3.el (pop3-streaming-movemail):
5157         Respect pop3-leave-mail-on-server.
5158
5159         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5160         retrieval.
5161
5162         * pop3.el (pop3-process-filter): Remove unused function.
5163         (pop3-streaming-movemail, pop3-send-streaming-command)
5164         (pop3-wait-for-messages, pop3-write-to-file)
5165         (pop3-number-of-responses): New functions for streaming pop3
5166         retrieval.
5167
5168         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5169         come from no known methods.
5170         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5171         list.
5172
5173         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5174         message sizes.
5175         (pop3-movemail): Use erase-buffer instead of looping and deleting
5176         regions, which seems rather odd.
5177
5178         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5179         file once per `g' run.
5180
5181         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5182         directories.  This makes the draft queue directory work.
5183
5184         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5185         data from the backends, so that we only request the list of groups from
5186         each method once.  This should speed things up considerably.
5187
5188         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5189         detect that it's not implemented.
5190
5191         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5192         we actually do recurse down into the tree, but don't stat all leaf
5193         nodes.
5194
5195         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5196         then say so instead of bugging out.
5197
5198         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5199         files exist before trying to read them.
5200
5201         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5202         around <pre_int>.
5203
5204         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5205
5206         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5207
5208 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209
5210         * mm-util.el (mm-image-load-path): Just return the image directories,
5211         not all directories in the path in addition to the image directories.
5212         (mm-image-load-path): Maintain a cache of the image directories so that
5213         the `g' command in Gnus doesn't have to stat dozens of directories each
5214         time.
5215
5216         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5217         (gnus-html-wash-tags): Add a new `i' command to insert images.
5218         (gnus-html-insert-image): New command and keystroke.
5219         (gnus-html-redisplay-with-images): New command and keystroke.
5220         (gnus-html-show-images): Rename command.
5221         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5222         spacers.
5223         (gnus-html-wash-tags): Decode entities at the end, so that entities
5224         inside the tags don't mess up the rest of the "parsing".
5225
5226         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5227         so that nnimap methods aren't agentized by default.  There's apparently
5228         many problems related to agent/imap behaviour.
5229
5230         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5231
5232         * gnus-html.el: Doc fix.
5233
5234 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5237         specifier-spec-list for Emacs 21.
5238
5239         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5240         glyph-width and glyph-height instead of display-graphic-p and
5241         image-size; make avoidance of displaying small images work for XEmacs.
5242
5243         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5244         for XEmacs.
5245
5246         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5247         of symbol that holds plist data.
5248         (gnus-process-plist): Remove plist of process after getting it.
5249
5250 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * message.el (message-generate-hashcash): Change default to
5253         'opportunistic if hashcash is installed.
5254
5255         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5256         (gnus-html-put-image): Only call image-size once, since it's somewhat
5257         time-consuming on remote X servers.
5258
5259 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5262         type on data, not a file name.
5263
5264         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5265         window-pixel-edges for Emacs 21.
5266
5267         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5268         decoded contents.
5269         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5270
5271 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5274         group line format, since it isn't very interesting.
5275
5276         * gnus-agent.el (gnus-agent-short-article),
5277         (gnus-agent-long-article): Increase values for these two variables,
5278         since most people are likely to have more network connection and
5279         storage than before.
5280
5281         * gnus.el (gnus-refer-article-method): Change default to 'current.
5282         When referring an article, the common behaviour is to refer it from the
5283         current select method, not the native select method.  The chances of
5284         the native select method having the message in question is rather slim
5285         these days.
5286
5287         * gnus-sum.el (gnus-auto-select-subject): Change default to
5288         `unseen-or-unread'.  I think it's likely that most people want to
5289         select an unseen article over a previously seen, but unread one.
5290
5291         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5292         means that in the article buffer none of the minor mode elements will
5293         be shown, usually, and this is not desirable in most cases.
5294
5295         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5296         that commands like `d' (and the like) go to the next line in the
5297         buffer, instead of the next unread article.  I think this is the
5298         behaviour that is most natural for most users.
5299         (gnus-single-article-buffer): Change default to nil, so that people can
5300         have as many article buffers open as they have summary buffer.  I think
5301         this is the most natural way for the groups to behave.
5302
5303         * message.el (message-generate-new-buffers): Change default to
5304         `unsent', so that all new message buffers start their names with the
5305         string "*unsent", and it's easier to find the buffers if you move from
5306         them.
5307
5308 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5311         small.  They're probably tracking images.
5312         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5313         (gnus-html-rescale-image): Yet another try at getting the image sizing
5314         right.
5315
5316         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5317         nntp-marks-file-name is nil.
5318
5319 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * gnus-html.el (gnus-html-wash-tags)
5322         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5323         Better logging.
5324
5325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5328
5329         * gnus-html.el (gnus-html-wash-tags): Check the value of
5330         gnus-blocked-images in the summary buffer.
5331
5332 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5335
5336 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337
5338         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5339         like "a", it seems like.
5340         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5341         since it needs to be picked from the correct buffer.
5342
5343         * nnwfm.el: Remove.
5344
5345         * nnlistserv.el: Remove.
5346
5347 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5350         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5351
5352 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5353
5354         * nnkiboze.el: Remove.
5355
5356         * nndb.el: Remove.
5357
5358         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5359         alt text.
5360         (gnus-html-rescale-image): Try to get the rescaling logic right for
5361         images that are just wide and not tall.
5362
5363         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5364         overshadow variable bindings.
5365
5366 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * gnus-html.el (gnus-html-wash-tags)
5369         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5370         Add extra logging.
5371
5372 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5375         (gnus-max-image-proportion): New variable.
5376         (gnus-html-rescale-image): New function.
5377         (gnus-html-put-image): Rescale images.
5378
5379 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5380
5381         Fix up some byte-compiler warnings.
5382         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5383         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5384         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5385         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5386         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5387         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5388         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5389
5390 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * gnus-html.el (gnus-article-html): Decode contents by charset.
5393
5394 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5397         (gnus-html-frame-width, gnus-blocked-images)
5398         * message.el (message-prune-recipient-rules): Add custom version.
5399         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5400
5401         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5402         functions.
5403
5404         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5405         gnus-process-get.
5406
5407 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5408
5409         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5410         instead of lsub directly.
5411
5412 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * nnwarchive.el: Remove.
5415
5416         * gnus-soup.el: Remove.
5417
5418         * nnsoup.el: Remove.
5419
5420         * nnultimate.el: Remove.
5421
5422         * gnus-html.el (gnus-blocked-images): New variable.
5423
5424         * message.el (message-prune-recipients): New function.
5425         (message-prune-recipient-rules): New variable.
5426
5427         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5428         guess whether a long line is natural text or not.
5429
5430         * gnus-html.el (gnus-html-schedule-image-fetching):
5431         Use gnus-process-plist and friends for compatibility.
5432
5433 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5434
5435         * gnus-html.el: Require packages that define macros used in this file.
5436         (gnus-article-mouse-face): Declare to silence byte-compiler.
5437         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5438         process-get.
5439         (gnus-html-put-image): Use plist-get to avoid getf.
5440         (gnus-html-prefetch-images): Use with-current-buffer.
5441
5442 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-ems.el: Provide compatibility functions for
5445         gnus-set-process-plist.
5446
5447         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5448         header-line-format for XEmacs 21.4.
5449
5450         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5451         * gnus.el (gnus-valid-select-methods)
5452         * message.el (message-send-mail-partially-limit)
5453         * mm-decode.el (mm-text-html-renderer)
5454         * mml.el (mml-insert-mime-headers-always)
5455         * smiley.el (smiley-regexp-alist): Bump custom version.
5456
5457 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * gnus-html.el: require mm-url.
5460         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5461         with the url to `url'.
5462         (gnus-html-wash-tags): Support cid: URLs/images.
5463
5464 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5467         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5468         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5469
5470         * gnus-move.el: Remove file, since it doesn't really work.
5471
5472         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5473         UTF-8.  This seems to fix problems with some German web feeds.
5474
5475         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5476         at the top so that the proper colours are applied.
5477
5478         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5479         don't have dots in their names.
5480
5481         * gnus-art.el (gnus-article-view-part): Doc fix.
5482
5483         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5484         XEmacs-compatible.
5485         (gnus-html-put-image): Don't do images on non-graphic displays.
5486
5487         * nnslashdot.el: Remove this unused backend.
5488
5489         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5490         actions.
5491         (gnus-undo-register-1): Revert last change.
5492
5493         * gnus-group.el (gnus-group-completing-read): Protect against not
5494         having completion-styles bound.
5495
5496         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5497         make broken recipients happier.
5498
5499         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5500
5501         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5502         point parameter.
5503
5504         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5505
5506         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5507         completion-styles for group selection.
5508
5509 2009-02-04  Andreas Schwab  <schwab@suse.de>
5510
5511         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5512         headers and regexp-quote the match if necessary.
5513
5514 2009-03-24  Miles Bader  <miles@gnu.org>
5515
5516         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5517         the blinking smiley.
5518
5519 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5520
5521         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5522         blink smiley.
5523
5524 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5527         where the dribbel file lives exists.
5528
5529         * message.el (message-send-mail-partially-limit): Change the default to
5530         nil, since most people don't want this.
5531
5532         * mm-url.el (mm-url-decode-entities): Also decode entities like
5533         &#x3212.
5534
5535 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5536
5537         * gnus-sum.el (gnus-summary-idna-message):
5538         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5539         Hyperlink urls in docstrings with URL `...'.
5540
5541 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5542
5543         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5544         functions.
5545
5546 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5549         say what the mouseover text should be.
5550
5551         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5552         version of the mm-w3m-safe-url-regexp variable to only download images
5553         in the groups where we want that to happen.
5554
5555         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5556
5557         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5558         easier debugging.
5559         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5560         big pictures in the article buffer.
5561
5562         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5563         gnus-article-html.
5564         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5565         w3m.
5566
5567         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5568
5569 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5572         which doesn't exist.
5573
5574         * message.el (message-inhibit-ecomplete): New variable to allow some
5575         function to inhibit ecomplete address storage.
5576         (message-resend): Disable ecomplete message storage when resending
5577         messages.
5578
5579         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5580
5581 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5584         Save excursion while copying, moving, and deleting articles in order to
5585         prevent the cursor from jumping to unforeseen place.
5586
5587 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * lpath.el: No need to bind bookmark-current-buffer,
5590         bookmark-yank-point and bookmark-make-record-function.
5591
5592 2010-08-17  Glenn Morris  <rgm@gnu.org>
5593
5594         * gnus-sync.el: Require gnus components whose functions are used.
5595
5596         * gnus-art.el (bookmark-make-record-function):
5597         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5598         Declare for compiler.
5599
5600         * mm-url.el (mml-compute-boundary): Autoload.
5601
5602 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5605
5606 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5607
5608         Typo fix "hoo4a" -> "hook".
5609
5610         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5611
5612 2010-08-14  Glenn Morris  <rgm@gnu.org>
5613
5614         * gnus-sync.el (gnus-sync): Fix defgroup version.
5615
5616 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5617
5618         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5619
5620         * gnus-sync.el: Fix docs.
5621         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5622         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5623
5624 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5625
5626         Optimizations for gnus-sync.el.
5627
5628         * gnus-sync.el: Add docs about gnus-sync-backend
5629         possibilities.
5630         (gnus-sync-save): Remove unnecessary message.
5631         (gnus-sync-read): Optimize and show what groups were skipped.
5632
5633 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         Minor bug fixes for gnus-sync.el.
5636
5637         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5638         Don't read the sync on get-new-news.
5639
5640         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5641         quiet.
5642
5643         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5644         (fix typo).
5645
5646 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5647
5648         Make saving and restoring of hidden threads work with overlays.
5649         Patch applied by Ted Zlatanov.
5650
5651         * gnus-sum.el (gnus-hidden-threads-configuration)
5652         (gnus-restore-hidden-threads-configuration): Update to deal with text
5653         properties, rather than searching for a magic character.
5654
5655 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         New gnus-sync.el library for synchronization of marks.
5658
5659         * gnus-sync.el: New library for synchronization of marks.
5660
5661         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5662         renamed from `gnus-registry-grep-in-list'.
5663
5664         * gnus-registry.el (gnus-registry-follow-group-p):
5665         Use `gnus-grep-in-list'.
5666
5667         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5668
5669 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5672         determining charset of text fails.
5673
5674 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * nnmail.el (nnmail-get-new-mail-1): Revert.
5677
5678         * nnml.el (nnml-active-number): Make sure names of newly created groups
5679         in nnml-group-alist are encoded.
5680
5681 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5684         containing non-ASCII characters in active file for nnml back end.
5685
5686 2010-07-24  David Engster  <dengste@eml.cc>
5687
5688         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5689         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5690
5691 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5692
5693         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5694         tag (Bug#6654).
5695
5696 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5699         the article buffer, not the summary buffer.
5700
5701 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5704         Emacs 23 as well.
5705
5706 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5709         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5710
5711 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5712
5713         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5714         Patch applied by Karl Fogel.
5715
5716         * gnus-sum.el (gnus-summary-bookmark-make-record):
5717         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5718
5719 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5720
5721         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5722         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5723         C-w still not working correctly from Article buffers; Thierry's
5724         patch to fix that will be applied after this.
5725
5726         * gnus-art.el (bookmark-make-record-function): New local variable.
5727
5728         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5729         article buffer.
5730         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5731
5732 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5733
5734         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5735         on changes in bookmark.el.
5736
5737 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5740         `no-log' instead of message not to log prompt string.
5741
5742 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5743
5744         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5745         the *other* type of HTML form submission.
5746
5747 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5748
5749         * auth-source.el (auth-source-pick): If choice does not contain a
5750         questioned keyword, set the check to t.
5751
5752 2010-06-12  Romain Francoise  <romain@orebokech.com>
5753
5754         * gnus-util.el (gnus-date-get-time): Move up before first use.
5755
5756 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5759         (gnus-article-edit-part): Bind it to make last part that is substituted
5760         or deleted visible.
5761         (gnus-mime-display-single): Buttonize part of which id equals to
5762         gnus-mime-buttonized-part-id.
5763
5764 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5765
5766         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5767         (gnus-dd-mmm): Use gnus-date-get-time.
5768         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5769         simplify logic.
5770         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5771         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5772
5773 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5774
5775         * auth-source.el (top): Autoload `secrets-list-collections',
5776         `secrets-create-item', `secrets-delete-item'.
5777         (auth-sources): Fix tag string.
5778         (auth-get-source, auth-source-retrieve, auth-source-create)
5779         (auth-source-delete): New defuns.
5780         (auth-source-pick): Rewrite in order to avoid 2 passes.
5781         (auth-source-forget-user-or-password): New parameter USERNAME.
5782         (auth-source-user-or-password): New parameters CREATE-MISSING and
5783         DELETE-EXISTING.  Retrieve password interactively, if needed.
5784
5785 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5786
5787         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5788         deleting unused directories when gnus-expert-user is t.
5789
5790 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5793         for each temp file when gnus-article-browse-delete-temp is ask.
5794
5795 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5796
5797         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5798         Lisp calls to delete-backward-char by calls to delete-char.
5799
5800 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5801
5802         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5803
5804 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5805
5806         * password-cache.el (password-cache-remove): Fix docstring.
5807
5808 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5811         article unless decoding article to be saved.
5812
5813 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5816         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5817         generated within the mm-with-unibyte-current-buffer macro.
5818
5819 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5822         to nil when we're in a mml-preview buffer and no group is selected.
5823
5824 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5825
5826         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5827         when catching the `C-g'.  Reported by "Leo".
5828
5829 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * message.el (message-forward-make-body-plain)
5832         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5833         multibyte-string-p.
5834
5835         * lpath.el: Revert.
5836
5837 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * message.el (message-forward-make-body-mml): Assume original message
5840         is multibyte string; error on unibyte.
5841         (message-forward-make-body-plain): Ditto; don't add excessive newline
5842         in body end.
5843
5844         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5845
5846 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5847
5848         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5849         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5850
5851 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * mm-extern.el (mm-extern-url): Don't use
5854         mm-with-unibyte-current-buffer.
5855         (mm-extern-cache-contents): Use with-current-buffer instead of
5856         save-excursion + set-buffer.
5857
5858 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * mm-util.el (mm-emacs-mule): Remove.
5861
5862 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5863
5864         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5865         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5866         change.
5867
5868 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5871         bind the default value of enable-multibyte-characters to nil.
5872
5873 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * message.el (message-forward-make-body-plain)
5876         (message-forward-make-body-mml):
5877         Don't use mm-with-unibyte-current-buffer.
5878
5879 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5880
5881         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5882
5883 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5884
5885         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5886         (Bug#5592).
5887
5888 2010-05-07  Julien Danjou  <julien@danjou.info>
5889
5890         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5891         it to mm-pipe-part.
5892
5893         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5894         it is given.
5895
5896 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * binhex.el (binhex-decode-region-internal)
5899         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5900         (dns-query)
5901         * nnweb.el (nnweb-gmane-search)
5902         * pgg-parse.el (pgg-parse-armor)
5903         * pgg.el (pgg-verify-region)
5904         * sha1.el (sha1-string-external)
5905         * uudecode.el (uudecode-decode-region-internal)
5906         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5907         XEmacs.
5908
5909         * gnus-art.el (gnus-article-browse-html-parts)
5910         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5911         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5912         make-temp-file.
5913
5914         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5915         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5916         compiling.
5917
5918         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5919         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5920         XEmacs when compiling.
5921
5922         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5923         gnus-pick-mode-off-hook for XEmacs when compiling.
5924         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5925         gnus-binary-mode-off-hook for XEmacs when compiling.
5926
5927         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5928         Return nil if char-charset is not available.
5929
5930         * imap.el (imap-disable-multibyte)
5931         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5932         macros.
5933
5934         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5935         instead of encode-coding-string.
5936
5937         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5938         'xemacs) instead of mm-emacs-mule to switch function definitions.
5939         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5940
5941         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5942         bind temporary-file-directory for XEmacs;
5943         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5944         timer-set-function for XEmacs 21.4 and SXEmacs;
5945         bind timer-list for XEmacs 21.4 and SXEmacs;
5946         fbind char-charset and find-charset-region for non-Mule XEmacs;
5947         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5948         encode-coding-region and encode-coding-string for XEmacs having no
5949         file-coding feature.
5950
5951 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5952
5953         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5954
5955 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5958         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5959
5960 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5961
5962         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5963         alias `jka-compr-delete-temp-file' no longer exists.
5964
5965 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5966
5967         Use define-minor-mode in Gnus where applicable.
5968         * mml.el (mml-mode): Use define-minor-mode.
5969         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5970         (gnus-undo-mode): Use define-minor-mode.
5971         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5972         (gnus-dead-summary-mode): Use define-minor-mode.
5973         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5974         Initialize in declaration.
5975         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5976         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5977         (gnus-mailing-list-mode): Use define-minor-mode.
5978         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5979         (gnus-draft-mode): Use define-minor-mode.
5980         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5981         (gnus-dired-mode): Use define-minor-mode.
5982
5983 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5984
5985         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5986         handles on recursive mml-to-mime translation and check them for
5987         boundary delimiter collisions.  Reported by Greg Troxel.
5988
5989 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5992
5993 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5994
5995         * mm-util.el (mm-find-buffer-file-coding-system):
5996         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5997
5998 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5999
6000         * message.el (message-generate-headers): Record insertion of optional
6001         headers as well.  Otherwise the check to prevent repeated insertion of
6002         optional headers is a no-op.
6003
6004 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6005
6006         * smime.el: Don't mention CVS.
6007
6008         * nnrss.el (nnrss-fetch): Don't mention CVS.
6009
6010         * nnir.el: Don't mention CVS.
6011
6012 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6013
6014         * gnus-sum.el (gnus-summary-bookmark-make-record):
6015         Add `location' field.
6016
6017 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * lpath.el: Fbind bookmark-default-handler,
6020         bookmark-get-bookmark-record, bookmark-make-record-default,
6021         bookmark-prop-get for Emacs <23 and XEmacs.
6022
6023 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6024
6025         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6026         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6027         Use with-current-buffer to silence the byte-compiler.
6028         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6029         bother to require `gnus'.
6030         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6031
6032 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6033
6034         * gnus-sum.el (gnus-summary-bookmark-make-record)
6035         (gnus-summary-bookmark-jump): New functions.
6036         (gnus-summary-mode): Setup bookmark support.
6037
6038 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6039
6040         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6041         if set.
6042
6043 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6046         gnus-article-browse-html-save-cid-image; make it work recursively for
6047         forwarded messages as well.
6048         (gnus-article-browse-html-parts): Work when prefix arg is given.
6049         (gnus-article-browse-html-article): Doc fix.
6050
6051 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6052
6053         * message.el (message-default-mail-headers):
6054         (message-default-headers): Carry the value mail-default-headers over
6055         into message-default-mail-headers, rather than message-default-headers.
6056
6057 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6058
6059         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6060         charset.
6061
6062         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6063         charset into the <meta> tag when the article is encoded to utf-8.
6064
6065 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-art.el (gnus-article-browse-delete-temp-files):
6068         Delete directories as well.
6069         (gnus-article-browse-html-parts): Work for images that do not specify
6070         file names; delete temp directory when quitting; insert header at the
6071         right place; use file: scheme for image files.
6072
6073 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6074
6075         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6076         (gnus-article-browse-html-parts): Use it to make temporary cid image
6077         files in addition to html file so that browser may display them.
6078
6079 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6082
6083 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6084
6085         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6086
6087 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6088
6089         * auth-source.el (auth-sources): Change default to be simpler.
6090         Explain about Secret Service API sources.  Improve Customize options.
6091         (auth-source-pick): Change to accept any number of search parameters.
6092         Implement fallbacks iteratively, not recursively.  Add scoring on the
6093         second pass and sort by score.  Call Secret Service API when needed.
6094         (auth-source-user-or-password): Use it.  Call Secret Service API
6095         directly when needed to get the user name and the password.
6096
6097 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6098
6099         * message.el (message-interactive): Doc fix.
6100         (message-qmail-inject-args): Reflow.
6101         (message-kill-to-signature): Fix typo in docstring.
6102
6103         * smiley.el (smiley-buffer): Fix typo in docstring.
6104
6105 2010-03-24  Glenn Morris  <rgm@gnu.org>
6106
6107         * mail-source.el (gnus-message): Declare.
6108         (mail-source-delete-old-incoming): Require gnus-util.
6109
6110 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6113
6114         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6115
6116         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6117         password-cache's default if it is not bound.
6118         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6119         password-cache-expiry's default if it is not bound.
6120
6121         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6122         available in Emacs 21.
6123
6124         * lpath.el: Suppress compiler warnings for:
6125         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6126         XEmacs;
6127         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6128         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6129         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6130
6131 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * auth-source.el (auth-sources): Fix up definition so extra parameters
6134         are always inline.
6135
6136 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6137
6138         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6139         wasn't updated after mismatch.  Clear cached mailbox info correctly
6140         when uidvalidity changes.
6141         (nnimap-group-prefixed-name): New function to avoid some code
6142         duplication.
6143         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6144         (nnimap-request-group): Use it.
6145         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6146         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6147         with many imap folders.  This is done by caching the group status from
6148         the imap server persistently in a group parameter `imap-status'.  (This
6149         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6150         but not persistently, so every Gnus startup was still very slow.)
6151
6152 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6153
6154         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6155         delete the extra newline.  Otherwise editing of :string and :number
6156         types don't work.
6157
6158 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6159
6160         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6161         secrets.el dependency.
6162         (auth-sources): Add optional user name.  Add secrets.el configuration
6163         choice (unused right now).
6164
6165 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6166
6167         * gnus-sum.el (gnus-summary-make-menu-bar):
6168         Let `gnus-registry-install-shortcuts' fill in the functions.
6169
6170         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6171         warnings.
6172         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6173         (gnus-registry-install-shortcuts): Populate and use it in a
6174         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6175
6176 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6177
6178         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6179         In-place substitutions for the group name encoding/decoding.
6180         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6181         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6182         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6183         (nnimap-update-unseen, nnimap-request-list)
6184         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6185         (nnimap-request-set-mark, nnimap-split-to-groups)
6186         (nnimap-split-articles, nnimap-request-newgroups)
6187         (nnimap-request-create-group, nnimap-request-accept-article)
6188         (nnimap-request-delete-group, nnimap-request-rename-group)
6189         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6190         `encoded-mbx' for consistency.
6191         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6192         variable `imap-current-mailbox'.
6193
6194         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6195         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6196
6197 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6198
6199         * pop3.el (pop3-display-message-size-flag): Display message size byte
6200         counts during POP3 download.
6201         (pop3-movemail): Use it.
6202         (pop3-list): Implement listing of available messages.
6203
6204 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6205
6206         * nnir.el (nnir-get-article-nov-override-function): New function to
6207         override the normal NOV retrieval.
6208         (nnir-retrieve-headers): Use it.
6209
6210 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6211
6212         * auth-source.el (netrc-machine-user-or-password): Autoload.
6213
6214 2010-03-19  Glenn Morris  <rgm@gnu.org>
6215
6216         Stop message.el from loading about 40 libraries it doesn't always need.
6217         The general approach is to autoload rather than require, and to
6218         require in the specific functions rather than the file.  (Bug#5642)
6219
6220         * gmm-utils.el: Don't require wid-edit.
6221         (widget-create-child-value, widget-convert, widget-default-get):
6222         Autoload.
6223
6224         * gnus-util.el: Don't require time-date, netrc.
6225         (message-fetch-field, gnus-group-name-decode): Declare rather than
6226         autoloading.
6227         (gnus-fetch-field): Require message.
6228         (gnus-decode-newsgroups): Require gnus-group.
6229
6230         * ietf-drums.el: Don't require time-date.
6231
6232         * message.el: Don't require hashcash, canlock, ecomplete.
6233         Do require mail-utils.  Require nnheader only when compiling.
6234         (smtpmail-default-smtp-server): Remove declaration.
6235         (message-send-mail-function): Check smtpmail-default-smtp-server
6236         is bound rather than requiring smtpmail.
6237         (message-auto-save-directory, message-insert-signature):
6238         Use expand-file-name rather than nnheader-concat.
6239         (nnheader-insert-file-contents): Autoload.
6240         (hashcash-wait-async): Declare.
6241         (message-send-mail): Only call gnus-setup-posting-charset if
6242         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6243         (message-send-mail-with-sendmail): Require sendmail.
6244         (canlock-password, canlock-password-for-verify): Declare.
6245         (message-canlock-password): Require canlock.
6246         (nnheader-get-report): Autoload.
6247         (gnus-setup-posting-charset): Declare.
6248         (message-send-news): Require gnus-msg.
6249         (message-make-references, message-make-in-reply-to): Use mail-header-id
6250         rather than the alias mail-header-message-id.
6251         (ecomplete-add-item, ecomplete-save): Declare.
6252         (message-put-addresses-in-ecomplete): Require ecomplete.
6253         (ecomplete-display-matches): Autoload.
6254
6255         * mm-decode.el: Don't require mailcap, gnus-util.
6256         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6257         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6258         Autoload.
6259         (mailcap-mime-extensions): Declare.
6260
6261         * mm-encode.el: Don't require mailcap.
6262         (mailcap-extension-to-mime): Autoload.
6263
6264         * mml-sec.el: Don't require password-cache.
6265
6266         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6267         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6268         (mml-minibuffer-read-type): Require mailcap.
6269         (mml-preview): Require gnus-msg.
6270
6271         * mml1991.el: Require password-cache.
6272         (password-cache-expiry): Remove declaration.
6273
6274         * mml2015.el: Require password-cache.
6275         (password-cache-expiry): Remove declaration.
6276
6277         * nneething.el (mailcap): Require mailcap.
6278
6279         * nnheader.el (declare-function): Add compatibility stub.
6280         (message-remove-header): Declare rather than autoload.
6281         (nnheader-replace-header): Require message.
6282
6283         * nnimap.el (declare-function): Add compatibility stub.
6284         (netrc-parse, netrc-machine-user-or-password): Declare.
6285         (nnimap-open-connection): Require netrc.
6286
6287         * nntp.el (declare-function): Add compatibility stub.
6288         (netrc-parse, netrc-machine, netrc-get): Declare.
6289         (nntp-send-authinfo): Require netrc.
6290
6291         * rfc2047.el: Don't require qp.
6292         (quoted-printable-encode-region, quoted-printable-decode-string):
6293         Autoload.
6294
6295         * sieve-mode.el: Don't require easymenu.
6296         (easy-menu-add-item): Autoload it.
6297
6298         * spam-stat.el (time-to-number-of-days): Autoload it.
6299
6300 2010-03-19  Glenn Morris  <rgm@gnu.org>
6301
6302         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6303
6304 2010-03-18  Glenn Morris  <rgm@gnu.org>
6305
6306         * hashcash.el (declare-function): Remove duplicate definition.
6307
6308 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6309
6310         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6311         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6312         value if any backslash escapes).
6313
6314 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6317         if it is available.  (bug#5647)
6318
6319         * lpath.el: Suppress compiler warning for coding-system-from-name for
6320         Emacs 21 and XEmacs.
6321
6322 2010-03-14  Juri Linkov  <juri@jurta.org>
6323
6324         * hmac-def.el:
6325         * hmac-md5.el:
6326         * netrc.el: Fix keywords.
6327
6328 2010-02-26  Glenn Morris  <rgm@gnu.org>
6329
6330         * message.el (message-send-mail-function): Change the default, so that
6331         it inherits from a customized send-mail-function.  (Bug#5643)
6332
6333 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6334
6335         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6336         shell-command-to-string signals an error (bug#5299).
6337
6338 2010-02-24  Glenn Morris  <rgm@gnu.org>
6339
6340         * message.el (message-smtpmail-send-it)
6341         (message-send-mail-with-mailclient): Doc fixes.
6342
6343 2010-02-16  Glenn Morris  <rgm@gnu.org>
6344
6345         * message.el (message-default-mail-headers): Change the default value
6346         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6347
6348 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6351         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6352
6353 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6354
6355         * time-date.el (date-to-time): Doc fix (Bug#5408).
6356
6357 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6358
6359         * message.el (message-mail): Just pass yank-action on to message-setup.
6360         (message-setup): Handle (FUN . ARGS) form of yank-action.
6361         (message-with-reply-buffer, message-widen-reply)
6362         (message-yank-original): Handle non-buffer values of
6363         message-reply-buffer (Bug#4080).
6364         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6365
6366 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6367
6368         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6369         Fix typo in docstring.
6370
6371 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6372
6373         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6374         response.
6375
6376 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6379
6380         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6381
6382         * message.el (message-check-news-header-syntax): Protect against a
6383         string that `rfc822-addresses' returns when parsing fails.
6384
6385 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6388         (gnus-previous-char-property-change): New functions.
6389
6390         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6391
6392 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6393
6394         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6395         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6396
6397 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6398
6399         * message.el (message-exchange-point-and-mark): Rework last change to
6400         avoid using optional arg of exchange-point-and-mark, for backward
6401         compatibility.
6402
6403 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6404
6405         * message.el (message-exchange-point-and-mark):
6406         Call exchange-point-and-mark with an argument rather than setting
6407         mark-active by hand (Bug#5175).
6408
6409 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * nntp.el (nntp-service-to-port): Work for service expressed with
6412         numeric string; replace [:digit:] with [0-9] for XEmacs.
6413
6414 2009-12-17  Glenn Morris  <rgm@gnu.org>
6415
6416         * gnus-group.el (gnus-bug-group-download-format-alist):
6417         Change emacs entry to debbugs.gnu.org.  Bump :version.
6418
6419 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6422
6423 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * message.el (message-info): Explain why we use `Info-goto-node'.
6426
6427 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6430
6431 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6432
6433         * message.el (message-completion-in-region): New compatibility function.
6434         (message-expand-group): Use it.
6435
6436 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6439         with no unread article should be listed if the 2nd arg `predicate' is
6440         given.
6441
6442 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6445
6446 2009-11-29  Juri Linkov  <juri@jurta.org>
6447
6448         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6449         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6450         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6451
6452 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6453
6454         * sha1.el (sha1-string-external): default-directory "/" in case
6455         otherwise non-existent.  process-connection-type pipe for touch of
6456         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6457
6458 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6459
6460         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6461         it's comms related and sgml-mode.el has "comm" on that basis too.
6462
6463 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6466         containing tspecial characters if they have been already quoted.
6467
6468 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6469
6470         * dns-mode.el (auto-mode-alist): Purecopy string.
6471
6472 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6475
6476 2009-10-24  Glenn Morris  <rgm@gnu.org>
6477
6478         * gnus-art.el (help-xref-stack-item): Define for compiler.
6479
6480 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6481
6482         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6483
6484 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6487
6488 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6491         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6492
6493 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6496         (gnus-overlays-in): New alias to overlays-in.
6497
6498         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6499         gnus-overlay-get, and gnus-delete-overlay.
6500         (gnus-summary-show-thread): Make it work as well for systems in which
6501         next-single-char-property-change is not available.
6502         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6503
6504         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6505         (gnus-overlay-get): New alias to extent-property.
6506         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6507
6508         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6509         SXEmacs.
6510
6511         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6512         SXEmacs.
6513
6514 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6517
6518 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6519
6520         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6521         and XEmacs that don't have `remove-overlays'.
6522
6523 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6524
6525         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6526         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6527         selective display.  Use overlays instead.
6528
6529 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6530
6531         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6532
6533 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6534
6535         * spam-stat.el (spam-stat-load): Fix typo in message.
6536
6537 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6538
6539         * dig.el (dig-invoke): Fix typo in docstring.
6540         (query-dig): Reflow docstring.
6541
6542 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6543
6544         * gnus-art.el (gnus-article-encrypt-body):
6545         * message.el (message-check-recipients):
6546         * mm-util.el (mm-codepage-setup):
6547         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6548         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6549
6550 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6551
6552         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6553         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6554         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6555         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6556         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6557
6558 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6559
6560         * dig.el: Add "Keywords: comm", as per net-utils.el.
6561
6562 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6563
6564         * dig.el (dig-mode): Use define-derived-mode.
6565
6566 2009-09-19  Glenn Morris  <rgm@gnu.org>
6567
6568         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6569
6570 2009-09-18  Glenn Morris  <rgm@gnu.org>
6571
6572         * gnus-diary.el (gnus-diary-check-message):
6573         * message.el (message-insert-formatted-citation-line):
6574         * nnbabyl.el (top-level):
6575         * nndiary.el (nndiary-schedule):
6576         Fix typos in condition-case handlers.
6577
6578 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6581         configuration that provides the sole article window in a frame;
6582         position point correctly after deleting a part.
6583
6584 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6585
6586         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6587         (spam-resolve-registrations-routine): Use it to unregister articles
6588         that change status.
6589
6590 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6593         with XEmacs.
6594         (parse-time-string-chars): Use it.
6595
6596 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * imap.el (imap-interactive-login): Better messages.
6599         (imap-open): Fix bug with renamed buffer on reconnect.
6600         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6601         for easier debugging and cleaner code.  On successful (guessed based on
6602         server capabilities) secondary authentication, set imap-state
6603         correctly.
6604         (imap-last-authenticator): Define imap-last-authenticator as a variable
6605         to avoid warnings.
6606
6607 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * nnrss.el (nnrss-request-article): Remove binding of
6610         default-enable-multibyte-characters that has gotten needless by
6611         the 2007-07-13 change in rfc2047-encode-message-header.
6612
6613         * mml.el (mml-insert-multipart): Error on the message header.
6614         (mml-insert-part): Error on the message header; position point at
6615         the end of a MIME tag.
6616
6617 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * time-date.el (autoload): Expand define-obsolete-function-alias into
6620         defalias and make-obsolete for old Emacsen that Gnus supports.
6621         (with-no-warnings): Define it for old Emacsen.
6622         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6623         is available.
6624         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6625         float-time is available; suppress compile warning for time-to-seconds.
6626
6627         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6628         (gnus-float-time): Alias to float-time if it exists.
6629
6630         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6631         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6632         float-time is available; suppress compile warning for time-to-seconds.
6633
6634         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6635         XEmacs.
6636
6637 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * imap.el (imap-message-map): Docstring fix.
6640
6641 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6644         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6645         Add the optional argument `encoding' that overrides the default.
6646
6647         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6648         mm-encode-buffer.
6649
6650 2009-09-04  Glenn Morris  <rgm@gnu.org>
6651
6652         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6653         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6654         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6655         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6656         * mm-util.el (mm-with-unibyte-current-buffer)
6657         (mm-find-buffer-file-coding-system):
6658         * yenc.el (yenc-decode-region): Use default-value rather than
6659         default-enable-multibyte-characters.
6660
6661 2009-09-03  Glenn Morris  <rgm@gnu.org>
6662
6663         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6664         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6665         than default-enable-multibyte-characters.
6666
6667 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6668
6669         * gnus-art.el (gnus-article-read-summary-keys):
6670         Fix gnus-buffer-configuration's value temporarily used.
6671
6672 2009-09-02  Glenn Morris  <rgm@gnu.org>
6673
6674         * gnus-util.el (gnus-float-time): New function.
6675         * gnus-delay.el (gnus-delay-article):
6676         * gnus-sum.el (gnus-thread-latest-date):
6677         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6678         * nnspool.el (nnspool-request-newgroups):
6679         Use gnus-float-time rather than time-to-seconds.
6680         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6681
6682         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6683         (gnus-header-subject-face, gnus-header-newsgroups-face)
6684         (gnus-header-name-face, gnus-header-content-face):
6685         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6686         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6687         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6688         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6689         (gnus-cite-face-11):
6690         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6691         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6692         (gnus-server-closed-face, gnus-server-denied-face)
6693         (gnus-server-offline-face):
6694         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6695         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6696         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6697         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6698         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6699         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6700         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6701         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6702         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6703         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6704         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6705         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6706         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6707         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6708         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6709         (gnus-summary-high-undownloaded-face)
6710         (gnus-summary-low-undownloaded-face)
6711         (gnus-summary-normal-undownloaded-face)
6712         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6713         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6714         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6715         (gnus-splash-face):
6716         * message.el (message-header-to-face, message-header-cc-face)
6717         (message-header-subject-face, message-header-newsgroups-face)
6718         (message-header-other-face, message-header-name-face)
6719         (message-header-xheader-face, message-separator-face)
6720         (message-cited-text-face, message-mml-face):
6721         * sieve-mode.el (sieve-control-commands-face)
6722         (sieve-action-commands-face, sieve-test-commands-face)
6723         (sieve-tagged-arguments-face):
6724         * spam.el (spam-face):
6725         Mark face aliases with "-face" in the name as obsolete.
6726
6727 2009-09-01  Glenn Morris  <rgm@gnu.org>
6728
6729         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6730         than goto-line.
6731
6732 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6735         Don't move point if the command is invoked inside the message header.
6736
6737 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6738
6739         * imap.el (imap-send-command): Simplify.
6740         (imap-wait-for-tag): point-max -> buffer-size.
6741
6742 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6743
6744         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6745         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6746         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6747         * nnir.el (nnir-swish-e-index-file):
6748         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6749         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6750         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6751         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6752         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6753         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6754
6755 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6758         Don't save excursion.
6759
6760 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6761
6762         * nnheader.el (nnheader-find-file-noselect):
6763         * mm-util.el (mm-insert-file-contents):
6764         Use (default-value 'major-mode) instead of default-major-mode.
6765
6766 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6767
6768         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6769
6770 2009-08-26  Glenn Morris  <rgm@gnu.org>
6771
6772         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6773         than placing in files.el.
6774
6775 2009-08-25  Glenn Morris  <rgm@gnu.org>
6776
6777         * nnir.el (top-level): Don't require cl at run-time.
6778         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6779         Replace cl-function substitute with gnus-replace-in-string.
6780         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6781         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6782         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6783         simplified expansions.
6784
6785 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6786
6787         * dig.el (dig): Add autoload cookie.
6788
6789 2009-08-22  Glenn Morris  <rgm@gnu.org>
6790
6791         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6792         goto-line.
6793
6794 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6795
6796         * parse-time.el (parse-time-string-chars): Save match data.
6797
6798 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6799
6800         * parse-time.el (parse-time-string-chars): Compute using character
6801         classes, to handle non-ascii characters (Bug#3190).
6802
6803 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6806
6807         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6808         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6809         (gnus-mm-display-part, gnus-mime-display-single)
6810         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6811         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6812
6813         * gnus-sum.el
6814         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6815         (gnus-summary-move-article): Add expirable mark to articles copied or
6816         moved to group that has auto-expire turned on if the option is non-nil.
6817
6818 2009-07-24  Glenn Morris  <rgm@gnu.org>
6819
6820         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6821         Fix typo.  (Bug#3903)
6822
6823 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6826         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6827         that should not be used for draft articles.
6828         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6829         that has no concern in minor mode keys.
6830         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6831         Abolish.
6832
6833 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6836         article without making inquiry to a user for unknown encoding.
6837
6838         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6839         (nnmaildir--scan): Assume i-node and device number that file-attributes
6840         returns might be cons-cell.
6841
6842         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6843
6844         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6845
6846 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * auth-source.el: Remove docs now in auth.texi.  Don't use
6849         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6850         `auth-source-hide-passwords' and use them.
6851
6852 2009-07-15  Glenn Morris  <rgm@gnu.org>
6853
6854         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6855
6856 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6859         excessive whitespace from the default values of title and description.
6860
6861 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6864         mail-fetch-field to fetch Content-Description header in order to
6865         exclude newlines.
6866
6867 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6868
6869         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6870         format used by GnuPG 2.0.11.
6871
6872 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6875         to deleted part.
6876
6877 2009-05-30  David Engster  <dengste@eml.cc>
6878
6879         * nnmairix.el: Remove old documentation in the commentary block.
6880         (nnmairix-request-group): Do not update active file for nnml back ends.
6881         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6882         end so that overview files are ignored.
6883         (nnmairix-update-groups): Make updating the groups more robust by using
6884         marks.
6885         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6886         with dollar characters in message-id.
6887
6888 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6891         2008-12-25 in dns.el.
6892
6893 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6894
6895         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6896         could happen if the text is only composed of spaces and/or tabs.
6897
6898 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6899
6900         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6901         when sending a queued message to avoid extra mml tags.
6902
6903 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6906
6907 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6910         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6911         rmail-toggle-header for XEmacs;
6912         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6913
6914 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-dired.el: Remove autoload for gnus-setup-message.
6917         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6918         displaying Gnus logo; always use compose-mail.
6919
6920 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6923
6924 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6927         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6928         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6929         available.
6930         (gnus-nocem-epg-verify): New function.
6931
6932 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6935
6936 2009-02-15  Glenn Morris  <rgm@gnu.org>
6937
6938         * gnus-util.el (rmail-insert-rmail-file-header)
6939         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6940         autoloads.
6941         (rmail-default-rmail-file): Remove unnecessary declaration.
6942         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6943
6944 2009-02-14  Glenn Morris  <rgm@gnu.org>
6945
6946         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6947         variable (only used in gnus-util, which declares it anyway).
6948         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6949         which was only needed by gnus-art (changed to not use it any more).
6950         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6951         only used in gnus-util, which autoloads it itself.
6952         (rmail-update-summary): Fix autoload.
6953
6954         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6955         rather than rmail-output-to-rmail-file.
6956
6957 2009-02-07  Glenn Morris  <rgm@gnu.org>
6958
6959         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6960         autoload of function that no longer exists.
6961         (rmail-toggle-header): Declare.
6962         (message-forward-rmail-make-body): Handle mbox Rmail.
6963
6964 2009-01-31  Glenn Morris  <rgm@gnu.org>
6965
6966         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6967         2009-01-09 change.
6968
6969 2009-01-31  Dave Love  <fx@gnu.org>
6970
6971         * imap.el (imap-fetch-safe): Bind debug-on-error.
6972         (imap-debug): Add imap-fetch-safe.
6973
6974 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6975
6976         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6977         (auth-source-forget-all-cached): New convenience function.
6978         (auth-source-user-or-password): Accept list of modes or a single mode.
6979
6980         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6981         auth-source modes.
6982
6983         * netrc.el (netrc-machine-user-or-password): Use list of
6984         auth-source modes.
6985
6986         * nnimap.el (nnimap-open-connection): Use list of
6987         auth-source modes.
6988
6989         * nntp.el (nntp-send-authinfo): Use list of
6990         auth-source modes.
6991
6992 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6995         now.
6996
6997 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7000         coding system in XEmacs; add a workaround for XEmacs.
7001
7002         * lpath.el: Fbind coding-system-aliasee.
7003
7004 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7007         of current-language-environment.
7008
7009 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7012         available at runtime.
7013
7014 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7017
7018 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7019
7020         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7021         the greatest positive fixnum value doesn't work under an XEmacs with
7022         bignum support; use the most-positive-fixnum constant instead,
7023         available since Emacs 21.1 with cl and XEmacs 21.1.
7024
7025 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7028         XEmacs gets not to work.
7029
7030 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mm-util.el (mm-coding-system-priorities): Allow the value like
7033         "Japanese (UTF-8)" of current-language-environment.
7034
7035 2009-01-09  Glenn Morris  <rgm@gnu.org>
7036
7037         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7038         with last-command-event.
7039
7040 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7043         in the doc string.
7044
7045         * message.el (message-fix-before-sending): Amend comment.
7046
7047 2009-01-08  Dave Love  <fx@gnu.org>
7048
7049         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7050
7051 2009-01-07  David Engster  <dengste@eml.cc>
7052
7053         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7054         simplified server definitions by converting it via
7055         gnus-server-to-method.
7056
7057 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7060         parameter's operands.
7061
7062 2009-01-06  David Engster  <dengste@eml.cc>
7063
7064         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7065         primary select method (for gnus-group-mark-article-as-read).
7066
7067 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7068
7069         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7070         `(gnus)Face', not `(gnus)X-Face'.
7071
7072 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * mm-util.el (mm-ucs-to-char): New function.
7075
7076         * mm-url.el (mm-url-decode-entities): Use it.
7077
7078         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7079         unicode-to-char.
7080
7081 2009-01-05  Dave Love  <fx@gnu.org>
7082
7083         * time-date.el: Require cl for `declare'.
7084
7085 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7086
7087         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7088         Dave Love.
7089
7090 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * message.el (message-fix-before-sending): Add `eight-bit' to
7093         illegible-text check.
7094
7095 2009-01-03  Michael Olson  <mwolson@gnu.org>
7096
7097         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7098         `headers' is nil.  This can occur if the IMAP server does not have
7099         permissions to read messages from a folder, but can write new messages
7100         to the folder.
7101         (nnimap-request-article-part): Do not insert `data' if it is nil.
7102
7103         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7104         characters which will confuse `read', so skip past them.
7105
7106 2009-01-01  Dave Love  <fx@gnu.org>
7107
7108         * imap.el (imap-string-to-integer): Fix typo.
7109         (imap-fetch-safe): New function.
7110         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7111
7112         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7113
7114         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7115         (imap-parse-greeting): Fix doc strings.
7116         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7117         (imap-parse-flag-list): Make messages unique.
7118         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7119
7120         * nnimap.el: Fix author email.
7121         (nnimap-split-rule): Add FIXME comment.
7122         (nnimap-debug): Fix doc string.
7123
7124 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7127
7128 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7131         nslookup if resolv.conf isn't available.
7132         (dns-query): Rename from query-dns.
7133         (dns-query-cached): Rename from query-dns-cached.
7134
7135 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7138         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7139         to check if those variables exist (first appeared in Emacs 18.50).
7140
7141 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * mm-util.el (mm-line-number-at-pos): New function.
7144
7145         * spam-report.el (spam-report-process-queue): Use it.
7146
7147 2008-12-24  David Engster  <dengste@eml.cc>
7148
7149         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7150         parameters that haven't existed as variables as buffer-local variables.
7151
7152 2008-12-23  Dave Love  <fx@gnu.org>
7153
7154         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7155         cadar.
7156
7157         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7158         imap-starttls-p.
7159         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7160
7161 2008-12-22  Dave Love  <fx@gnu.org>
7162
7163         * imap.el: Fix author email.  Doc fixes.
7164         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7165         reply.
7166
7167 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * spam-report.el (spam-report-gmane-max-requests): New constant.
7170         (spam-report-gmane-wait): New variable.
7171         (spam-report-gmane-ham, spam-report-gmane-spam)
7172         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7173         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7174         the server.
7175
7176         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7177         Add explanations.
7178
7179         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7180         nnheader-accept-process-output and nnheader-read-timeout if available.
7181         (pop3-movemail): Use it.
7182
7183         * message.el (message-check-news-body-syntax): Fix signature check if
7184         there's an attachment.
7185
7186 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * mm-util.el: Add comments to the mm- emulating functions.
7189
7190 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7193         Reported by Stephen Berman <stephen.berman@gmx.net>.
7194
7195 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mm-util.el (mm-substring-no-properties): New function.
7198         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7199         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7200         (mm-string-to-multibyte): Doc fix.
7201
7202         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7203
7204 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * mml.el (mml-attach-file): Strip text properties from file name.
7207         (Bug#1574)
7208
7209 2008-12-16  Glenn Morris  <rgm@gnu.org>
7210
7211         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7212
7213 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7216         knows since the charset specified might be a bogus alias that
7217         mm-charset-synonym-alist provides.
7218
7219 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7222         "ISO_8859-1".
7223
7224         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7225
7226 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * mm-util.el (mm-charset-eval-alist):
7229         Define it before mm-charset-to-coding-system.
7230         (mm-charset-to-coding-system): Add optional argument `silent';
7231         define it before mm-charset-override-alist.
7232         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7233         default value if it can be used in Emacs currently running;
7234         silence mm-charset-to-coding-system.
7235
7236 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7239         `allow-override' which says whether to use `mm-charset-override-alist'.
7240         (rfc2047-decode-encoded-words): Use it.
7241
7242         * mm-util.el (mm-charset-override-alist): Fix custom type;
7243         add `(gb2312 . gbk)' to choices.
7244
7245 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7248         fast.
7249
7250         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7251
7252         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7253
7254 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7255
7256         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7257         on links.
7258
7259         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7260
7261 2008-12-03  Lute Kamstra  <lute@gnu.org>
7262
7263         * sha1.el: Remove leading * from docstrings of defcustoms,
7264         deffaces, defconsts and defuns.
7265
7266 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7269         users' addresses that don't have domain parts.
7270         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7271         rather than message-narrow-to-head since there will be the message
7272         header separator.
7273
7274 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7275
7276         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7277         since the result is inserted in a unibyte buffer anyway.
7278         (nnimap-demule-use-string-to-multibyte): Remove.
7279         (nnimap-demule): Alias it to mm-string-to-multibyte.
7280
7281 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7284         variable for debugging bug#464 and bug#1174.
7285         (nnimap-demule): Use it.
7286
7287 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7290         score calculation correctly.
7291
7292 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7293
7294         * message.el (message-send-mail): Just set the buffer to unibyte
7295         rather than use mm-with-unibyte-current-buffer which does a lot more.
7296         (message-send-mail-partially): Don't bother with
7297         mm-with-unibyte-current-buffer since it's already been made unibyte by
7298         message-send-mail.
7299
7300 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7301
7302         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7303
7304 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7305
7306         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7307
7308 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7311         require itself and to remove `with-no-warnings'.
7312
7313 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * starttls.el (starttls-any-program-available): Get the name of the
7316         available TLS layer program.
7317         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7318         well as the host name in the "opening" message.
7319
7320         * auth-source.el (auth-source-cache, auth-source-do-cache)
7321         (auth-source-user-or-password): Cache passwords and logins by default,
7322         allow override with `auth-source-do-cache'.
7323         (auth-source-forget-user-or-password): Allow users to remove cache
7324         entries if needed.
7325
7326 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7327
7328         * md4.el (md4-buffer): Fix typo in docstring.
7329         (md4, md4-64): Doc fixes.
7330         (md4-pack-int32): Reflow docstring.
7331
7332 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7333
7334         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7335         condition-case to only the forward-sexp call.
7336
7337 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7340         quotes contained.  Make it more robust regardless by an extra
7341         condition-case wrapper.
7342
7343 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7346
7347 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * nnml.el (nnml-request-expire-articles): Check if the function set to
7350         `nnmail-expiry-target' returns the symbol `delete'.
7351
7352         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7353
7354         * nnmail.el (nnmail-expiry-target): Fix custom type.
7355
7356 2008-10-02  Glenn Morris  <rgm@gnu.org>
7357
7358         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7359         Silence compiler warning.
7360
7361 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7362
7363         * tls.el (open-tls-stream): Show the actual command being
7364         executed, instead of the format string.
7365
7366 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * lpath.el: Fbind codepage-setup for Emacs 23.
7369
7370 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7371
7372         * mml.el (mml-menu): Don't assume mml2015 is bound.
7373
7374 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7377         exists.
7378
7379 2008-09-27  Glenn Morris  <rgm@gnu.org>
7380
7381         * gnus-util.el (mail-header-remove-comments): Autoload it.
7382
7383 2008-09-27  Andreas Schwab  <schwab@suse.de>
7384
7385         * gnus-util.el (gnus-split-references): Strip comments.
7386         (gnus-parent-id): Likewise.
7387
7388 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * message.el (message-confirm-send): Fix version.
7391
7392 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * message.el (message-idna-to-ascii-rhs-1): Use
7395         mail-extract-address-components rather than mail-header-parse-addresses
7396         that is an alias by default to ietf-drums-parse-addresses that does not
7397         support non-ASCII names in headers' contents.
7398
7399 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7400
7401         * message.el (message-confirm-send): Fix variable documentation to
7402         avoid the "y/n" wording.
7403
7404 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7405
7406         * message.el (message-set-auto-save-file-name): Save to a different
7407         filename so multiple messages (especially drafts) can be recovered.
7408
7409 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7410
7411         * message.el (message-confirm-send): Add appropriate version.
7412
7413 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7416         defvar.
7417
7418 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7419
7420         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7421         (mm-pkcs7-enveloped-magic): Ditto.
7422
7423 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7424
7425         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7426         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7427
7428 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7429
7430         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7431         default, it's better.
7432
7433 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7434
7435         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7436         summary line gnus-number property and ignore them (with a warning
7437         message).
7438
7439 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7442         macro caddr in the interactive form since it won't be expanded.
7443
7444 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7447         `charset'; fix name of function called recursively.
7448         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7449
7450 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7453         (gnus-mime-set-charset-parameters): New function.
7454         (gnus-mime-view-part-as-charset): Use it to correctly display part
7455         specifying wrong charset.
7456
7457 2008-09-08  David Engster  <dengste@eml.cc>
7458
7459         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7460         in completing-read for back end server.
7461
7462 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7463
7464         * message.el (message-confirm-send): New variable to confirm sending a
7465         message.
7466         (message-send): Use it.
7467
7468 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7469
7470         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7471
7472 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7475
7476 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7479         prevent tracking too many groups.
7480         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7481         Use it.
7482
7483 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7484
7485         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7486         moving point to the bottom of the window in order to avoid recentering.
7487
7488 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7491
7492         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7493         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7494         (gnus-article-beginning-of-window): Fix calculation.
7495
7496 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-msg.el (gnus-summary-supersede-article)
7499         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7500         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7501         message header.
7502
7503 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7504
7505         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7506         pending output coming after the status change.
7507
7508 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7509
7510         * message.el:
7511         * gnus-start.el:
7512         * gnus-registry.el: Remove VMS support.
7513
7514 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7517         macro.
7518         (rfc2104-hash): Use it.
7519
7520 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7523         (gnus-summary-sort-by-most-recent-date): New commands.
7524         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7525         and menu entries.
7526
7527 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7530         don't redisplay article for raw contents; remove plural articles stuff.
7531
7532         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7533         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7534         on gnus-summary-save-article; display results properly.
7535
7536 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * lpath.el: No need to fbind ns-focus-frame.
7539
7540 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7543
7544 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-art.el (gnus-summary-save-in-pipe):
7547         Consider gnus-save-all-headers.
7548
7549 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7550
7551         * gnus-util.el (ns-focus-frame): Remove declaration.
7552         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7553         like x.
7554
7555 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7556
7557         * rfc2104.el (rfc2104-zero): Delete defconst.
7558         (rfc2104-hex-alist): Likewise.
7559         (rfc2104-hex-to-int): Delete func.
7560         (rfc2104-hexstring-to-bitstring): Likewise.
7561         (rfc2104-nybbles): New defconst.
7562         (rfc2104-hash): Rewrite for speed.
7563
7564 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * tls.el (open-tls-stream): Make it work with the 2nd argument
7567         BUFFER that is a string but does not exist as a buffer object, as
7568         mentioned in the doc-string.
7569
7570 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7573         SXEmacs.
7574
7575 2008-07-16  Glenn Morris  <rgm@gnu.org>
7576
7577         * gnus-util.el (ns-focus-frame): Declare for compiler.
7578
7579 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7582         set as a group parameter.
7583         (gnus-summary-save-in-pipe): Work when it is called independently.
7584         (gnus-summary-pipe-to-muttprint): Don't modify
7585         gnus-summary-pipe-output-default-command.
7586
7587 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7588
7589         * message.el (message-send-mail-with-sendmail):
7590         Display the error message.
7591
7592 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-art.el (gnus-default-article-saver):
7595         Add gnus-summary-save-in-pipe to choices.
7596         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7597         gnus-summary-pipe-output-default-command as the default command.
7598         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7599         instead of gnus-last-shell-command.
7600
7601         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7602         New user option.
7603         (gnus-summary-muttprint-program): Mention the value will be changed.
7604         (gnus-summary-save-article): Force showing of all headers.
7605         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7606
7607 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7608
7609         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7610
7611 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7612
7613         * nnimap.el (nnimap-id):
7614         * sieve-manage.el (sieve-manage-open): Doc fixes.
7615
7616 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7617
7618         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7619         if available.
7620
7621 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7622
7623         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7624
7625         * nnkiboze.el (nnkiboze-generate-group):
7626         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7627
7628         * nnmairix.el: Require CL.
7629
7630 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * dgnushack.el: Autoload get-display-table and put-display-table for
7633         XEmacs 21.5.
7634
7635         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7636         21.4 and SXEmacs.
7637
7638 2008-06-15  David Engster  <dengste@eml.cc>
7639
7640         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7641
7642 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7643
7644         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7645         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7646         runtime choice under XEmacs.
7647
7648         * gnus-sum.el (gnus-summary-set-display-table):
7649         Use `gnus-put-display-table', `gnus-get-display-table',
7650         `gnus-set-display-table' for the display table, instead of `aset'.
7651
7652         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7653         Use `gnus-put-display-table', `gnus-get-display-table',
7654         `gnus-set-display-table' for the display table.
7655
7656 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * nnmairix.el: Add autoloads.
7659
7660 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * nnmairix.el (nnmairix-delete-recreate-group)
7663         (nnmairix-update-and-clear-marks): Fix error messages.
7664
7665 2008-06-14  David Engster  <dengste@eml.cc>
7666
7667         * nnmairix.el: Upgrade to version 0.6.
7668         (nnmairix-group-toggle-propmarks-this-group)
7669         (nnmairix-group-toggle-readmarks-this-group)
7670         (nnmairix-group-delete-recreate-this-group)
7671         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7672         (nnmairix-remove-tick-mark-original-article): New commands.
7673         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7674         (nnmairix-propagate-marks-to-nnmairix-groups)
7675         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7676         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7677         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7678         functions needed for marks propagation and manipulation of read marks.
7679         (nnmairix-update-groups): New function.
7680         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7681         (nnmairix-determine-original-group-from-registry)
7682         (nnmairix-determine-original-group-from-path)
7683         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7684         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7685         New helper functions.
7686         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7687         keystrokes for new commands.
7688         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7689         (nnmairix-request-group): Check allow-fast group parameter.
7690         (nnmairix-request-create-group): Set allow-fast group parameter if
7691         nnmairix-allowfast-default is set.
7692         (nnmairix-close-group): Propagate marks upon closing if needed.
7693         (nnmairix-group-toggle-threads-this-group): Use new.
7694         nnmairix-group-toggle-parameter helper function.
7695         (nnmairix-search): Better check for empty search result.
7696         (nnmairix-goto-original-article): Use new helper functions for
7697         determining original article.
7698         (nnmairix-show-original-article): Make sure message-id is in brackets.
7699         (nnmairix-call-mairix-binary): Change variable name.
7700         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7701         helper function.
7702         (nnmairix-widget-toggle-activate): Fix doc string.
7703
7704 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * nnir.el: Require edmacro when compiling with XEmacs.
7707         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7708         available in Emacs 21.
7709
7710 2008-06-11  Glenn Morris  <rgm@gnu.org>
7711
7712         * gnus-util.el (x-focus-frame):
7713         * gnus.el (image-size):
7714         * mm-decode.el (image-size): Declare.
7715
7716         * gnus-picon.el (declare-function): Add compat definition.
7717         (image-size): Declare.
7718
7719         * gnus-group.el (tool-bar-map):
7720         * gnus-sum.el (tool-bar-map): Define for compiler.
7721
7722         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7723
7724         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7725
7726         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7727         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7728         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7729         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7730         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7731         * sieve-manage.el, spam-report.el, spam.el:
7732         Remove unnecessary eval-and-compile of autoloads.
7733
7734 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7735
7736         * auth-source.el: Precise Tramp doc.
7737
7738 2008-06-07  Glenn Morris  <rgm@gnu.org>
7739
7740         * nnmairix.el: Remove unnecessary eval-when-compile.
7741
7742 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * lpath.el: Fbind propertize for XEmacs 21.4.
7745
7746 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * nnir.el: Move here from ../contrib.
7749
7750 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7751
7752         * gnus-util.el (gnus-read-shell-command): New function.
7753         * mm-decode.el (mm-pipe-part):
7754         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7755
7756 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7759
7760 2008-06-03  Glenn Morris  <rgm@gnu.org>
7761
7762         * pop3.el (nnheader-accept-process-output): Autoload it.
7763
7764 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7767         are not 2-digit hexadecimal characters that follow `%'s.
7768
7769 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * message.el (message-bogus-recipient-p): Fix type in doc string.
7772         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7773         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7774         Improve custom options.
7775         (message-bogus-recipient-p): Adjust accordingly.
7776
7777 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7778
7779         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7780         long-form month and day names.
7781
7782 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * dgnushack.el: Autoload debug, eudc-expand-inline and
7785         pgg-snarf-keys-region for XEmacs.
7786
7787         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7788
7789         * nnmairix.el: Require edmacro when compiling with XEmacs.
7790
7791 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7794         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7795
7796 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7797
7798         * auth-source.el: Add more docs.
7799
7800         * netrc.el (netrc-machine): Always match if the port is not given.
7801
7802 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803
7804         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7805         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7806         retrieval faster in some cases, but might make CPU usage larger.
7807         If this has any bad side effects, we might revert this change.
7808
7809         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7810         seems to make mail retrieval much, much faster.
7811         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7812         unconditionally.
7813
7814         * gnus-draft.el (gnus-group-send-queue):
7815         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7816
7817 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7820
7821         * message.el (message-bogus-address-regexp): Fix and improve custom
7822         type.
7823         (message-setup-hook): Add message-check-recipients as custom option.
7824
7825 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * message.el (message-cite-function): Remove bogus autoload which crept
7828         in during merge from v5-10.
7829
7830 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7831
7832         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7833
7834         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7835
7836         * auth-source.el: Preliminary Tramp docs.
7837         (auth-sources): Change the default auth-sources to use
7838         EPA .gpg files.
7839
7840 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * nntp.el: Autoload `auth-source-user-or-password'.
7843         (nntp-send-authinfo): Use it.
7844
7845         * nnimap.el: Autoload `auth-source-user-or-password'.
7846         (nnimap-open-connection): Use it.
7847
7848         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7849         for the gnus-message function.
7850         (auth-source-user-or-password): Use it.
7851
7852 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7853
7854         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7855         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7856         (rfc2104-hash): Use it.
7857
7858 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7859
7860         * gnus-art.el (gnus-article-toggle-truncate-lines):
7861         Don't use `iff' in docstring.
7862
7863 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7864
7865         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7866
7867         * gnus-util.el (gnus-extract-address-component-name)
7868         (gnus-extract-address-component-email): Convenience functions around
7869         `gnus-extract-address-components'.
7870
7871         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7872         Use `gnus-extract-address-component-email' to fix bug of comparing full
7873         sender name to `user-mail-address'.
7874
7875 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7876
7877         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7878         catch/throw to optimize.
7879         (gnus-registry-find-keywords): Just use member to find a keyword.
7880
7881 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7882
7883         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7884         is current before calling gnus-server-prepare.
7885         (gnus-server-setup-buffer, gnus-server-update-server)
7886         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7887
7888 2008-05-04  Juri Linkov  <juri@jurta.org>
7889
7890         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7891         (mailcap-file-default-commands): Use mailcap-replace-in-string
7892         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7893         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7894
7895 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7896
7897         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7898
7899 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7900
7901         * gnus.el: Bump version to 0.11.
7902
7903 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7904
7905         * gnus.el: No Gnus v0.10 is released.
7906
7907 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908
7909         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7910         hooks.
7911         (gnus-update-read-articles): Speed up non-marks-using users.
7912         (gnus-use-marks): Define gnus-use-marks.
7913         (gnus-propagate-marks): Rename variable to something more sensible.
7914
7915 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7916
7917         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7918         (gmm-image-load-path-for-library): Fix typos in docstrings.
7919         (gmm-message): Reflow docstring.
7920
7921 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7922
7923         * mail-source.el (mail-source-set-1, mail-source-bind):
7924         Move auth-source code out of the macro to clean it up and fix bugs.
7925
7926 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7927
7928         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7929         by sender if it's equal to user-mail-address, it's likely to be
7930         useless.
7931
7932         * mail-source.el (mail-source-bind): Don't use user or password if they
7933         are not bound.  Unintern them if they are nil.  Don't use server unless
7934         it's bound, and default it to empty string otherwise.
7935
7936 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7937
7938         * mail-source.el: Load auth-source.el.
7939         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7940         get user name or password, if auth-sources is set up.
7941
7942         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7943         strategy of splitting with parent.
7944         (gnus-registry-split-fancy-with-parent)
7945         (gnus-registry-post-process-groups): Use it and fix prior
7946         bug (returning a list as the split result).
7947
7948         * auth-source.el (auth-sources): Remove server parameter.
7949         (auth-source-pick, auth-source-user-or-password)
7950         (auth-source-user-or-password-imap)
7951         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7952         (auth-source-user-or-password-sftp)
7953         (auth-source-user-or-password-smtp): Remove server parameter.
7954
7955 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7956
7957         * smime.el (smime-sign-region, smime-encrypt-region)
7958         (smime-decrypt-region):
7959         Remove redundant calls to `generate-new-buffer-name'.
7960
7961 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7962
7963         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7964         Don't use QP for message/rfc822.
7965         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7966
7967 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7968
7969         * sieve-manage.el (sieve-string-bytes): Remove.
7970         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7971         correct byte-length only if the process's coding-system is the same as
7972         the one used internally by Emacs to represent strings.
7973
7974 2008-04-22  Juri Linkov  <juri@jurta.org>
7975
7976         * mailcap.el (mailcap-file-default-commands): New function.
7977
7978 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * message.el (message-signature-separator, message-cite-function):
7981         Change custom version.
7982
7983 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7984
7985         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7986         commands.
7987         (tls-checktrust): Ditto.
7988
7989 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * mm-decode.el (mm-display-external): Make temp file read-only.
7992
7993 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7996         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7997         `C-c C-f d'.
7998
7999 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8000
8001         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8002
8003 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus.el: Bump version to 0.9.
8006
8007 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * gnus.el: No Gnus v0.8 is released.
8010
8011 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8012
8013         * mail-source.el (mail-source-value):
8014         Prefer fboundp to functionp so it works with macros as well.
8015
8016 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8017
8018         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8019         Fix last change in case the element is not even a symbol.
8020
8021 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8022
8023         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8024         Prefer fboundp to functionp so it works with macros as well.
8025
8026 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8027
8028         * auth-source.el: Add docs.
8029         (auth-sources): Modify format to support server.
8030         (auth-source-pick, auth-source-user-or-password)
8031         (auth-source-user-or-password-imap)
8032         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8033         (auth-source-user-or-password-sftp)
8034         (auth-source-user-or-password-smtp): Add server parameter.
8035
8036 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8037
8038         * gnus-registry.el: Initialize the registry when gnus-registry-install
8039         is t.
8040
8041 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * compface.el (uncompface): Make buffer unibyte.
8044
8045 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8046
8047         * mail-source.el (mail-source-value):
8048         Prefer fboundp to functionp so it works with macros as well.
8049
8050 2008-04-05  Glenn Morris  <rgm@gnu.org>
8051
8052         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8053
8054 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8055
8056         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8057         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8058
8059         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8060         multibyteness after rather than before erasing it.
8061
8062         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8063         mm-with-multibyte.
8064         (gnus-request-article-this-buffer): Make sure the proper decoding is
8065         used if gnus-original-article-buffer happens to be unibyte.
8066
8067         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8068         default-enable-multibyte-characters.
8069
8070         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8071         default-enable-multibyte-characters.
8072
8073         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8074
8075         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8076
8077 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8078
8079         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8080         Fix last change in case the element is not even a symbol.
8081
8082 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8083
8084         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8085         (imap-message-copyuid-1): Use it.
8086         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8087         J. Williams in
8088         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8089
8090         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8091         imap-enable-exchange-bug-workaround.
8092         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8093
8094 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8095
8096         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8097         a 100 byte status-checks into a 2-3MB transfer for each group.
8098         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8099         to enable bug workaround or not.
8100         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8101
8102 2008-03-31  Glenn Morris  <rgm@gnu.org>
8103
8104         * message.el (mml2015-use): Declare for compiler.
8105         (message-info): Require mml2015 when appropriate.
8106
8107 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8110         whitespace.
8111
8112 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8113
8114         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8115         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8116         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8117         (nntp-service-to-port): New function.
8118         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8119         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8120         (nntp-open-netcat-stream): New function.
8121         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8122
8123 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8124
8125         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8126
8127 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8128
8129         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8130
8131 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8132
8133         * dns.el (dns-write): Use set-buffer-multibyte.
8134
8135 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8136
8137         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8138
8139 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * message.el (message-signature-separator): Change default.
8142         Improve custom type.
8143         (message-cite-function): Change default to
8144         message-cite-original-without-signature.
8145
8146         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8147         toggle.
8148
8149         * message.el (message-check-news-body-syntax): Fix signature check.
8150         (message-setup-1): Mark buffer as unmodified _after_ running
8151         message-setup-hook and handling message-alternative-emails.
8152         (message-shorten-references): Be more strict when building list of
8153         valid references to comply with GNKSA.
8154
8155         * gnus-group.el (gnus-read-ephemeral-bug-group)
8156         (gnus-read-ephemeral-debian-bug-group)
8157         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8158
8159         * message.el (message-info): Don't use booleanp which isn't supported
8160         in Emacs 21 and XEmacs.
8161
8162 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8165         gnus-group-gmane-group-download-format.
8166         (gnus-group-read-ephemeral-gmane-group): Rename from
8167         gnus-group-read-ephemeral-gmane-group.
8168         (gnus-read-ephemeral-gmane-group-url): Rename from
8169         gnus-group-read-ephemeral-gmane-group-url.
8170         (gnus-bug-group-download-format-alist): New variable.
8171         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8172         (gnus-read-ephemeral-emacs-bug-group): New commands.
8173
8174 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8177         (gnus-visible-headers): Improve custom type.
8178
8179 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * mml.el (mml-menu): Add workarounds for XEmacs.
8182
8183         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8184         X-Boundary header.
8185
8186         * message.el (message-simplify-recipients): Fix previous commit.
8187
8188 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8189
8190         * mm-util.el (mm-set-buffer-multibyte): New function.
8191         * mm-decode.el (mm-copy-to-buffer): Use it.
8192
8193         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8194         Prefer fboundp to functionp so it works with macros as well.
8195
8196 2008-03-19  Glenn Morris  <rgm@gnu.org>
8197
8198         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8199         Accidentally removed in the sync process with Emacs.
8200
8201 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * message.el (message-alter-recipients-discard-bogus-full-name):
8204         New function.
8205         (message-alter-recipients-function): New variable.
8206         (message-get-reply-headers): Use it.
8207         (message-replace-header): New helper function.
8208         (message-recipients-without-full-name): New variable.
8209         (message-simplify-recipients): New command.
8210
8211         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8212
8213         * message.el (message-info): Handle EasyPG manual.
8214
8215         * mml.el (mml-menu): Add entry for EasyPG.
8216
8217 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8218
8219         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8220         parameter.
8221
8222         * message.el (message-disassociate-draft): Specify drafts group name
8223         fully.
8224
8225 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8228         Eliminate unnecessary duplicates from the match list.
8229
8230 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8233
8234         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8235
8236         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8237         args of `how-many' of which the XEmacs version doesn't take; declare
8238         Info-index-next as function.
8239
8240 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8241
8242         * gnus-score.el (gnus-score-headers): Fix handling of
8243         gnus-inhibit-slow-scoring.
8244
8245         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8246         string.
8247         (gnus-button-url-regexp): Improve handling of parenthesis.
8248         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8249         (gnus-button-handle-info-keystrokes): Handle index entries.
8250
8251 2008-03-15  Glenn Morris  <rgm@gnu.org>
8252
8253         * parse-time.el (parse-time-string): Simplify.
8254
8255 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8258         Incoming* files.
8259
8260 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8261
8262         * auth-source.el (auth-sources): Rename from auth-source-choices.
8263         (auth-source-pick): Use it.
8264
8265 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8266
8267         * binhex.el (binhex-decode-region-internal):
8268         * uudecode.el (uudecode-decode-region-internal):
8269         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8270         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8271         setting default-enable-multibyte-characters.
8272
8273 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8274
8275         * auth-source.el (auth-source-protocols)
8276         (auth-source-protocols-customize, auth-source-choices): Add and
8277         modified variable customizations and defaults.
8278         (auth-source-pick, auth-source-user-or-password)
8279         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8280         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8281         (auth-source-user-or-password-sftp)
8282         (auth-source-user-or-password-smtp): Use new variables and provide an
8283         interface to netrc.el.
8284
8285 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8288         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8289         Make sure the nntp port to specify is a string.
8290
8291 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8292
8293         * nntp.el: Use with-current-buffer.
8294         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8295         dubious mm-with-unibyte-current-buffer.
8296         (nntp-with-open-group-function): New function extracted from
8297         nntp-with-open-group macro.
8298         (nntp-with-open-group): Use the function, so it's easier to debug.
8299         Add indentation and debugging info.
8300         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8301         Recommend the use of the netcat alternatives.
8302
8303         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8304         Avoid mm-string-as-multibyte as well.
8305
8306         * nnweb.el (nnweb-insert-html):
8307         Remove use of nnheader-string-as-multibyte.
8308
8309         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8310         (nnheader-string-as-multibyte): Remove.
8311
8312         * mm-view.el: Use inhibit-read-only.
8313         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8314         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8315         or unibyte-string.
8316
8317         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8318         (mm-uu-yenc-extract): Use with-current-buffer.
8319
8320         * gnus-soup.el (gnus-soup-send-packet): Don't use
8321         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8322
8323         * nnmh.el: Use with-current-buffer.
8324         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8325         mm-string-as-multibyte on the output of mm-encode-coding-string.
8326
8327         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8328         (nnimap-request-move-article): Use with-current-buffer.
8329
8330         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8331         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8332         conversion uses string-make-unibyte rather than string-as-unibyte.
8333
8334         * gnus-msg.el: Use with-current-buffer.
8335
8336         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8337
8338 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8339
8340         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8341         string for caching if it is 'PIN.
8342
8343 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * lpath.el: Consider the case without Emacs/W3.
8346
8347 2008-03-08  Glenn Morris  <rgm@gnu.org>
8348
8349         * time-date.el (date-to-time, time-subtract, time-add)
8350         (safe-date-to-time): Doc fixes.
8351
8352 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * mail-source.el (mail-source-delete-old-incoming-confirm):
8355         Change default to nil.
8356         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8357
8358 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * lpath.el: Rearrange.
8361
8362         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8363         (gnus-article-goto-prev-page): Work for articles having ^L's.
8364
8365         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8366
8367         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8368
8369 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8370
8371         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8372         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8373         (gnus-bookmark-jump): Adjust some variable names.
8374
8375 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8376
8377         * auth-source.el: New package.
8378         (auth-source-choices): Add customization entry point variable.
8379
8380         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8381         bug.
8382
8383 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8384
8385         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8386         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8387         (gnus-registry-install-shortcuts): Rename from
8388         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8389         the `gnus-registry-mark-map' keymap dynamically from
8390         `gnus-registry-marks'.  The generated functions update the summary line
8391         when a registry mark is added or deleted, and will call
8392         `gnus-registry-install-p' (see the comments in the code).
8393         (gnus-registry-user-format-function-M): Use concat intelligently.
8394
8395         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8396         the registry mark functions.
8397
8398 2008-03-05  Glenn Morris  <rgm@gnu.org>
8399
8400         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8401         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8402         gnus-art.
8403         (top-level): No need to load own source when compiling.
8404
8405 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8408         Suggested by <chris.anderton@zetnet.co.uk>.
8409
8410 2008-03-04  Glenn Morris  <rgm@gnu.org>
8411
8412         * gnus-sum.el (top-level): No need to require gnus when compiling,
8413         since unconditionally required near start of file.
8414         (gnus-summary-display-while-building): Move definition before use.
8415
8416 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8417
8418         * gnus-registry.el (gnus-registry-user-format-function-M):
8419         Add formatting function.
8420
8421 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8422
8423         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8424         with plists.
8425         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8426         Use new format.
8427
8428 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8431         `where-is-internal' that returns a range of key sequences.
8432
8433 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8434
8435         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8436
8437         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8438         (gnus-summary-jump-to-group): Consider windows on other displayed
8439         frames as well.  Similar changes might be needed elsewhere, but that's
8440         the one I've bumped into during my use.
8441
8442         * nndoc.el (nndoc-oe-dbx-type-p):
8443         * gnus-msg.el (gnus-debug):
8444         * gnus-group.el (gnus-update-group-mark-positions):
8445         Use mm-string-to-multibyte.
8446
8447 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8450         doesn't handle NotDashEscaped.
8451
8452         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8453         (mml-dnd-attach-options): Fix typo in custom choice.
8454
8455         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8456         Change nndoc-article-type to mbox.
8457         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8458
8459         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8460         to nil, instead of html2text.
8461
8462         * imap.el (imap-debug): Add `imap-ping-server'.
8463
8464         * gnus-bookmark.el: Add FIXMEs.
8465
8466         * message.el (message-form-letter-separator)
8467         (message-send-form-letter-delay): New variables.
8468         (message-send-form-letter): Use them.  New command to send form
8469         letters.  Requested by Uwe Siart.
8470         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8471
8472 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * Update copyright years.
8475
8476 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         Sync from EMACS_22_BASE.
8479
8480         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8481
8482 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8483
8484         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8485         empty author.
8486
8487 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8488
8489         * gnus-registry.el (gnus-registry-marks): Add variable for
8490         customization of marks and their appearance.
8491         (gnus-registry-read-mark): Use it.
8492         (gnus-registry-do-marks): Add utility function to loop through
8493         `gnus-registry-marks'.
8494         (gnus-registry-install-shortcuts-and-menus): Add function to install
8495         shortcuts and menus.
8496         (gnus-registry-initialize): Use it.
8497         (gnus-registry-default-mark): Clarify documentation.
8498
8499 2008-02-29  Glenn Morris  <rgm@gnu.org>
8500
8501         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8502         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8503         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8504         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8505         Change defcustom :version from 23.0 to 23.1.
8506
8507 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8508
8509         * gnus-registry.el (gnus-registry-follow-group-p)
8510         (gnus-registry-post-process-groups): Add functions to aid registry
8511         splitting and improve logging.  Clarify behavior in function
8512         documentation.
8513         (gnus-registry-split-fancy-with-parent): Use them.
8514
8515 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8516
8517         * gnus-art.el: Use with-current-buffer.
8518
8519 2008-02-27  David Engster  <dengste@eml.cc>
8520
8521         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8522         Express real group name in the response.
8523
8524 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8527         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8528         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8529         autoload gnus-registry-fetch-group when compiling.
8530         (nnmairix-request-group-with-article-number-correction):
8531         Remove unreferenced argument passed to nnmairix-call-backend.
8532
8533 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8536         (mm-uu-extract): Improve face for low color ttys.
8537         Reported by Sascha Wilde.
8538
8539 2008-02-27  Glenn Morris  <rgm@gnu.org>
8540
8541         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8542         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8543         variables to defconsts.  Convert comments to doc-strings.
8544         (nnmairix-last-server, nnmairix-current-server): Convert from free
8545         variables to defvars.  Convert comments to doc-strings.
8546         (gnus-registry-fetch-group): Autoload.
8547         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8548         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8549         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8550         caddr.
8551         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8552         nnmairix-request-group-with-article-number-correction call.
8553         (nnmairix-fast, nnmairix-group): New, less general names, for free
8554         variables passed from nnmairix-request-group to
8555         nnmairix-request-group-with-article-number-correction.  Declare.
8556         (nnmairix-request-group-with-article-number-correction):
8557         Use nnmairix-fast, nnmairix-group rather than fast, group.
8558
8559 2008-02-26  David Engster  <dengste@eml.cc>
8560
8561         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8562         version 0.5.
8563
8564 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8565
8566         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8567         instead of making an extra function call.  Don't add the current group
8568         to articles only when they have the group.  Use
8569         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8570         Reported by David <de_bb@arcor.de>.
8571
8572 2008-02-24  Miles Bader  <miles@gnu.org>
8573
8574         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8575         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8576         (mm-find-mime-charset-region):
8577         * mm-bodies.el (mm-encode-body):
8578         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8579
8580 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8583         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8584
8585 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * mail-source.el (mail-source-delete-incoming): Change default.
8588         Supplement doc string.
8589
8590         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8591
8592 2008-02-14  Glenn Morris  <rgm@gnu.org>
8593
8594         * time-date.el (format-seconds): New function.
8595
8596 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * nnmail.el (nnmail-message-id-cache-file): Derive from
8599         `gnus-home-directory'.
8600
8601 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8604         Document negative prefix.
8605
8606         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8607
8608 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * message.el (message-unsent-separator): Add the Exim bounce
8611         separator.
8612
8613 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8614
8615         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8616         list.
8617         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8618         recipient/signer list.
8619
8620 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * Makefile.in (datarootdir): Define.
8623         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8624         name that might contain whitespace.
8625
8626 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8629         fbound (Emacs 23 unicode), signal an error.
8630
8631 2008-02-08  Glenn Morris  <rgm@gnu.org>
8632
8633         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8634
8635 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8636
8637         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8638         ports to the calls to `netrc-machine-user-or-password' in addition to
8639         "imap" and "imaps".
8640
8641 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8642
8643         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8644
8645         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8646
8647 2008-02-01  Kenichi Handa  <handa@m17n.org>
8648
8649         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8650         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8651         (rfc2104-hash): Convert the result of concat to unibyte string.
8652
8653 2008-02-01  Dave Love  <fx@gnu.org>
8654
8655         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8656         coding-system-for-read.
8657         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8658
8659 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8662         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8663         <hanche@math.ntnu.no>.
8664
8665 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8668
8669         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8670
8671 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8672
8673         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8674         * message.el (message-beginning-of-line): Use featurep instead of bound
8675         tests in order to resolve conditionals at compile time.
8676
8677 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8678
8679         * mail-source.el (mail-sources): Add `group' choice.
8680
8681         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8682         parameter `in-group' to control into which group the articles go.
8683         Add treatment of `group' mail-source.
8684
8685 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8688
8689         * mm-decode.el (mm-dissect-buffer): Decode description.
8690
8691         * mml.el (mml-to-mime): Encode message header first.
8692
8693 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8696         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8697
8698         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8699         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8700
8701 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8702
8703         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8704
8705 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8708         prefix keys.
8709         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8710         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8711         gnus-xmas.el.
8712
8713         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8714         (gnus-xmas-article-describe-bindings): New function.
8715         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8716         gnus-xmas-article-describe-bindings.
8717
8718         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8719
8720 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8721
8722         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8723         Add new variables for article mark management.
8724         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8725         list of extra data entries which, when present, will indicate that the
8726         article ID should not be trimmed from the registry.
8727         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8728         functions.
8729         (gnus-registry-read-mark): New function to read a mark name from the
8730         user.
8731         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8732         (gnus-registry-set-article-mark-internal): New functions to add and
8733         remove marks.
8734         (gnus-registry-get-article-marks): New function to show the marks for
8735         an article, or retrieve them for further use.
8736
8737 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8740         keys when no argument is given.
8741
8742 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * imap.el (imap-ping-server): New variable.
8745         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8746         (imap-ping-server): Minor doc string fixes.
8747
8748 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8749
8750         * imap.el (imap-ping-server): New function.
8751         (imap-opened): Call imap-ping-server.
8752
8753 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8754
8755         * gnus-sum.el (gnus-article-sort-by-random)
8756         (gnus-thread-sort-by-random): Fix doc strings.
8757         Reported by jidanni@jidanni.org.
8758
8759 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-art.el (gnus-article-describe-bindings): New function.
8762         (gnus-article-read-summary-keys): Use it.
8763         (gnus-article-mode-map): Bind `C-h b' to it.
8764
8765 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8768         XEmacs.
8769         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8770         Protect against non-character events.
8771
8772         * lpath.el: Fbind map-keymap for Emacs 21.
8773
8774 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8777         New command.
8778         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8779         instead of END.  Change name of the temp file.
8780         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8781         customizable.
8782
8783 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8786         bind `S W' to gnus-article-wide-reply-with-original; set default
8787         binding to gnus-article-read-summary-send-keys.
8788         (gnus-article-read-summary-keys): Fix the order of keys; display
8789         continuation keys correctly in the echo area; describe bindings
8790         correctly when keys end with `C-h'.
8791         (gnus-article-read-summary-send-keys): New function.
8792         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8793         Work for gnus-article-read-summary-send-keys; display continuation keys
8794         correctly in the echo area.
8795         (gnus-article-reply-with-original): Ignore prefix argument.
8796         (gnus-article-wide-reply-with-original): New function.
8797
8798         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8799         Emacs 21.
8800
8801 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8804         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8805
8806 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8807
8808         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8809         (gnus-group-read-ephemeral-gmane-group): New command.
8810
8811 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8812
8813         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8814
8815 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * message.el (message-send-mail-function): Increase custom version.
8818
8819         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8820         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8821
8822 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8823
8824         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8825         for the cases where imap-authenticate is called with a nil buffer
8826         parameter.
8827
8828 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8831         html parts correctly; support forwarded messages.
8832         (gnus-article-browse-html-article): Remove work buffers.
8833
8834         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8835         compiling.
8836         (netrc-bound-and-true-p): New macro.
8837         (netrc-parse): Use it instead of bound-and-true-p that is not available
8838         in XEmacs 21.4.
8839
8840 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * gnus-registry.el (gnus-registry-mark-article)
8843         (gnus-registry-article-marks): Add functionality to mark articles
8844         through the Gnus registry.
8845
8846         * encrypt.el: Clarify documentation for the new pgg method.
8847         (encrypt-file-alist): Add PGG option.
8848         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8849         functionality.  Abstract password key and messaging to external
8850         functions.
8851         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8852         (encrypt-message-method-and-cipher): Add new convenience external
8853         functions.
8854         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8855         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8856
8857         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8858         (netrc-parse): Use encrypt-file-alist to determine if
8859         encrypt-find-model or encrypt-insert-file-contents should be used.
8860
8861         * encrypt.el: Clarify documentation.  Load password-cache or
8862         password, whichever one is found first, instead of autoloading.
8863
8864 2007-12-19  Glenn Morris  <rgm@gnu.org>
8865
8866         * mml.el (message-options-set, message-narrow-to-head)
8867         (message-in-body-p, message-mail-p, message-encode-message-body):
8868         Autoload.
8869         (message-remove-header, message-narrow-to-headers-or-head)
8870         (message-subscribed-p, message-make-mail-followup-to)
8871         (message-position-on-field, message-news-p)
8872         (message-options-set-recipient, message-generate-headers)
8873         (message-sort-headers): Declare as functions.
8874
8875 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8878         convention in doc string.
8879
8880 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8883         title to html parts.
8884         (gnus-article-browse-html-article): Pass message header to it.
8885
8886         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8887
8888 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8891         or password compatible with XEmacs.
8892
8893 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8896         format document.
8897         (gnus-mime-delete-part): Don't write description line if empty.
8898         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8899
8900 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8901
8902         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8903         (gnus-summary-mark-read-and-unread-as-read)
8904         (gnus-summary-mark-current-read-and-unread-as-read)
8905         (gnus-summary-mark-unread-as-ticked): Doc fix.
8906         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8907
8908 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8911         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8912
8913 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8916         yes-or-no-p.
8917
8918 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * mm-decode.el (mm-add-meta-html-tag): New function.
8921         (mm-save-part-to-file, mm-pipe-part): Use it.
8922
8923         * gnus-art.el (gnus-article-browse-delete-temp-files):
8924         Use gnus-y-or-n-p instead of y-or-n-p.
8925         (gnus-article-browse-html-parts): Work with message/external-body; use
8926         mm-add-meta-html-tag.
8927
8928 2007-12-11  Glenn Morris  <rgm@gnu.org>
8929
8930         * gnus-cache.el: Require gnus-sum not just when compiling.
8931
8932         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8933
8934         * gnus-int.el (gnus-server-opened, gnus-status-message):
8935         Move definitions before use.
8936
8937         * mm-decode.el: Require gnus-util.
8938         (mm-remove-part): Only call delete-annotation on XEmacs.
8939
8940         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8941
8942         * nnmail.el: Require gnus-int.
8943
8944         * spam.el: Move `require's before `eval-when-compile's.
8945
8946         * gnus-ems.el (gnus-alive-p):
8947         * gnus-fun.el (message-goto-eoh):
8948         * gnus-util.el (gnus-group-name-decode):
8949         * mail-source.el (gnus-compress-sequence):
8950         * message.el (Info-goto-node, format-spec):
8951         * mm-bodies.el (message-options-get):
8952         * mm-decode.el (mm-view-pkcs7):
8953         * mm-util.el (gmm-write-region):
8954         * mml-smime.el (mml-compute-boundary)
8955         (gnus-completing-read-with-default):
8956         * mml.el (widget-button-press, gnus-make-hashtable):
8957         * mml1991.el (mm-decode-content-transfer-encoding)
8958         (mm-encode-content-transfer-encoding)
8959         (message-options-get, message-options-set):
8960         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8961         * nnfolder.el (gnus-request-group):
8962         * nnheader.el (ietf-drums-unfold-fws):
8963         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8964         * smime.el (gnus-run-mode-hooks):
8965         * spam-stat.el (gnus-message): Autoload.
8966
8967         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8968         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8969         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8970         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8971         Add declare-function compatibility definition.
8972
8973         * gnus-cache.el (nnvirtual-find-group-art):
8974         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8975         (gnus-add-image, gnus-add-wash-type):
8976         * gnus-group.el (nnkiboze-score-file):
8977         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8978         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8979         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8980         (message-tokenize-header, gnus-get-buffer-create)
8981         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8982         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8983         * gnus.el (gnus-group-decoded-name):
8984         * mail-source.el (imap-capability):
8985         * mm-bodies.el (message-options-set):
8986         * mm-decode.el (gnus-configure-windows):
8987         * mm-extern.el (message-goto-body):
8988         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8989         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8990         (epg-sub-key-validity, message-options-set):
8991         * mml.el (widget-event-point, gnus-configure-windows):
8992         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8993         * mml2015.el (epg-check-configuration, epg-configuration)
8994         (message-options-set):
8995         * nndb.el (nndb-request-article):
8996         * nnfolder.el (gnus-request-create-group):
8997         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8998         * nnmaildir.el (gnus-group-mark-article-read):
8999         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9000         * rfc1843.el (message-fetch-field):
9001         * spam.el (gnus-extract-address-components):
9002         Declare as functions.
9003
9004 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9007
9008         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9009
9010         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9011         bind show-trailing-whitespace for XEmacs.
9012
9013 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9016         new no-op macro for backward compatibility.
9017
9018         * imap.el (imap-string-to-integer): New function.
9019
9020 2007-12-09  Glenn Morris  <rgm@gnu.org>
9021
9022         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9023
9024         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9025         * message.el, mm-view.el, sieve-manage.el, smime.el:
9026         Add declare-function compatibility definition.
9027
9028         * gnus-art.el (w3-region, w3m-region, Info-menu):
9029         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9030         * gnus-sum.el (gnus-get-predicate):
9031         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9032         * message.el (mail-abbrev-in-expansion-header-p):
9033         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9034         (w3m-detect-meta-charset, w3m-region):
9035         * sieve-manage.el (password-read, password-cache-add)
9036         (password-cache-remove):
9037         * smime.el (password-read-and-add): Declare as functions.
9038
9039 2007-12-08  David Kastrup  <dak@gnu.org>
9040
9041         * gnus-sum.el (gnus-summary-simplify-subject-query):
9042         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9043         `message'.
9044
9045 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9048         it to bind idna-program, installation-directory, defined-colors, and
9049         face-attribute for XEmacs of the version that compiles defcustom forms.
9050
9051 2007-12-07  Glenn Morris  <rgm@gnu.org>
9052
9053         * gnus-art.el (article-make-date-line): Revert previous change.
9054
9055 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9058
9059 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9060
9061         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9062         Call gnus-add-to-range ranges only once with a prepared article-list.
9063
9064 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9065
9066         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9067         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9068         group names with backslashes.
9069         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9070
9071 2007-12-06  Deepak Goel  <deego3@gmail.com>
9072
9073         * gnus-art.el (article-make-date-line):
9074         * gnus-start.el (gnus-load):
9075         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9076
9077 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * gnus-art.el (gnus-use-idna)
9080         * gnus-start.el (gnus-site-init-file)
9081         * message.el (message-use-idna)
9082         * mm-uu.el (mm-uu-hide-markers)
9083         * smiley.el (smiley-style): Revert changes that suppress warnings.
9084
9085 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9088         specify charset to html source.
9089         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9090
9091 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9094         idna-program in order to suppress byte compile warning issued by XEmacs
9095         that came to byte compile the default value section of defcustom forms
9096         recently.
9097
9098         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9099         value of installation-directory.
9100
9101         * message.el (message-use-idna): Don't directly refer to the value of
9102         idna-program.
9103
9104         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9105
9106         * smiley.el (smiley-style): Don't directly call face-attribute.
9107
9108 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9109
9110         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9111
9112         * gnus-dired.el: Reduce Gnus dependencies.
9113         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9114         Don't require.  Use autoloads instead.
9115         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9116         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9117         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9118         (gnus-dired-mode): Adjust doc string.
9119         (gnus-dired-mail-mode): New variable.
9120         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9121         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9122         (gnus-dired-mail-buffers): New function.  Return mail or message
9123         composition buffers.
9124         (gnus-dired-attach): Use it.
9125         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9126         NO-DECODE.
9127         (gnus-dired-print): Use `gnus-print-buffer' depending on
9128         `gnus-dired-mail-mode'.
9129
9130 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * rfc2047.el (rfc2047-encoded-word-regexp)
9133         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9134         explaining what regexp patterns are for.
9135
9136 2007-12-04  Glenn Morris  <rgm@gnu.org>
9137
9138         * password.el: Move to password-cache.el.
9139
9140         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9141         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9142         * mml-smime.el (password-read, password-cache-add)
9143         (password-cache-remove):
9144         No need to autoload, since mml-sec requires password.
9145
9146         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9147         * message.el (gnus-extract-address-components):
9148         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9149
9150         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9151         password.
9152
9153 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * mailcap.el: Reduce dependencies.
9156         (mail-header-parse-content-type): Autoload.
9157         (mailcap-delete-duplicates): New alias.
9158         (mailcap-mime-info): Add optional argument NO-DECODE.
9159         (mailcap-mime-types): Use mailcap-delete-duplicates.
9160
9161         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9162
9163 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9164
9165         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9166         (imap-parse-status): Upcase status-att for servers that sends them
9167         lower-case (e.g., MS Exchange 2007).
9168
9169 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9172         function.
9173
9174         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9175         (gnus-uu-yenc-article): New function.
9176
9177         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9178
9179         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9180
9181 2007-12-02  Glenn Morris  <rgm@gnu.org>
9182
9183         * binhex.el (binhex): New custom group.
9184         (binhex-decoder-program, binhex-decoder-switches)
9185         (binhex-use-external): Move to the binhex custom group.
9186
9187         * uudecode.el (uudecode): New custom group.
9188         (uudecode-decoder-program, uudecode-decoder-switches)
9189         (uudecode-use-external): Move to the uudecode custom group.
9190
9191         * netrc.el (top-level): Don't load `encrypt' features.
9192         (netrc-parse): Don't use encrypt.
9193         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9194
9195         * encrypt.el: Remove file.
9196
9197 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9200         matches on patches.
9201
9202         * gnus-art.el (gnus-article-browse-html-article):
9203         Mention `mm-text-html-renderer' in the doc string.
9204
9205         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9206         string.  Add comments.
9207
9208         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9209         if rhs is ASCII.
9210
9211 2007-12-01  Glenn Morris  <rgm@gnu.org>
9212
9213         * mail-source.el (top-level): Require format-spec before
9214         eval-when-compile.
9215
9216 2007-11-30  Glenn Morris  <rgm@gnu.org>
9217
9218         * encrypt.el: Require password, rather than autoloading password-read.
9219
9220 2007-11-29  Glenn Morris  <rgm@gnu.org>
9221
9222         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9223         (sasl-make-client, sasl-next-step, sasl-step-data)
9224         (sasl-step-set-data): Declare as functions.
9225
9226 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9229
9230 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9231
9232         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9233         certs should be verified and what is to be done in the event of a
9234         verification failure.
9235
9236         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9237         caller can indicate whether the cache should be disregarded for this
9238         call.  This way the result of the call is reproducible at all times and
9239         can be considered a canonical server name for the supplied method.
9240         (gnus-agent-method-p): Canonicalize server names by pushing their
9241         method through `gnus-method-to-server' using the no-cache argument.
9242
9243         * gnus-srvr.el (gnus-server-insert-server-line):
9244         Call `gnus-method-to-server' with `no-cache' argument.
9245
9246         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9247         gnus-agent-possibly-synchronize-flags as this should be called when the
9248         server is actually being opened.
9249         (gnus-agent-possibly-synchronize-flags)
9250         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9251         flags file of an agentized server to the latter function.
9252
9253         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9254         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9255         after a connection has been established successfully.
9256
9257 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (article-display-face): Force to display face if called
9260         interactively; check if gnus-article-x-face-too-ugly matches author.
9261         (article-display-x-face): Display face even if From header is missing
9262         as article-display-face does.
9263
9264 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9265
9266         * hashcash.el (message-narrow-to-headers-or-head)
9267         (message-fetch-field, message-goto-eoh)
9268         (message-narrow-to-headers): Declare as functions.
9269
9270 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * mail-source.el (mail-sources): Default to fetch from file for
9273         compatibility with default of nnmail-spool-file.
9274
9275 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9278         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9279         to look for encoded word that should be encoded again.
9280         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9281         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9282         encoding pattern.
9283         (rfc2047-decode-region): Switch strict regexp and loose one according
9284         to rfc2047-allow-irregular-q-encoded-words.
9285
9286 2007-11-25  Romain Francoise  <romain@orebokech.com>
9287
9288         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9289
9290 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * tls.el (tls-program): Provide more custom choices from
9293         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9294         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9295
9296 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9299         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9300
9301         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9302         `nnmail-spool-file'.
9303
9304         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9305         `nnmail-spool-file'.
9306
9307         * gnus-move.el (gnus-change-server): Ditto.
9308
9309         * gnus-kill.el (gnus-batch-score): Ditto.
9310
9311         * gnus-cache.el (gnus-jog-cache): Ditto.
9312
9313         * gnus-msg.el (gnus-summary-reply):
9314         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9315
9316 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9319         version.  Minor improvement to doc strings.
9320         (tls-program): Add comment.
9321
9322 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9323
9324         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9325         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9326         mismatch between the hostname provided in the certificate and the name
9327         of the host connnecting to.
9328         (open-tls-stream): Use them.  Check certificates against trusted root
9329         certificates.
9330
9331 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * gnus-cache.el (gnus-cache-generate-nov-databases):
9334         Use nnml-generate-nov-databases-directory instead of
9335         nnml-generate-nov-databases-1.
9336
9337 2007-11-24  Glenn Morris  <rgm@gnu.org>
9338
9339         * message.el (message-tool-bar-retro): Update for rename
9340         mail_send.xpm->mail-send.xpm.
9341
9342 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9345         `smime-ldap-search' for Emacs 22 and up.
9346
9347 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9348
9349         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9350
9351         * message.el (message-send-mail-function): Fix error convention.
9352         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9353         (message-widen-reply, message-send-mail, message-talkative-question)
9354         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9355         (message-clone-locals, message-send-news): Use with-current-buffer.
9356         (message-insert-or-toggle-importance): Remove unused var `valid'.
9357         (message-make-references): Remove unused var `new-references'.
9358         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9359
9360 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9361
9362         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9363         (spam-split-symbolic-return-positive): Reflow docstring.
9364         (spam-backends, spam-summary-exit-behavior)
9365         (spam-mark-ham-unread-before-move-from-spam-group)
9366         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9367         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9368         (spam-clear-cache, spam-backend-check, spam-install-backend)
9369         (spam-install-statistical-backend, spam-list-of-processors)
9370         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9371         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9372         (spam-check-crm114, spam-initialize, spam-unload-hook):
9373         Fix typos in docstrings.
9374
9375 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9378         been checked if they have never been read and those group levels are
9379         higher than the one that a user specified.
9380
9381 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9384         foreign groups unless a group level is specified by a user.
9385         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9386
9387 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * message.el (message-send-mail-function): Require sendmail.
9390
9391 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * message.el (message-send-mail-function): Check for smtpmail too.
9394
9395         * utf7.el (utf7-encode, utf7-decode): Use coding system
9396         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9397
9398         * message.el (message-send-mail-function): New function.
9399         (message-send-mail-function): Set default using
9400         message-send-mail-function.  Adjust doc string.
9401         (message-send-mail-with-mailclient): New function.
9402
9403 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9404
9405         * smime.el (from):
9406         * rfc2047.el (message-posting-charset):
9407         * qp.el (mm-use-ultra-safe-encoding):
9408         * pop3.el (parse-time-months):
9409         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9410         * nnml.el (files):
9411         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9412         (jka-compr-compression-info-list, ange-ftp-path-format)
9413         (efs-path-regexp):
9414         * nndiary.el (files):
9415         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9416         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9417         (epg-digest-algorithm-alist, inhibit-redisplay)
9418         (password-cache-expiry):
9419         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9420         (pgg-output-buffer, password-cache-expiry):
9421         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9422         (efs-path-regexp):
9423         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9424         (inhibit-redisplay):
9425         * mm-uu.el (file-name, start-point, end-point, entry)
9426         (gnus-newsgroup-name, gnus-newsgroup-charset):
9427         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9428         (latin-unity-ucs-list):
9429         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9430         (mm-uu-binhex-decode-function):
9431         * message.el (gnus-message-group-art, gnus-list-identifiers)
9432         (rmail-enable-mime-composing, gnus-local-organization)
9433         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9434         (gnus-read-active-file, facemenu-add-face-function)
9435         (facemenu-remove-face-function, gnus-article-decoded-p)
9436         (tool-bar-mode):
9437         * mail-source.el (display-time-mail-function):
9438         * gnus-util.el (nnmail-pathname-coding-system)
9439         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9440         (gnus-original-article-buffer, gnus-user-agent)
9441         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9442         (xemacs-codename, sxemacs-codename, emacs-program-version):
9443         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9444         * gnus-start.el (gnus-agent-covered-methods)
9445         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9446         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9447         (gnus-newsgroup-headers, gnus-group-list-mode)
9448         (gnus-group-mark-positions, gnus-newsgroup-data)
9449         (gnus-newsgroup-unreads, nnoo-state-alist)
9450         (gnus-current-select-method, mail-sources)
9451         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9452         (nnmail-spool-file, gnus-cache-active-hashtb):
9453         * gnus-mh.el (mh-lib-progs):
9454         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9455         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9456         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9457         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9458         (gnus-group-buffer):
9459         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9460         (font-lock-set-defaults):
9461         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9462         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9463         (gnus-summary-post-menu, total-parts, type, condition, length):
9464         * gnus-agent.el (gnus-agent-read-agentview):
9465         * flow-fill.el (show-trailing-whitespace):
9466         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9467         eval-and-compile wrappers for byte compiler pacifiers.
9468
9469         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9470         (mm-display-inline-fontify): Check for featurep 'xemacs not
9471         extent-list.
9472
9473         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9474         itimer-list.
9475         (mm-create-image-xemacs): Only do something for XEmacs.
9476         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9477
9478         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9479
9480         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9481         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9482
9483 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9484
9485         * nnimap.el (nnimap-split-download-body):
9486         * gnus-demon.el (gnus-demon):
9487         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9488
9489 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9492         New macros.
9493         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9494         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9495         copy data from unibyte buffer to multibyte current buffer.
9496         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9497         to copy data from unibyte current buffer to multibyte buffer.
9498         (nntp-make-process-buffer): Make process buffer unibyte.
9499
9500         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9501
9502 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9503
9504         * pop3.el (pop3-open-server): Accept and process data more robustly at
9505         connexion start to avoid spurious "POP SSL connexion failed" errors.
9506
9507 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9510         read group names.
9511
9512 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9515
9516 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9519         (nnmail-save-active): Use a unibyte buffer when saving active file,
9520         which may contain non-ASCII group names.
9521
9522         * nnml.el (nnml-request-group): Decode group names in messages.
9523
9524 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * message.el (message-citation-line-function)
9527         (message-insert-formatted-citation-line): Fix spelling of
9528         `message-insert-formated-citation-line'.
9529
9530 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9533
9534 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9537         nnmail-pathname-coding-system.
9538
9539         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9540         that a user enters; decode group names in messages.
9541
9542         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9543
9544 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9547
9548         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9549
9550         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9551         risky local variable.
9552
9553         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9554
9555 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9556
9557         * encrypt.el: Improve documentation to fix function name typo.
9558         Reported by Daiki Ueno <ueno@unixuser.org>.
9559
9560 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9563         even if the point is not in the last page of an article.
9564         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9565         back to the previous page.
9566
9567 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9570
9571 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9574
9575 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9576
9577         * message.el (message-check-news-body-syntax):
9578         Avoid mm-string-as-multibyte.
9579         (message-hide-headers): Don't assume (point-min)==1.
9580
9581 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * message.el (message-remove-blank-cited-lines): Fix if remove is
9584         given.
9585         (message-bogus-address-regexp): New variable.
9586         (message-bogus-recipient-p): New function.
9587         (message-check-recipients): New command.
9588         (message-syntax-checks): Add `bogus-recipient'.
9589         (message-fix-before-sending): Add `bogus-recipient'.
9590
9591         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9592         (gnus-treat-body-boundary): Don't test window-system.
9593
9594 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9595
9596         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9597
9598 2007-10-28  Miles Bader  <miles@gnu.org>
9599
9600         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9601         at compile-time too.
9602
9603 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * gnus-msg.el (gnus-message-setup-hook):
9606         Add `message-remove-blank-cited-lines' to options.
9607
9608 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * message.el (message-remove-blank-cited-lines): New function.
9611         Suggested by Karl Plästerer.
9612
9613 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9616         mapc.
9617
9618         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9619         (top-level): Use mapc to set functions to be traced for debugging.
9620
9621         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9622         called for effect with while loop.
9623
9624         * message.el (message-talkative-question): Replace mapcar called for
9625         effect with mapc.
9626
9627         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9628         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9629         called for effect with dolist.
9630
9631         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9632
9633         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9634         gnus-extra-headers and nnmail-extra-headers.
9635
9636         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9637         called for effect with dolist.
9638         (top-level): Use mapc to set functions to be traced for debugging.
9639
9640         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9641         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9642         dolist.
9643
9644         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9645         Replace mapcar called for effect with mapc.
9646         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9647         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9648         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9649         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9650
9651         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9652         remove-if that's a cl function.
9653
9654         * webmail.el (webmail-debug): Replace mapcar called for effect with
9655         dolist.
9656
9657         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9658         with mapc.
9659
9660 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9663         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9664         with while loop.
9665
9666         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9667         functions from article-* functions.
9668         (gnus-multi-decode-header): Replace mapcar called for effect with
9669         dolist.
9670
9671         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9672         (gnus-bookmark-show-details): Replace mapcar called for effect with
9673         while loop.
9674
9675         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9676         called for effect with while loop.
9677
9678         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9679         with dolist.
9680
9681         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9682         Replace mapcar called for effect with dolist.
9683
9684         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9685
9686         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9687         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9688         Replace mapcar called for effect with dolist.
9689         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9690         mapc.
9691
9692         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9693         Replace mapcar called for effect with dolist.
9694         (gnus-topic-list): Replace mapcar called for effect with mapc.
9695
9696         * gnus.el: Use mapc instead of mapcar to add autoloads.
9697
9698 2007-10-23  Richard Stallman  <rms@gnu.org>
9699
9700         * gnus-group.el (gnus-group-highlight): Mark as risky.
9701
9702 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * gnus.el (gnus-server-to-method): Return method found first in
9705         gnus-newsrc-alist.
9706
9707         * gnus-art.el (gnus-article-highlight-signature)
9708         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9709         button overlay without the front stickiness.
9710
9711 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9712
9713         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9714         overview buffer needed a catch to receive its throw.
9715         (gnus-agent-flush-cache): Declare as interactive to make this function
9716         easier to use.
9717
9718 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9721         `next-line'.
9722
9723 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9726         exclude address matching message-dont-reply-to-names.
9727
9728 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-util.el (gnus-string<): New function.
9731
9732         * gnus-sum.el (gnus-article-sort-by-author)
9733         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9734
9735 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9738         the frame-focus tag is set in gnus-buffer-configuration.
9739
9740 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9743         the front stickiness.
9744
9745 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9748         url pattern; remove duplicate one.
9749         (gnus-article-extend-url-button): New function.
9750         (gnus-article-add-buttons): Use it.
9751         (gnus-button-push): Use concatenated url that it makes.
9752
9753 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9754
9755         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9756
9757 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9758
9759         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9760         Don't hardcode point-min==1.
9761
9762 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9765         Fix comment about "iso8859-1".
9766
9767 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9768
9769         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9770         ones returned from the verify-function.
9771
9772         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9773         Call mml2015-extract-cleartext-signature if extraction failed.
9774
9775 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9776
9777         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9778         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9779         failed.
9780
9781 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9784
9785 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9788         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9789         recommends to use EasyPG instead of PGG.
9790
9791         * pgg.el: Revert to revision 6.23.2.16.
9792
9793         * pgg-def.el: Revert to revision 6.6.2.14.
9794
9795         * pgg-gpg.el: Revert to revision 6.23.2.34.
9796
9797 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9798
9799         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9800         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9801         thread for both the null and zero (kill/expire thread) universal prefix
9802         cases.
9803         (gnus-summary-expire-thread): Add new function to expire a thread,
9804         using gnus-summary-kill-thread.
9805         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9806         shortcuts for gnus-summary-expire-thread.
9807         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9808         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9809
9810 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9811
9812         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9813         extras value, so an extras entry can be deleted.
9814         (gnus-registry-delete-extra-entry): Use it.
9815         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9816         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9817         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9818         storage through the gnus-registry, and provide an appropriate API for
9819         it.
9820
9821 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9824         Suggested by Leo <sdl.web@gmail.com>.
9825
9826         * gnus.el: Do.
9827
9828 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9831         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9832
9833         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9834
9835         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9836         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9837
9838 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9841         newline.
9842         (nnmbox-request-accept-article): Don't change article in source buffer;
9843         narrow to header to use message-fetch-field rather than
9844         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9845         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9846         as delimiters; make sure article ends with newline.
9847         (nnmbox-delete-mail): Correct last position of article to be deleted;
9848         ignore X-Gnus-Newsgroup header in article body.
9849         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9850         positions; make sure article ends with newline.
9851
9852         * message.el (message-display-abbrev): Don't infloop when a user
9853         inserts SPC in the beginning of header.
9854
9855         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9856         coding-system-for-read and coding-system-for-write for XEmacs having no
9857         file-coding feature.
9858
9859         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9860
9861 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9862
9863         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9864         list of groups not followed by default.  Fix type to be regexp.
9865         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9866
9867 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9868
9869         * hmac-def.el (define-hmac-function): Switch from old-style to
9870         new-style backquotes.
9871
9872         * md4.el (md4-make-step): Likewise.
9873
9874 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9877         raw-text coding system when saving .newsrc file, which may contain
9878         non-ASCII group names.
9879
9880 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * gnus-cus.el (gnus-score-extra): New widget.
9883         (gnus-score-extra-convert): New function.
9884         (gnus-score-customize): Use it for Extra.
9885
9886 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9887
9888         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9889         (mml2015-mailcrypt-clear-verify): Use it.
9890         (mml2015-gpg-clear-verify): Use it.
9891         (mml2015-pgg-clear-verify): Use it.
9892         (mml2015-epg-clear-verify): Replace the current part with the output
9893         from GnuPG; don't extract the plaintext by itself.
9894
9895         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9896         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9897         mml2015-clear-verify-function; don't touch the armor headers or
9898         dash-escaped text here.
9899
9900 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9903         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9904         parts, or application/octet-stream as a last resort.
9905         (gnus-mime-view-part-as-type): Don't toggle display.
9906         (gnus-mime-view-part-as-charset): Don't turn off display before
9907         querying charset.
9908
9909         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9910         stuff to undisplayer function in Emacs.
9911         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9912
9913         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9914         text/calendar parts.
9915
9916 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9919         decoding text/calendar parts.
9920
9921         * message.el (message-forward-make-body-mime): Always mark body as
9922         having no illegible text; remove signed-or-encrypted argument.
9923         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9924
9925         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9926         (mml-generate-mime-1): Don't encode body if it is specified to be in
9927         raw form; don't make buffer be unibyte when inserting multibyte string.
9928
9929 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9930
9931         * sha1.el: Fix up comment style.
9932         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9933         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9934
9935         * hex-util.el: Fix up comment style.
9936         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9937
9938         * gnus-salt.el: Use with-current-buffer.
9939         (gnus-pick-setup-message): Fix long-standing typo.
9940
9941 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * imap.el (imap-logout-timeout): New variable.
9944         (imap-logout, imap-logout-wait): New functions.
9945         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9946
9947         * nnimap.el (nnimap-logout-timeout): New server variable.
9948         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9949         nnimap-logout-timeout.
9950
9951         * gnus-art.el (gnus-article-summary-command-nosave)
9952         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9953
9954 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus.el (gnus-maximum-newsgroup): New variable.
9957
9958         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9959         according to gnus-maximum-newsgroup.
9960
9961         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9962         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9963         Limit the range of articles according to gnus-maximum-newsgroup.
9964
9965 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9966
9967         * gnus-art.el (gnus-sticky-article): Fix problems described in
9968         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9969         Don't perform gnus-configure-windows here; reuse existing sticky
9970         article buffer.
9971
9972         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9973         it doesn't exist in gnus-article-mode.
9974
9975 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9978         (gnus-agent-decoded-group-name): New function.
9979         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9980         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9981
9982 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9983
9984         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9985         Add binding for gnus-sticky-article.
9986         (gnus-summary-exit): Don't kill sticky article buffers.
9987
9988         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9989         article buffer.
9990         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9991         (gnus-kill-sticky-article-buffers): New commands.
9992
9993 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * nntp.el (nntp-xref-number-is-evil): New server variable.
9996         (nntp-find-group-and-number): If it is non-nil, don't trust article
9997         numbers in the Xref header.
9998
9999 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-agent.el (gnus-agent-read-group): New function.
10002         (gnus-agent-flush-group, gnus-agent-expire-group)
10003         (gnus-agent-regenerate-group): Use it.
10004         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10005         nnmail-pathname-coding-system.
10006
10007 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10010
10011         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10012         that are unread as unread, and also as selected so that information of
10013         marks having been changed by a user may be updated when exiting group.
10014
10015 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10018
10019 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10022         calculated ignoring signature parts to gnus-treat-article.
10023
10024 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10027         a point here in order to keep the window start.
10028         (gnus-insert-mime-security-button): Make a button overlay without the
10029         front stickiness.
10030         (gnus-mime-display-security): Goto the end of a button.
10031
10032         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10033
10034 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10037         group-name-at-point.
10038         (gnus-group-completing-read): New function that offers decoded
10039         non-ASCII group names for completion.
10040         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10041         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10042         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10043         (gnus-group-fetch-control): Use it.
10044         (gnus-fetch-group): Use group-name-at-point for the initial value
10045         rather than the default value; use gnus-alive-p.
10046
10047         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10048         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10049         (gnus-summary-post-news): Use gnus-group-completing-read.
10050
10051         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10052         (gnus-read-move-group-name): Decode group name for completion.
10053
10054 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10055
10056         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10057         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10058         Yamaoka slightly modified the code).
10059
10060 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10063         (nnmail-split-incoming): Bind it.
10064
10065         * nnml.el (nnml-group-name-charset): New function.
10066         (nnml-decoded-group-name): Use it; don't decode group name if
10067         nnmail-group-names-not-encoded-p is non-nil.
10068         (nnml-encoded-group-name): New function.
10069         (nnml-group-pathname): Inline nnml-decoded-group-name.
10070         (nnml-request-expire-articles): Decode group name in message.
10071         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10072         nnmail-pathname-coding-system.
10073         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10074         not decoded ones according to nnmail-group-names-not-encoded-p.
10075         (nnml-generate-active-info): Use nnml-encoded-group-name.
10076
10077 2007-08-08  Glenn Morris  <rgm@gnu.org>
10078
10079         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10080         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10081         doc-strings and comments.
10082
10083 2007-07-25  Glenn Morris  <rgm@gnu.org>
10084
10085         * Relicense all FSF files to GPLv3 or later.
10086
10087 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-sum.el (gnus-summary-move-article):
10090         Make gnus-summary-respool-article work.
10091
10092 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10095         string.
10096
10097 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10098
10099         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10100         that should be ignored when comparing distant RSS articles with local
10101         ones.
10102         (nnrss-make-hash-index): New function.  Create a hash index according
10103         to the ignored fields.
10104         (nnrss-check-group): Use it.
10105
10106 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10109
10110         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10111
10112         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10113         the new optional argument ENCODED is non-nil.
10114         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10115         coding system for encoding group name.
10116         (gnus-group-make-rss-group): Pass un-encoded group name to
10117         gnus-group-make-group.
10118         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10119         encoded.
10120
10121         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10122         Encode group name to which articles are moved or copied.
10123         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10124         coding system for encoding Newsgroup, Followup-To and Xref headers.
10125
10126         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10127         marks; use nnheader-file-coding-system to write a file.
10128         (nnagent-retrieve-headers): Bind file-name-coding-system to
10129         nnmail-pathname-coding-system.
10130
10131         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10132
10133         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10134         (nnml-request-article, nnml-request-create-group)
10135         (nnml-request-rename-group, nnml-find-id)
10136         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10137         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10138         (nnml-save-marks): Use nnml-group-pathname instead of
10139         nnmail-group-pathname.
10140
10141         (nnml-request-create-group, nnml-request-expire-articles)
10142         (nnml-request-move-article, nnml-request-delete-group)
10143         (nnml-deletable-article-p, nnml-possibly-create-directory)
10144         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10145         (nnml-open-marks): Bind file-name-coding-system to
10146         nnmail-pathname-coding-system.
10147
10148         (nnml-request-article): Pass server argument to nnml-find-group-number.
10149         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10150         Pass server argument to nnml-possibly-create-directory.
10151         (nnml-request-accept-article): Pass server argument to
10152         nnml-active-number and nnml-save-mail.
10153         (nnml-find-group-number): Pass server argument to nnml-find-id.
10154         (nnml-request-update-info): Pass server argument to
10155         nnml-marks-changed-p.
10156
10157         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10158         (nnml-save-mail, nnml-active-number): Add server argument.
10159
10160         (nnml-request-delete-group): Warn if group is missing.
10161         (nnml-get-nov-buffer): Decode group name.
10162         (nnml-generate-active-info): Encode group name.
10163         (nnml-open-marks): Decode group name in messages.
10164
10165 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10168         if it is not specified.
10169         (gnus-article-pipe-part, gnus-article-save-part)
10170         (gnus-article-interactively-view-part, gnus-article-copy-part)
10171         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10172         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10173         (gnus-article-replace-part, gnus-article-delete-part)
10174         (gnus-article-view-part-as-type): Pass raw prefix argument to
10175         gnus-article-part-wrapper.
10176
10177 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-agent.el (gnus-agent-save-active):
10180         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10181
10182         * gnus-cache.el (gnus-cache-save-buffers)
10183         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10184         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10185         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10186         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10187         (gnus-cache-generate-active, gnus-cache-rename-group)
10188         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10189         (gnus-cache-update-overview-total-fetched-for):
10190         Bind file-name-coding-system to nnmail-pathname-coding-system.
10191         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10192         New variables.
10193         (gnus-cache-decoded-group-name): New function.
10194         (gnus-cache-file-name): Use it.
10195         (gnus-cache-generate-active): Use non-decoded group name for active.
10196
10197         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10198         right place.
10199         (gnus-write-active-file): Don't break non-ASCII group names.
10200
10201         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10202         nnmail-pathname-coding-system.
10203
10204         * lpath.el: Bind default-file-name-coding-system,
10205         file-name-coding-system and language-info-alist for XEmacs.
10206
10207         * gnus-uu.el (gnus-uu-decode-save): Typo.
10208
10209 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10212
10213 2007-07-14  David Kastrup  <dak@gnu.org>
10214
10215         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10216         finishing actions if we did not edit the article.
10217
10218 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10221         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10222         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10223         (gnus-agent-flush-group, gnus-agent-flush-cache)
10224         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10225         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10226         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10227         (gnus-agent-regenerate-group)
10228         (gnus-agent-update-files-total-fetched-for)
10229         (gnus-agent-update-view-total-fetched-for):
10230         Bind file-name-coding-system to nnmail-pathname-coding-system.
10231         (gnus-agent-group-pathname): Don't encode file names by
10232         nnmail-pathname-coding-system.
10233         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10234         coding-system-for-write instead of buffer-file-coding-system to
10235         gnus-agent-file-coding-system.
10236
10237         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10238         Decode group name.
10239
10240         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10241
10242         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10243         (gnus-read-newsrc-el-file): Make group names unibyte.
10244
10245         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10246         nnmail-pathname-coding-system.
10247
10248         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10249         (nnrss-request-delete-group): Bind file-name-coding-system to
10250         nnmail-pathname-coding-system.
10251         (nnrss-read-server-data, nnrss-read-group-data):
10252         Bind file-name-coding-system correctly.
10253         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10254
10255         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10256         (nntp-server-to-method-cache): New variable.
10257         (nntp-group-pathname): New function that decodes non-ASCII group names.
10258         (nntp-possibly-create-directory, nntp-marks-changed-p)
10259         (nntp-save-marks, nntp-open-marks): Use it.
10260         (nntp-possibly-create-directory, nntp-open-marks):
10261         Bind file-name-coding-system to nnmail-pathname-coding-system.
10262         (nntp-open-marks): Decode group names when bootstrapping marks.
10263
10264         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10265         Newsgroups and Folowup-To headers.
10266
10267 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10270         (gnus-server-closed-face, gnus-server-denied-face)
10271         (gnus-server-offline-face): Remove variable.
10272         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10273
10274         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10275         of modifying message-stack directly for XEmacs.
10276
10277         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10278         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10279         if the coding-system argument is nil for XEmacs.
10280
10281         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10282         mm-charset-override-alist.
10283
10284         * rfc2047.el: Don't require base64; require rfc2045 for the function
10285         rfc2045-encode-string.
10286         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10287         to quote the parameter value.
10288
10289 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10292         form in gnus-group-name-charset-method-alist.
10293
10294         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10295         overrides the default layout edit-form.
10296
10297         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10298
10299         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10300
10301 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10304         as unfetched articles.
10305
10306 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10309
10310 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10313         original back end that keeps marks in the local system.
10314
10315 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10318         arg of pop-to-buffer for XEmacs.
10319         (gnus-article-read-summary-keys): Ditto; don't restore window
10320         configuration if summary command ends up with neither article buffer
10321         nor summary buffer; describe bindings if summary keys end with C-h.
10322
10323 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * message.el (message-fix-before-sending): Skip raw message part to be
10326         forwarded while checking illegible text.
10327         (message-forward-make-body-mime, message-forward-make-body):
10328         Mark signed or encrypted raw message as having no illegible text.
10329
10330 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10333         (gnus-message-with-timestamp-1): New macro.
10334         (gnus-message-with-timestamp): New function.
10335         (gnus-message): Use them.
10336
10337         * nnheader.el (nnheader-message): Use them.
10338
10339 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10340
10341         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10342         .newsrc.eld file.
10343
10344 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-agent.el (gnus-agent-fetch-headers)
10347         (gnus-agent-retrieve-headers):
10348         Bind gnus-decode-encoded-address-function to identity.
10349
10350         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10351         available also when the server returns simply a dot.
10352
10353         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10354
10355 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10358
10359 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-ems.el (gnus-x-splash): Make it work.
10362
10363         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10364         from being used.
10365
10366         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10367
10368 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10371         4th and the 5th arguments.
10372
10373         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10374         the front stickiness.
10375         (gnus-article-summary-command-nosave): Correct the order of the
10376         arguments passed to pop-to-buffer.
10377         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10378         summary command ends up with the article buffer.
10379
10380         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10381         the same faces.
10382
10383 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10384
10385         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10386
10387 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10388
10389         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10390         * gnus-sum.el (gnus-summary-highlight):
10391         * pgg.el (pgg-sign-region, pgg-sign):
10392         * mail-source.el (mail-source-delete-old-incoming-confirm):
10393         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10394
10395 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-art.el (gnus-mime-view-part-externally)
10398         (gnus-mime-view-part-internally): Fix predicate function passed to
10399         completing-read.
10400
10401         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10402
10403         * gnus.el (gnus-update-message-archive-method): Add :version.
10404
10405 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus.el (gnus-update-message-archive-method): New variable.
10408
10409         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10410         according to gnus-message-archive-method if
10411         gnus-update-message-archive-method is non-nil.
10412
10413 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10416         Suggested by Loic Dachary <loic@dachary.org>.
10417         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10418
10419 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * message.el (message-pop-to-buffer): Add switch-function argument.
10422         (message-mail): Pass switch-function argument to it.
10423
10424 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10427         Improve doc string.
10428
10429 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10432         (gnus-header-content)
10433         * gnus-cite.el (gnus-cite-10)
10434         * gnus-srvr.el (gnus-server-closed)
10435         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10436         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10437         (gnus-group-mail-3-empty, gnus-group-mail-low)
10438         (gnus-group-mail-low-empty, gnus-splash)
10439         * message.el (message-header-to, message-header-cc)
10440         (message-header-subject, message-header-other, message-header-name)
10441         (message-header-xheader, message-separator, message-cited-text)
10442         (message-mml): Lighten colors of faces used for dark background.
10443
10444 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10445
10446         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10447         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10448
10449 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * message.el (message-narrow-to-headers-or-head):
10452         Ignore mail-header-separator in the body.
10453
10454 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10457         same as window size.
10458
10459 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10460
10461         * message.el (message-font-lock-keywords): Use message-header-xheader
10462         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10463         ahead of the anything pattern, to get it recognised.
10464
10465 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10468         spam.el loads uses it in the compiled defadvice form.
10469
10470 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10471
10472         * gnus-sum.el (gnus-articles-to-read)
10473         (gnus-summary-insert-old-articles): Don't truncate group name for
10474         `read-string'.
10475
10476         * gnus-util.el (gnus-limit-string): Delete this function.
10477
10478         * gnus-sum.el (gnus-simplify-subject-fully):
10479         Use `truncate-string-to-width' instead.
10480
10481 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10482
10483         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10484         Tell if, on summary exit, the next group has to be selected.
10485         (gnus-summary-exit): Use it.
10486
10487 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10488
10489         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10490         non-break space.
10491
10492 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10495         Check if group is not a directory.
10496         (nnfolder-request-expire-articles): Don't delete articles if the target
10497         group is not available.
10498
10499         * nnml.el (nnml-request-create-group): Properly check if group is not a
10500         file.
10501         (nnml-request-expire-articles): Don't delete articles if the target
10502         group is not available.
10503
10504         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10505         Don't quote characters that are within parentheses.
10506
10507 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10510         (gnus-handle-ephemeral-exit): Select article according to it.
10511
10512 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * message.el (message-insert-formated-citation-line): Remove newline.
10515         (message-citation-line-format): Add final \n here so that the user can
10516         avoid a blank line.
10517
10518 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10519
10520         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10521         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10522         Update lanl/arXiv support.
10523
10524 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10525
10526         * gnus.el: Bump version number.
10527
10528 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * gnus.el (gnus-version-number): Bump version.
10531
10532 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10533
10534         * gnus.el: No Gnus v0.6 is released.
10535
10536 2007-04-27  Didier Verna  <didier@xemacs.org>
10537
10538         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10539         * gmm-utils.el (gmm-regexp-concat): ... here.
10540         * message.el: Don't require 'gnus-util.
10541         (message-dont-reply-to-names): Handle name change above.
10542         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10543
10544 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10547         since the initial value varies according to the system.
10548
10549 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10552
10553 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10554
10555         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10556
10557 2007-04-24  Didier Verna  <didier@xemacs.org>
10558
10559         Improve the type of gnus-ignored-from-addresses.
10560         * gnus-util.el (gnus-orify-regexp): New function.
10561         * message.el (gnus-util): Require it.
10562         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10563         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10564         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10565
10566 2007-04-24  Didier Verna  <didier@xemacs.org>
10567
10568         * gnus-sum.el:
10569         * gnus-utils.el: Fix some trailing whitespaces.
10570
10571 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10574         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10575         article's Message-ID; refer parent article in summary buffer.
10576
10577         * message.el (message-bounce): Call mime-to-mml.
10578
10579         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10580         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10581         optimize and/or forms properly.
10582
10583 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10586         URL.
10587
10588 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10591
10592 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10595         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10596         displayed of multipart/alternative part if it is invoked from summary
10597         buffer.
10598
10599         * mm-view.el (mm-inline-text-html-render-with-w3m)
10600         (mm-inline-text-html-render-with-w3m-standalone)
10601         (mm-inline-render-with-function): Use mail-parse-charset by default.
10602
10603 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10604
10605         * parse-time.el (parse-time-string-chars): Check if CHAR
10606         is less than the length of parse-time-syntax.
10607
10608 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10611         from gnus-newsgroup-processable.
10612
10613 2007-04-16  Didier Verna  <didier@xemacs.org>
10614
10615         * gnus-msg.el (gnus-configure-posting-styles):
10616         Handle message-signature-directory properly with :file syntax.
10617         Reported by "Leo".
10618
10619 2007-04-11  Didier Verna  <didier@xemacs.org>
10620
10621         New user option: message-signature-directory.
10622         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10623         * message.el (message-insert-signature): Ditto.
10624         * message.el (message-signature-file): Doc update.
10625         * message.el (message-signature-directory): New.
10626
10627 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-msg.el (gnus-inews-yank-articles):
10630         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10631
10632 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * message.el (message-yank-original): Make sure cited text ends with
10635         newline; don't exchange point and mark.
10636
10637 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10638
10639         * tls.el (open-tls-stream): Properly handle case where there
10640         is no associated buffer.
10641
10642 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10643
10644         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10645         message-yank-original, make sure (< mark TEXT point).
10646
10647 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * message.el (message-fill-column): New variable.
10650         (message-mode): Use it.  Add comment on a possible new hook.
10651
10652         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10653         (nnmail-get-new-mail): Reformat.
10654
10655         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10656
10657         * gmm-utils.el: Fix Commentary.
10658         (gmm-tool-bar-from-list): Fix typo in doc string.
10659
10660 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10661
10662         * message.el (message-yank-original): Don't switch point and mark
10663         unnecessarily to put point and mark as documented.
10664
10665 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10668         from the message heads.
10669
10670 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10671
10672         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10673         article buffer does not have a window.  This may not be the best
10674         solution but is certainly better than setting the start of the null,
10675         that is the current, window.
10676
10677 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10680         (gnus-draft-setup): Run it.
10681
10682         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10683         gnus-score-fast-scoring.  Allow regexp.
10684         (gnus-score-headers): Use it.
10685
10686         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10687         XEmacs.
10688
10689         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10690         string.
10691         (gnus-button-alist): Also catch `<f1> k ...'.
10692         (gnus-treat-display-x-face): Fix doc string.
10693
10694 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10695
10696         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10697         evaluation of gnus-extended-version to ensure correct generation of the
10698         User-Agent header when message-generate-headers-first is used.
10699
10700 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10701
10702         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10703         hashcash-path is nil.  Don't call callback with incorrect number of
10704         parameters if val is 0.
10705
10706 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10707
10708         * message.el (message-required-news-headers):
10709         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10710
10711 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10712
10713         * tls.el (open-tls-stream): In handshake-waiting loop,
10714         don't wait more if there is output available to process.
10715
10716 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10717
10718         * tls.el (tls-program): Doc fix.
10719
10720 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * message.el (message-generate-new-buffers): Change the meaning of the
10723         nil value; add `standard' to the choices; treat t as `unique'; improve
10724         doc string.
10725         (gnus-select-frame-set-input-focus): Autoload.
10726         (message-buffer-name): Search for the existing message buffer if
10727         message-generate-new-buffers is nil or `standard'; treat the value t of
10728         message-generate-new-buffers as `unique'.
10729         (message-pop-to-buffer): Raise the frame already displaying the message
10730         buffer; clear the echo area after querying.
10731         (message-setup): Pass the `continue' argument to compose-mail.
10732         (message-mail): Prefer `switch-function' if it is given; search for the
10733         existing message buffer if the `continue' argument is non-nil; pass
10734         continue and switch-function arguments to compose-mail by way of
10735         message-setup.
10736         (message-mail-other-window): Adjust argument of message-setup.
10737         (message-mail-other-frame): Ditto.
10738
10739 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10742         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10743         to turn font-lock on when turning gnus-message-citation-mode on.
10744
10745 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10746
10747         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10748         (mml-smime-function-alist): New variable; add epg as the backend.
10749         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10750         mml-smime- functions instead.
10751         * mm-view.el: Require smime.
10752
10753 2007-03-05  Didier Verna  <didier@xemacs.org>
10754
10755         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10756         instead of just inheritance for posting styles.
10757         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10758
10759 2007-02-24  Chris Moore  <dooglus@gmail.com>
10760
10761         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10762         * pgg-pgp.el (pgg-pgp-encrypt-region):
10763         * pgg-gpg.el (pgg-gpg-encrypt-region):
10764         Check pgg-encrypt-for-me if no other recipients.
10765
10766 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10767
10768         * tls.el (tls-certtool-program): Fix custom type.
10769
10770 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10773         and point-at-eol instead of line-(beginning|end)-position.
10774
10775         * assistant.el (assistant-parse-buffer): Ditto.
10776
10777         * netrc.el (netrc-parse-services): Ditto.
10778
10779 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10780
10781         * mml2015.el (mml2015-epg-find-usable-key): New function.
10782         (mml2015-epg-sign): Use it.
10783         (mml2015-epg-encrypt): Use it.
10784
10785 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * message.el (message-make-in-reply-to): Quote name containing
10788         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10789         if there are special characters.  Reported by NAKAJI Hiroyuki
10790         <nakaji@jp.freebsd.org>.
10791
10792 2007-02-27  Didier Verna  <didier@xemacs.org>
10793
10794         Include the group parameters as well as the topic ones in the
10795         inheritance filter process.
10796         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10797         argument GROUP-PARAMS-LIST.
10798         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10799
10800 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * nntp.el (nntp-never-echoes-commands)
10803         (nntp-open-connection-functions-never-echo-commands): New variables.
10804         (nntp-send-command): Use them.
10805
10806 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10807
10808         * mml2015.el (mml2015-epg-verify): Simplify.
10809
10810 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * mml.el (mml-content-disposition-alist): New user option.
10813         (mml-content-disposition): New function.
10814         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10815         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10816
10817 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10818
10819         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10820         verification.
10821
10822 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10823
10824         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10825         articles posted in the last 24 hours.
10826
10827 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10828
10829         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10830
10831 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10832
10833         * nntp.el (nntp-send-command): Don't wait for echoes when
10834         nntp-open-ssl-stream is used.
10835
10836 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10839         (gnus-message-add-citation-keywords)
10840         (gnus-message-remove-citation-keywords): Remove.
10841         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10842         directly, make the variables in font-lock-defaults buffer-local, add
10843         gnus-message-citation-keywords to them and then update the value of
10844         font-lock-keywords.
10845
10846 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * message.el (message-cite-original-1): Don't call
10849         gnus-article-highlight-citation.
10850
10851         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10852         citations; fix line count.
10853
10854 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10857         (gnus-message-add-citation-keywords)
10858         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10859         versions of font-lock-add-keywords and font-lock-remove-keywords to
10860         work with XEmacs correctly.
10861
10862 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-cite.el (gnus-cite-face-list): Set the values of
10865         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10866         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10867         (gnus-message-cite-prefix-regexp): New variable.
10868         (gnus-message-search-citation-line): Use it; protect against long
10869         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10870         the 0th match data for Emacs.
10871         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10872         (gnus-message-add-citation-keywords): Append keywords rather than
10873         prepending; emulate font-lock-add-keywords if it is not available.
10874         (gnus-message-remove-citation-keywords):
10875         Emulate font-lock-remove-keywords if it is not available.
10876
10877         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10878
10879         * message.el (message-cite-prefix-regexp): Set the value of
10880         gnus-message-cite-prefix-regexp.
10881
10882 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10883
10884         * nnweb.el (nnweb-google-parse-1): Update parser.
10885
10886 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10887
10888         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10889
10890 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10891
10892         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10893         regexp.
10894
10895 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10898         string-to-multibyte.
10899         (uudecode-decode-region-internal): Use it.
10900
10901         * lpath.el: Fbind string-as-multibyte for XEmacs.
10902
10903 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10906         Fix custom choice.
10907
10908         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10909
10910 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10911
10912         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10913
10914         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10915         `write-region' to respect `mm-inhibit-file-name-handlers'.
10916
10917 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10920         Use gnus-home-directory instead of "~/" or "$HOME".
10921
10922 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10923
10924         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10925         to mention filename.
10926         Add comments at beginning regarding usage.
10927         (encrypt-write-file-contents): Change interactive so a string is
10928         acceptable.  If the file has no associated model, show an error instead
10929         of a nonsense prompt.
10930
10931 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10932
10933         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10934         Thanks to Yoshihiko Yamada for kind notification of this typo.
10935
10936 2007-01-12  Kenichi Handa  <handa@m17n.org>
10937
10938         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10939         multibyte buffer.
10940
10941 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-score.el (gnus-score-fast-scoring): New variable.
10944         (gnus-score-headers): Use it.
10945
10946         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10947
10948         * message.el (message-cite-original-1):
10949         Call gnus-article-highlight-citation if requested.
10950         (message-make-from): Allow name and address as optional arguments.
10951
10952         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10953
10954         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10955         bugs to doc string.
10956         (gnus-button-alist): Add mid\\|message-id.
10957         (gnus-button-fetch-group): Extend for use in
10958         `browse-url-browser-function'.
10959         (gnus-button-url-regexp): Try to catch paired parentheses like in
10960         Wikipedia URLs.
10961
10962         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10963         Suggested by Simon Krahnke <overlord@gmx.li>.
10964
10965 2007-01-13  Romain Francoise  <romain@orebokech.com>
10966
10967         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10968         Update copyright.
10969
10970 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10971
10972         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10973
10974 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10975
10976         * gnus-registry.el (gnus-registry-unfollowed-groups)
10977         (gnus-registry-split-fancy-with-parent): Fix documentation.
10978
10979 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10982         from nnweb groups.
10983
10984 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10987         Xref urls.  Erase buffer before requesting head.
10988
10989         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10990
10991 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10994         customizable.
10995
10996 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10997
10998         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10999         no signing key is found.
11000         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11001         no encrypting and/or signing key is found.
11002
11003 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11006
11007 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11008
11009         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11010         headers read from disk with the ones newly found in the current search.
11011         This should no longer cause problems, because the article numbers in
11012         Gmane's `nov.php' output are ignored since the previous change.
11013
11014 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11015
11016         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11017
11018 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11021         replace-regexp-in-string; bind url-version; fbind display-images-p and
11022         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11023         find-face and set-itimer-function for Emacs; bind itimer-list for
11024         Emacs.
11025
11026         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11027
11028 2007-01-01  Romain Francoise  <romain@orebokech.com>
11029
11030         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11031
11032 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11033
11034         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11035         `define-minor-mode' macro definition expanded properly.
11036         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11037         exclude it there.
11038
11039         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11040         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11041         `fboundp' test.
11042         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11043         This is OK to autoload in (S)XEmacs now.
11044
11045 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046
11047         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11048         keystroke.
11049         (gnus-summary-limit-to-singletons): Fix typo.
11050
11051         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11052         else fails.
11053
11054 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11055
11056         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11057         docstring.
11058
11059         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11060         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11061         (gnus-summary-insert-dormant-articles): Fix typo in message.
11062
11063 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11066         nil for XEmacs.
11067         (gnus-message-citation-mode): Don't autoload in XEmacs.
11068
11069         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11070
11071 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11072
11073         * nnimap.el (nnimap-expunge-search-string):
11074         Mention nnimap-search-uids-not-since-is-evil in docstring.
11075
11076 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * spam.el: Revert to make-obsolete-variable because
11079         define-obsolete-variable-alias is not supported in Emacs 21.
11080
11081         * spam.el (spam-ifile-path, spam-ifile-database-path)
11082         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11083         make-obsolete-variable.
11084         (spam-bsfilter-path, spam-bsfilter-program)
11085         (spam-spamassassin-path, spam-spamassassin-program)
11086         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11087         Don't use "path" inappropriately.
11088         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11089         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11090         variable names.
11091
11092 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11093
11094         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11095         summary buffer.
11096
11097         * password.el (password-cache-remove): Use clear-string to burn
11098         password, if available.
11099
11100 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11103
11104         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11105
11106         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11107         (gnus-message-highlight-citation): Move defcustom here from
11108         gnus-cite.el.
11109         (gnus-message-citation-mode): Autoload.
11110
11111         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11112         checks to make it compile with XEmacs.
11113         (gnus-message-citation-mode): New minor mode.
11114         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11115         (gnus-message-highlight-citation): New variables.
11116         (gnus-message-search-citation-line)
11117         (gnus-message-add-citation-keywords)
11118         (gnus-message-remove-citation-keywords)
11119         (turn-on-gnus-message-citation-mode)
11120         (turn-off-gnus-message-citation-mode): New functions.
11121
11122 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11123
11124         * gnus-cite.el: Enable highlighting of different citation levels in
11125         message-mode.
11126
11127 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * message.el (message-make-fqdn): Fix comment.
11130         (message-bogus-system-names): Add ".local".
11131
11132         * spam.el (spam-ifile-path, spam-ifile-program)
11133         (spam-ifile-database-path, spam-ifile-database)
11134         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11135         Don't use "path" inappropriately.
11136         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11137         strings.
11138         (spam-check-ifile, spam-ifile-register-with-ifile)
11139         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11140         Use new variable names.
11141
11142         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11143         (gnus-treat-display-smileys): Simplify using
11144         gnus-image-type-available-p.
11145
11146         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11147         available.
11148
11149         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11150         Use `display-images-p' if available.
11151
11152 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11155         one after turning on the buffer's multibyteness instead of decoding
11156         them directly in the unibyte buffer that causes unexpected conversion
11157         in Emacs 23 (unicode).
11158
11159 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11160
11161         * message.el (message-generate-hashcash): Fix custom type.
11162
11163 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11166
11167 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11170         disconnect icons.  Add help text.
11171
11172 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11173
11174         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11175         negated to be consistent with the others we handle.
11176
11177 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11178
11179         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11180         version of gnus-summary-buffer to something, so that we can use two
11181         article buffers at the same time.
11182
11183 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11184
11185         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11186         trigger all the extra headers.
11187         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11188         sorting.
11189
11190 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11191
11192         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11193         solid groups.
11194
11195 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11196
11197         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11198
11199 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * legacy-gnus-agent.el: Add Copyright notice.
11202
11203 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11204
11205         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11206
11207 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11210
11211         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11212         to make it work reliably in CVS Emacs.
11213         (gnus-summary-limit-strange-charsets-predicate)
11214         (gnus-summary-limit-to-predicate): New functions.
11215
11216 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11217
11218         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11219         specifying array size.
11220         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11221         array if it is too small.
11222         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11223         (gnus-sort-threads-loop): New function.
11224
11225 2006-12-06  Chris Moore  <dooglus@gmail.com>
11226
11227         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11228         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11229
11230 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11231
11232         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11233         options.
11234
11235 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236
11237         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11238         DOS-ing the recipient.
11239
11240         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11241         the headers when creating the mapping to avoid mismappings.
11242         (nnweb-gmane-create-mapping): Always nix out old mapping.
11243
11244 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11247         and mm-verify-option to never.
11248
11249 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * message.el (message-signed-or-encrypted-p): New function.
11252         (message-forward-make-body): Use it.
11253
11254         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11255         Replace encode-coding-string with mm-encode-coding-string.
11256
11257 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * nneething.el (nneething-decode-file-name):
11260         Replace decode-coding-string with mm-decode-coding-string.
11261
11262         * gnus-int.el (gnus-open-server): Say failed server's name.
11263
11264 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11265
11266         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11267         strings to a single string.  Quote `errors-file-name'.
11268         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11269         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11270         Adjust calls.  Use `shell-quote-argument'.
11271
11272 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11273
11274         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11275         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11276
11277         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11278         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11279         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11280         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11281         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11282         (gnus-subscribe-newsgroup, gnus-1):
11283         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11284         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11285         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11286         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11287
11288 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11289
11290         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11291         keystroke.
11292         (gnus-summary-limit-to-bodies): Implement headersp.
11293
11294 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11295
11296         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11297
11298 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11301
11302 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11303
11304         * message.el (message-generate-hashcash): Expand range of values to
11305         include `opportunistic'.
11306         (message-send-mail): Use it.
11307
11308 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11309
11310         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11311         and comment it.
11312
11313         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11314
11315 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus-util.el (gnus-extract-address-components): Improve comment.
11318
11319 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-util.el (gnus-extract-address-components): Work with address in
11322         which the name portion contains @.
11323
11324         * lpath.el: Fbind custom-autoload.
11325
11326 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus.el (gnus-start): Move custom group up.
11329         (gnus-select-method): Don't autoload, but make it available for
11330         `customize-variable'.
11331         (gnus-getenv-nntpserver): Don't autoload.
11332
11333 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11334
11335         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11336
11337 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * message.el (message-sendmail-extra-arguments): New variable.
11340         (message-send-mail-with-sendmail): Use it.
11341
11342 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11345         mm-with-unibyte-current-buffer to make string unibyte.
11346
11347         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11348         mm-string-as-multibyte.
11349
11350 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11351
11352         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11353         Reported by Werner Koch <wk@gnupg.org>.
11354
11355 2006-11-14  Daiki Ueno  <ueno@p360>
11356
11357         * mml2015.el: Autoload epa-select-keys when compiling.
11358
11359 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11360
11361         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11362         message-options.
11363         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11364
11365 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11366
11367         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11368         EasyPG (< 0.0.6).
11369         (mml2015-always-trust): New user option.
11370         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11371         prompt.
11372
11373 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * nntp.el (nntp-authinfo-force): New variable.
11376         (nntp-send-authinfo): Use it.
11377
11378 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11381         decode encoded words.  Improve prompt.  Add comment about forwarding.
11382         (message-replacement-char): Move up.
11383
11384 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11385
11386         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11387         instead of gnus-intersection because arguments of gnus-sorted-nunion
11388         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11389
11390 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11393         (message-simplify-subject-functions):
11394         Enable message-strip-subject-encoded-words by default.
11395
11396 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * message.el (message-strip-subject-encoded-words): New function.
11399         (message-simplify-subject-functions): New variable.
11400         (message-simplify-subject): Use it.  Fix typo in doc string.
11401         Support message-strip-subject-encoded-words.
11402
11403 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11404
11405         * gnus-diary.el (gnus-diary-delay-format-function):
11406         * nndiary.el (nndiary-reminders):
11407         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11408
11409 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * gnus-art.el (article-hide-boring-headers): Fetch date from
11412         gnus-original-article-buffer to avoid problems with localized date
11413         strings.
11414
11415 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11418
11419 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11422         New variables.
11423         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11424         (mm-charset-synonym-alist): Move some entries to
11425         mm-codepage-iso-8859-list.
11426         (mm-charset-synonym-alist, mm-charset-override-alist):
11427         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11428
11429 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11432
11433 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11436         with Emacs 21 and XEmacs.
11437
11438 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11439
11440         * spam.el (spam-parse-address): New function for better parsing,
11441         catching errors, etc.
11442         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11443
11444 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * mm-view.el: Add interactive arg to html2text autoload.
11447
11448 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11451
11452 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11455         New variables.
11456         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11457         (mm-charset-synonym-alist): Move some entries to
11458         mm-codepage-iso-8859-list.
11459
11460         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11461
11462 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * message.el (message-citation-line-format)
11465         (message-insert-formated-citation-line): Fix implementation of %E, %N
11466         and %n according to the doc string.
11467
11468 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11469
11470         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11471         Use car-safe to avoid bad parses.
11472
11473 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11476         names.
11477
11478         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11479
11480 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11483         header.
11484
11485         * message.el (message-draft-headers): Add Date.
11486         (message-headers-to-generate): Fix typo in docstring.
11487
11488         * nndraft.el (nndraft-required-headers): New variable.
11489         (nndraft-generate-headers): Use it.
11490
11491         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11492
11493 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11494
11495         * gnus-registry.el (gnus-registry-wash-for-keywords)
11496         (gnus-registry-find-keywords): New functions to allow easy searching of
11497         articles that are in the registry.
11498
11499 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11500
11501         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11502         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11503         Reported by Damien Elmes <damien@repose.cx>.
11504
11505 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11506
11507         * gnus.el (gnus-mime): Remove unused custom group.
11508
11509 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11510
11511         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11512         "blank line" when searching for end of armor headers.
11513
11514 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gmm-utils.el (gmm-write-region): Fix variable name.
11517
11518 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * gmm-utils.el (gmm-write-region): New function based on compatibility
11521         code from `mm-make-temp-file'.
11522
11523         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11524
11525         * nnmaildir.el (nnmaildir--update-nov)
11526         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11527         Use `gmm-write-region'.
11528
11529 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11532         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11533
11534         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11535
11536         * message.el (message-replacement-char): New variable.
11537         (message-fix-before-sending): Use it.
11538         (message-simplify-subject): New function to remove duplicate code.
11539         (message-reply, message-followup): Use it.
11540
11541         * gnus-sum.el (gnus-summary-make-menu-bar):
11542         Clarify gnus-summary-limit-to-articles.
11543
11544 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * gnus-util.el (gnus-with-local-quit): New macro.
11547
11548         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11549
11550 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11551
11552         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11553         ignore non-string data.
11554
11555 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11556
11557         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11558         non-string data (needs to be done in the registry too).
11559
11560 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11561
11562         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11563         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11564         (gnus-registry-split-fancy-with-parent)
11565         (gnus-registry-fetch-simplified-message-subject-fast)
11566         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11567         Remove text properties on ingress into the registry and when it's saved.
11568         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11569         registry from entries with no groups.
11570
11571 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11572
11573         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11574         function to remove string properties.
11575
11576 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * gmm-utils.el (gmm): Adjust custom version.
11579
11580         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11581         Adjust custom version.
11582
11583         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11584
11585 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * gnus-art.el (gnus-insert-prev-page-button)
11588         (gnus-insert-next-page-button): Simplify.  Reformat.
11589
11590 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11591
11592         * gnus-art.el (gnus-insert-prev-page-button)
11593         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11594
11595 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11596
11597         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11598
11599 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11600
11601         * gnus-art.el (gnus-insert-mime-button)
11602         (gnus-insert-mime-security-button):
11603         Apply gnus-article-button-face to MIME and security buttons.
11604
11605 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11608         readable.
11609
11610 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11613
11614 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11615
11616         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11617         `browse-url-of-file' instead of `browse-url'.
11618
11619 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11620
11621         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11622         regexp.  Articles containing quotation were cut prematurely.
11623
11624 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * message.el (message-cite-original-1): Use nobody by default for the
11627         value of From header.
11628         (message-reply): Ditto.
11629
11630 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11631
11632         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11633         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11634         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11635
11636 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11639         mails in the doc string.  Add some URLs in comment.
11640         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11641
11642 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11645         backslashes handling and the way to find boundaries of quoted strings.
11646
11647 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11648
11649         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11650         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11651         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11652         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11653
11654 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11657         doc string.
11658         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11659
11660 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * lpath.el: Fbind epg-check-configuration.
11663
11664 2006-09-06  Simon Josefsson  <jas@extundo.com>
11665
11666         * mml2015.el (mml2015-use): Doc fix, mention epg.
11667
11668 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11669
11670         * mml2015.el (mml2015-use): Default to epg, if available.
11671
11672 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11673
11674         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11675         message-sender.
11676         (mml1991-epg-encrypt): Ditto.
11677         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11678         message-sender.
11679         (mml2015-epg-encrypt): Ditto.
11680
11681 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11682
11683         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11684         several common directories.
11685
11686 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11687
11688         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11689         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11690
11691 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-art.el (article-decode-encoded-words): Make it fast.
11694
11695 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11698
11699         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11700         in quoted string into `\'.
11701
11702 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11705         Use standard-syntax-table.
11706
11707 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-art.el (gnus-decode-address-function): New variable.
11710         (article-decode-encoded-words): Use it to decode headers which are
11711         assumed to contain addresses.
11712         (gnus-mime-delete-part): Remove useless `or'.
11713
11714         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11715         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11716         (gnus-nov-parse-line): Use it to decode From header.
11717         (gnus-get-newsgroup-headers): Ditto.
11718         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11719
11720         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11721         (mail-decode-encoded-address-string): New alias.
11722
11723         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11724         New function.
11725         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11726         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11727         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11728         (rfc2047-decode-string): Ditto.
11729         (rfc2047-decode-address-region): New function.
11730         (rfc2047-decode-address-string): New function.
11731
11732 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * message.el (message-caesar-buffer-body): Allow rotating headers.
11735
11736         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11737
11738         * message.el (message-insert-formated-citation-line): Fix %f.
11739         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11740
11741 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11744         (gnus-bookmark-mouse-available-p): New macro.
11745         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11746         (gnus-bookmark-bmenu-show-infos): Use it.
11747         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11748         (gnus-bookmark-bmenu-hide-infos): Ditto.
11749         (gnus-bookmark-remove-properties): New function.
11750         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11751         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11752         (gnus-bookmark-write-file): Bind coding-system-for-write.
11753         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11754         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11755         group before selecting it.
11756         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11757         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11758         quit-window if it is not available; use gnus-mouse-2 and bind it to
11759         gnus-bookmark-bmenu-select-by-mouse.
11760         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11761         (gnus-bookmark-bmenu-select-by-mouse): New function.
11762
11763 2006-08-13  Romain Francoise  <romain@orebokech.com>
11764
11765         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11766         space.
11767
11768 2006-08-10  Romain Francoise  <romain@orebokech.com>
11769
11770         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11771         (dns-mode-soa-auto-increment-serial): New user option.
11772         (dns-mode-soa-maybe-increment-serial): New function.
11773         (dns-mode): Add the latter to `write-contents-functions'.
11774
11775 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * compface.el (uncompface): Use binary rather than raw-text-unix.
11778
11779 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * compface.el (uncompface): Make sure the eol conversion doesn't take
11782         place when communicating with the external programs.
11783         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11784
11785 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11788
11789 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11790
11791         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11792         Make it more robust by parsing author and date independently.
11793
11794 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11797
11798 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11799
11800         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11801         first matching secret key.
11802         (mml2015-epg-encrypt): Ditto.
11803
11804         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11805         first matching secret key.
11806         (mml1991-epg-encrypt): Ditto.
11807
11808         * mml2015.el (mml2015-encrypt-to-self): New user option.
11809         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11810         mml2015-epg-encrypt-to-self is set.
11811
11812         * mml1991.el (mml1991-encrypt-to-self): New variable.
11813         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11814         mml1991-epg-encrypt-to-self is set.
11815
11816         * mml2015.el (mml2015-signers): New user option.
11817         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11818         (mml2015-epg-encrypt): Allow to select signing keys.
11819
11820         * mml1991.el (mml1991-signers): New variable.
11821         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11822         (mml1991-epg-encrypt): Allow to select signing keys.
11823
11824 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * nnheader.el (nnheader-insert-head): Make it work even if the file
11827         uses CRLF for the line-break code.
11828
11829 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11830
11831         * mml2015.el: Require mml-sec instead of password.
11832         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11833         (mml2015-cache-passphrase): Inherit the default value from
11834         mml-secure-cache-passphrase.
11835         (mml2015-passphrase-cache-expiry): Inherit the default value from
11836         mml-secure-passphrase-cache-expiry.
11837
11838         * mml1991.el: Require mml-sec instead of password.
11839         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11840         (mml1991-cache-passphrase): Inherit the default value from
11841         mml-secure-cache-passphrase.
11842         (mml1991-passphrase-cache-expiry): Inherit the default value from
11843         mml-secure-passphrase-cache-expiry.
11844
11845         * mml-sec.el: Require password.
11846         (mml-secure-verbose): New user option.
11847         (mml-secure-cache-passphrase): New user option.
11848         (mml-secure-passphrase-cache-expiry): New user option.
11849
11850 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11851
11852         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11853         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11854         andreas@altroot.de (Andreas Vögele).
11855
11856         FIXME: Use `tiny change'?
11857
11858 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11859
11860         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11861         workaround for the url package included with Emacs.
11862
11863         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11864
11865 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11868         correctly.  This fixes a bug caused by the 2006-05-12 change.
11869
11870 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11871
11872         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11873         some information about the error when saying that the `bogus' mail
11874         group will be used.
11875
11876 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11879         string.
11880
11881 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11882
11883         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11884
11885 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11886
11887         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11888
11889 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11890
11891         * mml1991.el (mml1991-function-alist): Add epg.
11892         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11893         (mml1991-epg-encrypt): New functions.
11894
11895 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11896
11897         * mml2015.el (mml2015-verbose): New variable.
11898         (mml2015-cache-passphrase): Ditto.
11899         (mml2015-passphrase-cache-expiry): Ditto.
11900         (mml2015-function-alist): Add epg.
11901         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11902         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11903         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11904         New functions.
11905
11906 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11907
11908         * message.el (message-cite-original-1): Preserve region when removing
11909         quoted text due to X-No-Archive in order to avoid bogus attribution
11910         when citing multiple messages.
11911
11912 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11913
11914         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11915         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11916
11917 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus-diary.el (gnus-user-format-function-d)
11920         (gnus-user-format-function-D): Autoload.
11921
11922         * imap.el (Commentary): Fix typo.
11923
11924         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11925         2006-04-22 contribution.
11926
11927 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11928
11929         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11930         It didn't really fix the bogosity I'm seeing with solid web groups.
11931
11932 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11933
11934         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11935         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11936         created using server names.  If we use the feature without declaring
11937         it, Gnus does not properly manage server and group state.
11938
11939         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11940         bound.
11941
11942 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11943
11944         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11945         looking up the method using GROUP's prefix before inventing a new one.
11946         It is used on killed/unknown groups in various places where returning
11947         an all-new method isn't expected by the caller.
11948
11949         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11950         and match semantics of gnus-group-real-prefix.
11951
11952 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11953
11954         * nnmail.el (nnmail-broken-references-mailers): New variable.
11955         (nnmail-ignore-broken-references): New function generalizing
11956         nnmail-fix-eudora-headers.
11957         (nnmail-fix-eudora-headers): Now obsolete.
11958
11959         * gnus-art.el (gnus-button-handle-custom):
11960         Support `customize-apropos*'.
11961
11962 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11965
11966         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11967         articles.
11968
11969 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * message.el (message-cite-reply-above): New variable.
11972         (message-yank-original): Use it.
11973
11974 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11977
11978 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11981         as read.
11982
11983         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11984
11985 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11988         (gnus-bookmark-default-file): Use gnus-directory.
11989         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11990         Remove "*" in doc string.
11991         (gnus-bookmark-write-file): Simplify.
11992         (gnus-bookmark-maybe-sort-alist): Use `when'.
11993         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11994         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11995         Add FIXME about Emacs 21 and XEmacs compatibility.
11996         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11997         compatibility.
11998         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11999         compatibility.
12000         (gnus-bookmark-menu-heading): Fix version.
12001
12002 2006-06-19  Bastien Guerry  <bzg@altern.org>
12003
12004         * gnus-bookmark.el: New file.
12005
12006 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * message.el (message-syntax-checks): Doc fix.
12009
12010 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12011
12012         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12013         unsubscribed groups as if they were killed ones.  It causes duplicate
12014         entries in gnus-newsrc-alist.
12015
12016 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * message.el (message-syntax-checks): Doc fix.
12019         (message-send-mail): Add check for continuation headers.
12020         (message-check-news-header-syntax): Fix regexp used to check for
12021         continuation headers.
12022
12023 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12026
12027 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12030
12031 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12034         default-truncate-lines.
12035
12036 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12039         to fill the utf-8 entry.
12040
12041         * lpath.el: Fbind unicode-precedence-list.
12042
12043 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12044
12045         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12046
12047 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12048
12049         * gnus-agent.el (directory-files-and-attributes): Move all the way
12050         forward (the third and final move).
12051         (gnus-agent-read-agentview): Trap reconstruction errors due to
12052         nonexistent directory.  Handle by returning nil.
12053
12054 2006-05-30  Didier Verna  <didier@xemacs.org>
12055
12056         * message.el (message-dont-reply-to-names): Update the custom type.
12057         * message.el (message-dont-reply-to-names): New defsubst: potentially
12058         convert a list of regexps into a single one.
12059         * message.el (message-get-reply-headers): Use it.
12060         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12061
12062 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * gnus-agent.el (directory-files-and-attributes): Move forward.
12065
12066 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * gnus-ml.el (gnus-mailing-list-subscribe)
12069         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12070         (gnus-mailing-list-message): Fix doc strings.
12071
12072 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12073
12074         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12075         of doing it manually.
12076
12077 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12080         comment.
12081
12082 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12083
12084         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12085         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12086         (gnus-agent-read-local): All symbols allocated in my-obarray.
12087         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12088         (gnus-agent-regenerate-group): Check numeric names to see if they are
12089         messages or groups.
12090         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12091         better way of do this...)
12092
12093         * gnus-cache.el (gnus-agent-total-fetched-for):
12094         Ignore 'dummy.group' (there should be a better way of do this...)
12095
12096 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12099         (gnus-saved-headers): Ditto.
12100         (gnus-default-article-saver): Mention functions may have properties.
12101         (gnus-article-save): Override gnus-save-all-headers and
12102         gnus-saved-headers by :headers property which saver function may have.
12103         (gnus-summary-save-in-file): Add :headers property.
12104         (gnus-summary-write-to-file): Ditto.
12105
12106         * gnus-sum.el (gnus-summary-save-article): Bind
12107         gnus-prompt-before-saving to t when saving many articles in a file;
12108         always show all headers.
12109
12110         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12111
12112 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12115         marks.
12116
12117         * message.el (message-indent-citation): Add optional arguments to allow
12118         using it outside of message buffers.
12119
12120         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12121         (gnus-article-treat-unfold-headers): Use it.
12122         (gnus-article-truncate-lines): New variable.
12123         (gnus-article-mode): Use it.
12124         (gnus-article-toggle-truncate-lines): New function.
12125
12126         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12127         Add gnus-article-toggle-truncate-lines.
12128
12129         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12130         coding system in XEmacs, use binary.
12131
12132 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12135         after-load-alist.
12136
12137         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12138         this function should save decoded articles.
12139         (gnus-summary-write-to-file): Use property to specify this function
12140         should save decoded articles and specify gnus-summary-save-in-file
12141         should be used to save articles other than the first one when saving
12142         many articles.
12143         (gnus-summary-save-body-in-file): Use property to specify this
12144         function should save decoded articles.
12145         (gnus-summary-write-body-to-file): Use property to specify this
12146         function should save decoded articles and specify
12147         gnus-summary-save-body-in-file should be used to save articles other
12148         than the first one when saving many articles.
12149
12150         * gnus-sum.el (gnus-summary-save-article): Simplify.
12151
12152 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * gnus-art.el (gnus-default-article-saver):
12155         Add gnus-summary-write-body-to-file.
12156         (gnus-article-save-coding-system): Don't use coding system object
12157         in XEmacs.
12158         (gnus-read-save-file-name): Add optional `dir-var' argument which
12159         specifies directory in which files are saved; work even if optional
12160         `variable' argument is not specified.
12161         (gnus-summary-write-to-file): Read file name.
12162         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12163         (gnus-summary-write-body-to-file): New function.
12164
12165         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12166         (gnus-summary-local-variables): Add it.
12167         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12168         (gnus-summary-save-article): Remove optional `decode' argument;
12169         determine whether to decode articles by the value of
12170         gnus-default-article-saver; when saving many files using
12171         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12172         it first and use gnus-summary-save-in-file or
12173         gnus-summary-save-body-in-file thereafter unless
12174         gnus-prompt-before-saving is always; move point to article which
12175         will be saved.
12176         (gnus-summary-save-article-file): Revert.
12177         (gnus-summary-write-article-file): Revert.
12178         (gnus-summary-save-article-body-file): Revert.
12179         (gnus-summary-write-article-body-file): New function.
12180
12181 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * gnus-art.el (gnus-default-article-saver): Doc fix.
12184         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12185         from gnus-summary-save-article-coding-system, and default to a
12186         certain coding system.
12187         (gnus-output-to-file): Add coding cookie and encode text according
12188         to gnus-article-save-coding-system; don't use mm-append-to-file.
12189
12190         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12191         gnus-art.el and rename to gnus-article-save-coding-system.
12192         (gnus-summary-save-article): Require gnus-art; don't show all
12193         headers if it decodes articles; don't add coding cookie here;
12194         don't bind mm-text-coding-system-for-write.
12195         (gnus-summary-save-article-file): Save decoded articles.
12196         (gnus-summary-write-article-file): When saving many files, use
12197         gnus-summary-write-to-file first and gnus-summary-save-in-file
12198         thereafter unless gnus-prompt-before-saving is always.
12199         (gnus-summary-save-article-body-file): Save decoded articles.
12200
12201         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12202
12203 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * nnrss.el (nnrss-check-group): Bind hash-index.
12206
12207 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12208
12209         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12210         its hash index.  Store this hash in `nnrss-group-data'.
12211         (nnrss-read-group-data): Update accordingly.
12212
12213 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12216         entry.
12217
12218         * gnus-sum.el (gnus-summary-make-menu-bar):
12219         Add gnus-article-browse-html-article.
12220
12221 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12222
12223         * gnus-sum.el (gnus-summary-mime-map):
12224         Add gnus-article-browse-html-article.
12225
12226         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12227
12228 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12231         suitable coding systems in customize.
12232
12233 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12234
12235         * mail-source.el (mail-sources): Fix custom type.
12236
12237 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12240         (gnus-summary-expire-articles-now): Shorten prompt.
12241
12242         * gmm-utils.el (wid-edit): Require.
12243         (defun-gmm): Rename from `gmm-defun-compat'.
12244         (gmm-image-search-load-path): Use it.
12245         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12246
12247 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus-sum.el (gnus-summary-save-article-coding-system):
12250         New variable.
12251         (gnus-summary-save-article): Add optional `decode' argument.
12252         If it is set and gnus-summary-save-article-coding-system is non-nil,
12253         save decoded article.
12254         (gnus-summary-write-article-file): Save decoded article if
12255         gnus-summary-save-article-coding-system is non-nil.
12256
12257         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12258         type.
12259
12260 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12263
12264 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12267         first to test gnus-single-article-buffer which may be buffer-local.
12268
12269         * gnus-sum.el (gnus-summary-setup-buffer):
12270         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12271         group; make gnus-article-buffer, gnus-article-current, and
12272         gnus-original-article-buffer always buffer-local.
12273         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12274         group.
12275         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12276
12277 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * nnml.el (nnml-request-compact-group): Compressed files might not
12280         have .gz extension.
12281
12282 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12283
12284         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12285         (mm-copy-to-buffer): Use with-current-buffer.
12286         (mm-display-part): Simplify.
12287         (mm-inlinable-p): Add optional arg `type'.
12288
12289 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12290
12291         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12292         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12293         Try harder to show the attachment internally or externally using
12294         gnus-mime-view-part-as-type.
12295
12296 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * message.el (message-from-style, message-signature-separator)
12299         (message-user-organization-file, message-send-mail-function)
12300         (message-citation-line-function, message-yank-prefix)
12301         (message-indent-citation-function, message-signature)
12302         (message-signature-file, message-signature-insert-empty-line):
12303         Remove autoloads.
12304
12305         * gnus-art.el (gnus-buttonized-mime-types):
12306         Remove "multipart/signed".  Revert 2006-04-26 change.
12307
12308 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12309
12310         * gnus.el (gnus-version-number): Bump version.
12311
12312 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12313
12314         * gnus.el: No Gnus v0.5 is released.
12315
12316 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12317
12318         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12319         fetching articles by message-id.
12320
12321 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12322
12323         * message.el (hashcash): Require hashcash as normal.
12324
12325         * ecomplete.el (ecomplete-highlight-match-line):
12326         Use point-at-eol.
12327         (ecomplete-highlight-match-line): Use `highlight', because that
12328         face exists in both Emacs and XEmacs.
12329
12330         * message.el (message-display-abbrev): Use point-at-bol.
12331
12332         * mail-source.el: Don't require timer/timer-funcs.
12333
12334         * gnus-async.el: Ditto.
12335
12336         * password.el: Ditto.
12337
12338         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12339
12340         * mm-url.el: Ditto.
12341
12342         * gnus-xmas.el: Don't require timer-funcs.
12343
12344         * mm-util.el: Require timer/timer-funcs.
12345
12346 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12347
12348         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12349         Close.
12350
12351 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12354         unibyte after clear-decrypt function runs.
12355
12356         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12357         returns as a unibyte string.
12358
12359 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * lpath.el: Revert.
12362
12363         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12364         (pgg-gpg-process-sentinel): Revert.
12365
12366         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12367         (pgg-pgp-lookup-key): Revert.
12368
12369         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12370         (pgg-pgp5-lookup-key): Revert.
12371
12372         * pgg.el (pgg-fetch-key): Revert.
12373
12374 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * lpath.el: Fbind string-as-multibyte for XEmacs.
12377
12378         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12379         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12380         (mml1991-pgg-encrypt): Ditto.
12381
12382         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12383         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12384         a multibyte buffer.
12385
12386         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12387         (pgg-pgp-lookup-key): Ditto.
12388
12389         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12390         (pgg-pgp5-lookup-key): Ditto.
12391
12392         * pgg.el (pgg-fetch-key): Ditto.
12393
12394 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * message.el (message-user-organization-file): Check several
12397         locations of the organization file.
12398
12399         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12400         Add gnus-article-view-part-as-type.
12401
12402         * gnus-art.el (gnus-article-view-part-as-type): New function.
12403
12404         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12405         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12406
12407         * mml.el: Simplify autoload.
12408         (mml-mode): defvar dnd-protocol-alist instead of using
12409         symbol-value.
12410         (mml-default-directory): New variable.
12411         (mml-minibuffer-read-file): Use it.
12412         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12413
12414         * message.el (message-citation-line-format): New variable.
12415         (message-insert-formated-citation-line): New function.
12416         (message-citation-line-function):
12417         Add `message-insert-formated-citation-line' to custom type.
12418
12419         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12420         to doc string.
12421
12422         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12423         depending on mm-verify-option.
12424
12425 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12428         binding pgg-* variables; reimplement the section which prevents
12429         MIME header from being signed.
12430         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12431         pgg-text-mode; remove a blank line at the top of body.
12432
12433         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12434         lines at the top of body; use gnus-newsgroup-charset if there's no
12435         Charset header.
12436
12437 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * message.el (message-self-insert-commands): Doc fix.
12440
12441         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12442         (mm-uu-pgp-encrypted-test): Ditto.
12443         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12444         between header and body; return application/pgp-encrypted handle
12445         if decryption failed; decode decrypted body by charset.
12446
12447         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12448         element match to application/pgp-*.
12449
12450 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12451
12452         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12453         HTML.
12454
12455 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456
12457         * mail-source.el (mail-source-call-script): Message the error
12458         string.
12459
12460 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * gnus-util.el (gnus-byte-compile): Use it.
12463
12464 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12465
12466         * gnus-util.el (kill-empty-logs): New function.
12467
12468 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12469
12470         * message.el (message-mail-alias-type): Doc fix.
12471         (message-mail-alias-type-p): New function.
12472         (message-send): Use it.
12473         (message-mode): Ditto.
12474         (message-strip-forbidden-properties): Ditto.
12475
12476         * ecomplete.el (ecomplete-database-file-coding-system):
12477         New variable.
12478         (ecomplete-save): Use it.
12479         (ecomplete-setup): Use it.
12480
12481 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * message.el (message-self-insert-commands): New variable.
12484         (message-strip-forbidden-properties): Use it.
12485
12486 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12487
12488         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12489         that doesn't make XEmacs choke.
12490
12491 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gnus-util.el (gnus-replace-in-string):
12494         Prefer replace-regexp-in-string over of replace-in-string.
12495
12496 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * gnus-util.el (gnus-select-frame-set-input-focus):
12499         Use select-frame-set-input-focus if it is available in XEmacs; use
12500         definition defined in Emacs 22 for old Emacsen.
12501
12502         * dgnushack.el: Autoload unmorse-region for XEmacs.
12503
12504         * lpath.el: Bind cursor-in-non-selected-windows and
12505         select-frame-set-input-focus for XEmacs.
12506
12507 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12510
12511 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12512
12513         * gnus-registry.el (gnus-registry-cache-save): Remove text
12514         properties when saving via the temp buffer.
12515
12516 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * message.el (message-generate-hashcash): Honor custom type.
12519
12520 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12521
12522         * message.el (message-generate-hashcash): Default to non-nil when
12523         hashcash is found.
12524
12525         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12526         (gnus-refer-thread-limit): Increase default to 500.
12527
12528         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12529
12530         * flow-fill.el (fill-flowed): Allow delete-space.
12531
12532 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12535         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12536         Remove autoloads.
12537
12538 2006-04-18  Simon Josefsson  <jas@extundo.com>
12539
12540         * message.el (message-generate-hashcash): Default to.
12541
12542 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12545         concatenating segments rather than before concatenating them.
12546
12547 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12550
12551 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12552
12553         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12554
12555         * message.el (message-forward-make-body-plain):
12556         Allow message-forward-ignored-headers to be a list.
12557         (message-remove-ignored-headers): Factor out into function.
12558         (message-forward-make-body-mml): Use it.
12559
12560         * imap.el (imap-quote-specials): New function.
12561         (imap-login-auth): Quote specials.
12562
12563         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12564         (rfc2231-parse-string): Allow concatanation of parameters that
12565         aren't contiguous.  The test case is
12566           (mail-header-parse-content-type "message/external-body;
12567             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12568             access-type=LOCAL-FILE;
12569             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12570
12571 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12572
12573         * nntp.el (nntp-accept-process-output): Return the value of
12574         `nnheader-accept-process-output'.
12575
12576 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12577
12578         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12579         (gnus-button-alist): Recognize more diff formats.
12580         (gnus-button-patch): Strip directory.
12581
12582 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12585         Emacs 22 when setting focus.
12586
12587 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12588
12589         * gnus-art.el (gnus-article-treat-types): Do treatment of
12590         text/x-verbatim parts.
12591         (gnus-button-patch): New command.
12592
12593         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12594         addresses that contain invalid characters.
12595
12596 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12597
12598         * message.el (message-put-addresses-in-ecomplete):
12599         Use gnus-replace-in-string.
12600         (message-is-yours-p): Use the more correct
12601         mail-header-parse-address instead of
12602         mail-extract-address-components.
12603         (message-put-addresses-in-ecomplete): Fix typo.
12604
12605         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12606         keystroke.
12607
12608         * gnus-art.el (gnus-treatment-function-alist): Change order of
12609         newsgroups/generic header folding to avoid double-folding.
12610
12611         * message.el (message-hidden-headers): Add X-Draft-From.
12612
12613         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12614         New command.
12615         (gnus-summary-repeat-search-article-backward): New command.
12616
12617         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12618         groups in the parent topic.
12619
12620 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12621
12622         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12623         (spam-extra-header-to-number): Return the CRM114 number as a
12624         number instead of a string.
12625
12626 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12627
12628         * gnus-art.el (gnus-face-properties-alist): Move here from
12629         gnus-fun.
12630
12631         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12632
12633 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * message.el (message-strip-forbidden-properties): Only display on
12636         self-insert-command.
12637
12638         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12639         reindent.
12640         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12641
12642 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12643
12644         * smiley.el (smiley-style): Fix typo.
12645
12646 2006-03-23  Kenichi Handa  <handa@m17n.org>
12647
12648         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12649         instead of set-buffer-multibyte.
12650
12651 2006-03-23  Kenichi Handa  <handa@m17n.org>
12652
12653         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12654         buffer and then decode the buffer text if necessary.
12655         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12656         first, and after mm-encode-body, change the buffer to unibyte.
12657
12658 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12659
12660         * hashcash.el (hashcash-insert-payment-async-2):
12661         Use message-goto-eoh instead of doing it manually.
12662         (mail-add-payment): Use message-narrow-to-header instead of trying
12663         to do the same itself.
12664
12665         * message.el (message-hidden-headers): Add Face.
12666
12667         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12668         reparenting code.
12669         (gnus-summary-reparent-children): Refactored out code.
12670         (gnus-summary-thread-map): New keystroke.
12671         (gnus-summary-reparent-children): Make into command.
12672
12673         * smiley.el (smiley-style): Default to `medium' if using a large
12674         font.
12675
12676         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12677         does it itself.
12678
12679         * message.el (message-point-in-header-p): Simplify definition.
12680
12681 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682
12683         * nnagent.el (nnagent-request-set-mark): Silence log file
12684         writing.
12685         (nnagent-request-set-mark): Use write-region instead of
12686         append-to-file.
12687
12688         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12689         strange select method.
12690
12691         * ecomplete.el (ecomplete-display-matches): Get highlightling
12692         right.
12693         (ecomplete-display-matches): Use literals.
12694         (ecomplete-display-matches): Disable message logging.
12695
12696         * message.el (message-display-abbrev): Small optimization.
12697
12698         * ecomplete.el (ecomplete-display-matches): Allow automatic
12699         display.
12700
12701         * message.el (message-strip-forbidden-properties):
12702         Display abbrevs.
12703         (message-display-abbrev): Get automatic display right.
12704
12705         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12706         keystrokes.
12707
12708 2006-04-13  Romain Francoise  <romain@orebokech.com>
12709
12710         TODO: Backport to v5-10!
12711
12712         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12713         Move here (and rename) from gnus-registry.el.
12714
12715         * gnus-registry.el: Require gnus-util.
12716         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12717
12718 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12719
12720         * gnus-group.el (gnus-group-catchup-current):
12721         Change if-then-else-if-then-else into cond.
12722         (gnus-group-catchup): Indent.
12723         (group-name-at-point): New function.
12724         (gnus-fetch-group): Provide default from thing at point.
12725
12726 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12727
12728         * message.el (message-display-abbrev): Fix regexp.
12729
12730         * ecomplete.el (ecomplete-highlight-match-line):
12731         Reimplement choosing.
12732         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12733         dead variables.
12734
12735         * message.el (message-newline-and-indent): Remove debugging.
12736         (message-display-abbrev): Use new implementation.
12737
12738 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * gnus-art.el (gnus-article-mode):
12741         Set cursor-in-non-selected-windows to nil.
12742
12743         * smiley.el: Revert previous change.
12744         (smiley-data-directory): defvar it before using it in the
12745         defcustom of `smiley-style'.
12746
12747 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12748
12749         * message.el (message-newline-and-indent): New function.
12750
12751         * ecomplete.el: Implement more bits.
12752
12753         * message.el (message-put-addresses-in-ecomplete): Clean up the
12754         string.
12755
12756         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12757
12758         * gnus-sum.el (gnus-summary-save-parts):
12759         Bind gnus-summary-save-parts-counter and use it to make unique file
12760         names.
12761
12762         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12763
12764         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12765         parameter to say whether to actually parse the individual
12766         addresses.
12767
12768         * message.el (message-put-addresses-in-ecomplete): New function.
12769         (ecomplete): Require.
12770         (message-mail-alias-type): Add ecomplete as an option.
12771
12772 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12773
12774         * flow-fill.el (fill-flowed): Remove trailing space from blank
12775         quoted lines.
12776
12777 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * smiley.el (smiley-style): Move definition later to avoid a
12780         compilation warning.
12781
12782 2006-04-12  Kenichi Handa  <handa@m17n.org>
12783
12784         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12785         buffer and then decode the buffer text if necessary.
12786         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12787         first, and after mm-encode-body, change the buffer to unibyte.
12788         Use mm-disable-multibyte instead of set-buffer-multibyte.
12789
12790 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12793         Content-Type header instead of Content-Disposition header.
12794         (gnus-mime-inline-part): Ditto.
12795         (gnus-mime-view-part-as-charset): Ignore charset that the part
12796         specifies.
12797
12798         * mm-decode.el (mm-display-part): Work with external parts and
12799         usual parts similarly.
12800
12801         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12802         instead of gnus-display-mime.
12803
12804         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12805         instead of with-temp-buffer.
12806
12807         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12808         tag to summarized topics part in order to encode non-ASCII text.
12809
12810 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * smiley.el (smiley-style): New variable.
12813         (smiley-directory): New function.
12814         (smiley-data-directory): Derive from `smiley-style' using
12815         `smiley-directory'.
12816         (smiley-regexp-alist): Add new entries.
12817
12818         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12819         (gnus-article-browse-delete-temp): Add :version.
12820
12821 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12822
12823         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12824         the sieve region.
12825
12826 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12827
12828         * gnus.el (gnus-version-number): Bump version.
12829
12830 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * gnus.el: No Gnus v0.4 is released.
12833
12834 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12835
12836         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12837         layout.
12838
12839         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12840         unknown charset.
12841
12842         * message.el (message-header-synonyms): Add Original-To to the
12843         default.
12844
12845         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12846         optional parameter.
12847
12848 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * gnus-fun.el (gnus): Require it for gnus-directory.
12851
12852 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12855
12856 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12857
12858         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12859
12860 2006-04-05  Simon Josefsson  <jas@extundo.com>
12861
12862         * password.el (password-reset): New function.
12863
12864 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12865
12866         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12867         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12868
12869 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12870
12871         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12872         Some whitespace was matched into the url, which broke browsing hits
12873         > 100 when mm-url-use-external was nil.
12874
12875 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12876
12877         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12878         Check gnus-extra-headers for 'Newsgroups.
12879
12880         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12881         bound.
12882
12883 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12884
12885         * pgg-gpg.el: Clean up process buffers every time gpg processes
12886         complete.
12887
12888 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12891         doc string.
12892
12893 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12894
12895         * pgg-gpg.el (pgg-gpg-process-filter)
12896         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12897
12898         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12899         lines, temporary fix.
12900
12901 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12904
12905 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12906
12907         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12908         default-enable-multibyte-characters.  This reverts the change from
12909         revision 6.17 which is no longer necessary because the passphrase
12910         is sent separately now.  GnuPG messages are unreadable under
12911         multibyte locales with default-enable-multibyte-characters set to
12912         nil.
12913
12914 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * message.el (message-tool-bar-gnome): Move "spell".
12917
12918 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12921         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12922         instead.
12923
12924 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12925
12926         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12927         Improve newsgroups handling for NNTP overviews which don't include
12928         Newsgroups.
12929
12930 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12931
12932         * message.el (message-resend): Bind message-generate-hashcash to nil.
12933
12934 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12935
12936         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12937         when searching for already-paid recipients.
12938
12939 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12940
12941         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12942         passphrases when it is not needed.
12943         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12944         passphrase stuff from gpg, should only be necessary when you use
12945         gpg with a smartcard.
12946
12947 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * mml.el (mml-insert-mime): Ignore cached contents of
12950         message/external-body part.
12951
12952         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12953         (mm-insert-part): Ditto.
12954
12955 2006-03-23  Simon Josefsson  <jas@extundo.com>
12956
12957         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12958         Reiner.
12959         (pgg-gpg-use-agent-p): Use it again.
12960
12961 2006-03-23  Simon Josefsson  <jas@extundo.com>
12962
12963         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12964         older emacsen.
12965         (pgg-gpg-use-agent-p): Don't use it.
12966
12967 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12970         if we can.
12971
12972 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12973
12974         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12975         (pgg-gpg-update-agent): New function.
12976         (pgg-gpg-use-agent-p): New function.
12977         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12978         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12979         (pgg-gpg-sign-region): Use it.
12980
12981 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12984         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12985
12986 2006-03-21  Simon Josefsson  <jas@extundo.com>
12987
12988         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12989         <wilde@sha-bang.de>.
12990         (pgg-gpg-use-agent): New variable.
12991         (pgg-gpg-process-region): Use it.
12992         (pgg-gpg-encrypt-region): Likewise.
12993         (pgg-gpg-encrypt-symmetric-region): Likewise.
12994         (pgg-gpg-decrypt-region): Likewise.
12995         (pgg-gpg-sign-region): Likewise.
12996         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12997
12998 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13001
13002         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13003         Add comment on version.
13004
13005 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13006
13007         * smiley.el: Add missing test smiley.
13008
13009 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * mm-decode.el (mm-with-part): New macro.
13012         (mm-get-part): Use it; work with message/external-body as well.
13013         (mm-save-part): Treat name and filename equally.
13014
13015         * mm-extern.el (mm-extern-cache-contents): New function.
13016         (mm-inline-external-body): Use it; force the part to be displayed;
13017         move undisplayer added to the cached handle to the parent.
13018
13019         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13020         (gnus-mime-view-part-as-type): Work with message/external-body.
13021
13022         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13023
13024 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13027         images in image-load-path.  [Sync with image.el, revision 1.60, in
13028         Emacs.]
13029
13030 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13033         path rather than symbol.  Always return list of directories.
13034         Guarantee that image directory comes first.  [Sync with image.el,
13035         revision 1.59, in Emacs.]
13036
13037         * message.el (message-make-tool-bar): Adjust to new API of
13038         `gmm-image-load-path-for-library'.
13039
13040         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13041
13042         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13043
13044 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13045
13046         * gnus-art.el (gnus-article-only-boring-p):
13047         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13048         intangible text.
13049         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13050
13051 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13054         Use `defun' instead of `gmm-defun-compat'.
13055
13056 2006-03-14  Simon Josefsson  <jas@extundo.com>
13057
13058         * message.el (message-unique-id): Don't use message-number-base36
13059         if (user-uid) is a float.
13060         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13061
13062 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13065
13066         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13067         empty line between a part and a message part.
13068
13069 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * smiley.el: Add more test smileys.
13072         (smiley-data-directory, smiley-regexp-alist)
13073         (gnus-smiley-file-types): Fix doc strings.
13074         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13075         adding new elements.
13076         (smiley-mouse-map): Unused code.  Make it a comment.
13077
13078 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13081         scan latest NoCeM messages instead of old ones.
13082         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13083         delimiters that are recently used.
13084         (gnus-nocem-load-cache): Add autoload cookie.
13085
13086         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13087
13088         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13089         level which is larger than gnus-use-nocem is specified.
13090
13091         * gnus-group.el (gnus-group-get-new-news): Ditto.
13092
13093 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * gnus-util.el (gnus-tool-bar-update): New function.
13096
13097         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13098         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13099
13100         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13101
13102         * gnus-group.el (gnus-group-redraw-when-idle)
13103         (gnus-group-redraw-check): Remove.
13104         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13105
13106 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13109         if optional last element is specified in splits (FIELD VALUE...).
13110
13111 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13114         to gmm-image-load-path-for-library.  Call with no-error argument.
13115         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13116
13117         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13118
13119         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13120
13121         * gmm-utils.el (gmm-image-load-path): Remove alias.
13122
13123 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * gmm-utils.el (gmm-image-load-path): Add alias.
13126
13127         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13128         nnml-generate-nov-databases-1.
13129         (nnml-generate-nov-databases): Use it.
13130         (nnml-generate-nov-databases-directory): Document no-active
13131         argument.
13132
13133         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13134         directory if path is t.  Add no-error.
13135
13136         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13137         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13138
13139         * gnus-art.el (gnus-article-browse-delete-temp-files):
13140         Simplify resetting gnus-article-browse-html-temp-list.
13141
13142         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13143         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13144         Add example to docstring.  Rename local variables.  Move error
13145         checks to default case in cond and simplify.
13146
13147 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13150         handle is multipart when calling it recursively.
13151         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13152
13153 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13154
13155         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13156         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13157
13158 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13161         is loaded.
13162
13163         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13164         loaded.
13165
13166 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13169         to "Emacs 23 (unicode)" in doc string.
13170
13171         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13172         "Emacs 23 (unicode)" in comment.
13173
13174 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13177
13178         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13179         characters 160 through 255 in Emacs 23.
13180
13181 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13184         gnus-article-browse-html-temp.
13185         (gnus-article-browse-delete-temp): Make it customizable.
13186         Add `file'.  Adjust doc string.
13187         (gnus-article-browse-delete-temp-files): Add argument.
13188         Allow query for each file.  Adjust doc string.
13189         (gnus-article-browse-html-parts):
13190         Add `gnus-article-browse-delete-temp-files' to
13191         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13192
13193 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13194
13195         * gnus-art.el (gnus-article-browse-html-temp)
13196         (gnus-article-browse-delete-temp): New variables.
13197         (gnus-article-browse-delete-temp-files): New function.
13198         (gnus-article-browse-html-parts): Use it.
13199
13200 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13203
13204         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13205         string.
13206
13207         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13208         gnus-summary-insert-new-articles when unplugged.
13209         Remove gnus-summary-search-article-forward.
13210
13211         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13212         display-visual-class instead of display-color-cells.
13213
13214 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * dgnushack.el: Autoload customize-group for XEmacs.
13217
13218         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13219         message/* containing non-ASCII text properly.
13220
13221 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * message.el: Require gmm-utils, remove autoloads.
13224         (message-tool-bar): Set default based on
13225         gmm-tool-bar-style.
13226         (message-tool-bar-gnome): Add gmm-customize-mode.
13227
13228         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13229         gmm-tool-bar-style.
13230         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13231
13232         * gnus-group.el (gnus-group-tool-bar): Set default based on
13233         gmm-tool-bar-style.
13234         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13235
13236         * gmm-utils.el (gmm-image-directory): Rename variable from
13237         gmm-image-load-path.
13238         (gmm-image-load-path): Use gmm-image-directory.
13239         (gmm-customize-mode): New function.
13240         (gmm-tool-bar-style): New variable.
13241
13242         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13243         gnus-group-redraw-line-number.
13244         (gnus-group-redraw-check): Simplify.
13245         (gnus-group-tool-bar-update): Remove redraw check.
13246         (gnus-group-make-tool-bar): Add redraw check.
13247
13248 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13249
13250         * gnus-art.el (gnus-button): Add missing parentheses.
13251
13252 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * lpath.el: Fbind line-number-at-pos.
13255
13256 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13259
13260 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gnus-art.el (gnus-button): New face.
13263         (gnus-article-button-face): Use it.
13264
13265         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13266         Add gnus-summary-next-page.  Re-order.
13267
13268         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13269         next-node are now included.
13270         (gnus-group-redraw-line-number): New internal variable.
13271         (gnus-group-redraw-check): Helper function for updating the tool
13272         bar.
13273         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13274
13275         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13276
13277         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13278         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13279         Use it to match format of Spamassassin 3.0 and later.
13280         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13281         (spam-check-bogofilter)
13282         (spam-bogofilter-register-with-bogofilter): Fix args of
13283         `gnus-error' calls.
13284
13285 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13288         unnecessary interaction when sending queued mails.
13289         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13290
13291 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13294         first or last are nil.
13295
13296 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13297
13298         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13299
13300 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13301
13302         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13303
13304 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13305
13306         * dns.el (query-dns): Protect more against buggy tcp output.
13307
13308 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13311         nov.php.
13312
13313 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13314
13315         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13316         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13317         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13318         output on the server side.
13319         (nnweb-google-create-mapping): Update regexps and add some
13320         progress indication.
13321
13322 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * gnus-group.el (gnus-group-tool-bar-gnome):
13325         Fix gnus-agent-toggle-plugged.  Re-order icons.
13326         (gnus-group-tool-bar-gnome):
13327         Add gnus-group-{prev,next}-unread-group.
13328         (gnus-group-tool-bar-gnome): Re-order icons.
13329
13330         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13331         Move gnus-summary-insert-new-articles.
13332
13333         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13334         Fix comments.
13335
13336         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13337         also available in Emacs 21.3.
13338
13339         * message.el (message-fix-before-sending): Change "Emacs 22" to
13340         "Emacs 23 (unicode)" in comment.
13341
13342         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13343         "Emacs 23 (unicode)" in comment.
13344
13345         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13346         comment.
13347         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13348
13349         * mm-view.el (mm-fill-flowed): Add :version.
13350
13351 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13354         and load-path.
13355
13356 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * message.el: Autoload gmm-image-load-path.
13359         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13360         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13361         consitency.
13362
13363         * gmm-utils.el (gmm-image-load-path): Also search in
13364         "../etc/images".  Don't set gmm-image-load-path if we don't find
13365         the image.
13366
13367 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gmm-utils.el (gmm-image-load-path): Don't make
13370         `gmm-image-load-path' include subdirectories which the second arg
13371         `image' might specify.
13372
13373         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13374         subdirectory to icon file names.
13375
13376         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13377
13378 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13381         gmm-image-load-path calls.
13382
13383         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13384
13385         * message.el (message-make-tool-bar): Ditto.
13386
13387         * mml.el (mml-preview): Add comment concerning tool bar icons.
13388
13389         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13390         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13391
13392         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13393         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13394
13395         * message.el (message-tool-bar-gnome): Use new icon names.
13396         (message-make-tool-bar): Use `gmm-image-load-path'.
13397
13398         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13399         New functions from MH-E.
13400         (gmm-image-load-path): New variable from MH-E.
13401         (gmm-image-load-path): New function from MH-E.  Add arguments
13402         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13403         *-image-load-path-called-flag.
13404
13405 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13406
13407         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13408
13409 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13410
13411         * nnimap.el (nnimap-request-move-article): Change folder back to
13412         source group before deleting.
13413
13414 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13417
13418         * gnus-art.el (mm-url-insert-file-contents-external):
13419         Autoload mm-url.
13420
13421         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13422
13423 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13426         coding system which mm-charset-to-coding-system returns for a
13427         given charset is valid.
13428
13429 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13430
13431         * html2text.el (html2text-remove-tag-list):
13432         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13433
13434 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13435
13436         * gnus-cus.el: Revert 2005-10-17 change.
13437
13438 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-art.el (article-strip-banner):
13441         Call article-really-strip-banner only when the regexp match is made.
13442
13443 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-art.el (article-strip-banner):
13446         Use gnus-extract-address-components instead of
13447         mail-header-parse-addresses to make it work with non-ASCII text;
13448         remove mail-encode-encoded-word-string.
13449
13450         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13451         values which are surrounded with \"...\"; make it never cause a
13452         Lisp error; give up parsing of parameters if it failed in
13453         extracting type.
13454
13455 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13456
13457         * smime.el (smime-cert-by-ldap-1): Fix bug where
13458         `smime-ldap-search' returns results without userCertificates.
13459
13460 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13463
13464 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * spam.el (spam-check-spamassassin-headers): Adapt format for
13467         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13468         <ari@mbf.ocn.ne.jp>.
13469         (spam-list-of-processors): Add spam-use-gmane.
13470
13471 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13474         make-temp-file; make it work with XEmacs as well.
13475
13476         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13477         mm-make-temp-file.
13478
13479         * mm-decode.el (mm-display-external): Use the 3rd arg of
13480         mm-make-temp-file.
13481         (mm-create-image-xemacs): Ditto.
13482
13483 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13486         with message-narrow-to-headers.
13487         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13488         (gnus-draft-check-draft-articles): New function.
13489         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13490
13491 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13492
13493         * gnus-art.el (gnus-article-browse-html-parts):
13494         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13495         Don't use suffix argument for mm-make-temp-file for Emacs 21
13496         compatibility.  Remove useless `format'.
13497
13498 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13499
13500         * nnweb.el (nnweb-google-wash-article): Update regexps.
13501         (nnweb-group-alist): Use defvoo instead of defvar.
13502
13503 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13506         re-loading nn* modules.
13507
13508 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13511         for `tool-bar-mode' and don't check it's default-value.
13512
13513         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13514
13515         * message.el (message-make-tool-bar): Ditto.
13516
13517         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13518         `substring'.  Shorten tmp-file name.
13519
13520         * gnus.el: Remove bogus comment.
13521
13522 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13523
13524         * gnus-art.el (gnus-article-browse-html-parts): New function.
13525         (gnus-article-browse-html-article): New function for viewing html
13526         articles with a browser.
13527
13528 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13529
13530         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13531         in elisp.
13532         (pgg-gpg-encrypt-symmetric-region): Ditto.
13533         (pgg-gpg-sign-region): Ditto.
13534
13535         * pgg-def.el (pgg-text-mode): New variable.
13536
13537         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13538         (mml2015-pgg-encrypt): Ditto.
13539
13540         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13541         (mml1991-pgg-encrypt): Ditto.
13542
13543 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * nnfolder.el (nnfolder-insert-newsgroup-line):
13546         Use message-make-date instead of current-time-string.
13547
13548         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13549         to gnus-decoded which mm-uu might set.
13550
13551 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13554         don't decode quoted parameters; remove misimported Emacs code.
13555         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13556         (rfc2231-decode-encoded-string): Don't use split-string which
13557         behaves differently according to Emacs version; use
13558         mm-decode-coding-region to convert charset to coding-system.
13559         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13560         (rfc2231-encode-string): Remove misimported Emacs code.
13561
13562 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13565         when calling mail-header-parse-content-type.
13566         (article-de-quoted-unreadable): Ditto.
13567         (article-de-base64-unreadable): Ditto.
13568         (article-wash-html): Ditto.
13569
13570         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13571         calling mail-header-parse-content-type and
13572         mail-header-parse-content-disposition.
13573         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13574         mail-header-parse-content-type.
13575
13576         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13577         insert charset and format parameters; encode description after
13578         inserting it to buffer.
13579         (mml-insert-parameter): Fold lines properly even if a parameter is
13580         segmented into two or more lines; change the max column to 76.
13581
13582         * rfc1843.el (rfc1843-decode-article-body): Don't use
13583         ignore-errors when calling mail-header-parse-content-type.
13584
13585         * rfc2231.el (rfc2231-parse-string): Return at least type if
13586         possible; don't cause an error even if it fails in parsing of
13587         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13588         (rfc2231-encode-string): Don't break lines at the beginning, leave
13589         it to mml-insert-parameter.
13590
13591         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13592         calling mail-header-parse-content-type.
13593
13594 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * spam-report.el (spam-report-gmane-use-article-number):
13597         Improve doc string.
13598         (spam-report-gmane-internal): Check if a suitable header was found
13599         in the article.
13600
13601 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13604         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13605
13606 2006-02-05  Romain Francoise  <romain@orebokech.com>
13607
13608         Update copyright notices of all files in the gnus directory.
13609
13610 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13611
13612         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13613
13614 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13617         segmented lines of parameter value to cope with Thunderbird 1.5
13618         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13619         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13620         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13621
13622 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13623
13624         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13625         parts.
13626
13627 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13628
13629         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13630         there's only one active file for all servers.
13631         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13632         solid groups.  Gnus might have used a FAST request to select the group.
13633         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13634         and nnweb-search redundantly in the active file.
13635         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13636         (nnweb-request-create-group): Don't use ARGS.
13637         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13638         initialisations.  Let nnoo do the work.
13639
13640 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13643         Say the part has been decoded.
13644
13645         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13646
13647 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13648
13649         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13650         mailcap-viewer-test-cache when there's no 'test clause, since that
13651         will invert the meaning of a "nil" test previously determined by
13652         mailcap-mailcap-entry-passes-test.
13653
13654 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13657         compiling.
13658
13659         * gnus-sum.el: Ditto.
13660
13661         * message.el: Don't bind tool-bar-map when compiling.
13662
13663 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13666
13667 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13668
13669         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13670         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13671         current Google Groups.
13672
13673 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13676         and tool-bar-mode.
13677
13678         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13679         and tool-bar-mode.
13680
13681         * message.el (message-tool-bar-update): Simplify.
13682         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13683
13684         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13685         gnus-summary-buffer.
13686         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13687         gnus-summary-reply.
13688
13689         * gmm-utils.el (gmm): Add :version.
13690
13691 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * Makefile.in (clean): New rule.
13694         (distclean): Use it.
13695
13696 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13697
13698         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13699         Don't autoload.
13700
13701 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gmm-utils.el (gmm-verbose): Add :group.
13704
13705 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * message.el: Change some comments WRT tool-bars.
13708
13709         * gnus-sum.el (gnus-summary-tool-bar)
13710         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13711         (gnus-summary-tool-bar-zap-list): New variables.
13712         (gnus-summary-make-tool-bar): Complete rewrite using
13713         `gmm-tool-bar-from-list'.
13714
13715         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13716         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13717         New variables.
13718         (gnus-group-make-tool-bar): Complete rewrite using
13719         `gmm-tool-bar-from-list'.
13720         (gnus-group-tool-bar-update): New function.
13721
13722         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13723
13724 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13727         is dissected into a single part of which the type is the same as
13728         the given one; decode charset.
13729
13730 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13731
13732         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13733         into alists as symbol not string, since that's what
13734         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13735         look for.
13736
13737 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13740         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13741
13742         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13743
13744 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13747         (gnus-xmas-mime-security-button-menu): New function.
13748
13749         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13750         (gnus-mime-security-button-menu): New definition.
13751         (gnus-mime-security-button-map): Use them.
13752         (gnus-mime-security-button-menu): New function.
13753         (gnus-insert-mime-security-button): Addition to help echo.
13754         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13755         (gnus-mime-security-pipe-part): New functions.
13756
13757         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13758         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13759
13760         * mm-decode.el (mm-handle-set-disposition): Remove.
13761         (mm-handle-set-description): Remove.
13762
13763 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13766         (mm-w3m-standalone-supports-m17n-p): New function.
13767         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13768         w3m usage.
13769
13770         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13771         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13772
13773 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13774
13775         * message.el (message-tool-bar-zap-list):
13776         Use gmm-tool-bar-zap-list as custom type.
13777         (message-tool-bar-update): New function.
13778         (message-tool-bar, message-tool-bar-gnome)
13779         (message-tool-bar-retro): Add message-tool-bar-update.
13780         (message-tool-bar-gnome): Add flyspell-buffer.
13781
13782         * gnus-util.el (gnus-error): Describe `args'.
13783
13784         * gmm-utils.el (gmm-error): Describe `args'.
13785         (gmm-tool-bar-zap-list): New widget.
13786         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13787
13788 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13791         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13792         the number of recursive calls.
13793
13794         * mm-decode.el (mm-handle-set-disposition): New macro.
13795         (mm-handle-set-description): New macro.
13796
13797 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13800         encoding.
13801
13802 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * message.el (message-tool-bar-zap-list, message-tool-bar)
13805         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13806         (message-tool-bar-local-item-from-menu): Remove.
13807         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13808         (message-make-tool-bar): New function.
13809         (message-mode): Use `message-make-tool-bar'.
13810
13811         * gmm-utils.el: New file.
13812         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13813         (gmm-lazy): New widget copied from `nnmail.el'.
13814         (gmm-tool-bar-from-list): New function for creating customizable
13815         tool bars.
13816         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13817         output.
13818         (gmm): Add :prefix to defgroup.
13819
13820 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13821
13822         * gmm-utils.el (gmm-widget-p): New function.
13823
13824 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * mml.el (mml-attach-file): Describe `description' in doc string.
13827         (mml-menu): Add Emacs MIME manual and PGG manual.
13828
13829 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13830
13831         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13832
13833 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13834
13835         * nntp.el (nntp-end-of-line): Doc fix.
13836
13837 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13838
13839         * imap.el (imap-open): Handle case where buffer is a buffer
13840         object.
13841
13842 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13843
13844         * gnus-delay.el (gnus-delay): Don't autoload.
13845         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13846         to be re-loaded when customizing the `gnus-delay' group.
13847
13848 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13849
13850         * message.el (message-insert-citation-line): Use newlines.
13851
13852 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13853
13854         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13855         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13856         these routines, so the passphrase can be managed externally and
13857         passed in to the system.
13858         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13859         pgg-add-passphrase-to-cache function.
13860
13861         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13862         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13863         these routines, so the passphrase can be managed externally and
13864         passed in to the system.
13865         (pgg-pgp5-sign-region): Use new name of
13866         pgg-add-passphrase-to-cache function.
13867
13868 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13869
13870         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13871         part of the decoded armor to find the key-identifier.
13872         (pgg-gpg-lookup-key-owner): New function to return the
13873         human-readable identifier of a key owner.
13874         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13875         itself.
13876         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13877         the key value) if we have a key and can match it against a secret
13878         key.  Also, added a note pointing out fact that the prompt only
13879         indicates the first matching key.
13880
13881         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13882         pgg-decrypt-region.
13883         (pgg-add-passphrase-to-cache): Rename from
13884         `pgg-add-passphrase-cache' to reduce confusion (all callers
13885         changed).
13886         (pgg-remove-passphrase-from-cache): Rename from
13887         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13888         changed).
13889         (pgg-read-passphrase, pgg-add-passphrase-cache)
13890         (pgg-remove-passphrase-cache): Add informative docstrings.
13891         (pgg-decrypt): Convey provided passphrase in subordinate call to
13892         pgg-decrypt-region.
13893
13894 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13895
13896         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13897         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13898         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13899         'passphrase' argument, so the passphrase can be managed externally
13900         and then passed in to the system.
13901
13902         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13903         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13904         so the passphrase cache can be used reliably with identifiers
13905         besides a pgp packet's key id.
13906
13907         * pgg-gpg.el (pgg-gpg-encrypt-region)
13908         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13909         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13910         these routines, so the passphrase can be managed externally and
13911         passed in to the system.
13912
13913         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13914         'notruncate' argument, so the passphrase cache can be used
13915         reliably with identifiers besides a pgp packet's key id.
13916
13917 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13918
13919         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13920         symmetric encryption.
13921         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13922         encrypted session key.
13923         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13924         message ask for the passphrase in a proper way.
13925
13926         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13927         New user commands for symmetric encryption.
13928
13929 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13932
13933         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13934
13935 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13936
13937         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13938
13939 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * mm-decode.el (mm-inlined-types): Add application/pgp.
13942         (mm-automatic-display): Ditto.
13943
13944         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13945         part as text.
13946
13947 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * nnrss.el: Update copyright.
13950         (nnrss-opml-import): Query whether to subscribe to each entry.
13951
13952         * gnus-art.el:
13953         * gnus-sum.el:
13954         * gnus-xmas.el:
13955         * messagexmas.el:
13956         * mm-uu.el:
13957         * mm-view.el: Update copyright.
13958
13959 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * message.el (message-info): New function.
13962         (message-mode-menu): Add it.
13963         Update copyright.
13964
13965         * ChangeLog: Fix and update copyright.
13966
13967 2006-01-13  Romain Francoise  <romain@orebokech.com>
13968
13969         * message.el (message-forward-subject-name-subject): Prefer the
13970         address to 'nowhere' if the sender has no name.
13971         Fix typo.  Update copyright year.
13972
13973 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-art.el (article-wash-html):
13976         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13977         (gnus-article-wash-html-with-w3m-standalone): New function.
13978
13979         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13980         mm-inline-text-html-render-with-w3m-standalone.
13981         (mm-text-html-washer-alist): Map w3m-standalone to
13982         gnus-article-wash-html-with-w3m-standalone.
13983         (mm-inline-text-html-render-with-w3m-standalone): New function.
13984
13985 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13988         Improve LaTeX.
13989
13990 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13993         (nnrss-request-article): Render text/plain parts as HTML.
13994
13995         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13996         the buffer.
13997
13998 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14001         custom definition of `gnus-posting-styles'.
14002
14003         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14004         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14005
14006 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14009         Use nntp for bug archive.
14010
14011 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14014         parts.
14015         (nnrss-normalize-date): New function converts ISO 8601 date into
14016         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14017         (nnrss-check-group): Use it.
14018
14019 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14022
14023         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14024         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14025         (nnrss-insert-w3): Ditto.
14026
14027 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14030         the articles to be forwarded including the case where neither a
14031         number of articles nor a region is specified.
14032
14033 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * nnrss.el (nnrss-request-article): Fix last change; fill
14036         text/plain parts.
14037
14038 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14041         in text/plain part.
14042         (nnrss-check-group): Don't add excessive newline to dc:subject.
14043
14044 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14045
14046         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14047         article.
14048
14049 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14052         (nnml-use-compressed-files, nnml-save-mail): Support other
14053         comression programs such as bzip2.
14054
14055 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14056
14057         * dns.el (query-dns): Make sure we check the buffer size before
14058         removing tcp headers.
14059
14060 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14063         remove MIME buttons associated with multipart/alternative parts.
14064         (gnus-mime-display-alternative): Tag buttons using `article-type'
14065         text property.
14066
14067         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14068         associated with multipart/alternative parts.
14069
14070         * gnus-art.el (gnus-signature-separator): Fix custom type.
14071
14072         * mm-decode.el (mm-inlined-types): Fix custom type.
14073         (mm-keep-viewer-alive-types): Ditto.
14074         (mm-automatic-display): Ditto.
14075         (mm-attachment-override-types): Ditto.
14076         (mm-inline-override-types): Ditto.
14077         (mm-automatic-external-display): Ditto.
14078
14079 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * spam-report.el (spam-report-user-mail-address)
14082         (spam-report-user-agent): New variables.
14083         (spam-report-url-ping-plain): Use spam-report-user-agent.
14084
14085 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14086
14087         * gnus-art.el (gnus-button-handle-custom): Do not just use
14088         `customize-apropos' for any "M-x customize-*" button but the
14089         function called for.  Accept both the function name and its
14090         argument in order to achieve this.
14091         (gnus-button-alist): Remove support for "custom:" URL's.
14092         Pass function name to `gnus-button-handle-custom' in case of "M-x
14093         customize-*" buttons.
14094
14095 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14098         multipart/alternative and add xref to mm-discouraged-alternatives
14099         in doc string.
14100
14101         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14102         gnus-buttonized-mime-types in doc string.
14103
14104 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14107         Suggest image/.* in the doc string.
14108
14109 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14112         message-marks (Debian bug #342521).
14113
14114 2005-12-12  Simon Josefsson  <jas@extundo.com>
14115
14116         * password.el (password-read-from-cache): Add.
14117         (password-read): Use it.
14118
14119 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * rfc2047.el (rfc2047-charset-to-coding-system):
14122         Recognize us-ascii as a MIME charset.
14123
14124         * mm-bodies.el (mm-decode-content-transfer-encoding):
14125         Protect against the case where the 2nd arg TYPE is nil.
14126
14127 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14128
14129         * pop3.el (pop3-stream-type): Fix custom version.
14130
14131         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14132
14133 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14134
14135         * mm-decode.el (mm-display-external): Add missing cdr.
14136
14137 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14140         RFC1524) if it is in mailcap or add a suffix according to
14141         mailcap-mime-extensions when generating a temp filename; postpone
14142         deleting a temp file for 2 seconds for some wrappers, shell
14143         scripts, and so on, which might exit right after having started a
14144         viewer command as a background job.
14145
14146 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * nntp.el (nntp-marks-directory): Fix custom group.
14149
14150         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14151         steps when < 10.
14152
14153         * gnus-start.el (gnus-no-server-1):
14154         Mention `gnus-level-default-subscribed' in doc string.
14155
14156 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14157
14158         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14159         parens.
14160
14161 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-xmas.el (gnus-use-toolbar): Revert.
14164         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14165         gnus-use-toolbar is default.
14166
14167         * messagexmas.el (message-use-toolbar): Revert.
14168         (message-setup-toolbar): Use global default-toolbar if
14169         message-use-toolbar is default.
14170
14171 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14174         according to default-toolbar-visible-p.
14175
14176         * messagexmas.el (message-use-toolbar): Ditto.
14177
14178 2005-11-26  Dave Love  <fx@gnu.org>
14179
14180         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14181         (tls-program, tls-success): Provide openssl alternative.
14182
14183         * starttls.el: Doc fixes.
14184         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14185         SERVICE to PORT.
14186
14187         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14188         port null or service name.
14189         (starttls-negotiate): Autoload.
14190
14191 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * message.el (message-kill-to-signature): Fix interactive spec.
14194
14195 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * pop3.el (pop3-open-server): Recognize a string as a service name.
14198
14199 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14200
14201         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14202
14203 2005-11-23  Dave Love  <fx@gnu.org>
14204
14205         Add pop3s, pop3/starttls.
14206
14207         * pop3.el (pop3-authentication-scheme): Clarify doc.
14208         (open-tls-stream, starttls-open-stream): Autoload.
14209         (pop3-stream-type): New.
14210         (pop3-open-server): Use it.
14211
14212         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14213         for POP.
14214         (mail-source-keyword-map): Add :stream for POP.
14215         (mail-source-fetch-pop): Use pop3-stream-type.
14216
14217 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14220         of current-time-string.
14221
14222 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14223
14224         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14225         date header.
14226
14227 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14228
14229         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14230         it can seriously impact performance as it bypasses the agent's
14231         local caches.
14232
14233 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14234
14235         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14236         must be explicitly online rather than "not explicitly offline" for
14237         its flags to be synchronized.
14238
14239         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14240         that gnus-uu-unmark-thread will function correctly.
14241
14242         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14243         1024K is instead displayed as 1M.
14244
14245 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14246
14247         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14248
14249 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14250
14251         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14252
14253 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14254
14255         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14256         error message to display actual error condition.
14257         (gnus-agent-save-local): Avoid saving symbols that are bound to
14258         nil as they simply result in a warning message in
14259         gnus-agent-read-local.
14260
14261 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14264         rather than make-variable-buffer-local for file-precious-flag.
14265
14266 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14267
14268         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14269         for duplicates which are removed.  The invalid sort check then
14270         triggers a rescan after the sort as sorting may have moved
14271         duplicate entries such that they can be cheaply detected.
14272
14273 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14276
14277 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14278
14279         * gnus-agent.el (gnus-agent-article-alist-save-format):
14280         Change internal variable to a custom variable.  Change default value
14281         from compressed(2) to uncompressed(1).
14282         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14283         support for uncompressed agentview files.  Taken together, reading
14284         the agentview file should now be 6-7 times faster.
14285
14286 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14287
14288         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14289         as a buffer-local variable.  This avoids creating truncated
14290         dribble files as a result of a hang up, eg.
14291
14292 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14293
14294         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14295         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14296         XEmacs.
14297
14298 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * gnus-start.el (gnus-start-draft-setup):
14301         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14302
14303         * gnus.el (gnus-splash): Change custom group.
14304         (gnus-group-get-parameter, gnus-group-parameter-value):
14305         Describe allow-list argument.
14306
14307         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14308         string.
14309
14310 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14311
14312         * gnus-art.el (gnus-default-article-saver): Add user-defined
14313         `function' to custom type.
14314
14315 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14316
14317         * imap.el (imap-open): Handle case where buffer is a buffer
14318         object.
14319
14320 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14323         long lines.
14324         (gnus-cache-delete-group): Wrap doc strings.
14325
14326         * gnus-agent.el (gnus-agent-rename-group)
14327         (gnus-agent-delete-group): Wrap doc strings.
14328
14329 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * messagexmas.el (message-use-toolbar): Change the valid values
14332         into default, top, bottom, left, and right.
14333         (message-toolbar-thickness): New variable.
14334         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14335         well.
14336         (message-setup-toolbar): Make it work.
14337
14338         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14339         (gnus-use-toolbar): Change the valid values into default, top,
14340         bottom, left, and right.
14341         (gnus-toolbar-thickness): New variable.
14342         (gnus-xmas-setup-toolbar): New function.
14343         (gnus-xmas-setup-group-toolbar): Use it.
14344         (gnus-xmas-setup-summary-toolbar): Use it.
14345
14346 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14347
14348         * gnus-start.el (gnus-1): Add "native" to
14349         gnus-predefined-server-alist.
14350
14351         * gnus.el (gnus-method-to-server): Don't add "native" to the
14352         lists here, because that leads to problems when
14353         gnus-select-method is bound.
14354
14355 2005-11-09  Simon Josefsson  <jas@extundo.com>
14356
14357         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14358         use (not sort-by-date) instead.
14359
14360 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14361
14362         * gnus-delay.el (gnus-delay-group): Don't autoload.
14363         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14364         to be re-loaded when customizing the `gnus-delay' group.
14365
14366 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14367
14368         * message.el: Revert last changes.
14369         (message-insert-citation-line): Use newlines.
14370
14371 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14372
14373         * message.el (message-courtesy-message)
14374         (message-mark-insert-begin, message-mark-insert-end)
14375         (message-elide-ellipsis, message-cancel-message)
14376         (message-add-header, message-change-subject)
14377         (message-cross-post-followup-to-header)
14378         (message-cross-post-insert-note, message-reduce-to-to-cc)
14379         (message-widen-reply, message-delete-not-region)
14380         (message-kill-to-signature, message-insert-signature)
14381         (message-insert-importance-high, message-insert-importance-low)
14382         (message-insert-or-toggle-importance)
14383         (message-insert-disposition-notification-to)
14384         (message-indent-citation, message-yank-original)
14385         (message-cite-original-without-signature, message-cite-original)
14386         (message-insert-citation-line, message-position-on-field)
14387         (message-fix-before-sending, message-send-mail-partially)
14388         (message-send-mail, message-send-mail-with-sendmail)
14389         (message-send-mail-with-qmail, message-send-news)
14390         (message-check-news-header-syntax, message-generate-headers)
14391         (message-insert-courtesy-copy, message-fill-address)
14392         (message-fill-header, message-shorten-references)
14393         (message-setup-1, message-cancel-news)
14394         (message-forward-make-body-plain, message-forward-make-body-mime)
14395         (message-forward-make-body-mml, message-encode-message-body)
14396         (message-forward-make-body-digest-plain)
14397         (message-forward-make-body-digest-mime)
14398         (message-use-alternative-email-as-from): Insert `hard-newline'
14399         instead of ordinary newlines.
14400
14401 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * message.el (message-generate-headers): Downcase the argument
14404         given to message-check-element.
14405
14406 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14407
14408         * nntp.el (nntp-authinfo-rejected): New error condition.
14409         (nntp-wait-for): Use new error condition to signal authentication
14410         error.
14411         (nntp-retrieve-data): Rethrow new error condition to break out of
14412         recursive call to nntp-send-authinfo.
14413
14414 2005-11-08  Romain Francoise  <romain@orebokech.com>
14415
14416         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14417         (gnus-summary-exit-map): Bind to `Z p'.
14418         (gnus-summary-make-menu-bar): Add menu item.
14419
14420 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14423         (gnus-treat-*): Add `first' in all doc strings.
14424
14425         * gnus-group.el (gnus-group-compact-group): Fix typo.
14426
14427 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus.el (gnus-parameters-case-fold-search): New variable.
14430         (gnus-parameters-get-parameter): Use it.
14431
14432         * gnus-score.el (gnus-home-score-file): Doc fix.
14433
14434 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14435
14436         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14437
14438 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * mm-util.el (mm-special-display-p): New function.
14441
14442         * mml.el (mml-preview): Use it; doc fix.
14443
14444 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14445
14446         * imap.el (imap-open): Handle case where buffer is a buffer object.
14447
14448 2005-10-29  Romain Francoise  <romain@orebokech.com>
14449
14450         * message.el (message-fix-before-sending): Fix comment.
14451
14452 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14453
14454         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14455
14456 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14457
14458         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14459         Used in gnus-score.el.
14460
14461 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14464
14465 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14468         whitespace removed in revision 7.8.  Use concatenated string to
14469         protect trailing whitespace.
14470
14471 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14472
14473         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14474         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14475         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14476         Courier IMAP ("some version from 2004").  Mostly based on similar
14477         code in the same function.
14478
14479 2005-10-26  Didier Verna  <didier@xemacs.org>
14480
14481         * gnus-group.el (gnus-group-compact-group): Invalidate original
14482         article buffer.
14483         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14484         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14485         NOV database and in article itself.
14486         Invalidate article backlog.
14487
14488 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14491
14492 2005-10-26  Simon Josefsson  <jas@extundo.com>
14493
14494         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14495         part of 2004-07-25 change.
14496
14497 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * message.el (message-display-completion-list): New function.
14500         (message-expand-group): Use it; make sure the Completions buffer
14501         is modifiable.
14502 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14503
14504         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14505         user-mail-name is an empty string.
14506
14507 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14508
14509         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14510         depending on gnus-score-decay-constant.
14511
14512         * encrypt.el (encrypt-insert-file-contents)
14513         (encrypt-write-file-contents): Don't use `gnus-message'.
14514
14515         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14516         arguments.
14517         (mm-uu-type-alist): Add message-marks and insert-marks.
14518         Pass arguments to mm-uu-verbatim-marks-extract.
14519         (mm-uu-hide-markers): New variable.
14520         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14521
14522         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14523         (gnus-convert-image-to-face-command): Use "convert" by default to
14524         allow other input image formats.
14525         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14526         accordingly.
14527
14528 2005-10-23  Simon Josefsson  <jas@extundo.com>
14529
14530         * imap.el (imap-gssapi-program): Align command line parameters
14531         with latest GNU SASL.
14532         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14533
14534 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14535
14536         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14537         HTML.
14538         (nnslashdot-request-article): Ditto.
14539
14540         * lpath.el (featurep): Add nobreak-char-display.
14541
14542 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14543
14544         * mail-source.el (mail-source-fetch-pop): Require pop3.
14545         (mail-source-check-pop): Ditto.
14546
14547 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14550         errors.
14551
14552 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14553
14554         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14555         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14556
14557         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14558
14559         * mm-bodies.el (mm-decode-string):
14560         Call `mm-charset-to-coding-system' with allow-override argument.
14561
14562 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14565         (rfc2047-charset-to-coding-system): New function.
14566         (rfc2047-decode-encoded-words): New function.
14567         (rfc2047-decode-region): Use them.
14568         (rfc2047-decode-cte): Remove.
14569         (rfc2047-parse-and-decode): Remove.
14570         (rfc2047-decode): Remove.
14571
14572 2005-10-15  Kenichi Handa  <handa@m17n.org>
14573
14574         * rfc2047.el (rfc2047-decode-cte): New function.
14575         (rfc2047-decode-region): Change the way to decode successive
14576         encoded-words: decode B- or Q-encoding in each encoded-word,
14577         concatenate them, and decode it as charset.
14578
14579 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * lpath.el: Fbind codepage-setup for XEmacs.
14582
14583 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14584
14585         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14586         widget-move-and-invoke.
14587         (gnus-custom-mode): Use gnus-custom-map.
14588
14589 2005-10-15  Bill Wohler  <wohler@newt.com>
14590
14591         * message.el (message-tool-bar-map): Rename image file from
14592         mail_send to mail/send.
14593
14594 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14595
14596         * message.el (message-expand-group): Pass the common
14597         prefix substring of completion to `display-completion-list'.
14598
14599 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * mml-sec.el (mml-secure-method): New internal variable.
14602         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14603         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14604         New functions using mml-secure-method.
14605
14606         * mml.el (mml-mode-map): Add key bindings for those functions.
14607         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14608         Harder <harder@myrealbox.com>.
14609         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14610         Goto end of message if point is the headers of the message.
14611
14612         * message.el (message-in-body-p): New function.
14613
14614         * assistant.el: Autoload gnus-util and netrc.
14615
14616         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14617         Use `mm-charset-override-alist' only when decoding.
14618
14619         * mm-bodies.el (mm-decode-body):
14620         Call `mm-charset-to-coding-system' with allow-override argument.
14621
14622         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14623         `filename' from Content-Disposition if Content-Type doesn't
14624         provide `name'.
14625         (gnus-mime-view-part-as-type): Set default instead of
14626         initial-input.
14627
14628 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14629
14630         * format-spec.el (format-spec): Propagate text properties of % spec.
14631
14632 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * gnus-art.el (gnus-treat-predicate): Add `first'.
14635
14636 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14639         (mm-charset-override-alist): New variable.
14640         (mm-charset-to-coding-system): Use it.
14641         (mm-codepage-setup): New helper function.
14642         (mm-charset-eval-alist): New variable.
14643         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14644         Warn about unknown charsets.
14645
14646         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14647
14648 2005-10-04  David Hansen  <david.hansen@gmx.net>
14649
14650         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14651         (nnrss-check-group): Ditto.
14652
14653 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14656         Rename x-gnus-verbatim to x-verbatim.
14657         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14658
14659         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14660         x-verbatim.
14661
14662         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14663
14664         * gnus-util.el (gnus-remove-duplicates): Remove.
14665
14666         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14667         instead of gnus-remove-duplicates.
14668
14669         * message.el (message-remove-duplicates): Remove.
14670         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14671         message-remove-duplicates.
14672
14673         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14674         available, else use implementation from `delete-dups'.
14675
14676         * message.el (message-insert-expires): New function.
14677         (message-mode-map): Add key binding.
14678         (message-mode-field-menu): Add menu entry.
14679         (message-mode): Document it.
14680         (message-make-expires-date): Use `message-make-date'.
14681
14682 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14683
14684         * message.el (message-make-expires-date): New function.
14685
14686 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * Makefile.in (list-installed-shadows): New entry.
14689         (install): Use it.
14690         (remove-installed-shadows): New entry.
14691
14692         * dgnushack.el (dgnushack-default-load-path): New variable.
14693         (dgnushack-find-lisp-shadows): New function.
14694         (dgnushack-remove-lisp-shadows): New function.
14695
14696 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * Makefile.in (install-el-elc): New entry.
14699         (install): Use it so that .el files are necessarily installed.
14700
14701 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14704
14705 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14706
14707         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14708         function rather than the diff-mode.el package.
14709         (mm-display-external): Use with-current-buffer.
14710         (mm-viewer-completion-map, mm-viewer-completion-map):
14711         Move initialization inside declaration.
14712
14713 2005-09-29  Simon Josefsson  <jas@extundo.com>
14714
14715         * spam.el: Load hashcash when compiling, to avoid warnings.
14716         Don't autoload mail-check-payment.
14717         (spam-check-hashcash): Define unconditionally, since hashcash.el
14718         is part of Gnus now.  Ignore errors from payment checking.
14719
14720 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14721
14722         * message.el (message-bold-region, message-unbold-region):
14723         Rename from `bold-region' and `unbold-region'.
14724
14725         * message.el: Remove useless autoloads.
14726
14727 2005-09-28  Simon Josefsson  <jas@extundo.com>
14728
14729         * message.el (message-use-idna): Default to t.
14730         (message-use-idna): Test whether encoding works too.  Doc fix.
14731
14732 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * nntp.el (nntp-warn-about-losing-connection): Remove.
14735
14736 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14739         customizable.  Change default value.
14740         (mm-uu-diff-groups-regexp): Change default value.
14741         (mm-uu-type-alist): Add doc string.
14742         (mm-uu-configure): Add doc string.  Make it interactive.
14743         (mm-uu-tex-groups-regexp): New variable.
14744         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14745         (mm-uu-type-alist): Add LaTeX documents.
14746         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14747         of "text/verbatim".
14748         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14749
14750         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14751         instead of "text/verbatim".
14752
14753         * message.el (message-mark-inserted-region)
14754         (message-mark-insert-file): Use slrn style marks when called with
14755         prefix argument.
14756
14757 2005-09-27  Simon Josefsson  <jas@extundo.com>
14758
14759         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14760
14761 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14762
14763         * message.el (message-remove-duplicates): New function.
14764         Implementation borrowed from `gnus-remove-duplicates'.
14765         (message-idna-to-ascii-rhs): Also encode idna addresses in
14766         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14767         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14768         only ask about the same idna domain once per header and also tell
14769         in what header to replace the idna domain.
14770
14771         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14772         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14773         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14774         a header is decoded and not just the last one.
14775
14776 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14779         has been decoded.
14780
14781         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14782         (mm-insert-part): Don't modify text if it has been decoded.
14783
14784         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14785         decoded.
14786
14787         * mm-view.el (mm-inline-text): Don't strip text props unless
14788         decoding enriched or richtext parts.
14789
14790 2005-09-25  Romain Francoise  <romain@orebokech.com>
14791
14792         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14793         * gnus-start.el (gnus-subscribe-interactively):
14794         * gnus-uu.el (gnus-uu-grab-articles):
14795         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14796         space.
14797
14798 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14799
14800         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14801         * mm-view.el (mm-view-pkcs7-decrypt):
14802         * gnus-sum.el (gnus-summary-limit-to-extra)
14803         (gnus-summary-respool-article, gnus-read-move-group-name):
14804         * gnus-score.el (gnus-summary-increase-score):
14805         * gnus-util.el (gnus-completing-read-with-default):
14806         * gnus-art.el (gnus-read-save-file-name)
14807         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14808         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14809         * message.el (message-check-news-header-syntax):
14810         Follow convention for reading with the minibuffer.
14811
14812 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * spam-report.el (spam-report-url-ping-plain):
14815         Use gnus-extended-version as User-Agent.
14816
14817         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14818         default value is nil.
14819
14820         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14821         (mm-uu-verbatim-marks-extract): New function.
14822         (mm-uu-extract): New face.
14823         (mm-uu-copy-to-buffer): Use it.
14824
14825         * spam-report.el (spam-report-gmane-ham): Rename from
14826         `spam-report-gmane-unspam'.
14827         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14828         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14829
14830         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14831         Autoload.
14832         (spam-report-gmane-unregister-routine):
14833         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14834
14835 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14836
14837         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14838         (spam-report-gmane-unregister-routine): Add support for gmane
14839         unregistration.
14840
14841         * spam-report.el (spam-report-gmane-unspam)
14842         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14843         (spam-report-gmane): Change to take a single article and do unspam
14844         registration.
14845
14846 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * mm-url.el (mm-url-decode-entities): Fix regexp.
14849
14850 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14851
14852         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14853         default to nil, to be able to use Gnus at all.  If the default
14854         switches to something else, then the function should be fixed not
14855         be exceedingly slow.
14856
14857 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14858
14859         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14860         fail hard.
14861
14862         * spam-report.el: Add better Keywords line.
14863
14864         * spam.el: Add Maintainer and better Keywords line.
14865
14866 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * gnus-art.el (gnus-article-replace-part)
14869         (gnus-mime-replace-part): New functions.
14870         (gnus-mime-action-alist, gnus-mime-button-commands)
14871         (gnus-mime-save-part-and-strip): Add file argument.
14872         (gnus-article-part-wrapper): Add interactive argument.
14873
14874         * gnus-sum.el (gnus-summary-mime-map):
14875         Add `gnus-article-replace-part'.
14876
14877 2005-09-19  Didier Verna  <didier@xemacs.org>
14878
14879         The nnml compaction feature:
14880         * nnml.el (nnml-request-compact-group): New function.
14881         * nnml.el (nnml-request-compact): New function.
14882         * gnus-int.el (gnus-request-compact-group): New function.
14883         * gnus-int.el (gnus-request-compact): New function.
14884         * gnus-group.el (gnus-group-compact-group): New function.
14885         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14886         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14887         * gnus-srvr.el (gnus-server-compact-server): New function.
14888         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14889         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14890
14891 2005-09-18  Deepak Goel  <deego@gnufans.org>
14892
14893         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14894         format spec.
14895
14896 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14899
14900 2005-09-15  Romain Francoise  <romain@orebokech.com>
14901
14902         * message.el (message-fill-paragraph): Clarify docstring.
14903
14904 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-art.el (gnus-mime-display-part): Protect against broken
14907         MIME messages.
14908
14909 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14912         before parsing header.
14913
14914 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14915
14916         * html2text.el (html2text-replace-list): Add new entities.
14917
14918 2005-09-11  Romain Francoise  <romain@orebokech.com>
14919
14920         * message.el (message-alternative-emails): Improve docstring.
14921         (message-setup-1): Call `message-use-alternative-email-as-from'
14922         after `message-setup-hook' to give it precedence over posting
14923         styles, etc.
14924         (message-use-alternative-email-as-from): Add docstring.
14925         Remove the original From header if present.
14926
14927         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14928         (nnml-save-mail): Use it.
14929
14930         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14931         articles.  Add new argument `silent'.
14932         (gnus-uu-mark-all): Report the total number of marked articles.
14933
14934 2005-09-10  Romain Francoise  <romain@orebokech.com>
14935
14936         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14937         (gnus-uu-mark-series): Likewise.
14938
14939 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * spam-report.el (spam-report-gmane): Fix generation of spam
14942         report URL.
14943
14944 2005-09-10  Simon Josefsson  <jas@extundo.com>
14945
14946         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14947         t, based on discussion on the ding list with Robert Epprecht
14948         <epprecht@solnet.ch>.
14949
14950 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * spam-report.el (spam-report-gmane): Make it work without
14953         X-Report-Spam header.  Gmane now only provides Archived-At.
14954         This is only used if `spam-report-gmane-use-article-number' is nil.
14955         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14956
14957         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14958         make `gnus-summary-sort-by-recipient' work with threading.
14959
14960         * nnweb.el (nnweb-google-wash-article): Print a message if article
14961         is not available.
14962
14963 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14964
14965         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14966         change.  Decode text/* parts content before displaying.
14967
14968 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14971
14972 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14975
14976         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14977         url-package-name, url-package-version,
14978         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14979         w3m-display-inline-images, and w3m-minor-mode-map.
14980
14981 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * message.el (message-tab-body-function): Fix mismatched custom type.
14984
14985         * gnus.el (gnus-group-change-level-function): Ditto.
14986
14987         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14988
14989         * gnus-art.el (gnus-signature-limit)
14990         (gnus-article-mime-part-function): Ditto.
14991
14992 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * mml.el (mml-mode): Silence the byte compiler.
14995
14996         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14997         using `(sit-for 0)' before moving the point to the specified part;
14998         skip unbuttonized parts.
14999         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15000         return to the summary window if gnus-auto-select-part is non-nil.
15001
15002 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15005         New variables.
15006         (mml-dnd-attach-file, mml-mode): Use them.
15007
15008         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15009         Make fetching article by MID work again for Google Groups.
15010         Add FIXME concerning gnus-group-make-web-group.
15011
15012         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15013         Don't depend on Gnus by using mail-extract-address-components if
15014         gnus-extract-address-components is not bound.
15015
15016 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15017
15018         * gnus-art.el (gnus-mime-display-security): Don't display the
15019         signature, but only the signed part.
15020
15021 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15024
15025         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15026         list, not listp.
15027
15028 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15029
15030         * mm-encode.el (mm-encode-content-transfer-encoding):
15031         Likewise when encoding.
15032
15033         * mm-bodies.el (mm-decode-content-transfer-encoding):
15034         De-canonicalize CRLF for all text content types, not just
15035         text/plain.
15036
15037 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15040         valid article; point arrow and cursor at the MIME button.
15041
15042 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15045         Suggested by Dan Christensen <jdc@uwo.ca>.
15046
15047         * mm-decode.el (mm-save-part): Enable change of prompt.
15048
15049 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15050
15051         * gnus-msg.el (gnus-inews-add-send-actions):
15052         Make `message-post-method' lambda parameter ARG `&optional'.
15053
15054 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * gnus-sum.el (gnus-summary-mime-map):
15057         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15058         gnus-article-jump-to-part.
15059
15060         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15061         (gnus-article-edit-part): Use it.
15062         (gnus-article-part-wrapper): Add no-handle argument.
15063         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15064         New functions.
15065
15066 2005-08-29  Romain Francoise  <romain@orebokech.com>
15067
15068         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15069         docstring.
15070         (gnus-face-from-file): Likewise.
15071
15072 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15073
15074         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15075         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15076         non-nil.
15077         (gnus-auto-select-part): New variable.
15078         (gnus-article-jump-to-part): New function.
15079         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15080         (gnus-mime-delete-part): Allow selecting specified part after
15081         deleting or stripping parts.
15082         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15083         part if argument is bogus.
15084
15085 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15086
15087         * gnus-art.el (w3m-minor-mode-map):
15088         * gnus-spec.el (gnus-newsrc-file-version):
15089         * gnus-util.el (nnmail-active-file-coding-system)
15090         (gnus-original-article-buffer, gnus-user-agent):
15091         * gnus.el (gnus-ham-process-destinations)
15092         (gnus-parameter-ham-marks-alist)
15093         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15094         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15095         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15096         * mm-decode.el (gnus-current-window-configuration):
15097         * mm-extern.el (gnus-article-mime-handles):
15098         * mm-url.el (url-current-object, url-package-name)
15099         (url-package-version):
15100         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15101         (smime-keys, w3m-cid-retrieve-function-alist)
15102         (w3m-current-buffer, w3m-display-inline-images)
15103         (w3m-minor-mode-map):
15104         * mml-smime.el (gnus-extract-address-components):
15105         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15106         (gnus-newsrc-hashtb, message-default-charset)
15107         (message-deletable-headers, message-options)
15108         (message-posting-charset, message-required-mail-headers)
15109         (message-required-news-headers):
15110         * mml1991.el (mc-pgp-always-sign):
15111         * mml2015.el (mc-pgp-always-sign):
15112         * nnheader.el (nnmail-extra-headers):
15113         * rfc1843.el (gnus-decode-encoded-word-function)
15114         (gnus-decode-header-function, gnus-newsgroup-name):
15115         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15116
15117 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15118
15119         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15120         the end of the date treatments.
15121
15122 2005-08-15  Simon Josefsson  <jas@extundo.com>
15123
15124         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15125         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15126         Capello and Romain Francoise.
15127         (pgg-fetch-key-function): Remove, not used?
15128         (pgg-insert-url-with-w3): Require url, to get
15129         url-insert-file-contents regardless of where it is defined.
15130
15131 2005-08-13  Romain Francoise  <romain@orebokech.com>
15132
15133         * message.el (message-cite-original-1): New function.
15134         (message-cite-original): Use it.
15135         (message-cite-original-without-signature): Ditto.
15136
15137 2005-08-08  Romain Francoise  <romain@orebokech.com>
15138
15139         * message.el (message-yank-empty-prefix): New variable.
15140         (message-indent-citation): Use it.
15141         (message-cite-original-without-signature): Respect X-No-Archive.
15142
15143 2005-08-08  Simon Josefsson  <jas@extundo.com>
15144
15145         * pgg.el: Autoload url-insert-file-contents instead of loading
15146         w3/url.
15147         (pgg-insert-url-with-w3): Don't load url here.
15148
15149 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15150
15151         * message.el (message-kill-to-signature): Don't insert newline at
15152         bol.
15153         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15154
15155 2005-08-06  Romain Francoise  <romain@orebokech.com>
15156
15157         * message.el (message-user-fqdn): Fix typo in docstring.
15158
15159 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15160
15161         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15162
15163         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15164
15165 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * mm-bodies.el (mm-encode-body): Use coding system rather than
15168         charset to encode text.
15169
15170         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15171         number of charsets if utf-8 is available (XEmacs).
15172
15173 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15176         taken from `gnus-button-mid-or-mail-regexp'.
15177         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15178         (gnus-button-alist): Improve regexp for domain part of the MIDs
15179         for news:localpart@domain buttons.
15180         (gnus-button-ctan-directory-regexp): Update.
15181
15182 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * sieve-manage.el (sieve-manage-interactive-login):
15185         Use make-local-variable rather than make-variable-buffer-local.
15186         (sieve-manage-open): Ditto.
15187         (sieve-manage-authenticate): Ditto.
15188
15189         * mml.el (mml-generate-mime-1): Make the content type default to
15190         text/plain if the filename is not specified.
15191
15192 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15195         instead of insert-buffer.
15196
15197         * message.el (message-yank-original): Ditto; set the mark at the
15198         end of the yanked message.
15199
15200 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15203         lines to scroll rather than to stop it.
15204
15205         * mml.el (mml-generate-default-type): Add doc string.
15206         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15207         default to application/octet-stream when determining the content
15208         type if it is not specified for the part or the mml contents; add
15209         a comment about mml-generate-default-type.
15210
15211 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15214         make it default to application/octet-stream when determining the
15215         content type if it is not specified for the external contents.
15216
15217 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15220         segmented parameter but also other parameters might be there.
15221
15222 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * mm-decode.el (mm-display-external): Delete temp file, directory
15225         and buffer immediately if the external process is exited.
15226
15227 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15230         fewer lines than that of scroll-margin.
15231         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15232
15233 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-art.el (gnus-article-next-page): Revert.
15236         (gnus-article-beginning-of-window): New macro.
15237         (gnus-article-next-page-1): Use it.
15238         (gnus-article-prev-page): Ditto.
15239         (gnus-article-edit-part): Use insert-buffer-substring instead of
15240         insert-buffer.
15241         (gnus-article-edit-exit): Ditto.
15242
15243         * gnus-util.el (gnus-beginning-of-window): Remove.
15244         (gnus-end-of-window): Remove.
15245
15246         * lpath.el: Don't bind header-line-format and scroll-margin.
15247
15248 2005-07-25  Simon Josefsson  <jas@extundo.com>
15249
15250         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15251         to have the url package without w3.  Reported by Daiki Ueno
15252         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15253
15254 2005-07-20  Didier Verna  <didier@xemacs.org>
15255
15256         * gnus-diary.el: Remove the description comment (nndiary is now
15257         properly documented in the Gnus manual).
15258         Fix the spelling of "Back End".
15259         * nndiary.el: Ditto.
15260         Fix the copyright notice.
15261
15262 2005-07-18  Romain Francoise  <romain@orebokech.com>
15263
15264         * gnus-sum.el (gnus-summary-to-prefix)
15265         (gnus-summary-newsgroup-prefix): New variables.
15266         (gnus-summary-from-or-to-or-newsgroups): Use them.
15267
15268 2005-07-17  Romain Francoise  <romain@orebokech.com>
15269
15270         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15271         space as it's generally not especially interesting to the user.
15272
15273 2005-07-16  Romain Francoise  <romain@orebokech.com>
15274
15275         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15276         nil to avoid prompting and file modification if one of the
15277         messages at the top of the nnfolder file contains a copyright
15278         notice.
15279         Update copyright notice.
15280
15281         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15282         instead of `current-time-string' as the latter creates a time
15283         string that is not RFC 2822 compliant (it lacks the zone).
15284         Update copyright notice.
15285
15286 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15287
15288         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15289         for text/rtf.  Display default in prompt.  Pass default for M-n.
15290
15291         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15292
15293 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15294
15295         * gnus-msg.el (gnus-button-mailto):
15296         Remove save-selected-window-window hackery because it relies on
15297         save-selected-window internals.
15298
15299 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15302         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15303         (gnus-article-prev-page): Ditto.
15304
15305         * gnus-util.el (gnus-beginning-of-window): New function.
15306         (gnus-end-of-window): New function.
15307
15308         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15309
15310 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15311
15312         * gnus-score.el (gnus-score-edit-all-score):
15313         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15314         gnus-message.
15315
15316 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15317
15318         * gnus-msg.el (gnus-button-mailto):
15319         Remove save-selected-window-window hackery because it relies on
15320         save-selected-window internals.
15321
15322 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15325         add-minor-mode.
15326         (gnus-binary-mode): Ditto.
15327
15328         * gnus-topic.el (gnus-topic-mode): Ditto.
15329
15330 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15331
15332         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15333         (gnus-article-prev-page): Take scroll-margin into consideration.
15334
15335 2005-07-04  Lute Kamstra  <lute@gnu.org>
15336
15337         Update FSF's address in GPL notices.
15338
15339 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15340
15341         * gnus.el (gnus-exit):
15342         * gnus-group.el (gnus-group-icons):
15343         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15344
15345         * gnus-nocem.el (gnus-nocem):
15346         * message.el (message-various, message-buffers, message-sending)
15347         (message-interface, message-forwarding, message-insertion)
15348         (message-headers, message-news, message-mail):
15349         * pgg-gpg.el (pgg-gpg):
15350         * pgg-parse.el (pgg-parse):
15351         * pgg-pgp.el (pgg-pgp):
15352         * pgg-pgp5.el (pgg-pgp5):
15353         * pop3.el (pop3): Finish `defgroup' description with period.
15354
15355 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * gnus-art.el (article-display-face): Improve the efficiency.
15358         (article-display-x-face): Ditto; remove grey x-face stuff.
15359
15360 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-art.el (article-display-face): Correct the position in
15363         which Faces are inserted.
15364
15365 2005-06-29  Didier Verna  <didier@xemacs.org>
15366
15367         * gnus-art.el (article-display-face): Display faces in correct
15368         order.
15369
15370 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15373         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15374         (gnus-nocem-check-article): Fetch the Type header.
15375         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15376         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15377         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15378         make sure gnus-nocem-hashtb is initialized.
15379         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15380         (gnus-nocem-unwanted-article-p): Ditto.
15381
15382         * pgg.el (pgg-verify): Return the verification result.
15383
15384 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15385
15386         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15387         is ascii.
15388
15389 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15390
15391         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15392         `show-nonbreak-escape'.
15393
15394 2005-06-23  Lute Kamstra  <lute@gnu.org>
15395
15396         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15397
15398         * dig.el (dig-mode):
15399         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15400
15401 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15402
15403         * nnimap.el (nnimap-split-download-body): Fix spellings.
15404
15405 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15406
15407         * gnus-art.el (gnus-article-encrypt-body):
15408         * gnus-cus.el (gnus-score-customize):
15409         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15410         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15411
15412 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15413
15414         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15415         header by looking for magic "MII" at the beginnig.
15416
15417 2005-06-16  Miles Bader  <miles@gnu.org>
15418
15419         * gnus-xmas.el (gnus-xmas-group-startup-message):
15420         Use renamed gnus-splash face.
15421
15422         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15423         (assistant-field-face): New backward-compatibility alias for renamed
15424         face.
15425         (assistant-render-text): Use renamed assistant-field face.
15426
15427         * spam.el (spam): Remove "-face" suffix from face name.
15428         (spam-face): New backward-compatibility alias for renamed face.
15429         (spam-face, spam-initialize): Use renamed spam face.
15430
15431         * message.el (message-header-to, message-header-cc)
15432         (message-header-subject, message-header-newsgroups)
15433         (message-header-other, message-header-name)
15434         (message-header-xheader, message-separator, message-cited-text)
15435         (message-mml): Remove "-face" suffix from face names.
15436         (message-header-to-face, message-header-cc-face)
15437         (message-header-subject-face, message-header-newsgroups-face)
15438         (message-header-other-face, message-header-name-face)
15439         (message-header-xheader-face, message-separator-face)
15440         (message-cited-text-face, message-mml-face):
15441         New backward-compatibility aliases for renamed faces.
15442         (message-font-lock-keywords): Use renamed message faces.
15443
15444         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15445         (sieve-test-commands, sieve-tagged-arguments):
15446         Remove "-face" suffix from face names.
15447         (sieve-control-commands-face, sieve-action-commands-face)
15448         (sieve-test-commands-face, sieve-tagged-arguments-face):
15449         New backward-compatibility aliases for renamed faces.
15450         (sieve-control-commands-face, sieve-action-commands-face)
15451         (sieve-test-commands-face, sieve-tagged-arguments-face):
15452         Use renamed sieve faces.
15453
15454         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15455         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15456         (gnus-group-news-3-empty, gnus-group-news-4)
15457         (gnus-group-news-4-empty, gnus-group-news-5)
15458         (gnus-group-news-5-empty, gnus-group-news-6)
15459         (gnus-group-news-6-empty, gnus-group-news-low)
15460         (gnus-group-news-low-empty, gnus-group-mail-1)
15461         (gnus-group-mail-1-empty, gnus-group-mail-2)
15462         (gnus-group-mail-2-empty, gnus-group-mail-3)
15463         (gnus-group-mail-3-empty, gnus-group-mail-low)
15464         (gnus-group-mail-low-empty, gnus-summary-selected)
15465         (gnus-summary-cancelled, gnus-summary-high-ticked)
15466         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15467         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15468         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15469         (gnus-summary-low-undownloaded)
15470         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15471         (gnus-summary-low-unread, gnus-summary-normal-unread)
15472         (gnus-summary-high-read, gnus-summary-low-read)
15473         (gnus-summary-normal-read, gnus-splash):
15474         Remove "-face" suffix from face names.
15475         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15476         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15477         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15478         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15479         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15480         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15481         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15482         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15483         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15484         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15485         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15486         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15487         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15488         (gnus-summary-normal-ticked-face)
15489         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15490         (gnus-summary-normal-ancient-face)
15491         (gnus-summary-high-undownloaded-face)
15492         (gnus-summary-low-undownloaded-face)
15493         (gnus-summary-normal-undownloaded-face)
15494         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15495         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15496         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15497         (gnus-splash-face):
15498         New backward-compatibility aliases for renamed faces.
15499         (gnus-group-startup-message): Use renamed gnus faces.
15500
15501         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15502         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15503         (gnus-server-agent): Remove "-face" suffix from face names.
15504         (gnus-server-agent-face, gnus-server-opened-face)
15505         (gnus-server-closed-face, gnus-server-denied-face)
15506         (gnus-server-offline-face):
15507         New backward-compatibility aliases for renamed faces.
15508         (gnus-server-agent-face, gnus-server-opened-face)
15509         (gnus-server-closed-face, gnus-server-denied-face)
15510         (gnus-server-offline-face): Use renamed gnus faces.
15511
15512         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15513         Remove "-face" suffix from face names.
15514         (gnus-picon-xbm-face, gnus-picon-face):
15515         New backward-compatibility aliases for renamed faces.
15516
15517         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15518         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15519         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15520         (gnus-cite-11): Remove "-face" suffix from face names.
15521         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15522         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15523         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15524         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15525         New backward-compatibility aliases for renamed faces.
15526         (gnus-cite-attribution-face, gnus-cite-face-list)
15527         (gnus-article-boring-faces): Use renamed gnus faces.
15528
15529         * gnus-art.el (gnus-signature, gnus-header-from)
15530         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15531         (gnus-header-content): Remove "-face" suffix from face names.
15532         (gnus-signature-face, gnus-header-from-face)
15533         (gnus-header-subject-face, gnus-header-newsgroups-face)
15534         (gnus-header-name-face, gnus-header-content-face):
15535         New backward-compatibility aliases for renamed faces.
15536         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15537
15538         * gnus-sum.el (gnus-summary-selected-face)
15539         (gnus-summary-highlight): Use renamed gnus faces.
15540         * gnus-group.el (gnus-group-highlight): Likewise.
15541
15542 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15543
15544         * gnus-sieve.el (gnus-sieve-article-add-rule):
15545         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15546         * spam-stat.el (spam-stat-buffer-change-to-spam)
15547         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15548
15549         * message.el (message-is-yours-p):
15550         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15551
15552 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * mm-view.el (mm-inline-text): Withdraw the last change.
15555
15556 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15559         executing enriched-decode.
15560
15561 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15564         charset of tar files.
15565
15566 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15567
15568         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15569
15570 2005-06-04  Lute Kamstra  <lute@gnu.org>
15571
15572         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15573         information is never recorded.
15574
15575 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15576
15577         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15578
15579 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * pop3.el (pop3-apop): Run md5 in the binary mode.
15582
15583         * starttls.el (starttls-set-process-query-on-exit-flag):
15584         Use eval-and-compile.
15585
15586 2005-05-31  Simon Josefsson  <jas@extundo.com>
15587
15588         * smime.el (smime-replace-in-string): Define.
15589         (smime-cert-by-ldap-1): Use it.
15590
15591 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-art.el (article-display-x-face): Replace
15594         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15595
15596         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15597         set-process-query-on-exit-flag or process-kill-without-query.
15598
15599         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15600         loop instead of replace-regexp.
15601
15602         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15603         instead of process-kill-without-query if it is available.
15604
15605         * lpath.el: Fbind ldap-search-entries.
15606
15607         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15608         instead of find-file-hooks if it is available.
15609
15610         * mml1991.el: Bind pgg-default-user-id when compiling.
15611
15612         * mml2015.el: Bind pgg-default-user-id when compiling.
15613
15614         * nndraft.el (nndraft-request-associate-buffer):
15615         Use write-contents-functions instead of write-contents-hooks if it is
15616         available.
15617
15618         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15619         instead of find-file-hooks if it is available.
15620
15621         * nntp.el (nntp-open-connection): Replace
15622         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15623         (nntp-open-ssl-stream): Ditto.
15624         (nntp-open-tls-stream): Ditto.
15625
15626         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15627         set-process-query-on-exit-flag or process-kill-without-query.
15628         (starttls-open-stream-gnutls): Use it instead of
15629         process-kill-without-query.
15630         (starttls-open-stream): Ditto.
15631
15632 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15633
15634         * smime.el (smime-cert-by-ldap-1): Don't use
15635         replace-regexp-in-string.
15636
15637 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15638
15639         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15640
15641         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15642         in PEM format.  Adjust to the XEmacs compability.
15643
15644 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15647         by `string-to-number'.
15648         * gnus-agent.el (gnus-agent-regenerate-group)
15649         (gnus-agent-fetch-articles): Ditto.
15650         * gnus-art.el (gnus-button-fetch-group): Ditto.
15651         * gnus-cache.el (gnus-cache-generate-active)
15652         (gnus-cache-articles-in-group): Ditto.
15653         * gnus-group.el (gnus-group-set-current-level)
15654         (gnus-group-insert-group-line): Ditto.
15655         * gnus-score.el (gnus-score-set-expunge-below)
15656         (gnus-score-set-mark-below, gnus-summary-score-effect)
15657         (gnus-summary-score-entry): Ditto.
15658         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15659         (gnus-soup-pack): Ditto.
15660         * gnus-spec.el (gnus-xmas-format): Ditto.
15661         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15662         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15663         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15664         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15665         * nndb.el (nndb-get-remote-expire-response): Ditto.
15666         * nndiary.el (nndiary-parse-schedule-value)
15667         (nndiary-string-to-number, nndiary-request-replace-article)
15668         (nndiary-request-article): Ditto.
15669         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15670         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15671         * nneething.el (nneething-make-head): Ditto.
15672         * nnfolder.el (nnfolder-request-article)
15673         (nnfolder-retrieve-headers): Ditto.
15674         * nnheader.el (nnheader-file-to-number): Ditto.
15675         * nnkiboze.el (nnkiboze-request-article): Ditto.
15676         * nnmail.el (nnmail-process-unix-mail-format)
15677         (nnmail-process-babyl-mail-format): Ditto.
15678         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15679         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15680         (nnmh-request-create-group, nnmh-request-list-1)
15681         (nnmh-request-group, nnmh-request-article): Ditto.
15682         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15683         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15684         * nnsoup.el (nnsoup-make-active): Ditto.
15685         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15686         * nntp.el (nntp-find-group-and-number)
15687         (nntp-retrieve-headers-with-xover): Ditto.
15688         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15689         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15690         (pgg-format-key-identifier): Ditto.
15691         * pop3.el (pop3-last, pop3-stat): Ditto.
15692         * qp.el (quoted-printable-decode-region): Ditto.
15693
15694         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15695         of concat.
15696
15697 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15700
15701         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15702
15703         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15704
15705         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15706
15707         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15708
15709         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15710
15711         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15712         (gnus-carpal-mode): Ditto.
15713
15714         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15715         (gnus-browse-mode): Ditto.
15716
15717         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15718
15719         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15720
15721 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15722
15723         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15724
15725 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-util.el (gnus-run-mode-hooks): New function.
15728
15729         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15730
15731         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15732         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15733
15734 2005-05-27  Lute Kamstra  <lute@gnu.org>
15735
15736         * dns-mode.el (dns-mode): Specify customization group.
15737
15738 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15739
15740         * gnus-agent.el (gnus-agent-make-mode-line-string):
15741         Use mode-line-highlight as mouse-face.
15742
15743 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * canlock.el (canlock): Change the parent group to news.
15746
15747         * deuglify.el (gnus-outlook-deuglify): Add :group.
15748
15749         * dig.el (dig): Add :group.
15750
15751         * dns-mode.el (dns-mode): Add :group.
15752
15753         * encrypt.el (encrypt): Add :group.
15754
15755         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15756         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15757         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15758         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15759         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15760
15761         * gnus-diary.el (gnus-diary): Add :group.
15762
15763         * gnus.el (gnus-group-news-1-face): Add :group.
15764         (gnus-group-news-1-empty-face): Ditto.
15765         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15766         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15767         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15768         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15769         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15770         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15771         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15772         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15773         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15774         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15775         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15776         (gnus-summary-high-ticked-face): Ditto.
15777         (gnus-summary-low-ticked-face): Ditto.
15778         (gnus-summary-normal-ticked-face): Ditto.
15779         (gnus-summary-high-ancient-face): Ditto.
15780         (gnus-summary-low-ancient-face): Ditto.
15781         (gnus-summary-normal-ancient-face): Ditto.
15782         (gnus-summary-high-undownloaded-face): Ditto.
15783         (gnus-summary-low-undownloaded-face): Ditto.
15784         (gnus-summary-normal-undownloaded-face): Ditto.
15785         (gnus-summary-high-unread-face): Ditto.
15786         (gnus-summary-low-unread-face): Ditto.
15787         (gnus-summary-normal-unread-face): Ditto.
15788         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15789         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15790
15791         * hashcash.el (hashcash): New custom group.
15792         (hashcash-default-payment): Add :group.
15793         (hashcash-payment-alist): Ditto.
15794         (hashcash-default-accept-payment): Ditto.
15795         (hashcash-accept-resources): Ditto.
15796         (hashcash-path): Ditto.
15797         (hashcash-extra-generate-parameters): Ditto.
15798         (hashcash-double-spend-database): Ditto.
15799         (hashcash-in-news): Ditto.
15800
15801         * message.el (message-minibuffer-local-map): Add :group.
15802
15803         * netrc.el (netrc): Add :group.
15804
15805         * sieve-manage.el (sieve-manage-log): Add :group.
15806         (sieve-manage-default-user): Diito.
15807         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15808         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15809         (sieve-manage-authenticators): Ditto.
15810         (sieve-manage-authenticator-alist): Ditto.
15811         (sieve-manage-default-port): Ditto.
15812
15813         * sieve-mode.el (sieve-control-commands-face): Add :group.
15814         (sieve-action-commands-face): Ditto.
15815         (sieve-test-commands-face): Ditto.
15816         (sieve-tagged-arguments-face): Ditto.
15817
15818         * smime.el (smime): Add :group.
15819
15820         * spam-report.el (spam-report): Add :group.
15821
15822         * spam.el (spam, spam-face): Add :group.
15823
15824 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15825
15826         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15827         return \n.\n.\n at the end of articles.  Protect against that.
15828         (nntp-with-open-group): Allow debugging.
15829
15830         * nnheader.el (mail-header-set-extra): Make into a function
15831         because I just could't understand how to quote the list properly.
15832
15833         * dns.el (query-dns-cached): New function.
15834
15835 2005-05-26  Lute Kamstra  <lute@gnu.org>
15836
15837         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15838
15839 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15842
15843         * gnus-art.el: Don't autoload mail-extract-address-components.
15844
15845         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15846         eval-and-compile to evaluate it.
15847
15848         * hashcash.el: Don't autoload executable-find.
15849
15850         * nndb.el: Don't declare the nndb back end two or more times; don't
15851         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15852
15853         * nntp.el: Autoload format-spec instead of format; use
15854         eval-and-compile to evaluate autoload forms.
15855
15856 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15857
15858         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15859
15860 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15861
15862         * gnus.el (gnus-version-number): Bump version.
15863
15864 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15865
15866         * gnus.el: No Gnus v0.3 is released.
15867
15868 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15869
15870         * lpath.el (featurep): Bind show-nonbreak-escape.
15871
15872 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * gnus-art.el (gnus-article-edit-part): Disable undo.
15875
15876 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15879         gnus-article-date-lapsed-new-header is t if date timer is active;
15880         skip headers in which the original date value is empty.
15881         (gnus-article-save-original-date): Redefine it as a macro.
15882         (gnus-display-mime): Use it.
15883
15884 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-art.el (article-date-ut): Support converting date in
15887         forwarded parts as well.
15888         (gnus-article-save-original-date): New function.
15889         (gnus-display-mime): Use it.
15890
15891 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15892
15893         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15894         enclosure element of <item>.
15895
15896 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * message.el (message-kill-buffer-query): Rename from
15899         `message-kill-buffer-query-if-modified'.  Add :version.
15900
15901 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15904         window layout.
15905
15906 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * mml.el: Autoload dnd when compiling.
15909
15910 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15913         x-dnd-*.
15914
15915 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * qp.el (quoted-printable-encode-region): Save excursion.
15918
15919 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15920
15921         * message.el (message-kill-buffer-query-if-modified): Add new variable
15922         so the user can kill a modified message buffer quickly.
15923         (message-kill-buffer): Use it.
15924
15925 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * lpath.el: Fbind display-time-event-handler; don't fbind
15928         string-to-multibyte.
15929
15930         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15931
15932 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15935         contained in text because xml.el decodes entities) with LFs.
15936
15937 2005-04-11  Lute Kamstra  <lute@gnu.org>
15938
15939         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15940         differently.
15941
15942 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15943
15944         * mm-util.el (mm-detect-coding-region): Typo.
15945
15946 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15949
15950 2005-04-06  Deepak Goel  <deego@gnufans.org>
15951
15952         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15953         user-function allow user modifications of the scores.
15954         (spam-stat-score-buffer-user): New function, to allow
15955         user-computed modifications to the score.
15956         (spam-stat-score-buffer-user-functions): List of additional
15957         scoring functions.
15958         (spam-stat-error-holder): Global temporary error holder.
15959         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15960         variable.
15961
15962 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15963
15964         * gnus-registry.el (gnus-registry-clean-empty-function)
15965         (gnus-registry-trim, gnus-registry-fetch-groups)
15966         (gnus-registry-delete-group): Groups that match
15967         `gnus-registry-ignored-groups' are removed from the registry
15968         entries, not just ignored for splitting.  This helps clean up the
15969         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15970         to get all the groups a message ID is in.
15971
15972         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15973         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15974         (spam-stat-score-buffer-user-functions): Add :number custom type.
15975
15976 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15979         argument in XEmacs.
15980
15981         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15982         (nnrss-request-group): Decode group name first.
15983         (nnrss-request-article): Make a text/plain article if mml-to-mime
15984         failed.
15985         (nnrss-get-encoding): Return a compatible encoding according to
15986         nnrss-compatible-encoding-alist.
15987         (nnrss-find-el): Use consp instead of listp.
15988         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15989
15990 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15993         which Emacs 20 doesn't support.
15994         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15995
15996 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15999         silence the byte compiler inside the defun.
16000
16001         * gnus-demon.el (parse-time-string): Add autoload.
16002
16003         * gnus-delay.el (parse-time-string): Add autoload.
16004
16005         * gnus-art.el (parse-time-string): Add autoload.
16006
16007         * nnultimate.el (parse-time): Require for `parse-time-string'.
16008
16009 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16012
16013         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16014
16015         * smime.el (smime-ldap-host-list): Add :version.
16016
16017 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16020         pass it to `gnus-browse-read-group'.
16021         (gnus-browse-read-group): Add NUMBER argument and pass it to
16022         `gnus-group-read-ephemeral-group'.
16023
16024         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16025         argument and pass it to `gnus-group-read-group'.
16026
16027 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16028
16029         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16030         mm-xemacs-find-mime-charset-1 if we have the mule feature
16031         available at runtime.
16032
16033 2005-03-25  Werner Lemberg  <wl@gnu.org>
16034
16035         * nnmaildir.el: Replace `illegal' with `invalid'.
16036
16037 2005-03-23  Lute Kamstra  <lute@gnu.org>
16038
16039         * time-date.el: Add comment on time value formats.
16040         Don't require parse-time.
16041         (with-decoded-time-value): New macro.
16042         (encode-time-value): New function.
16043         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16044         (days-to-time): Return a valid time value when arg is huge.
16045         (time-since): Use time-subtract.
16046         (time-to-number-of-days): Use time-to-seconds.
16047
16048 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16049
16050         * gnus-start.el (gnus-display-time-event-handler):
16051         Check display-time-timer at runtime rather than only at load time
16052         in case display-time-mode is turned off in the mean time.
16053
16054 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16055
16056         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16057         used.
16058
16059         * nneething.el (nneething-map-file-directory): Derive from
16060         `gnus-directory'.
16061
16062         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16063         the To/Cc button.
16064
16065 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16066
16067         * nnmaildir.el (nnmaildir-request-accept-article):
16068         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16069
16070 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16071
16072         * gnus-async.el: Require timer-funcs at compile time when in
16073         XEmacs for `run-with-idle-timer'.
16074
16075 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16076
16077         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16078         autoloaded function.
16079
16080 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16081
16082         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16083
16084 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16085
16086         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16087
16088 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16089
16090         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16091         Add gnus-expert-user to default.
16092
16093 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16094
16095         * nnimap.el (nnimap-open-server): Ditto.
16096
16097         * imap.el (imap-authenticate): Fix typo.
16098
16099 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16100
16101         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16102         buffer (since IMAP server might return FETCH response out of
16103         order, and the nntp buffer must be sorted).
16104
16105 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16106
16107         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16108         comparison on string.
16109
16110         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16111         (gnus-agent-score): Rename category keywords to match gnus-cus.
16112         (gnus-agent-summary-fetch-series): Modify to protect against
16113         gnus-agent-summary-fetch-group clearing processable flags.
16114         (gnus-agent-synchronize-group-flags): Update live group buffer as
16115         synchronization may occur due to the user toggle the plugged
16116         status.
16117         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16118         successfully downloaded.
16119         (gnus-agent-expire-group-1): Avoid using markers when the overview
16120         is in ascending order; greatly improves performance.
16121         (gnus-agent-regenerate-group):
16122         Use gnus-agent-synchronize-group-flags to reset read status in both
16123         gnus and server.
16124         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16125
16126 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16127
16128         * message.el: Don't autoload former message-utils variables.
16129         (message-strip-subject-trailing-was): Change doc string.
16130
16131         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16132         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16133         (nnweb-google-search): Add "hl=en" here.
16134         (nnweb-google-parse-1, nnweb-google-create-mapping):
16135         Don't hardcode URL.
16136
16137 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16138
16139         * message.el (message-get-reply-headers, message-followup):
16140         Mention related variables `message-use-followup-to' and
16141         `message-use-mail-followup-to', in the information buffer.
16142
16143         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16144         of broken groups(-beta).google.com.
16145
16146 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16147
16148         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16149         parameter to invoked gnus-request-move-article; remove the
16150         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16151         all at once instead of once per article.
16152         (gnus-summary-remove-process-mark): Accept a list of articles as
16153         well as a single article for processing.
16154
16155         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16156         parameter.
16157
16158         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16159
16160         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16161
16162         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16163         parameter.
16164
16165         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16166         parameter.
16167
16168         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16169         parameter and remove the gnus-sum-hint-move-is-internal variable.
16170
16171         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16172         parameter.
16173
16174         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16175         parameter.
16176
16177         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16178         parameter.
16179
16180         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16181
16182         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16183         parameter.
16184
16185         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16186         parameter.
16187
16188 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16189
16190         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16191         a more conservative way.
16192
16193 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16194
16195         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16196         buffer, so it moves the window's cursor.
16197
16198 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16199
16200         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16201         `mm-dissect-multipart' and receive the from field as an (optional)
16202         argument from `mm-dissect-multipart'.
16203         (mm-dissect-multipart): Receive the from field as an argument and
16204         pass it on when we call `mm-dissect-buffer' on MIME parts.
16205         Fixes verification/decryption of signed/encrypted MIME parts.
16206
16207 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16208
16209         * gnus-sum.el (gnus-summary-move-article):
16210         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16211         whatever it calls (right now, only nnimap-request-move article
16212         respects it).
16213
16214         * nnimap.el (nnimap-request-move-article):
16215         When gnus-sum-hint-move-is-internal is set, don't do the extra
16216         nnimap-request-article.
16217
16218 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16219
16220         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16221
16222         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16223         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16224
16225         * gnus-sum.el (gnus-summary-caesar-message):
16226         Apply `gnus-treat-article' after rotation.
16227
16228         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16229         doc string.
16230
16231 2005-02-22  Simon Josefsson  <jas@extundo.com>
16232
16233         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16234         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16235         <arne@arnested.dk>.
16236         (encrypt): Add password-cache and password-cache-expiry as group
16237         members.
16238
16239 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16240
16241         * smime.el (smime-ldap-host-list): Doc fix.
16242         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16243         cache) password.
16244         (smime-sign-region): Use it.
16245         (smime-decrypt-region): Use it.
16246         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16247         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16248         fails.
16249         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16250         certificate from DER to PEM format rather than calling openssl.
16251
16252         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16253
16254         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16255         for signing/encryption.
16256
16257         * mml.el (mml-parse-1): Use them.
16258
16259 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16260
16261         * nnrss.el (nnrss-verbose): Remove.
16262         (nnrss-request-group): Use `nnheader-message' instead.
16263
16264 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16265
16266         * nnrss.el (nnrss-verbose): New variable.
16267         (nnrss-request-group): Make it say nnrss is requesting a group.
16268
16269 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16270
16271         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16272         Handle news URL with given port correctly.
16273
16274 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16277         containing special characters.
16278
16279         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16280
16281         * mml.el (mime-to-mml): Ditto.
16282
16283         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16284         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16285         (rfc2047-decode-region): Quote decoded words containing special
16286         characters when rfc2047-quote-decoded-words-containing-tspecials
16287         is non-nil.
16288
16289 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16290
16291         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16292
16293         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16294
16295 2005-02-15  Simon Josefsson  <jas@extundo.com>
16296
16297         * nnimap.el (nnimap-debug): Doc fix.
16298
16299         * imap.el (imap-debug): Doc fix.
16300
16301 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16304
16305 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16306
16307         * gnus.el (spam-contents): Improve docs for spam-contents
16308         parameter in its variable incarnation.
16309
16310 2005-02-14  Simon Josefsson  <jas@extundo.com>
16311
16312         * smime-ldap.el: Use require instead of load-library for ldap.
16313         (smime-ldap-search): Indent.
16314         (smime-ldap-search-internal): Shorten line.
16315
16316         * smime.el (smime-cert-by-dns): Add doc-string.
16317         (smime-cert-by-ldap-1): Indent.
16318
16319         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16320         mml-smime-get-dns-ldap.
16321         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16322
16323 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16324
16325         * smime.el: Require smime-ldap.
16326         (smime-ldap-host-list): New variable.
16327         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16328
16329         * mml-smime.el (mml-smime-encrypt-query): New function.
16330         (mml-smime-encrypt-query): Use it.
16331
16332         * smime-ldap.el: New file.
16333
16334 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16337
16338 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16341         argument in doc string.  Make query for type more clear.
16342
16343 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16344
16345         * gnus.el (gnus-group-startup-message): Search for gnus images in
16346         etc/images/gnus.
16347         * mm-util.el (mm-image-load-path): Likewise.
16348         * smiley.el (smiley-data-directory): Search for smilies in
16349         etc/images/smilies.
16350
16351 2005-02-09  Kim F. Storm  <storm@cua.dk>
16352
16353         Change Emacs release version from 21.4 to 22.1 throughout.
16354         Change Emacs development version from 21.3.50 to 22.0.50.
16355
16356 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16359
16360         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16361         non-Mule XEmacs as well.
16362         (mm-decompress-buffer): Signal an error intentionally if it does
16363         not decompress compressed data because auto-compression-mode is
16364         disabled.
16365
16366 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16367
16368         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16369         an ID in the registry even if it has no groups.
16370
16371 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16374         merge it into mm-decompress-buffer.
16375         (gnus-mime-copy-part): Use the MIME part charset, the value which
16376         a user specified or gnus-newsgroup-charset for decoding, like
16377         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16378         save-buffer what was used.  Suggested by Kevin Ryde
16379         <user42@zip.com.au>.
16380         (gnus-mime-inline-part): Allow the name parameter as well as the
16381         filename parameter; force decompressing of compressed data; always
16382         display contents being not decoded as unibyte.
16383
16384         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16385         as well as the filename parameter.
16386
16387         * mm-util.el (mm-decompress-buffer):
16388         Merge gnus-mime-jka-compr-maybe-uncompress.
16389         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16390         of compressed data.
16391
16392 2005-02-08  Simon Josefsson  <jas@extundo.com>
16393
16394         * imap.el (imap-log): Doc fix.
16395
16396 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16399         the coding cookies; decompress compressed parts.
16400
16401         * mml.el (mml-generate-mime-1): Add the charset parameter according
16402         to the value which a user specified manually or the coding cookie.
16403
16404         * mm-util.el (mm-string-to-multibyte): New function.
16405         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16406         (mm-coding-system-to-mime-charset): New function.
16407         (mm-decompress-buffer): New function.
16408         (mm-find-buffer-file-coding-system): New function.
16409
16410         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16411         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16412         parts.
16413
16414 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16415
16416         * mm-view.el (mm-display-inline-fontify): Decode a part according
16417         to the charset parameter.
16418
16419 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16422         prefix arg is neither nil nor a number, as info specifies.
16423
16424 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16427         timestamps.
16428
16429 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16430
16431         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16432         groups error checking and notify user.
16433
16434 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16435
16436         * message.el (message-send-mail-function): Check existence of
16437         sendmail-program first before using default value
16438         `message-send-mail-with-sendmail'.  Otherwise use more generic
16439         `smtpmail-send-it'.
16440
16441 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * nntp.el (nntp-request-update-info): Always return nil.
16444
16445 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16446
16447         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16448
16449 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16450
16451         * message.el (message-beginning-of-line): Change the behavior when
16452         invoked between BOL and : so that it first moves backward.
16453
16454 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16457         article buffer when editing of the article is discarded.
16458         (gnus-article-prepare): Revert.
16459
16460 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * gnus-art.el (gnus-article-prepare):
16463         Remove message-strip-forbidden-properties from the local hook.
16464
16465 2005-01-27  Simon Josefsson  <jas@extundo.com>
16466
16467         * password.el (password-cache-add): Only start one timer per key.
16468         Reported by Derek Atkins <warlord@MIT.EDU>.
16469
16470 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16471
16472         * run-at-time.el: Remove.  It is no longer needed as
16473         timer-funcs.el in the xemacs-base package has a working version of
16474         `run-at-time'.
16475
16476         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16477
16478         * password.el: Require timer-funcs instead of run-at-time in
16479         XEmacs.
16480         Remove `password-run-at-time' macro.
16481         (password-cache-add): Use `run-at-time' instead of
16482         `password-run-at-time'.
16483
16484         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16485         Remove `nnheader-cancel-function-timers' alias,
16486         `cancel-function-timers' exists in XEmacs in timer-funcs.
16487
16488         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16489         for `run-with-idle-timer'.
16490
16491         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16492         for `run-at-time'.
16493
16494         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16495         for `with-timeout'.
16496
16497         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16498         the same as for XEmacs 21.4.
16499         No need to ignore `run-with-idle-timer', this function exists in
16500         XEmacs now in timer-funcs.el in the xemacs-base package.
16501         (dgnushack-compile): No need to delete
16502         run-at-time.el from the list of files to compile because it
16503         doesn't exist anymore.
16504
16505 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16508         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16509
16510 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16511
16512         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16513         sensitively.
16514
16515 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16516
16517         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16518
16519 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16522         which will be inserted according to the multibyteness of a buffer
16523         rather than the type of contents.  Suggested by ARISAWA Akihiro
16524         <ari@mbf.ocn.ne.jp>.
16525
16526         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16527         of string which old xml.el may return rather than a string.
16528
16529 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16532
16533 2005-01-16  Simon Josefsson  <jas@extundo.com>
16534
16535         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16536         idn/idna.el isn't available.
16537         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16538         <michael@waxrat.com>.
16539
16540         * hashcash.el: Remove non-FSF copyright header.
16541
16542         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16543         (hashcash-generate-payment): Use it.
16544         (hashcash-generate-payment-async): Use it.
16545
16546 2005-01-15  Simon Josefsson  <jas@extundo.com>
16547
16548         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16549         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16550
16551         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16552         gnus-summary-idna-message.
16553         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16554         (gnus-summary-idna-message): New function.
16555
16556 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16559         gnus-novice-user.
16560
16561 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * nnrss.el (nnrss-request-delete-group): Delete entries in
16564         nnrss-group-alist as well.
16565         (nnrss-save-server-data): Insert newline.
16566
16567 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * gnus.el (gnus-user-agent): Use list of symbols instead of
16570         symbols.  Display full version number for (S)XEmacs.
16571         Optionally display (S)XEmacs codename.
16572
16573         * gnus-util.el (gnus-emacs-version): Update for new
16574         `gnus-user-agent'.
16575
16576         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16577         Gnus version.
16578
16579 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16582         which is unreadable in some setups.
16583
16584 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-spec.el (gnus-update-format-specifications): Flush the
16587         group format spec cache if it doesn't support decoded group names.
16588
16589 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16592         Allow to apply decay on score files matching a regexp.
16593
16594 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16597         compatibility in %g and %c.
16598
16599 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16602         name for only %g and %c.
16603         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16604         of gnus-tmp-group to decoded group name.
16605         (gnus-group-make-rss-group): Exclude `/'s from group names.
16606
16607 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * nnrss.el (nnrss-get-encoding): Fix regexp.
16610
16611 2004-12-27  Simon Josefsson  <jas@extundo.com>
16612
16613         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16614         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16615         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16616
16617 2004-12-17  Kim F. Storm  <storm@cua.dk>
16618
16619         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16620
16621         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16622
16623 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16624
16625         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16626
16627 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * nnrss.el: Require rfc2047 and mml.
16630         (nnrss-file-coding-system): New variable.
16631         (nnrss-format-string): Redefine it as an inline function.
16632         (nnrss-decode-group-name): New function.
16633         (nnrss-string-as-multibyte): Remove.
16634         (nnrss-retrieve-headers): Decode group name; don't use
16635         nnrss-format-string.
16636         (nnrss-request-group): Decode group name.
16637         (nnrss-request-article): Decode group name; allow a Message-ID as
16638         well as an article number; don't use nnrss-format-string; encode a
16639         Message-ID string which may contain non-ASCII characters; use
16640         mml-to-mime to compose a MIME article.
16641         (nnrss-request-expire-articles): Decode group name.
16642         (nnrss-request-delete-group): Decode group name.
16643         (nnrss-fetch): Clarify error message.
16644         (nnrss-read-server-data): Use insert-file-contents instead of load;
16645         bind file-name-coding-system; use multibyte buffer.
16646         (nnrss-save-server-data): Bind coding-system-for-write to the
16647         value of nnrss-file-coding-system; bind file-name-coding-system;
16648         add coding cookie.
16649         (nnrss-read-group-data): Use insert-file-contents instead of load;
16650         bind file-name-coding-system; use multibyte buffer.
16651         (nnrss-save-group-data): Bind coding-system-for-write to the
16652         value of nnrss-file-coding-system; bind file-name-coding-system.
16653         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16654         make it work with non-ASCII text.
16655         (nnrss-find-el): Make it work with old xml.el as well.
16656
16657 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16658
16659         * nnrss.el (nnrss-get-encoding): New function.
16660         (nnrss-fetch): Use unibyte buffer initially; bind
16661         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16662         decode contents according to the encoding attribute.
16663         (nnrss-save-group-data): Add coding cookie.
16664         (nnrss-mime-encode-string): New function.
16665         (nnrss-check-group): Use it to encode subject and author.
16666
16667 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16668
16669         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16670         imaginary variable.
16671
16672 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16675         correctly even if there are wide characters.
16676
16677 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16678
16679         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16680         downcased symbol names; make a new cache instead of reusing
16681         bbdb-hashtable.
16682
16683 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16686         concatenating segments rather than before concatenating them.
16687         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16688
16689         * message.el (message-get-reply-headers): Bind `extra'.
16690
16691 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * message.el (message-extra-wide-headers): New variable.
16694         (message-get-reply-headers): Use it.
16695
16696 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16699         (gnus-agent-group-pathname): Ditto.
16700
16701         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16702
16703         * gnus-group.el (gnus-group-make-group): Decode group name.
16704         (gnus-group-make-rss-group): Register the group data after opening
16705         the nnrss group.
16706
16707 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16708
16709         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16710         by expiry now get marked as read.
16711
16712 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16715
16716 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16717
16718         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16719         unify Latin characters in XEmacs.
16720         (mm-find-mime-charset-region): Use it.
16721
16722 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * gnus-util.el (gnus-delete-directory): New function.
16725
16726         * gnus-agent.el (gnus-agent-delete-group): Use it.
16727
16728         * gnus-cache.el (gnus-cache-delete-group): Use it.
16729
16730 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16733         names.
16734
16735 2004-12-16  Simon Josefsson  <jas@extundo.com>
16736
16737         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16738
16739 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16742
16743         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16744         (gnus-group-set-current-level): Decode group name.
16745
16746 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16747
16748         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16749         failed.
16750
16751 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-group.el (gnus-group-delete-group): Decode group name.
16754         (gnus-group-make-rss-group): Encode group name.
16755         (gnus-group-catchup-current): Decode group name.
16756         (gnus-group-kill-group): Decode group name.
16757
16758 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16759
16760         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16761
16762 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * gnus-group.el (gnus-group-make-rss-group):
16765         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16766
16767         * gnus-start.el (gnus-setup-news): Honor user's setting to
16768         gnus-message-archive-method.  Suggested by Lute Kamstra
16769         <lute@gnu.org>.
16770
16771 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16772
16773         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16774         global counterparts of the buffer-local variables.
16775
16776 2004-11-16  Romain Francoise  <romain@orebokech.com>
16777
16778         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16779         counterparts of the buffer-local variables.
16780
16781 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16782
16783         * message.el (message-forbidden-properties): Fix typo in doc
16784         string.
16785
16786 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * gnus-util.el (gnus-replace-in-string): Add doc string.
16789
16790         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16791         to avoid problems when splitting mails with many recipients.
16792
16793 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16794
16795         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16796         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16797
16798 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16799
16800         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16801         if there is no hashtable in memory or file modification time is
16802         newer than cached timestamp.
16803
16804 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16805
16806         * gnus-sum.el (gnus-summary-limit-to-recipient):
16807         Implement not-matching option.
16808
16809 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16812         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16813         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16814         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16815         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16816         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16817
16818 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * message.el (message-forward-make-body-mml): Remove headers
16821         according to message-forward-ignored-headers if a message is decoded.
16822
16823 2004-12-02  Romain Francoise  <romain@orebokech.com>
16824
16825         * message.el (message-forward-make-body-plain): Always remove
16826         headers according to message-forward-ignored-headers.
16827
16828 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16829
16830         * spam.el (spam-summary-prepare-exit): Remove the
16831         gnus-summary-limit pop for now, it has problems with ham marks for
16832         me.
16833
16834 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16835
16836         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16837         correctly.
16838
16839 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16840
16841         * format-spec.el (format-spec): Message the char.
16842
16843 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16844
16845         * gnus-art.el (gnus-split-methods): Reformat comments.
16846
16847         * spam.el (spam-summary-prepare-exit): Remove article limits
16848         before exiting the summary buffer.
16849
16850 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16853         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16854
16855         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16856         order to silence the byte compiler.
16857
16858         * spam.el: Fix the way to silence the byte compiler, which
16859         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16860         bbdb-search-simple, spam-BBDB-register-routine,
16861         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16862         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16863         spam-stat-buffer-is-spam, spam-stat-load,
16864         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16865         spam-stat-save and spam-stat-split-fancy.
16866
16867 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16870         which may confuse users.
16871         (canlock-password-for-verify): Ditto.
16872
16873         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16874
16875         * gnus-art.el (gnus-emphasis-alist): Ditto.
16876
16877         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16878
16879         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16880
16881         * gnus-start.el (gnus-save-killed-list): Ditto.
16882
16883         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16884         (gnus-sum-thread-tree-root): Ditto.
16885         (gnus-sum-thread-tree-false-root): Ditto.
16886         (gnus-sum-thread-tree-single-indent): Ditto.
16887
16888         * message.el (message-courtesy-message): Ditto.
16889         (message-archive-note): Ditto.
16890         (message-subscribed-address-file): Ditto.
16891         (message-user-fqdn): Ditto.
16892
16893         * spam-report.el (spam-report-gmane-regex): Ditto.
16894
16895         * spam.el (spam-blackhole-good-server-regex): Ditto.
16896
16897 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * mml.el (mml-preview): Widen the message buffer before copying
16900         the contents to the preview buffer; sort headers before previewing.
16901
16902         * message.el (message-hidden-headers): Fix the way to avoid a bug
16903         in the `repeat' widget in Emacs 21.3 or earlier.
16904
16905 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * message.el (message-hidden-headers): Default to "^References:".
16908         Improve customization type.  Suggested by Reiner Steib
16909         <Reiner.Steib@gmx.de>.
16910
16911 2004-11-25  Romain Francoise  <romain@orebokech.com>
16912
16913         * message.el (message-strip-forbidden-properties): Remove check for
16914         obsolete `message-hidden' text property, hidden headers are not
16915         accessible in the buffer anymore.
16916
16917 2004-11-22  Romain Francoise  <romain@orebokech.com>
16918
16919         * message.el (message-header-format-alist): Add `From' in list
16920         so that it can be sorted.
16921         (message-fix-before-sending): Widen and sort headers before
16922         sending.
16923         (message-hide-headers): Use narrowing to hide headers by moving
16924         them to the top of the buffer and narrowing to the region
16925         underneath.
16926
16927 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16928
16929         * message.el (message-strip-forbidden-properties):
16930         Bind buffer-read-only (etc) to nil.
16931
16932 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16935         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16936
16937 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16938
16939         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16940
16941 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16942
16943         * dns.el (query-dns): Use sit-for to time instead of
16944         accept-process-output, since that doesn't seem to work on udp
16945         sockets.
16946
16947 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16950
16951 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16952
16953         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16954         doc string.  Improve doc string.
16955
16956 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * nntp.el (nntp-request-update-info): Return nil if
16959         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16960         may not call gnus-activate-group which uselessly issues the GROUP
16961         commands for all nntp groups and wastes time.  Reported by Romain
16962         Francoise <romain@orebokech.com>.
16963
16964         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16965
16966 2004-11-15  Simon Josefsson  <jas@extundo.com>
16967
16968         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16969         headers separately.
16970         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16971         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16972
16973 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * gnus-start.el (gnus-convert-old-newsrc):
16976         Assign legacy-gnus-agent to 5.10.7.
16977
16978 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16979
16980         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16981         start of the lines.
16982
16983 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16984
16985         * hashcash.el (hashcash-default-payment): Change default to 20.
16986         (hashcash-default-accept-payment): Change default to 20.
16987         (hashcash-process-alist): New variable.
16988         (hashcash-generate-payment-async): Add.
16989         (hashcash-already-paid-p): Add.
16990         (hashcash-insert-payment): Don't generate payments twice.
16991         (hashcash-insert-payment-async): Add.
16992         (hashcash-insert-payment-async-2): Add.
16993         (hashcash-cancel-async): Add.
16994         (hashcash-wait-async): Add.
16995         (hashcash-processes-running-p): Add.
16996         (hashcash-wait-or-cancel): Add.
16997         (mail-add-payment): New optional argument.  Conditionally start
16998         asynchronous calculation.
16999         (mail-add-payment-async): Add.
17000
17001         * message.el (message-send-mail): Wait for asynchronous hashcash
17002         results.  Don't clobber existing X-Hashcash headers.
17003         (message-setup-1): Call mail-add-payment-async when
17004         message-generate-hashcash is non-nil.
17005
17006 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17007
17008         * message.el (message-use-alternative-email-as-from): Examine the
17009         From header as well; use message-make-from in order to include a
17010         user's full name.
17011
17012 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17015         default; improve customization type.
17016         (gnus-emphasis-custom-with-format): New macro.
17017         (gnus-emphasis-custom-value-to-external): New function.
17018         (gnus-emphasis-custom-value-to-internal): New function.
17019
17020 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17021
17022         * dns.el (query-dns): Resolve reverse addresses.
17023
17024 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17025
17026         * gnus-group.el (gnus-group-get-new-news): Use it.
17027
17028         * gnus-start.el (gnus-check-reasonable-setup): New function.
17029
17030 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17033         "Args out of range" error.  Reported by Arnaud Giersch
17034         <arnaud.giersch@free.fr>.
17035
17036 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17037
17038         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17039
17040 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17041
17042         * spam.el (spam group): Add :version.
17043
17044         * pgg-def.el (pgg group): Add :version.
17045
17046 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * gnus-art.el (gnus-article-edit-article): Don't associate the
17049         article buffer with a draft file.  This is a temporary measure
17050         against the 2004-08-22 change to gnus-article-edit-mode.
17051
17052 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17055         (html2text-format-tags): Remove unused variable `attr'.
17056
17057 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17060
17061         * tls.el (tls-process-connection-type, tls-success)
17062         (tls-certtool-program): Add :version.
17063
17064         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17065         (starttls-extra-arguments, starttls-process-connection-type)
17066         (starttls-connect, starttls-failure, starttls-success): Add :version.
17067
17068         * spam-stat.el (spam-stat): Add :version.
17069
17070         * sieve.el (sieve): Add :version.
17071
17072         * sha1.el (sha1): Add :version.
17073         (sha1-use-external): Remove redundant version.
17074
17075         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17076         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17077         (nnmail-split-fancy-match-partial-words)
17078         (nnmail-split-lowercase-expanded): Add :version.
17079
17080         * nndiary.el (nndiary): Add :version.
17081
17082         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17083
17084         * mml-sec.el (mml-default-sign-method)
17085         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17086         Add :version.
17087
17088         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17089
17090         * mm-url.el (mm-url-use-external, mm-url-program)
17091         (mm-url-arguments): Add :version.
17092
17093         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17094         (mm-attachment-file-modes, mm-decrypt-option)
17095         (mm-w3m-safe-url-regexp): Add :version.
17096
17097         * message.el (message-cite-prefix-regexp)
17098         (message-sendmail-envelope-from, message-minibuffer-local-map)
17099         (message-user-fqdn, message-completion-alist): Add :version.
17100
17101         * gnus-win.el (gnus-configure-windows-hook)
17102         (gnus-use-frames-on-any-display): Add :version.
17103
17104         * gnus-art.el (gnus-article-address-banner-alist)
17105         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17106         (gnus-treat-from-picon, gnus-treat-mail-picon)
17107         (gnus-treat-x-pgp-sig): Add :version.
17108
17109         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17110         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17111         (gnus-summary-article-delete-hook)
17112         (gnus-summary-display-while-building): Add :version.
17113
17114         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17115         (gnus-get-top-new-news-hook): Add :version.
17116
17117         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17118         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17119
17120         * gnus-registry.el (gnus-registry): Add :version.
17121
17122         * gnus-spec.el (gnus-use-correct-string-widths)
17123         (gnus-make-format-preserve-properties): Add :version.
17124
17125         * gnus.el (gnus-group-charter-alist)
17126         (gnus-group-fetch-control-use-browse-url)
17127         (gnus-install-group-spam-parameters): Add :version.
17128
17129         * gnus-diary.el (gnus-diary): Add :version.
17130
17131         * gnus-delay.el (gnus-delay): Add :version.
17132
17133         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17134         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17135         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17136         Add :version.
17137
17138         * gnus-agent.el (gnus-agent-max-fetch-size)
17139         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17140         (gnus-agent-prompt-send-queue): Add :version.
17141
17142         * deuglify.el (gnus-outlook-deuglify): Add :version.
17143
17144         * html2text.el: Beautify code.  Improve doc strings.
17145         Some checkdoc cleanup.
17146         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17147
17148 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17149
17150         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17151
17152 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17153
17154         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17155         when package is loaded.
17156
17157         * spam.el (spam-summary-score-preferred-header): Add global preference
17158         for people who want to override the default SpamAssassin over
17159         Bogofilter preference (when both are set).
17160         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17161         (spam-user-format-function-S):
17162         Check spam-summary-score-preferred-header.
17163         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17164         (spam-user-format-function-S): Format the score correctly.
17165
17166 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17169         signature file.  Suggested by Manoj Srivastava
17170         <srivasta@golden-gryphon.com>.
17171
17172         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17173         iso-2022-jp even in the Japanese language environment.
17174         Suggested by Jason Rumney <jasonr@gnu.org>.
17175
17176 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17179         use the same characters as the dummy marks; make it free from
17180         getting affected by the language environment.
17181         (gnus-summary-read-group-1): Update mark positions only when the
17182         format spec is updated.
17183
17184         * gnus-spec.el (gnus-update-format-specifications): Return a list
17185         of updated types.
17186
17187 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17190         of boundp to check if display-warning is available.
17191
17192 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17193
17194         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17195
17196 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17197
17198         * nnspool.el (nnspool-spool-directory): Use news-path if the
17199         news-directory variable is not bound.
17200
17201         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17202         function instead of display-warning if it is not available.
17203
17204 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17205
17206         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17207         v5-10: Use `point-at-bol'.
17208
17209 2004-10-26  Simon Josefsson  <jas@extundo.com>
17210
17211         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17212         <chenggao@gmail.com>.
17213
17214 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17215
17216         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17217         instead.
17218
17219 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17220
17221         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17222         to remove a server from the nnimap-server-buffer-alist.
17223         (nnimap-open-connection, nnimap-close-server): Use it.
17224
17225         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17226
17227 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17230         running the major-mode function.
17231
17232 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17235         dummy marks in the right way.
17236
17237 2004-10-18  David Edmondson  <dme@dme.org>
17238
17239         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17240         excessively.
17241
17242 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17243
17244         * gnus-util.el (gnus-split-references): Accept a nil references
17245         string and go on blissfully.
17246
17247         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17248         cases where the references string is non-nil but has no references.
17249
17250         * encrypt.el: Add autoload tags.
17251
17252         * spam.el (spam-resolve-registrations-routine): Remove article
17253         from unregistration list too.  Reported by David Hanak
17254         <dhanak@isis.vanderbilt.edu>
17255
17256 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17257
17258         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17259         nil.  Change custom type.
17260
17261 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17262
17263         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17264
17265         * gnus-sum.el (gnus-summary-move-article): Use it.
17266
17267 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17268
17269         * encrypt.el: Add autoload cookies.
17270
17271         * spam.el (spam-backend-article-list-property)
17272         (spam-backend-get-article-todo-list)
17273         (spam-backend-put-article-todo-list)
17274         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17275         Resolve registrations separately.
17276         (spam-register-routine): Format comments.
17277         (spam-unregister-routine, spam-register-routine): Always call with
17278         specific-articles, no default list.
17279         (spam-summary-prepare-exit): Use the spam-classifications function.
17280
17281         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17282         gnus-encrypt.el.
17283
17284         * encrypt.el: Copied from gnus-encrypt.el.
17285
17286         * gnus-encrypt.el: Commented that it's obsolete.
17287
17288 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17289
17290         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17291         (gnus-score-save): Use it.
17292
17293         * message.el (message-bury): Use `window-dedicated-p'.
17294
17295 2004-10-15  Simon Josefsson  <jas@extundo.com>
17296
17297         * pop3.el (top-level): Don't require nnheader.
17298         (pop3-read-timeout): Add.
17299         (pop3-accept-process-output): Add.
17300         (pop3-read-response, pop3-retr): Use it.
17301
17302 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17303
17304         * spam.el (spam-register-routine): Move comment.
17305         (spam-verify-bogofilter): Use 'unknown for the initial
17306         spam-bogofilter-valid state, not 'never.
17307
17308         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17309         for netrc-machine.
17310
17311         * nnimap.el (nnimap-open-connection):
17312         Use netrc-machine-user-or-password.
17313
17314 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17315
17316         * gnus-registry.el (gnus-registry-unload-hook):
17317         Set as a variable with add-hook.
17318
17319         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17320         of news-path.
17321
17322         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17323
17324         * spam.el: Delete duplicate `provide'.
17325         (spam-unload-hook): Set as a variable with add-hook.
17326
17327 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17330         in the doc string.
17331
17332         * message.el (message-ignored-news-headers)
17333         (message-ignored-supersedes-headers)
17334         (message-ignored-resent-headers)
17335         (message-forward-ignored-headers): Improve custom type.
17336
17337 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * message.el (message-tokenize-header): Fix 2004-09-06 change
17340         which used point-min in the wrong place.
17341
17342 2004-10-12  Simon Josefsson  <jas@extundo.com>
17343
17344         * tls.el (tls-certtool-program): New variable.
17345         (tls-certificate-information): New function, based on
17346         ssl-certificate-information.
17347
17348 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * compface.el: Move the version of ELisp-based uncompface program
17351         to the contrib directory because of the copyright problem.
17352
17353 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17354
17355         * message.el (message-kill-buffer): Raise the current frame.
17356
17357 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17360
17361         * gnus.el (message-y-or-n-p): Autoload.
17362
17363         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17364         (pop3-password-required, pop3-authentication-scheme)
17365         (pop3-leave-mail-on-server): Make customizable.
17366         (pop3): New custom group.
17367         (pop3-retr): Remove `sleep-for' statements.
17368         Suggested by Dave Love <fx@gnu.org>.
17369
17370         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17371         Windows/DOS.
17372
17373         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17374         (imap-parse-body): Fix incorrect use of `assert'.
17375         Suggested by Dave Love <fx@gnu.org>.
17376
17377         * mml.el (mml-minibuffer-read-disposition): Require match.
17378         Suggested by Dave Love <fx@gnu.org>.
17379
17380 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17381
17382         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17383         doc string.
17384
17385 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17388
17389 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17390
17391         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17392         instead of calling `mm-insert-inline', to decode text/* parts
17393         before displaying them.
17394
17395 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * mm-uu.el (mm-uu-text-plain-type): New variable.
17398         (mm-uu-pgp-signed-extract-1): Use it.
17399         (mm-uu-pgp-encrypted-extract-1): Use it.
17400         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17401         bind mm-uu-text-plain-type with that value.
17402         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17403         mm-uu-dissect.
17404
17405 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-group.el (gnus-update-group-mark-positions):
17408         * gnus-sum.el (gnus-update-summary-mark-positions):
17409         * message.el (message-check-news-body-syntax):
17410         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17411         of string-as-multibyte.
17412
17413 2004-10-05  Juri Linkov  <juri@jurta.org>
17414
17415         * gnus-group.el (gnus-update-group-mark-positions):
17416         * gnus-sum.el (gnus-update-summary-mark-positions):
17417         * message.el (message-check-news-body-syntax):
17418         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17419         8-bit unibyte values to a multibyte string for search functions.
17420
17421 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17424         (mm-uu-dissect-text-parts): New function.
17425
17426         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17427         dissect text parts.
17428
17429         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17430         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17431
17432         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17433
17434         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17435         Use gnus-current-topics instead of gnus-current-topic.
17436
17437 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17438
17439         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17440
17441 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17442
17443         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17444         where approriate.
17445
17446         * nnml.el (nnml-generate-active-info): do.
17447
17448         * nndiary.el (nndiary-generate-active-info): do.
17449
17450         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17451         (gnus-topic-move): do.
17452
17453         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17454         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17455
17456         * gnus-srvr.el (gnus-server-prepare)
17457         (gnus-server-open-all-servers): do.
17458
17459         * gnus-msg.el (gnus-summary-cancel-article)
17460         (gnus-summary-resend-message)
17461         (gnus-summary-mail-crosspost-complaint): do.
17462
17463         * gnus-move.el (gnus-change-server): do.
17464
17465         * gnus-group.el (gnus-group-unmark-all-groups)
17466         (gnus-group-set-current-level): do.
17467
17468 2004-10-04  Simon Josefsson  <jas@extundo.com>
17469
17470         * message.el (message-generate-hashcash): Doc fix.
17471
17472 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17473
17474         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17475         avoid infinite recursion via gnus-get-function.
17476
17477 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17478
17479         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17480
17481         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17482
17483         * nnmail.el (nnmail-split-history): do.
17484
17485         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17486         (nnml-request-delete-group): do.
17487
17488         * nnslashdot.el (nnslashdot-read-groups): do.
17489
17490         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17491         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17492
17493         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17494         (nnspool-sift-nov-with-sed): Use last.
17495         (nnspool-retrieve-headers-with-nov): Use mapc.
17496         (nnspool-request-newgroups): Use dolist.
17497         (nnspool-request-group): Use last.
17498
17499         * nntp.el (nntp-read-server-type): Use dolist.
17500
17501         * nnvirtual.el (nnvirtual-create-mapping)
17502         (nnvirtual-update-read-and-marked): Use dolist.
17503         (nnvirtual-convert-headers): Simplify.
17504
17505 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17506
17507         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17508         Add support for sync'ing tick marks.
17509
17510 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17513         there's no visible header.
17514
17515 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17516
17517         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17518         When necessary, pass full group name to gnus-request-set-marks.
17519
17520 2004-10-01  Simon Josefsson  <jas@extundo.com>
17521
17522         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17523         acroread.
17524
17525 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17526
17527         * spam-report.el (spam-report-gmane): Fix interactive.
17528
17529         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17530
17531         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17532         when writing file.
17533         (gnus-agent-synchronize-flags): Don't default to being
17534         interactive.
17535
17536 2004-09-30  Simon Josefsson  <jas@extundo.com>
17537
17538         * message.el (message-generate-hashcash): Add.
17539         (message-send-mail): Use it, call mail-add-payment.
17540
17541 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17542
17543         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17544
17545 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17546
17547         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17548         gnus-requst-update-info with explicit code to sync the in-memory
17549         info read flags with the marks being sync'd to the backend.
17550
17551         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17552
17553 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17554
17555         * spam.el (spam-verify-bogofilter): Add new function.
17556         (spam-check-bogofilter)
17557         (spam-bogofilter-register-with-bogofilter): Use it.
17558         (spam-verify-bogofilter): Add small fixes.
17559
17560 2004-09-28  Simon Josefsson  <jas@extundo.com>
17561
17562         * hashcash.el (hashcash-generate-payment): Revert.
17563
17564 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17565
17566         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17567         Use gnus-extract-references instead of gnus-split-references.
17568
17569         * gnus-util.el (gnus-extract-references): Add new function, analogous
17570         to gnus-split-references but extracts only the message-ID without
17571         anything extra.
17572
17573         * hashcash.el (hashcash-generate-payment)
17574         (hashcash-check-payment): Do the right thing if hashcash-path is
17575         nil (because the hashcash program could not be found).
17576
17577         * spam.el (spam-use-hashcash): Remove comment.
17578
17579 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17582         (gnus-cache-enter-article, gnus-cache-remove-article)
17583         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17584
17585         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17586
17587         * gnus-art.el (article-hide-boring-headers)
17588         (article-translate-strings, article-display-face)
17589         (gnus-article-mime-match-handle-first)
17590         (gnus-article-highlight-headers)
17591         (gnus-article-add-buttons-to-head): do.
17592
17593 2004-09-27  Simon Josefsson  <jas@extundo.com>
17594
17595         * hashcash.el: New version, from
17596         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17597         ../contrib/.
17598
17599 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17602
17603 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17604
17605         * gnus-dup.el (gnus-dup-open): Use mapc.
17606         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17607
17608         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17609         Reported by Stefan Wiens <s.wi@gmx.net>.
17610
17611         * gnus.el (gnus-shutdown): Use dolist.
17612
17613         * gnus-undo.el (gnus-undo): Use mapc.
17614
17615         * nnrss.el (nnrss-generate-active): do.
17616
17617         * message.el (message-cite-original-without-signature)
17618         (message-cite-original): Use mapc.
17619         (message-do-actions, message-make-forward-subject): Use dolist.
17620
17621 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17622
17623         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17624         deletion to remove entire duplicate line.  Fixes merged article
17625         number bug.
17626
17627 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17628
17629         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17630         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17631         first ask if you want to open a server and then, even when you
17632         responded with no, asking if you want to synchronize the server's
17633         flags.
17634         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17635         multi-line expressions.
17636         (gnus-agent-synchronize-group-flags): New internal function.
17637         Updates marks in memory (in the info structure) AND in the
17638         backend.
17639
17640         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17641
17642         * nnagent.el (nnagent-request-set-mark):
17643         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17644         method, to ensure that synchronization updates marks in the
17645         backend and in the info (in memory) structure.
17646
17647 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17650         convention fully; don't miss the root article of a thread; make
17651         the X-Draft-From header with correct article numbers.
17652
17653 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17654
17655         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17656         unless plugged.  Disable the agent so that an open failure causes
17657         an error.
17658
17659         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17660         Revert 2004-09-21 change.  The backend must be opened while
17661         synchronizing flags even when the backend stores the flags
17662         locally.
17663
17664 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17665
17666         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17667         in `header' match.  Reported by Svend Tollak Munkejord.
17668
17669         * message.el (message-cite-original): Fix use of
17670         `message-cite-articles-with-x-no-archive'.
17671
17672 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17675         (gnus-window-to-buffer): Ditto.
17676
17677         * mml.el (mml-preview-buffer): New variable.
17678         (mml-preview): Manage window layout with gnus-buffer-configuration.
17679
17680         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17681         X-Draft-From header even if those articles aren't quoted.
17682
17683 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17684
17685         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17686         (gnus-request-set-mark, gnus-request-update-mark): Use new
17687         g-s-t-u-l-m to decide to use backend even when unplugged.
17688
17689 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17692         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17693
17694 2004-09-20  Simon Josefsson  <jas@extundo.com>
17695
17696         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17697         "utf-16-le".
17698
17699 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17700
17701         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17702
17703 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * uudecode.el (uudecode-use-external): Add :version.
17706
17707         * smime.el (smime-CA-file, smime-encrypt-cipher)
17708         (smime-dns-server): Add :version.
17709
17710         * smiley.el (gnus-smiley-file-types): Add :version.
17711
17712         * sha1.el (sha1-use-external): Add :version.
17713
17714         * pgg-def.el (pgg-query-keyserver): Add :version.
17715
17716         * nnmail.el (nnmail-fancy-expiry-targets)
17717         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17718         Add :version.
17719
17720         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17721         (nnimap-retrieve-groups-asynchronous): Add :version.
17722         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17723
17724         * mml.el (mml-content-disposition-parameters)
17725         (mml-insert-mime-headers-always): Add :version.
17726
17727         * mm-util.el (mm-coding-system-priorities): Add :version.
17728
17729         * mm-decode.el (mm-inline-text-html-with-images)
17730         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17731         (mm-verify-option): Add :version.
17732         (mm-text-html-renderer): Change :version.
17733
17734         * message.el (message-fcc-externalize-attachments)
17735         (message-required-headers, message-draft-headers)
17736         (message-subject-trailing-was-query)
17737         (message-subject-trailing-was-ask-regexp)
17738         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17739         (message-mark-insert-end, message-archive-header)
17740         (message-archive-note, message-cross-post-default)
17741         (message-cross-post-note, message-followup-to-note)
17742         (message-cross-post-note-function, message-use-mail-followup-to)
17743         (message-subscribed-address-functions)
17744         (message-subscribed-address-file, message-subscribed-addresses)
17745         (message-subscribed-regexps, message-allow-no-recipients)
17746         (message-yank-cited-prefix, message-signature-insert-empty-line)
17747         (message-hidden-headers, message-hierarchical-addresses)
17748         (message-mail-user-agent, message-use-idna)
17749         (message-valid-fqdn-regexp)
17750         (message-strip-special-text-properties, message-header-synonyms)
17751         (message-beginning-of-line, message-tab-body-function): Add :version.
17752         (message-insert-canlock, message-wide-reply-confirm-recipients):
17753         Change :version.
17754
17755         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17756         and :version.
17757         (mail-source-delete-old-incoming-confirm)
17758         (mail-source-movemail-program): Add :version.
17759
17760         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17761         (gnus-agent-cache, gnus-agent): Change :version.
17762
17763         * gnus-util.el (gnus-use-byte-compile): Change :version.
17764
17765         * gnus-sum.el (gnus-summary-make-false-root-always)
17766         (gnus-summary-default-high-score)
17767         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17768         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17769         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17770         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17771         (gnus-sum-thread-tree-single-indent)
17772         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17773         (gnus-sum-thread-tree-leaf-with-other)
17774         (gnus-sum-thread-tree-single-leaf): Add :version.
17775         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17776         (gnus-article-loose-mime): Change :version.
17777
17778         * gnus-start.el (gnus-backup-startup-file)
17779         (gnus-save-startup-file-via-temp-buffer): Add :version.
17780
17781         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17782         (gnus-server-offline-face): Add :version.
17783
17784         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17785
17786         * gnus-msg.el (gnus-gcc-externalize-attachments)
17787         (gnus-debug-files, gnus-debug-exclude-variables)
17788         (gnus-discouraged-post-methods): Change :version.
17789         (gnus-confirm-mail-reply-to-news)
17790         (gnus-confirm-treat-mail-like-news): Add :version.
17791
17792         * gnus-int.el (gnus-server-unopen-status): Add :version.
17793
17794         * gnus-group.el (gnus-group-jump-to-group-prompt)
17795         (gnus-large-ephemeral-newsgroup)
17796         (gnus-fetch-old-ephemeral-headers): Add :version.
17797
17798         * gnus-fun.el (gnus-x-face-directory)
17799         (gnus-convert-pbm-to-x-face-command)
17800         (gnus-convert-image-to-x-face-command)
17801         (gnus-convert-image-to-face-command): Add :version.
17802
17803         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17804
17805         * gnus-cite.el (gnus-cite-blank-line-after-header)
17806         (gnus-article-boring-faces): Add :version.
17807
17808         * gnus-art.el (gnus-buttonized-mime-types)
17809         (gnus-inhibit-mime-unbuttonizing)
17810         (gnus-treat-display-face)
17811         (gnus-treat-body-boundary): Change :version.
17812         (gnus-body-boundary-delimiter, gnus-picon-databases)
17813         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17814         (gnus-treat-date-english, gnus-treat-fold-headers)
17815         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17816         (gnus-treat-mail-picon, gnus-treat-wash-html)
17817         (gnus-article-encrypt-protocol)
17818         (gnus-use-idna, gnus-article-over-scroll)
17819         (gnus-mime-display-multipart-alternative-as-mixed)
17820         (gnus-mime-display-multipart-related-as-mixed)
17821         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17822         (gnus-ctan-url, gnus-button-ctan-handler)
17823         (gnus-button-handle-ctan-bogus-regexp)
17824         (gnus-button-ctan-directory-regexp)
17825         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17826         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17827         (gnus-button-man-level, gnus-button-emacs-level)
17828         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17829
17830         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17831         (gnus-agent-go-online): Change :version.
17832         (gnus-agent-expire-unagentized-dirs)
17833         (gnus-agent-auto-agentize-methods): Add :version.
17834
17835         * flow-fill.el (fill-flowed-display-column)
17836         (fill-flowed-encode-column): Add :version.
17837
17838         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17839         (gnus-outlook-deuglify-unwrap-max)
17840         (gnus-outlook-deuglify-cite-marks)
17841         (gnus-outlook-deuglify-unwrap-stop-chars)
17842         (gnus-outlook-deuglify-no-wrap-chars)
17843         (gnus-outlook-deuglify-attrib-cut-regexp)
17844         (gnus-outlook-deuglify-attrib-verb-regexp)
17845         (gnus-outlook-deuglify-attrib-end-regexp)
17846         (gnus-outlook-display-hook): Add :version.
17847
17848         * binhex.el (binhex-use-external): Add :version.
17849
17850 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17851
17852         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17853         and `invisible'.
17854
17855 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17856
17857         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17858         in gnus-registry-trim.
17859
17860 2004-09-13  Simon Josefsson  <jas@extundo.com>
17861
17862         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17863
17864         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17865
17866         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17867         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17868         <yamaoka@jpl.org>.
17869         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17870         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17871         <yamaoka@jpl.org>.
17872
17873         * sieve.el (sieve-manage-mode): Ditto.
17874
17875 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17876
17877         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17878
17879 2004-09-11  Simon Josefsson  <jas@extundo.com>
17880
17881         * dns-mode.el: Add.
17882
17883         * mm-view.el (mm-display-dns-inline): Add.
17884
17885         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17886         (mm-automatic-display): Ditto.
17887
17888         * mailcap.el (mailcap-mime-data): Add text/dns.
17889         (mailcap-mime-extensions): Map .soa to text/dns.
17890
17891 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17892
17893         * gnus-art.el (article-decode-mime-words, article-babel)
17894         (gnus-article-highlight-signature, gnus-article-add-buttons)
17895         (gnus-signature-toggle): Remove unnecessary bindings of
17896         `inhibit-read-only' inherited from v5.10 merge.
17897
17898 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17899
17900         * nntp.el (nntp): New customization group.
17901         (nntp-authinfo-file): Add customization group.
17902
17903         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17904
17905         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17906
17907         * gnus.el (to-address, to-list, subscribed)
17908         (large-newsgroup-initial): Ditto.
17909
17910         * flow-fill.el (fill-flowed-display-column)
17911         (fill-flowed-encode-column): Ditto.
17912
17913 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17914
17915         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17916         Use point-min rather than 1.
17917         (message-send-mail): Use buffer-size rather than point-max.
17918
17919         * gnus-sum.el (gnus-summary-search-article-forward):
17920         Signal a specific `search-failed' rather than a generic `error'.
17921
17922         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17923         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17924         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17925
17926 2004-09-10  Simon Josefsson  <jas@extundo.com>
17927
17928         * nndb.el (require): Remove tcp and duplicate cl.
17929
17930 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * gnus-agent.el (directory-files-and-attributes): Move forward.
17933
17934 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17935
17936         * gnus-agent.el (directory-files-and-attributes):
17937         Optionally defined to support XEmacs.
17938
17939 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17940
17941         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17942         to avoid run-time CL dependencies.
17943         (gnus-agent-unfetch-articles): New function.
17944         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17945         article numbers even when local .overview file is missing.
17946         (gnus-agent-read-article-number): New function.  Only accepts
17947         27-bit article numbers.
17948         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17949         Use gnus-agent-read-article-number.
17950         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17951         from backend while recognizing that article numbers in .overview
17952         must be valid.
17953         (gnus-agent-update-files-total-fetched-for):
17954         Use directory-files-and-attributes to improve performance.
17955         * gnus-int.el (gnus-request-move-article):
17956         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17957         improve performance.
17958
17959         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17960         some users confused by references to .newsrc when they only have a
17961         .newsrc.eld file.
17962         (gnus-convert-mark-converter-prompt)
17963         (gnus-convert-converter-needs-prompt): Fix use of property list.
17964         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17965         New function.  Used internally to only display 'gnus converting
17966         files' message when actually necessary.
17967
17968         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17969         methods now autoloaded.
17970
17971 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17974         identifiers.
17975
17976 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17977
17978         * gnus-picon.el: Fix indentation and closing parenthesis.
17979
17980 2004-09-01  Simon Josefsson  <jas@extundo.com>
17981
17982         * message.el (message-canlock-generate): Require sha1, not
17983         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17984         to require within a function.  Sadly, if sha1.el isn't loaded, the
17985         let binding in m-c-g will hide the defcustom definition, which is
17986         bad.)
17987
17988         * canlock.el: Require sha1, not sha1-el.
17989
17990         * message.el: Don't autoload sha1 (there is a autoload cookie in
17991         sha1.el).
17992
17993         * sha1-el.el: Rename to sha1.el.
17994
17995 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17996
17997         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17998
17999 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18000
18001         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18002
18003 2004-08-30  Kim F. Storm  <storm@cua.dk>
18004
18005         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18006
18007         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18008         Add :group 'nnimap.
18009
18010 2004-08-30  Andreas Schwab  <schwab@suse.de>
18011
18012         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18013         ?* and ?\;.
18014
18015         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18016         and ?\' to symbol instead of whitespace.
18017
18018 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18021
18022         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18023         instead of re-search-forward.
18024
18025         * gnus-uu.el (gnus-uu-save-article): Ditto.
18026         (gnus-uu-post-encode-uuencode): Ditto.
18027
18028         * html2text.el (html2text-clean-list-items): Ditto.
18029         (html2text-clean-dtdd): Ditto.
18030         (html2text-format-tags): Ditto.
18031
18032         * message.el (message-send-mail-with-sendmail): Fix regexp.
18033         (message-fill-field-general): Use search-forward instead of
18034         re-search-forward.
18035         (unbold-region): Ditto.
18036
18037         * nnrss.el (nnrss-request-article): Ditto.
18038
18039         * nnslashdot.el (nnslashdot-request-article): Ditto.
18040
18041         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18042
18043         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18044         "Unrecognized menu descriptor" error in XEmacs.
18045
18046 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18047
18048         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18049         parent article of a sparse article in the thread hashtb.
18050
18051 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18052
18053         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18054         (nnmail-expand-newtext): Lowercase expanded entries if
18055         nnmail-split-lowercase-expanded is non-nil.
18056
18057 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18060
18061         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18062         of gnus-tmp-news-method into string under XEmacs.  It will be
18063         passed to gnus-correct-length which takes only a string argument.
18064
18065 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * gnus-util.el (gnus-bind-print-variables): New macro.
18068         (gnus-prin1): Use it.
18069         (gnus-prin1-to-string): Use it.
18070         (gnus-pp): New function.
18071         (gnus-pp-to-string): New function.
18072
18073         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18074         Replace pp-to-string with gnus-pp-to-string.
18075         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18076         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18077         * gnus-msg.el (gnus-debug): Ditto.
18078         * gnus-score.el (gnus-score-save): Ditto.
18079         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18080         gnus-pp-to-string.
18081         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18082         with gnus-pp.
18083         * score-mode.el (gnus-score-pretty-print): Ditto.
18084         * webmail.el (webmail-debug): Ditto.
18085
18086 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-art.el (article-display-face, article-display-x-face):
18089         Use buffer-read-only.
18090
18091 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * gnus-art.el (article-hide-list-identifiers):
18094         Bind inhibit-read-only as t.
18095
18096 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18099
18100 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18101
18102         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18103         (gnus-narrow-to-page): Don't assume point-min == 1.
18104         (gnus-article-edit-mode): Derive from message-mode.
18105
18106         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18107         point-min == 1.
18108
18109         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18110         Disable incorrect use of `assert'.
18111
18112         * message.el (message-mode): Set comment-start-skip.
18113
18114
18115 2004-08-22  Sam Steingold  <sds@gnu.org>
18116
18117         * pop3.el (pop3-leave-mail-on-server): New user variable.
18118         (pop3-movemail): Delete mail only when it is nil.
18119
18120 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18123
18124         * mml.el (mml-preview): Use `pop-to-buffer'.
18125
18126         * message.el (message-goto-mail-followup-to): Insert after "To".
18127         (message-carefully-insert-headers): Add comment.
18128
18129         * gnus.el: Remove unused variable `gnus-article-check-size'.
18130
18131         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18132
18133         * gnus-art.el (gnus-button-alist):
18134         Improve `gnus-button-handle-library' entry.
18135
18136 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18137
18138         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18139         Use downcase, since XEmacs capitalizes error messages differently.
18140
18141 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18142
18143         * nntp.el: Add (require 'gnus) due to reference to
18144         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18145
18146 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18147
18148         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18149         Bind `mm-fill-flowed'.
18150
18151         * mm-decode.el (mm-dissect-singlepart): Check it.
18152
18153 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18154
18155         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18156         'imap' for netrc parsing.
18157
18158 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18159
18160         * mailcap.el (mailcap-mime-data): Mark as risky.
18161
18162 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18165         may be included in the encoded word.
18166         (rfc2047-encode): Don't append a space if the encoded word
18167         includes close parenthesis.
18168
18169 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18170
18171         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18172         of text within parentheses.
18173
18174 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18175
18176         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18177         (gnus-encrypt-write-file-contents): Make the password key the file
18178         name PLUS the cipher, not just the cipher.  Also remove failed
18179         passwords from the cache.
18180
18181 2004-08-06  Simon Josefsson  <jas@extundo.com>
18182
18183         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18184         Doc fix.
18185
18186 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18189         LWSP.
18190
18191 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18192
18193         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18194         Try to append in-reply-to: data to the references: header.
18195
18196         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18197         (netrc-parse): Use gnus-encrypt.el functions.
18198
18199         * gnus-encrypt.el: Add new file for encryption support; currently
18200         does only a few GPG ciphers and an internal XOR cipher.
18201
18202         * password.el: Add comments on using password-read-and-add.
18203         (password-read-and-add): Add function to read and add the
18204         password to the cache at once.
18205
18206 2004-07-28  Simon Josefsson  <jas@extundo.com>
18207
18208         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18209         parameter (but don't use it, for now).
18210
18211         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18212         instead of hard coding to nil.
18213
18214 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18217         as mm-inline-image-xemacs does.
18218
18219 2004-07-26  Simon Josefsson  <jas@extundo.com>
18220
18221         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18222         Revert part of 2004-07-17 change below.
18223
18224 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18227         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18228
18229 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18230
18231         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18232         quotes that actually start with ">" at the beginning of the
18233         lines.
18234
18235 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * rfc2047.el (rfc2047-encode-region): Fix last change.
18238         (rfc2047-encode-parameter): Remove useless concat.
18239
18240 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18241
18242         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18243         encode special characters; fix some kind of misconfigured headers;
18244         signal a real error if debug-on-quit or debug-on-error is non-nil.
18245         (rfc2047-encode-max-chars): New variable.
18246         (rfc2047-encode-1): Use it.
18247         (rfc2047-encode-parameter): New function.
18248
18249         * mml.el (mml-insert-parameter): Remove an excessive space.
18250
18251 2004-07-17  Simon Josefsson  <jas@extundo.com>
18252
18253         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18254         Kai Grossjohann <kai@emptydomain.de>.
18255         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18256         (gnus-group-make-menu-bar): Ditto.
18257
18258         * gnus-util.el (gnus-group-server): Add.
18259
18260 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18261
18262         * message.el (message-clone-locals): Clone sendmail and smtp
18263         variables.
18264
18265 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * rfc2047.el (rfc2047-encode-region): Fix last change.
18268
18269 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18272         characters as non-special.
18273
18274 2004-07-09  Simon Josefsson  <jas@extundo.com>
18275
18276         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18277         Users will lose all flag changes made while unplugged with
18278         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18279         good default.  See numerous reports on ding mailing list.
18280
18281 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18284         add generate-head-function and generate-article-function to the
18285         rfc822-forward entry.
18286         (nndoc-rfc822-forward-generate-article): New function.
18287         (nndoc-rfc822-forward-generate-head): New function.
18288
18289         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18290
18291 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18292
18293         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18294         respect display group parameter and gnus-summary-expunge-below.
18295         (gnus-articles-to-read): Remove unused reference to display group
18296         parameter.
18297
18298 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299
18300         * nnheader.el (nnheader-uniquify-message-id): New experimental
18301         variable.
18302         (nnheader-nov-read-message-id): Use it.
18303
18304         * spam-report.el (spam-report-gmane): Add interactive.
18305
18306 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * mm-encode.el (mm-content-transfer-encoding-defaults):
18309         Use qp-or-base64 for the application/* types.
18310
18311 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18312
18313         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18314
18315 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18316
18317         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18318         trim value.
18319
18320 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18321
18322         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18323         New macro and function.
18324         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18325
18326 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18329         after-load-alist.
18330
18331 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18332
18333         * gnus-group.el (gnus-group-get-new-news-this-group):
18334         Don't update info that isn't there.
18335
18336 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18337
18338         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18339         entry.
18340
18341 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * mm-view.el (mm-inline-render-with-function): Use multibyte
18344         buffer; decode html source by charset.
18345
18346         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18347
18348         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18349         Mule-UCS is loaded under XEmacs.
18350         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18351
18352 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18353
18354         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18355
18356 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * mm-util.el (mm-coding-system-p): Return a coding-system.
18359         (mm-mime-mule-charset-alist): Use shift_jis instead of
18360         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18361         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18362         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18363         instead of japanese-shift-jis and iso-latin-1 respectively in
18364         order to share the default value with both Emacs and XEmacs-mule.
18365         (mm-mule-charset-to-mime-charset):
18366         Make mm-coding-system-priorities effective.
18367         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18368         while predicating of candidates upon the priorities.
18369
18370 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18371
18372         * gnus-sum.el (gnus-summary-make-menu-bar):
18373         Add gnus-uu-invert-processable.
18374
18375         * gnus.el: Autoload gnus-uu-invert-processable.
18376
18377 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * mm-util.el (mm-with-multibyte-buffer): New macro.
18380
18381         * rfc2047.el (rfc2047-encode-string): Use it.
18382         (rfc2047-encode-region): Move point to the end of the region after
18383         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18384
18385 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18388         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18389
18390 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18393         (gnus-cite-parse): Ignore quoted envelope From_.
18394         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18395
18396 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18397
18398         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18399         invalid addresses.
18400
18401 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18402
18403         * spam.el: Change section markers, revise TODO list.
18404         (spam-backends): Make new master list of all installed backends.
18405         (spam-summary-exit-behavior): Add new variable to determine how
18406         messages moves are done at summary exit.
18407         (spam-move-spam-nonspam-groups-only)
18408         (spam-process-ham-in-nonham-groups)
18409         (spam-process-ham-in-spam-groups): Remove variables, the
18410         spam-summary-exit-behavior variable should be used to manage this
18411         behavior.
18412         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18413         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18414         and spam-old-spam-articles.
18415         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18416         Add empty variables, placeholders for the backends they represent.
18417         (spam-set-difference): Move, unchanged.
18418         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18419         unless the user has a processor variable.
18420         (spam-classifications, spam-classification-valid-p)
18421         (spam-backend-properties, spam-backend-property-valid-p)
18422         (spam-backend-function-type-valid-p)
18423         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18424         (spam-report-articles-gmane, spam-report-articles-resend):
18425         Remove functions, they are not needed.
18426         (spam-install-backend-super, spam-backend-list)
18427         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18428         (spam-backend-function, spam-backend-ham-registration-function)
18429         (spam-backend-spam-registration-function)
18430         (spam-backend-ham-unregistration-function)
18431         (spam-backend-spam-unregistration-function)
18432         (spam-backend-statistical-p, spam-backend-mover-p)
18433         (spam-install-backend-alias, spam-install-checkonly-backend)
18434         (spam-install-mover-backend, spam-install-nocheck-backend)
18435         (spam-install-backend, spam-install-statistical-backend)
18436         (spam-install-statistical-checkonly-backend): Add backend installation
18437         support.
18438         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18439         (spam-group-processor-p): Use the new backend code and respect the
18440         summary exit behavior.
18441         (spam-mark-spam-as-expired-and-move-routine): Remove.
18442         (spam-summary-prepare): Change to use the new spam-old-articles
18443         variable.
18444         (spam-copy-or-move-routine, spam-copy-spam-routine)
18445         (spam-move-spam-routine, spam-copy-ham-routine)
18446         (spam-move-ham-routine): Add code to copy/move ham or spam.
18447         (spam-fetch-field-fast): Improve doc and code, plus allow the
18448         'number request.
18449         (spam-list-of-checks, spam-list-of-statistical-checks):
18450         Remove variables.
18451         (spam-split, spam-find-spam): Use the new backend code.
18452         (spam-registration-functions): Remove variable.
18453         (spam-unregister-routine): Add convenience wrapper.
18454         (spam-log-undo-registration, spam-register-routine)
18455         (spam-log-processing-to-registry)
18456         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18457         where possible.
18458         (spam-check-gmane-xref, spam-check-regex-headers)
18459         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18460         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18461         (spam-check-bogofilter-headers, spam-check-spamoracle)
18462         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18463         (spam-check-crm114-headers): Use the spam-split-group that
18464         spam-split prepares, no need to determine it every time.
18465
18466         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18467         to the nnheader-parse-naked-head call.
18468
18469         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18470
18471         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18472         the nnheader-nov-read-message-id call.
18473
18474 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18477         gnus-activate-group twice.  Suggested by Markus Peter
18478         <warp@spin.de>.
18479
18480 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * gnus-art.el (gnus-article-time-format): Exchange the order of
18483         day and month in the default value; fix customization type.
18484         (article-date-ut): Use add-text-properties.
18485         (article-make-date-line): Use message-make-date instead of
18486         current-time-string.
18487
18488         * message.el (message-fetch-field): Don't use set-text-properties.
18489         (message-make-date): Simplify.
18490
18491         * messagexmas.el (message-xmas-make-date): New function.
18492         (message-xmas-redefine): Defalias message-make-date to it.
18493
18494 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18497         (rfc2047-encode-region): Treat text within parentheses as special;
18498         show the original text when error has occurred.
18499
18500         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18501         already-computed method to gnus-activate-group.
18502
18503         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18504         same select-methods identical Lisp objects.
18505
18506         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18507         object when modifying the info.
18508
18509 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18512         gnus-opened-servers since it has never been opened with the new
18513         configuration yet.
18514
18515 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18516
18517         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18518         arg to nnheader-generate-fake-message-id.
18519
18520 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18521
18522         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18523         number and build a fake message ID localized to a group and
18524         article number (so it's repeatable from that point on).
18525         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18526         ID format.
18527
18528         * gnus-sum.el (gnus-get-newsgroup-headers):
18529         Call nnheader-generate-fake-message-id with the article number.
18530
18531 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18532
18533         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18534         end-of-buffer.
18535
18536 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18537
18538         * message.el (message-ignored-supersedes-headers): Add Approved.
18539
18540 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18543         goto-char.
18544         (rfc2047-encode): Fold the line before encoding.
18545
18546 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18547
18548         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18549         folding -- not all headers can be folded, and this should be done
18550         by the message composition mode.  Probably.  I think.
18551
18552 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18555         fast.
18556
18557         * gnus-ems.el (gnus-remove-image): Don't use
18558         message-text-with-property; remove only the image found first.
18559
18560         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18561         found first.
18562
18563 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18564
18565         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18566
18567 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * message.el (message-text-with-property): Make it fast and accept
18570         optional arguments.
18571         (message-strip-forbidden-properties): Use it.
18572         (message-fix-before-sending): Follow the m-t-w-p change.
18573
18574         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18575
18576 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * gnus-art.el (article-hide-headers): Don't change the buffer
18579         mistakenly when performing mml-preview even if
18580         gnus-single-article-buffer is nil.
18581
18582 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18583
18584         * message.el (message-expand-name-databases): New user option.
18585         (message-expand-name): Use it.
18586
18587 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * spam.el (spam-report-articles-resend)
18590         (spam-report-resend-register-routine): Allow ham reporting.
18591         (spam-report-resend-register-ham-routine): Add wrapper.
18592         (spam-registration-functions): Add ham resending functions.
18593         (spam-list-of-processors): Add ham resend processor.
18594
18595         * gnus.el (ham-resend-to): Add new group parameter.
18596         (spam-process): Add ham resend option.
18597
18598         * spam-report.el (spam-report-resend): Allow reporting ham.
18599         (spam-report-resend-ham): Add wrapper.
18600
18601 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18602
18603         * message.el (message-cite-articles-with-x-no-archive):
18604         New variable.
18605         (message-cite-original): Use it.
18606
18607 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18608
18609         * message.el (message-cite-original): Respect X-No-Archive.
18610
18611 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * gnus-art.el (article-hide-headers): Refer to the values for
18614         gnus-ignored-headers and gnus-visible-headers in the summary
18615         buffer since a user may have set them as group parameters.
18616
18617 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18618
18619         * assistant.el (assistant-node-name): Add convenience function.
18620         (assistant-render-text, assistant-render-node): Add error handling,
18621         plus handle multiple next nodes.
18622         (assistant-find-next-node): Comment out for now.
18623         (assistant-find-next-nodes): Add function, returns list of next
18624         nodes.
18625
18626 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18627
18628         * mail-source.el (mail-source-directory): Fix doc-string.
18629
18630 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18631
18632         * assistant.el (assistant-render-text, assistant-eval): Add :set
18633         widget type, which is different because it takes and returns a
18634         list.  Much hilarity ensues.
18635
18636 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18639
18640         * gnus-group.el (gnus-group-get-new-news-this-group):
18641         Add doc-string.
18642
18643         * gnus-start.el (gnus-activate-group): Add doc-string.
18644
18645 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18648
18649 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18650
18651         * assistant.el (assistant-render-text): Try to add a :set
18652         widget, more to come.
18653
18654         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18655         strings.
18656         (spam-report-articles-resend)
18657         (spam-register-routine): Do registration iff any articles warrant
18658         it.
18659         (spam-summary-prepare-exit): Change log message for nil group
18660         destinations.
18661
18662 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18663
18664         * spam.el (spam-report-resend-register-routine):
18665         Allow spam-report-resend-to to be a group parameter or a global value.
18666
18667 2004-05-26  Simon Josefsson  <jas@extundo.com>
18668
18669         * starttls.el: Merge with my GNUTLS based starttls.el.
18670         (starttls-gnutls-program, starttls-use-gnutls)
18671         (starttls-extra-arguments, starttls-process-connection-type)
18672         (starttls-connect, starttls-failure, starttls-success):
18673         New variables.
18674         (starttls-program, starttls-extra-args): Doc fix.
18675         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18676         New functions.
18677         (starttls-negotiate, starttls-open-stream):
18678         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18679         function if it is set.
18680
18681 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18684         structured fields.
18685
18686 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18689
18690 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18691
18692         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18693         Add variable.
18694         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18695         assigning the spam-mark to new messages.
18696
18697 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18698
18699         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18700
18701 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18704
18705         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18706         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18707         default.
18708
18709 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18710
18711         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18712         correct data.
18713
18714 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18715
18716         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18717         (spam-group-processor-p): Fix function.
18718         (spam-group-processor-multiple-p)
18719         (spam-group-spam-processor-report-gmane-p)
18720         (spam-group-spam-processor-report-resend-p)
18721         (spam-group-spam-processor-bogofilter-p)
18722         (spam-group-spam-processor-blacklist-p)
18723         (spam-group-spam-processor-ifile-p)
18724         (spam-group-ham-processor-ifile-p)
18725         (spam-group-spam-processor-spamoracle-p)
18726         (spam-group-spam-processor-crm114-p)
18727         (spam-group-ham-processor-bogofilter-p)
18728         (spam-group-spam-processor-stat-p)
18729         (spam-group-ham-processor-stat-p)
18730         (spam-group-ham-processor-whitelist-p)
18731         (spam-group-ham-processor-BBDB-p)
18732         (spam-group-ham-processor-spamoracle-p)
18733         (spam-group-ham-processor-copy-p): Remove functions with some
18734         prejudice against unneeded code.
18735         (spam-report-articles-resend)
18736         (spam-report-resend-register-routine): Allow the group/topic
18737         spam-resend-to value to override spam-report-resend-to.
18738         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18739         properly now.
18740
18741         * gnus.el (spam-resend-to): Add group/topic parameter.
18742         (spam-process): Move the OBSOLETE processors to the end of the
18743         choices.
18744
18745 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18746
18747         * spam-report.el (spam-report-resend-to, spam-report-resend):
18748         Start with resend-to set to nil, and then ask the user if necessary.
18749         (spam-report-resend): spam-report-resend takes a list of articles, not
18750         separate article numbers.
18751
18752 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18755         addition to emacs-w3m.
18756
18757 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18758
18759         * assistant.el (assistant-authinfo-data): New function.
18760         (assistant-eval): Eval for entire assistant.
18761
18762         * netrc.el (netrc-services-file): New variable.
18763         (netrc-parse-services): New function.
18764         (netrc-find-service-name): New function.
18765         (netrc-find-service-number): New function.
18766         (netrc-port-equal): New function.
18767         (netrc-machine): Use it.
18768
18769         * nnimap.el (nnimap-open-connection): Use netrc.
18770
18771         * gnus-util.el (gnus-netrc-get): Remove aliases.
18772
18773         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18774
18775         * assistant.el (wid-edit): Fix compilation.
18776
18777         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18778
18779 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18780
18781         * gnus-util.el (gnus-set-file-modes): New function.  (small
18782         patch).
18783
18784 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785
18786         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18787
18788         * assistant.el (assistant-render-node): Fix up rendering and
18789         read-only text.
18790         (assistant-render-node): Reset.
18791         (assistant-make-read-only): Not sticky.
18792
18793 2004-05-20  Danny Siu  <dsiu@adobe.com>
18794
18795         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18796         centered even when gnus-auto-center-summary is t.
18797
18798 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18799
18800         * dns.el (dns-get-txt-answer): New function.
18801         (dns-read-txt): Ditto.
18802         (query-dns): Use it.
18803
18804 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18807         active for foreign groups even if the group level is higher than
18808         the specified value.
18809
18810 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18811
18812         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18813         non-active groups.
18814
18815         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18816
18817 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18818
18819         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18820
18821 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18822
18823         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18824         (spam-crm114-header, spam-crm114-spam-switch)
18825         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18826         (spam-crm114-positive-spam-header)
18827         (spam-crm114-database-directory, spam-list-of-processors)
18828         (spam-group-spam-processor-crm114-p)
18829         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18830         (spam-generic-score, spam-list-of-checks)
18831         (spam-list-of-statistical-checks, spam-registration-functions)
18832         (spam-check-crm114-headers, spam-crm114-score)
18833         (spam-check-crm114, spam-crm114-register-with-crm114)
18834         (spam-crm114-register-spam-routine)
18835         (spam-crm114-unregister-spam-routine)
18836         (spam-crm114-register-ham-routine)
18837         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18838         From asjo@koldfront.dk (Adam Sjøgren).
18839
18840         * gnus.el: Add spam-use-crm114.
18841
18842         * spam.el (spam-list-of-processors, spam-registration-functions):
18843         Add spam-use-resend.
18844         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18845         (spam-report-articles-gmane): Add doc fix.
18846         (spam-report-articles-resend, spam-report-resend-register-routine):
18847         Add wrappers around spam-report-resend-to.
18848
18849         * spam-report.el (spam-report-resend-to, spam-report-resend):
18850         Add support for resending spam.
18851         (spam-report-gmane): Fix line length >80.
18852
18853         * gnus.el (spam-process): Add spam-use-resend.
18854
18855 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18856
18857         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18858         number of processed spam messages.
18859         (spam-ham-copy-or-move-routine): Return the number of processed
18860         ham messages.
18861         (spam-summary-prepare-exit): Use the above values to decide
18862         whether status messages shouled be displayed.
18863
18864 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18865
18866         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18867         `rfc2047-encoding-function-alist' in order to avoid conflicting
18868         with the old version.
18869         (rfc2047-encode-region): Concatenate words containing non-ASCII
18870         characters in structured fields; don't encode space-delimited
18871         ASCII words even in unstructured fields; don't break words at
18872         char-category boundaries.
18873         (rfc2047-encode-1): New function.
18874         (rfc2047-encode): Use it; encode text so that it occupies the
18875         maximum width within 76-column; work correctly on Q encoding for
18876         iso-2022-* charsets.
18877         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18878         sure not to break a line just after the header name.
18879         (rfc2047-b-encode-region): Remove.
18880         (rfc2047-b-encode-string): New function.
18881         (rfc2047-q-encode-region): Remove.
18882         (rfc2047-q-encode-string): New function.
18883
18884         * mm-util.el (mm-replace-in-string): New function.
18885
18886 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18887
18888         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18889         Really get it right.
18890         (gnus-inews-make-draft): Really.
18891
18892 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18893
18894         * nnmh.el (nnmh-request-list-1): Don't check the link count
18895         before descending.  (small patch)
18896
18897 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18898
18899         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18900         stuff.
18901
18902         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18903         Match on real group name.
18904
18905         * gnus-art.el (gnus-signature-limit): Doc fix.
18906
18907         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18908
18909         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18910
18911 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18912
18913         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18914         isn't a string.
18915
18916 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18917
18918         * gnus-draft.el (gnus-draft-send):
18919         Bind rfc2047-encode-encoded-words.
18920
18921         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18922         (rfc2047-encodable-p): Say that =? needs encoding.
18923         (rfc2047-encode-encoded-words): New variable.
18924
18925         * gnus-group.el (gnus-group-select-group): Doc fix.
18926
18927         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18928
18929         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18930         to nil.
18931
18932         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18933
18934         * nnheader.el (nnheader-get-lines-and-char): New function.
18935
18936 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * gnus-msg.el (gnus-summary-followup-with-original):
18939         Document yanking of region when active.
18940
18941 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18944         groups if the group level is higher than the specified value.
18945
18946 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18947
18948         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18949         (gnus-group-jump-to-group): Add prefix argument using
18950         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18951         non-active group.
18952
18953         * compface.el (uncompface): Be verbose when changing
18954         `uncompface-use-external'.
18955
18956         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18957         handle manual section.
18958
18959 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18960
18961         * gnus-art.el (gnus-button-alist): Revert previous change.
18962
18963 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18964
18965         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18966
18967 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18968
18969         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18970         whether backend can accept message.
18971
18972         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18973
18974 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18975
18976         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18977         Avoid creating directory when nntp-marks-is-evil is true.
18978         Reported by Reiner Steib.
18979
18980 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18981
18982         * gnus-picon.el (gnus-picon-style): New variable.
18983         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18984         (gnus-picon-transform-address): Support `gnus-picon-style'.
18985         From Jesper Harder <harder@ifa.au.dk>.
18986
18987 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18988
18989         * message.el (message-fill-field): Return point.
18990         (message-generate-headers): Go to end of field.
18991
18992         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18993         stuff for non-living groups.
18994
18995 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18996
18997         * gnus-art.el (gnus-article-followup-with-original)
18998         (gnus-article-reply-with-original): gnus-mark-active-p ->
18999         gnus-region-active-p.
19000
19001 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19002
19003         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19004         only when there is spam or ham to be processed.
19005
19006 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19007
19008         * mail-source.el (mail-source-delete-crash-box): Refactor.
19009         (mail-source-fetch): Use it.
19010         (mail-source-fetch-file): Ditto.
19011         (mail-source-fetch-directory): Run postscript in loop.
19012         (mail-source-fetch-pop): Delete.
19013         (mail-source-fetch-maildir): Ditto.
19014         (mail-source-fetch-imap): Ditto.
19015
19016         * imap.el (imap-authenticators): Comment out sasl.
19017
19018         * message.el (message-skip-to-next-address): New function.
19019         (message-fill-header-address): Refactor.
19020         (message-fill-address): Use it.
19021         (message-delete-address): Use it.
19022         (message-fill-header-general): Refactor.
19023         (message-fill-field-address): Rename.
19024         (message-narrow-to-field): Find the start of the header.
19025         (message-header-format-alist): Don't pre-fill.
19026         (message-fill-header): Remove.
19027         (message-insert-header): New function.
19028         (message-shorten-references): Use it.
19029
19030         * rfc2047.el (rfc2047-field-value): Strip props.
19031
19032         * mail-parse.el (mail-header-make-address): New alias.
19033
19034         * ietf-drums.el (ietf-drums-make-address): New function.
19035
19036         * imap.el: Add compiler directives.
19037
19038         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19039
19040         * gnus-art.el (article-decode-idna-rhs): Don't use
19041         message-idna-inside-rhs-p.
19042
19043 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19044
19045         * message.el (message-idna-inside-rhs-p): Remove.
19046         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19047
19048         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19049         false positives.
19050
19051 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19052
19053         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19054
19055 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19056
19057         * nneething.el (nneething-file-name): Don't create spurious
19058         files.
19059
19060         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19061         (gnus-inews-do-gcc): Remove sleep.
19062
19063         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19064         part under point.
19065
19066         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19067         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19068
19069 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19070
19071         * spam.el (spam-summary-prepare-exit): Fix (length).
19072
19073 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19074
19075         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19076         as expired without moving it" message when there are spam
19077         messages left.
19078
19079 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19080
19081         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19082         header is not nil.
19083
19084 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19085
19086         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19087         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19088         (nntp-marks-changed-p): New arg SERVER.
19089         (nntp-request-update-info): Adjust caller.
19090
19091 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19092
19093         * nntp.el (nntp-save-marks): Pass missing arg.
19094
19095 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19096
19097         * nntp.el: Support marks.
19098         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19099         (nntp-marks-modtime, nntp-marks-directory): New variables.
19100         (nntp-request-set-mark, nntp-request-update-info)
19101         (nntp-possibly-create-directory, nntp-marks-changed-p)
19102         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19103         New functions.
19104
19105 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19106
19107         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19108         (gnus-xmas-redefine): Rename.
19109
19110         * gnus-score.el (gnus-score-insert-help):
19111         Use gnus-select-lowest-window.
19112
19113         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19114         appt-select-lowest-window and rename to gnus-select-lowest-window.
19115
19116         * gnus.el: do.
19117
19118 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19119
19120         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19121         encodings of MIME-encoded words, in order to improve
19122         interoperability with several broken MUAs.
19123
19124 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19125
19126         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19127         tags, only when charsets are not specified in headers.
19128         (mm-inline-text-html-render-with-w3m): Ditto.
19129
19130         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19131         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19132
19133 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19134
19135         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19136         instead of MIME-decoded from fields when checking
19137         `gnus-article-address-banner-alist'.
19138
19139 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19140
19141         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19142         description rather than subject.
19143
19144 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19145
19146         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19147
19148 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19149
19150         * gnus.el (gnus-version-number): Bump.
19151
19152 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19153
19154         * gnus.el: No Gnus v0.2 is released.
19155
19156 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19157
19158         * gnus-agent.el (gnus-agent-read-agentview):
19159         Inline gnus-uncompress-range.
19160
19161 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19162
19163         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19164         `exec-installed-p'.
19165
19166 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19167
19168         * gnus.el (spam-process, spam-autodetect-methods):
19169         Add bsfilter and bsfilter-headers.
19170
19171         * spam.el (spam-bsfilter): New customize group.
19172         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19173         (spam-bsfilter-header, spam-bsfilter-probability-header)
19174         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19175         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19176         (spam-bsfilter-database-directory): New options.
19177         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19178         (spam-list-of-statistical-checks, spam-registration-functions):
19179         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19180         (spam-bsfilter-score): New command.
19181         (spam-check-bsfilter-headers, spam-check-bsfilter)
19182         (spam-bsfilter-register-with-bsfilter)
19183         (spam-bsfilter-register-spam-routine)
19184         (spam-bsfilter-unregister-spam-routine)
19185         (spam-bsfilter-register-ham-routine)
19186         (spam-bsfilter-unregister-ham-routine): New functions.
19187         (spam-generic-score): Support bsfilter; Accept an optional argument
19188         to recalcurate spam score even if scoring header has already been
19189         added.
19190         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19191         optional argument to recalcurate spam score even if scoring header
19192         has already been added.
19193
19194 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19195
19196         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19197         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19198         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19199         link is missing.
19200
19201 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19202
19203         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19204         (html2text-get-attr): Rewrite.
19205
19206         * message.el (message-setup-1): Remove redundant put-text-property
19207         on mail-header-separator.
19208
19209 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19210
19211         * gnus-registry.el (gnus-registry-cache-whitespace)
19212         (gnus-registry-action, gnus-registry-spool-action)
19213         (gnus-registry-split-fancy-with-parent): Change message levels
19214         from 5 to 3 or 7, as needed.
19215
19216         * spam.el (spam-summary-prepare-exit)
19217         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19218         (spam-split, spam-find-spam, spam-log-undo-registration)
19219         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19220         level from 5 to 6.
19221
19222 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19225         2004-03-04 change).
19226
19227 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19228
19229         * sieve-manage.el (sieve-manage-open):
19230         * nnweb.el (nnweb-insert-html):
19231         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19232         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19233         * nnspool.el (nnspool-request-group):
19234         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19235         * nnml.el (nnml-request-update-info):
19236         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19237         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19238         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19239         (nnimap-request-set-mark):
19240         * nnfolder.el (nnfolder-request-update-info):
19241         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19242         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19243         * gnus-uu.el (gnus-uu-find-articles-matching):
19244         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19245         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19246         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19247         * gnus-nocem.el (gnus-nocem-scan-groups):
19248         * gnus-int.el (gnus-start-news-server):
19249         * gnus-group.el (gnus-group-make-kiboze-group)
19250         (gnus-group-browse-foreign-server):
19251         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19252         Use mapc when appropriate.
19253
19254 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19255
19256         FIXME: Make separate entries for each person.
19257
19258         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19259         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19260         <shields@msrl.com>:
19261
19262         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19263         may need for spam sorting and scoring.
19264         (spam-user-format-function-S): Add user format function suitable for
19265         general use.
19266         (spam-article-sort-by-spam-status): Add sorting function for summary
19267         sorting.
19268         (spam-extra-header-to-number): Add function to get a score from a
19269         header.
19270         (spam-summary-score): Add function to get a numeric score from the
19271         headers.
19272         (spam-generic-score): Fix function doc, was in wrong place.
19273         (spam-initialize): Take symbols when it's run, and install the
19274         extra headers that spam-necessary-extra-headers thinks we need.
19275
19276 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19277
19278         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19279         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19280
19281 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19282
19283         * gnus-sum.el (gnus-set-global-variables)
19284         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19285         (gnus-article-get-xrefs, gnus-summary-best-group)
19286         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19287         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19288         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19289         Use with-current-buffer.
19290
19291 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19292
19293         * spam.el (spam-summary-prepare-exit): Simplify logic.
19294         (spam-fetch-article-header): Read the article header if it's not
19295         available.
19296         (spam-list-articles): Simplify logic.
19297         (spam-filelist-register-routine): Fix bug with unregister-list.
19298
19299         * gnus-registry.el: Fix comments at beginning.
19300
19301 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19302
19303         * message.el (message-cater-to-broken-inn): Remove.
19304         (message-shorten-references): Make sure the total folded length of
19305         References is shorter than 998 characters to cater to a bug in INN
19306         2.3.  Also, don't pretend that references aren't folded -- this
19307         hasn't worked for a while.
19308
19309 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19310
19311         * gnus-agent.el (gnus-agentize):
19312         gnus-agent-send-mail-real-function no longer set to current value
19313         of message-send-mail-function but rather a lambda that calls
19314         message-send-mail-function.  The change makes the agent real-time
19315         responsive to user changes to message-send-mail-function.
19316
19317 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19318
19319         * legacy-gnus-agent.el
19320         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19321         help from Florian Weimer <fw@deneb.enyo.de>
19322
19323 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * nnmail.el (nnmail-cache-insert): Revert last change.
19326
19327 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * nnmail.el (nnmail-cache-insert): Always check whether
19330         nnmail-cache-ignore-groups matches a group name.
19331
19332 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19333
19334         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19335         (spam-find-spam, spam-log-processing-to-registry)
19336         (spam-log-registered-p, spam-log-unregistration-needed-p)
19337         (spam-log-undo-registration): Use gnus-message instead of
19338         gnus-error, none of these errors are fatal.
19339
19340         * gnus-registry.el (gnus-registry-clean-empty-function)
19341         (gnus-registry-clean-empty): Remove only empty entries without
19342         extra data.
19343
19344 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19345
19346         * spam-stat.el (spam-stat-buffer-change-to-spam)
19347         (spam-stat-buffer-change-to-non-spam): Change (error) to
19348         (gnus-message 8) invocation.
19349
19350 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * nntp.el (nntp-via-netcat-command): New variable.
19353         (nntp-via-netcat-switches): New variable.
19354         (nntp-open-via-rlogin-and-netcat): New function.
19355         (nntp-open-connection-function): Doc fix.
19356         (nntp-telnet-command): Doc fix.
19357         (nntp-end-of-line): Doc fix.
19358         (nntp-via-rlogin-command): Doc fix.
19359         (nntp-via-user-name): Doc fix.
19360         (nntp-via-address): Doc fix.
19361
19362 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19365         error in Emacs 21.1.
19366
19367 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19368
19369         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19370
19371 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19372
19373         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19374         (gnus-agent-with-refreshed-group): New macro.
19375         (gnus-agent-rename-group): New function.
19376         (gnus-agent-delete-group): New function.
19377         (gnus-agent-save-group-info): Use gnus-command-method when
19378         `method' parameter is nil.  Don't write nil entries into the
19379         active file.
19380         (gnus-agent-get-group-info): New function.
19381         (gnus-agent-fetch-articles):
19382         Use gnus-agent-update-files-total-fetched-for to increment disk space
19383         used.
19384         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19385         Use gnus-agent-update-view-total-fetched-for to increment disk space
19386         used.
19387         (gnus-agent-get-local): Add optional parameters to avoid calling
19388         gnus-group-real-name and gnus-find-method-for-group.
19389         (gnus-agent-set-local): Delete stored entry if either min, or max,
19390         are nil.
19391         (gnus-agent-fetch-session): Reworded error/quit messages.
19392         On quit, use gnus-agent-regenerate-group to record existance of any
19393         articles fetched to disk before the quit occurred.
19394         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19395         gnus-agent-update-view-total-fetched-for, and
19396         gnus-agent-update-files-total-fetched-for to decrement disk space
19397         used.
19398         (gnus-agent-retrieve-headers):
19399         Use gnus-agent-update-view-total-fetched-for to increment disk space
19400         used.
19401         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19402         with gnus-agent-update-files-total-fetched-for to decrement disk
19403         space and fresh group buffer.
19404         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19405         (gnus-agent-need-update-total-fetched-for): New variable.
19406         (gnus-agent-update-files-total-fetched-for): New function.
19407         (gnus-agent-update-view-total-fetched-for): New function.
19408         (gnus-agent-total-fetched-for): New function.
19409
19410         * gnus-cache.el (gnus-cache-save-buffers):
19411         Use gnus-cache-update-overview-total-fetched-for to change disk space
19412         used by this group.
19413         (gnus-cache-possibly-enter-article):
19414         Use gnus-cache-update-file-total-fetched-for to increment disk space
19415         used by this group.
19416         (gnus-cache-possibly-remove-article):
19417         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19418         used by this group.
19419         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19420         (gnus-cache-rename-group): New function.
19421         (gnus-cache-delete-group): New function.
19422         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19423         (gnus-cache-need-update-total-fetched-for): New variable.
19424         (gnus-cache-with-refreshed-group): New macro.
19425         (gnus-cache-update-file-total-fetched-for): New function.
19426         (gnus-cache-update-overview-total-fetched-for): New function.
19427         (gnus-cache-rename-group-total-fetched-for): New function.
19428         (gnus-cache-delete-group-total-fetched-for): New function.
19429         (gnus-cache-total-fetched-for): New function.
19430
19431         * gnus-group.el: Require gnus-sum and autoload functions to
19432         resolve warnings when gnus-group.el compiled alone.
19433         (gnus-group-line-format): Documented new %F.
19434         (size of Fetched data) group line format; identifies disk space
19435         used by agent and cache.
19436         (gnus-group-line-format-alist): Defined new F format.
19437         (gnus-total-fetched-for): New function.
19438         (gnus-group-delete-group): No longer update
19439         gnus-cache-active-altered as gnus-request-delete-group now keeps
19440         the cache in sync.
19441         (gnus-group-list-active): Let the agent store a server's active
19442         list if currently plugged.
19443
19444         * gnus-int.el (gnus-request-delete-group):
19445         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19446         local disk in sync with the server.
19447         (gnus-request-rename-group):
19448         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19449         local disk in sync with the server.
19450
19451         * gnus-start.el (gnus-get-unread-articles):
19452         Cosmetic simplification to logic.
19453
19454         * gnus-util.el (gnus-rename-file): New function.
19455
19456 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19457
19458         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19459
19460 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19461
19462         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19463         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19464
19465 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19466
19467         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19468         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19469
19470 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19471
19472         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19473
19474 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19475
19476         * spam.el (spam-set-difference): Add function to replace
19477         gnus-set-difference in spam.el.
19478         (spam-summary-prepare-exit): Use spam-set-difference.
19479
19480 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19481
19482         * gnus-registry.el (gnus-registry-cache-file): Update to use
19483         gnus-dribble-directory OR gnus-home-directory OR ~.
19484         (gnus-registry-split-fancy-with-parent): Fix doc.
19485
19486 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * message.el (message-exchange-point-and-mark):
19489         Use message-mark-active-p.  Suggested by Jesper Harder
19490         <harder@ifa.au.dk>.
19491
19492 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * message.el (message-exchange-point-and-mark): Don't activate
19495         region if it was inactive.  Suggested by Hiroshi Fujishima
19496         <pooh@nature.tsukuba.ac.jp>.
19497
19498 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * gnus-art.el (article-display-face): Display Faces in the same
19501         order as X-Faces.
19502
19503 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19506
19507 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19510         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19511         (gnus-article-mime-hierarchy): Remove.
19512         (gnus-article-mime-hierarchy-next): Remove.
19513         (gnus-article-mode): Revert 2004-03-19 change.
19514         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19515         (gnus-insert-mime-button): Revert 2004-03-19 change.
19516         (gnus-mime-accumulate-hierarchy): Remove.
19517         (gnus-mime-enter-multipart): Remove.
19518         (gnus-mime-leave-multipart): Remove.
19519         (gnus-mime-display-part): Revert 2004-03-19 change.
19520         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19521
19522         * mml.el (mml-preview): Revert 2004-03-19 change.
19523
19524 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19525
19526         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19527
19528 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19531         t while entering a file name using the mm-with-multibyte macro.
19532         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19533
19534         * mm-util.el (mm-with-multibyte): New macro.
19535
19536 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19537
19538         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19539         New user option.
19540         (gnus-mime-multipart-functions): Doc and customization fix.
19541         (gnus-article-mime-hierarchy): New variable.
19542         (gnus-article-mime-hierarchy-next): New variable.
19543         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19544         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19545         gnus-article-mime-hierarchy-next to nil.
19546         (gnus-insert-mime-button): Show hierarchy numbers.
19547         (gnus-mime-accumulate-hierarchy): New function.
19548         (gnus-mime-enter-multipart): New function.
19549         (gnus-mime-leave-multipart): New function.
19550         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19551         (gnus-mime-display-alternative): Show hierarchy numbers.
19552
19553         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19554         gnus-article-mime-hierarchy-next to nil.
19555
19556 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19557
19558         * dns.el: Don't require gnus-xmas.
19559
19560 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19561
19562         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19563         inline PGP.
19564         (mml-menu): Disable mml-quote-region if mark is inactive.
19565
19566 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19569         when the group's active is not available.
19570
19571 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19574         error.
19575
19576 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19577
19578         * imap.el (imap-store-password): New variable.
19579         (imap-interactive-login): Use it.
19580         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19581
19582 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19583
19584         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19585         window-start and hscroll to summary window.
19586
19587 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19588
19589         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19590         conversion message to newsrc-dribble when an actual conversion is
19591         performed.
19592
19593 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19594
19595         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19596
19597 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19598
19599         * mm-decode.el (mm-complicated-handles): New function reviving
19600         former definition of mm-multiple-handles.
19601
19602         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19603         (gnus-mime-delete-part): Use it.
19604
19605 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19606
19607         * gnus-agent.el (gnus-agent-read-local):
19608         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19609         avoid the implicit assumption that they will always be equal.
19610         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19611         coding-system-for-write, as the with-temp-file macro first prints
19612         to a buffer then saves the buffer.
19613
19614 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19615
19616         * gnus-art.el (gnus-article-edit-part): New function.
19617         (gnus-mime-save-part-and-strip): Use it; do query instead of
19618         signaling an error; don't use mm-multiple-handles.
19619         (gnus-mime-delete-part): Ditto.
19620
19621 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19622
19623         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19624         old file versions.
19625         (gnus-group-prepare-hook): Remove function that converted list
19626         form of gnus-agent-expire-days to group properties.
19627
19628         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19629         (gnus-request-accept-article): Re-indented.
19630
19631         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19632         converters to handle old agent file formats.  Add logic for a
19633         "backup before upgrading warning".
19634         (gnus-convert-mark-converter-prompt): Developers can mark
19635         functions as needing (default), or not needing,
19636         gnus-convert-old-newsrc's "backup before upgrading warning".
19637         (gnus-convert-converter-needs-prompt): Tests whether the user
19638         should be protected from potentially irreversable changes by the
19639         function.
19640
19641         * legacy-gnus-agent.el: New.  Provides converters that are only
19642         loaded when gnus-convert-old-newsrc needs to call them.
19643
19644 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19645
19646         * mail-source.el (mail-source-touch-pop): Doc fix.
19647
19648         * message.el (message-smtpmail-send-it): Doc fix.
19649
19650 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19651
19652         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19653
19654         * nnmail.el (nnmail-split-fancy): do.
19655
19656         * gnus-kill.el (gnus-kill, gnus-execute): do.
19657
19658 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19659
19660         * gnus-sum.el (gnus-widget-reversible-match)
19661         (gnus-widget-reversible-to-internal)
19662         (gnus-widget-reversible-to-external): New functions.
19663         (gnus-widget-reversible): New widget.
19664         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19665
19666 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19667
19668         * gnus-sum.el (gnus-thread-sort-functions)
19669         (gnus-article-sort-functions): Document `(not F)' items.
19670
19671 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19672
19673         * spam.el (spam-use-gmane-xref): Add new backend.
19674         (spam-gmane-xref-spam-group): Add variable to control the name of the
19675         Gmane spam group.
19676         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19677         (spam-regex-headers-spam, spam-regex-headers-ham)
19678         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19679         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19680         backends and checks.
19681         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19682
19683         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19684         an autodetect method.
19685
19686 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19687
19688         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19689         articles are being added to a group.
19690         (gnus-request-replace-article): Inform the agent that articles
19691         need to be uncached as the cached contents are no longer valid.
19692
19693 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19694
19695         * binhex.el: Don't autoload executable-find.
19696
19697         * canlock.el: Don't autoload mail-fetch-field.
19698
19699         * dgnushack.el: Autoload c-mode for XEmacs.
19700
19701         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19702
19703         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19704         rmail-dont-reply-to and rmail-output.
19705
19706         * gnus-score.el: Don't autoload ffap-string-at-point.
19707
19708         * gnus-setup.el: Don't autoload sc-cite-original.
19709
19710         * imap.el: Don't autoload base64-decode-string,
19711         base64-encode-string and md5.
19712
19713         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19714         and rmail-msg-restore-non-pruned-header.
19715
19716         * mm-decode.el: Don't autoload executable-find.
19717
19718         * mm-url.el: Don't autoload executable-find.
19719
19720         * mm-view.el: Don't autoload diff-mode.
19721
19722         * nndb.el: Don't autoload news-reply-mode, news-setup,
19723         cancel-timer and telnet.
19724
19725         * password.el: Don't autoload run-at-time for Emacs.
19726
19727         * sha1-el.el: Don't autoload executable-find.
19728
19729         * sieve-mode.el: Don't autoload c-mode.
19730
19731         * uudecode.el: Don't autoload executable-find.
19732
19733 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19734
19735         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19736         (gnus-agent-possibly-alter-active): Avoid null in numeric
19737         comparison.
19738         (gnus-agent-set-local): Refuse to save null in local object table.
19739         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19740         list of articles that will be marked as unread.
19741
19742 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19745
19746 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19747
19748         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19749         language tags.
19750
19751 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19752
19753         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19754         Don't bind "obarray".
19755
19756         * gnus-sum.el (gnus-thread-sort-functions):
19757         Add `gnus-thread-sort-by-most-recent-number' and
19758         `gnus-thread-sort-by-most-recent-date'.
19759         Reported by Kai Grossjohann <kai@emptydomain.de>.
19760
19761 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19762
19763         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19764
19765 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19766
19767         * gnus-cus.el (gnus-agent-customize-category):
19768         Remove ignore-errors macro reference that required cl to be loaded at
19769         run-time.
19770
19771         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19772         single-interval range of the form (min . max).  Previously the
19773         range had to look like ((min . max)).  Likewise, return
19774         (min . max) rather than ((min . max)).
19775         (gnus-range-map): Use gnus-range-normalize to accept
19776         single-interval range.
19777
19778         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19779         the cache, but not the agent, now appear with their usual face.
19780
19781         * dgnushack.el (loaddir): New variable that is bound to the
19782         directory containing the dgnushack.el file. Use loaddir, rather
19783         than srcdir, to update load-path. Change lets dgnushack compile
19784         code in directories other than GNUS/lisp.
19785
19786 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * lpath.el: Don't bind w3m-safe-url-regexp.
19789
19790         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19791         w3m-safe-url-regexp variable buffer-local.
19792
19793         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19794
19795 2004-02-27  Simon Josefsson  <jas@extundo.com>
19796
19797         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19798         gnus-group-real-prefix.
19799         (gnus-summary-move-article): Use it, instead of
19800         gnus-group-real-prefix.
19801
19802 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * lpath.el: Bind w3m-safe-url-regexp.
19805
19806         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19807         w3m-safe-url-regexp variable buffer-local and set it as the value
19808         of mm-w3m-safe-url-regexp.
19809
19810         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19811
19812         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19813         parsing gnus-posting-styles when the message is not for replying.
19814
19815         * dgnushack.el: Autoload sgml-mode for XEmacs.
19816
19817         * nnrss.el (nnrss-opml-export):
19818         Use mm-set-buffer-file-coding-system instead of
19819         set-buffer-file-coding-system.
19820
19821 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19822
19823         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19824         of checkdoc.el).
19825         * nnrss.el: do.
19826         * gnus-mlspl.el: do.
19827         * gnus-ml.el: do.
19828         * gnus-srvr.el: do.
19829
19830         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19831
19832 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19833
19834         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19835         Corrections to custom-manual links.
19836
19837         * gnus-art.el (gnus-article): Ditto.
19838
19839         * mm-decode.el (mime-display, mime-security): Ditto.
19840
19841 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19842
19843         * flow-fill.el: Typo.
19844
19845 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19846
19847         * spam-wash.el: New file.
19848
19849 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19850
19851         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19852
19853 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19854
19855         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19856         to be run with new-articles as LIST1, not LIST2.
19857         (spam-registration-functions): Add spam-use-ham-copy as a nil
19858         registration backend.
19859
19860 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19861
19862         * spam-stat.el (spam-stat-washing-hook): New option.
19863         (spam-stat-buffer-words): Use it.
19864         (spam-stat-process-directory, spam-stat-test-directory):
19865         Use insert-file-contents-literally.
19866         (spam-stat-coding-system): New variable.
19867         (spam-stat-load, spam-stat-save): Use it.
19868
19869 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * spam-report.el (spam-report-plug-agent):
19872         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19873
19874 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19875
19876         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19877         Allow / in mailto URLs.
19878
19879 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19880
19881         * spam-report.el (spam-report-process-queue): Fix interactive use.
19882         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19883         (spam-report-unplug-agent): Doc fixes.
19884         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19885         (spam-report-agentize, spam-report-deagentize): Autoload.
19886
19887 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19888
19889         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19890
19891         * message.el (message-setup-fill-variables): Add mml tags to
19892         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19893         <ajk@iu.edu>.
19894         (message-mode): Don't modify paragraph-separate there.
19895
19896 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * compface.el (uncompface-use-external): Default to undecided.
19899         (uncompface-use-external-threshold): New variable.
19900         (uncompface-float-time): New macro.
19901         (uncompface): Determine whether to use the external decoder if
19902         uncompface-use-external is undecided.
19903
19904 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19905
19906         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19907         after images.
19908
19909         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19910
19911 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19912
19913         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19914
19915         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19916
19917         * gnus-sum.el (gnus-summary-limit-to-age)
19918         (gnus-summary-limit-children): do.
19919
19920         * gnus-int.el (gnus-request-scan): do.
19921
19922         * gnus-group.el (gnus-group-suspend): do.
19923
19924         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19925
19926         * gnus-cite.el (gnus-cite-parse-attributions): do.
19927
19928         * gnus-agent.el (gnus-summary-set-agent-mark)
19929         (gnus-agent-regenerate-group): do.
19930
19931         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19932
19933         * binhex.el (binhex-decode-region-internal): do.
19934
19935 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19936
19937         * gnus-fun.el (gnus-face-properties-alist): New user option.
19938         (gnus-display-x-face-in-from): Use it.
19939
19940         * gnus-art.el (article-display-face): Ditto.
19941
19942         * compface.el (uncompface-use-external): Default to nil.
19943
19944 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19945
19946         * nntp.el (nntp-erase-buffer): New function.
19947         (nntp-retrieve-data, nntp-send-command)
19948         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19949         (nntp-possibly-change-group): Use it.
19950
19951         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19952         Use with-current-buffer.
19953
19954 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19955
19956         * compface.el: Merge the ELisp-based uncompface program.
19957         (compface): New customization group.
19958         (uncompface-use-external): New user option.
19959         (uncompface): Call uncompface-internal if uncompface-use-external
19960         is nil.
19961         (uncompface-internal): New function.  Note that there are also
19962         some other functions and variables added for this function.
19963
19964 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19965
19966         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19967         if necessary.
19968
19969 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19970
19971         * spam-report.el (spam-report-unplug-agent)
19972         (spam-report-plug-agent, spam-report-deagentize)
19973         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19974         Add support for the Agent in spam-report: when unplugged, report to a
19975         file; when plugged, submit all the requests.
19976
19977         * spam.el (spam-register-routine): Fix message about
19978         registration.
19979
19980 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19981
19982         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19983         dependencies.
19984         (rfc2047-encode): Use it.
19985
19986         * gnus-art.el (gnus-button-marker-list): Move before first
19987         reference.
19988
19989         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19990         (imap-parse-body): Fix format string mismatch.
19991
19992         * gnus-score.el (gnus-summary-increase-score): do.
19993
19994         * nnrss.el (nnrss-close): New function.
19995
19996 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19997
19998         * nnrss.el (nnrss-make-filename): New function.
19999         (nnrss-request-delete-group, nnrss-read-server-data)
20000         (nnrss-save-server-data, nnrss-read-group-data)
20001         (nnrss-save-group-data): Use it.
20002         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20003         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20004         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20005
20006 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20007
20008         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20009
20010 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20011
20012         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20013         files.
20014
20015         * message.el (message-generate-headers-first): Don't quote nil
20016         and t in docstrings.
20017
20018         * imap.el (imap-id): do.
20019
20020         * gnus-agent.el (gnus-agent-consider-all-articles)
20021         (gnus-agent-queue-mail): do.
20022
20023 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20024
20025         * spam-report.el (spam-report-process-queue): New function.
20026         Process requests from `spam-report-requests-file'.
20027         (spam-report-process-queue): Doc fix.
20028
20029 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20030
20031         * spam.el (spam-register-routine)
20032         (spam-log-processing-to-registry, spam-log-registered-p)
20033         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20034         Change "check" to "spam-check" for semi-clarity.
20035
20036 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20037
20038         * pop3.el: Require nnheader.
20039
20040         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20041
20042         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20043
20044         * gnus-picon.el: Require cl.
20045
20046         * gnus-fun.el: Require gnus-ems and gnus-util.
20047
20048         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20049
20050         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20051
20052         * gnus-art.el (gnus-article-edit-mode): Define before first
20053         reference.
20054
20055 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20056
20057         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20058         (gnus-uu-post-encoded): Use point-at-bol.
20059
20060         * gnus-topic.el (gnus-group-active-topic-p): do.
20061
20062         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20063
20064         * gnus-group.el (gnus-group-kill-region): do.
20065
20066         * gnus-art.el (article-date-ut): do.
20067
20068         * message.el (message-fetch-field): Remove redundant
20069         case-fold-search binding.
20070         (message-narrow-to-field): Simplify.
20071
20072 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20073
20074         * spam.el (spam-directory): Derive from `gnus-directory'.
20075
20076         * spam-report.el (spam-report-url-to-file)
20077         (spam-report-requests-file): New function and variable for offline
20078         reporting.
20079         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20080         and user defined function.
20081         (spam-report-url-ping-mm-url): Remove doubled slash.
20082
20083 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20084
20085         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20086
20087 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20088
20089         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20090         Fix format string mismatch.
20091
20092         * sieve.el (sieve-deactivate-all): do.
20093
20094         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20095
20096         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20097
20098         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20099
20100         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20101
20102 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20103
20104         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20105         the list of checks.
20106
20107 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20108
20109         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20110         padding.
20111
20112 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20113
20114         * mm-view.el (mm-fill-flowed): New variable.
20115         (mm-inline-text): Use it.
20116
20117 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20118
20119         * spam.el (spam-spamassassin-register-ham-routine)
20120         (spam-spamassassin-register-spam-routine): Fix function names.
20121
20122 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20123
20124         * gnus.el (gnus-tmp-grouplens): Remove.
20125         (gnus-summary-line-format): Remove grouplens.
20126
20127         * gnus-group.el (gnus-group-line-format): Ditto.
20128
20129         * gnus-spec.el (gnus-format-specs): Ditto.
20130         (gnus-update-format-specifications): Flush the group format spec
20131         cache if there's the grouplens stuff.
20132         (gnus-parse-simple-format): Replace %l with the empty string.
20133
20134 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20135
20136         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20137         omission.
20138
20139 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20142         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20143
20144 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20145
20146         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20147         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20148         New macros and functions.
20149         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20150         Handle > NLINK_MAX messages.
20151         * nnmaildir.el (nnmaildir-request-set-mark):
20152         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20153
20154 2004-01-25  Alex Schroeder  <alex@gnu.org>
20155
20156         * spam-stat.el (spam-stat-process-directory-age): New option.
20157         (spam-stat-process-directory): Use it.
20158
20159 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20160
20161         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20162         (spam-stat-save): Accept prefix argument.
20163
20164 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20165
20166         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20167         links" error.
20168
20169 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20170
20171         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20172         the rest of the and/or forms.
20173
20174 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20175
20176         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20177         compatibility with old .newsrc.eld files.
20178
20179         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20180
20181         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20182
20183         * gnus-start.el (gnus-1): do.
20184
20185         * gnus-group.el (gnus-group-line-format-alist): do.
20186
20187         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20188
20189         * gnus-gl.el: Remove.
20190
20191 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20192
20193         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20194         marks consisting of a single range {for example, (3 . 5)} rather
20195         than a list of a single range { ((3 . 5)) }.
20196
20197 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20198
20199         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20200         Use with-current-buffer.
20201         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20202         avoid consing a string.
20203
20204         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20205         Remove obsolete entries for big5 and gb2312.
20206
20207 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20208
20209         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20210         uncompressed list.
20211
20212 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20213
20214         * spam-stat.el (spam-stat-strip-xref): New function.
20215         (spam-stat-process-directory): Use it.
20216
20217         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20218         here -- it's done in message-fetch-field.
20219
20220 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20221
20222         * gnus-agent.el (gnus-agent-queue-mail)
20223         (gnus-agent-prompt-send-queue): New variables.
20224         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20225         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20226         "nndraft:queue" along to gnus-draft-send.
20227         Use gnus-agent-prompt-send-queue.
20228         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20229         is "nndraft:queue".  Suggested by Gaute Strokkenes
20230         <gs234@srcf.ucam.org>
20231
20232         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20233         (agent-enable-undownloaded-faces): Add.
20234         (gnus-agent-cat-groups): Use eval-and-compile, not
20235         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20236         method of gnus-agent-cat-groups even when the buffer has been
20237         evaled.
20238         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20239         delete gnus-agent-save-active-1.
20240         (gnus-agent-save-groups): Delete.  Identical to
20241         gnus-agent-save-active.
20242         (gnus-agent-write-active): No longer adjust agent's copy of active
20243         file as agent's adjustments are now stored in their own
20244         file.  Remove optional parameter.
20245         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20246         servers.  Add use of min/max range limits from server's local
20247         file.
20248         (gnus-agent-save-alist): Remove unused optional argument.
20249         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20250         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20251         (gnus-agent-set-local): A per-server file that keeps min/max range
20252         limits for articles known to the agent.  Provides a fast mechanism
20253         for altering many active ranges.
20254         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20255         active file (local makes it unnecessary).
20256         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20257
20258         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20259         (agent-enable-undownloaded-faces): Add.
20260
20261         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20262         disable it when sending to "nndraft:queue".
20263         (gnus-group-send-queue): Add safety check to avoid sending queue
20264         when unplugged.
20265
20266         * gnus-group.el (gnus-group-catchup): Use new
20267         gnus-sequence-of-unread-articles, not
20268         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20269         numbers of articles.  Use gnus-range-map to avoid having to
20270         uncompress the unread list.
20271         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20272         Fix invalid ange-ftp reference.
20273
20274         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20275         (gnus-sorted-range-intersection): Intersection of two ranges
20276         without requiring that they first be uncompressed.
20277
20278         * gnus-start.el (gnus-activate-group): Unless blocked by the
20279         caller, possibly expand the active range to include both cached
20280         and agentized articles.
20281         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20282         multiple version-dependent converters.
20283         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20284         gnus-agent-save-active.
20285         (gnus-save-newsrc-file): Save dirty agent range limits.
20286
20287         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20288         gnus-agent-possibly-alter-active.
20289         (gnus-adjust-marked-articles): Faster handling of simple lists.
20290
20291 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20292
20293         * spam-stat.el (spam-stat-test-directory): New optional argument
20294         displays a list of files detected.  Suggested by Andrew Cohen
20295         <cohen@andy.bu.edu>.
20296         (spam-stat-buffer-words-with-scores): Don't narrow and change
20297         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20298
20299 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20300
20301         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20302         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20303         (spam-spamassassin-arguments)
20304         (spam-spamassassin-spam-flag-header)
20305         (spam-spamassassin-positive-spam-flag-header)
20306         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20307         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20308         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20309         (spam-list-of-processors, spam-list-of-checks)
20310         (spam-list-of-statistical-checks, spam-registration-functions)
20311         (spam-check-spamassassin-headers, spam-check-spamassassin)
20312         (spam-spamassassin-score)
20313         (spam-spamassassin-register-with-sa-learn)
20314         (spam-spamassassin-register-spam-routine)
20315         (spam-spamassassin-register-ham-routine)
20316         (spam-assassin-register-spam-routine)
20317         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20318         (spam-bogofilter-score): Fix to show article before scoring.
20319
20320 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20321
20322         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20323         default scoring function.
20324         (spam-generic-score): Call spam-spamassassin-score if
20325         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20326         spam-bogofilter-score otherwise.
20327
20328         * gnus.el (spam-process, spam-autodetect-methods):
20329         Add spamassassin and spamassassin-headers.
20330
20331 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20332
20333         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20334         Suppress unnecessary messages.
20335
20336 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20337
20338         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20339         make-hash-table.
20340
20341 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20342
20343         * canlock.el (base64-encode-string): Don't autoload it.
20344
20345 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20346
20347         * run-at-time.el: Remove useless (require 'itimer),
20348         eval-and-compile and (featurep 'xemacs).
20349
20350 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20351
20352         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20353         GROUP is a virtual group.
20354
20355 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20356
20357         * gnus.el: Autoload `message-y-or-n-p'.
20358
20359 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20360
20361         * pgg-parse.el: Remove unnecessary (require 'custom).
20362
20363         * pgg-def.el: do.
20364
20365         * nnmail.el: do.
20366
20367         * gnus-undo.el: do.
20368
20369         * gnus-picon.el: do.
20370
20371         * gnus-util.el: do.
20372
20373 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20374
20375         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20376
20377 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20378
20379         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20380         handle, as well as a list.
20381
20382         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20383         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20384         (mm-w3m-cid-retrieve): Simplify.
20385
20386 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20387
20388         * message.el (message-kill-to-signature): Allow prefix arg to
20389         specify number of lines to keep before signature.
20390
20391 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20392
20393         * message.el (message-kill-to-signature): Change docstring.
20394
20395 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * canlock.el: Always require sha1-el.
20398         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20399
20400         * message.el: Autoload sha1 only when compiling.
20401
20402         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20403         eudc-expand-inline for XEmacs.
20404
20405 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * message.el (message-canlock-generate): Require sha1-el.
20408
20409 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20410
20411         * message.el (message-expand-name): Silence the byte compiler.
20412
20413         * lpath.el: Add detect-coding-system.
20414
20415         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20416         cus-edit.
20417
20418 2004-01-13  Simon Josefsson  <jas@extundo.com>
20419
20420         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20421         Invoke gnus-score-mode.
20422         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20423
20424         * gnus-range.el (gnus-compress-sequence): Doc fix.
20425         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20426
20427 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20428
20429         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20430
20431 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20432
20433         * spam.el (spam-get-article-as-string): Update to use
20434         gnus-request-article-this-buffer, much simpler.
20435         (spam-get-article-as-buffer): Remove.
20436
20437 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20438
20439         * message.el (message-expand-name): Use EUDC if the user uses that.
20440
20441 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20442
20443         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20444         character for the encoding to avoid consing a string.
20445
20446         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20447         unnecessarily.
20448
20449         * mm-util.el (mm-replace-chars-in-string): Remove.
20450
20451         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20452         of mm-replace-chars-in-string.
20453
20454 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20455
20456         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20457
20458         * mm-util.el (mm-subst-char-in-string): Support inplace.
20459
20460         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20461         a new string in every iteration.  Use shy groups.
20462
20463 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20464
20465         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20466         * gnus-soup.el (gnus-soup-group-brew):
20467         * gnus-msg.el (gnus-put-message):
20468         * gnus-move.el (gnus-group-move-group-to-server):
20469         * gnus-kill.el (gnus-batch-score):
20470         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20471         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20472         (gnus-group-update-group, gnus-group-read-group)
20473         (gnus-group-make-group, gnus-group-make-help-group)
20474         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20475         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20476         (gnus-group-sort-by-unread, gnus-group-catchup)
20477         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20478         (gnus-group-yank-group, gnus-group-set-info)
20479         (gnus-group-list-groups):
20480         * gnus.el (gnus-generate-new-group-name):
20481         * gnus-delay.el (gnus-delay-send-queue):
20482         * nnvirtual.el (nnvirtual-catchup-group):
20483         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20484         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20485         (gnus-group-prepare-topics, gnus-topic-check-topology):
20486         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20487         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20488         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20489         (gnus-group-make-articles-read):
20490         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20491         (gnus-group-change-level, gnus-kill-newsgroup)
20492         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20493         (gnus-get-unread-articles, gnus-make-articles-unread)
20494         (gnus-make-ascending-articles-unread): Use accessor
20495         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20496         to get group information for improved readability.
20497
20498
20499 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20500
20501         * gnus-art.el (article-decode-mime-words, article-babel)
20502         (gnus-article-highlight-signature, gnus-article-add-buttons)
20503         (gnus-signature-toggle): Use gnus-with-article-buffer.
20504
20505         * gnus-art.el (gnus-article-highlight-headers)
20506         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20507
20508         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20509         (gnus-article-set-globals, gnus-request-article-this-buffer)
20510         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20511         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20512         (gnus-mime-display-alternative): Use with-current-buffer.
20513
20514 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20515
20516         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20517         also under 80 char limit, and call gnus-error if needed.
20518         (spam-fetch-article-header): Fix - it was a
20519         buffer-local variable (gnus-newsgroup-data).
20520         (spam-find-spam): Use spam-generate-fake-headers, forget about
20521         spam-insert-fake-headers.
20522         (spam-insert-fake-headers): Remove.
20523
20524 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20525
20526         * deuglify.el (gnus-article-outlook-unwrap-lines)
20527         (gnus-outlook-rearrange-article)
20528         (gnus-outlook-repair-attribution-outlook)
20529         (gnus-outlook-repair-attribution-block)
20530         (gnus-outlook-repair-attribution-other): Remove redundant
20531         save-excursion.
20532
20533 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20534
20535         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20536         (spam-fetch-field-subject-fast)
20537         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20538         (spam-fetch-article-header): Add functions to deal with Gnus
20539         internals for fast retrieval of article header data.
20540         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20541
20542 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20543
20544         * pop3.el (pop3-md5): Remove.
20545         (pop3-apop): Replace pop3-md5 with md5.
20546
20547         * mm-bodies.el: base64 is always built-in.
20548
20549         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20550         Use with-current-buffer.
20551
20552 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * canlock.el (canlock-insert-header): Remove excessive grouping in
20555         regexp.
20556
20557         * gnus-sum.el (gnus-summary-read-document): Ditto.
20558
20559         * gnus-uu.el (gnus-uu-part-number): Ditto.
20560
20561         * html2text.el (html2text-remove-tags): Ditto.
20562         (html2text-format-tags): Ditto.
20563         (html2text-format-single-elements): Ditto.
20564
20565         * mml.el (mml-parse-1): Ditto.
20566
20567 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20568
20569         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20570
20571         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20572
20573         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20574
20575         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20576
20577 2003-11-15  Simon Josefsson  <jas@extundo.com>
20578
20579         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20580         (pgg-gpg-lookup-key): Use regexp match instead of
20581         split-string (split-string is different between emacs 21.2 and
20582         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20583
20584 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20585
20586         * gnus-art.el (gnus-mime-view-all-parts)
20587         (gnus-article-part-wrapper, gnus-article-view-part):
20588         Use with-current-buffer.
20589
20590 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20591
20592         * spam.el (spam-disable-spam-split-during-ham-respool)
20593         (spam-spamoracle-database, spam-cache-lookups)
20594         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20595         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20596         (spam-group-ham-marks, spam-group-spam-marks)
20597         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20598         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20599         also add spam-use-blackholes to the statistical checks.
20600         (spam-fetch-field-fast): Add interface to fetching fields, may
20601         become a macro.
20602         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20603         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20604         (spam-insert-fake-headers): Fake an article when needed.
20605         (spam-find-spam): Fake article when possible.
20606         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20607         (spam-check-bogofilter-headers): Use message-fetch-field instead
20608         of nnmail-fetch-field.
20609
20610 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20611
20612         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20613
20614 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20615
20616         * spam.el (spam-split): Do not require spam-use-CHECK to be
20617         enabled if that check is passed to spam-split explicitly; also
20618         fix so 'spam doesn't get converted to spam-split-group when
20619         spam-split-symbolic-return is t.
20620         (spam-find-spam): Find registrations of the article and use those
20621         instead of re-running spam-split to find the spam/ham
20622         classification of the article.
20623         (spam-log-processing-to-registry, spam-log-registered-p)
20624         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20625         Use gnus-error instead of gnus-message.
20626         (spam-log-registration-type): Add function to determine the
20627         classification of a message based on registry entries; will
20628         return nil if both 'spam and 'ham are found.
20629         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20630         a reasonably fast local cache without the loading errors.
20631         (spam-cache-lookups): Set to t by default.
20632         (spam-find-spam): Don't try to guess spam-cache-lookups.
20633         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20634         spam-caches entry.
20635         (spam-filelist-build-cache, spam-filelist-check-cache):
20636         Fix caching of whitelist/blacklist entries.
20637         (spam-check-whitelist, spam-check-blacklist):
20638         Invoke spam-from-listed-p with a type, not a cache variable.
20639         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20640
20641 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20642
20643         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20644
20645         * nnmail.el (nnmail-split-fancy): do.
20646
20647         * mml.el (mml-parse): do.
20648
20649         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20650         (gnus-score-adaptive): do.
20651
20652 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20653
20654         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20655         (gnus-mime-button-map): Don't set keymap parent.
20656         (gnus-button-ctan-directory-regexp): Use shy grouping.
20657         (gnus-prev-page-map): Don't set keymap parent.
20658         (gnus-prev-page-map): Remove duplicated one.
20659         (gnus-next-page-map): Don't set keymap parent.
20660         (gnus-mime-security-button-map): Ditto.
20661
20662         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20663         version number.
20664
20665         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20666
20667 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * canlock.el (canlock-sha1-function): Remove.
20670         (canlock-sha1-function-for-verify): Remove.
20671         (canlock-openssl-program): Remove.
20672         (canlock-openssl-args): Remove.
20673         (canlock-ignore-errors): Remove.
20674         (canlock-sha1-with-openssl): Remove.
20675         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20676         (canlock-verify): Don't use canlock-ignore-errors.
20677
20678         * sha1-el.el (sha1-string-external): Make it can return a string
20679         in binary form.
20680         (sha1-region-external): Ditto.
20681         (sha1-string-internal): Ditto.
20682         (sha1-region-internal): Ditto.
20683         (sha1-region): Ditto.
20684         (sha1-string): Ditto.
20685         (sha1): Ditto.
20686
20687 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20688
20689         * spam.el (spam-report-articles-gmane): New command.
20690
20691 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20694
20695         * run-at-time.el (run-at-time-saved): Remove.
20696         (run-at-time): Doc fix.
20697
20698 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20699
20700         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20701         (gnus-summary-limit-map): Add it.
20702         (gnus-summary-make-menu-bar): do.
20703
20704 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20705
20706         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20707         Make attempt at some caching support (done for BBDB only now).
20708         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20709         addresses to be checked.
20710         (spam-clear-cache-BBDB): Add function, to be invoked by
20711         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20712         (spam-check-BBDB): Check and use the caches, if
20713         spam-cache-lookups is on, remove superfluous (provide).
20714
20715 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20716
20717         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20718
20719 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20720
20721         * run-at-time.el (run-at-time-saved): Move to after the definition
20722         of `run-at-time'.
20723
20724         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20725
20726 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20729         mm-w3m-local-map-property.
20730
20731         * mm-view.el (mm-w3m-mode-map): Remove.
20732         (mm-w3m-local-map-property): Remove.
20733         (mm-inline-text-html-render-with-w3m): Don't use
20734         mm-w3m-local-map-property.
20735
20736 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20737
20738         * run-at-time.el: New file.
20739
20740         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20741         under Emacs.
20742
20743         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20744         of gnus-set-text-properties.
20745
20746         * gnus-uu.el (gnus-uu-save-article): Ditto.
20747
20748         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20749
20750         * gnus-cite.el (gnus-cite-parse): Ditto.
20751
20752         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20753         of gnus-.
20754
20755         * gnus-xmas.el (run-at-time): Require run-at-time.
20756
20757         * gnus.el: Change calls to nnheader-run-at-time and
20758         password-run-at-time throughout to use run-at-time directly.
20759
20760         * password.el: Remove definition of run-at-time.
20761
20762         * nnheaderxm.el: Remove definition of run-at-time.
20763
20764 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20765
20766         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20767         in prompt.
20768
20769 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20770
20771         * messagexmas.el (message-xmas-redefine): Alias
20772         `message-make-caesar-translation-table' to
20773         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20774         version.
20775
20776         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20777         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20778         `gnus-xmas-set-text-properties'.
20779         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20780         `gnus-xmas-completing-read'.
20781         (gnus-xmas-completing-read): Removed.
20782         (gnus-xmas-open-network-stream): Removed.
20783
20784         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20785         XEmacs version.
20786
20787         * dns.el (dns-make-network-process): Use `open-network-stream'
20788         instead of `gnus-xmas-open-network-stream'.
20789
20790         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20791
20792         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20793
20794 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20795
20796         * gnus-art.el (gnus-mime-display-alternative)
20797         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20798         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20799         Don't use gnus-local-map-property.
20800
20801         * gnus-util.el (gnus-local-map-property): Remove.
20802
20803         * mm-view.el (mm-view-pkcs7-decrypt):
20804         Replace gnus-completing-read-maybe-default with completing-read.
20805
20806         * gnus-util.el (gnus-completing-read): do.
20807         (gnus-completing-read-maybe-default): Remove.
20808
20809 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20810
20811         * password.el: Only autoload `run-at-time' if not XEmacs.
20812         Only autoload the itimer functions if XEmacs.
20813
20814 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20815
20816         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20817         XEmacsen.
20818
20819         * dgnushack.el: Autoload executable-find for XEmacs.
20820
20821 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20822
20823         * gnus-art.el (gnus-read-string): Remove.
20824         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20825         read-string.
20826
20827 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20828
20829         * netrc.el: Autoload password-read.
20830         (netrc): Add configuration group.
20831         (netrc-encoding-method, netrc-openssl-path):
20832         Add variables for encoding and decoding of files with symmetric
20833         ciphers.
20834         (netrc-encode): Add assistant function to encode a file with
20835         netrc-encoding-method.
20836         (netrc-parse): Add interactive parameter, added optional
20837         decoding if netrc-encoding-method is non-nil but otherwise
20838         behavior is standard.
20839         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20840         Do s/encode/encrypt/ everywhere.
20841
20842         * spam.el: Remove executable-find autoload.
20843
20844 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20845
20846         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20847
20848         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20849
20850 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20851
20852         * gnus-art.el (gnus-treat-ansi-sequences)
20853         (article-treat-ansi-sequences): New variable and function.
20854         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20855
20856         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20857         Use it.
20858
20859 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20860
20861         * mm-util.el (mm-quote-arg): Remove.
20862
20863         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20864         shell-quote-argument.
20865
20866         * gnus-uu.el (gnus-uu-command): do.
20867
20868         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20869
20870         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20871         with make-char.
20872
20873         * mm-util.el (mm-make-char): Remove.
20874
20875         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20876         add-minor-mode.
20877
20878         * gnus-undo.el (gnus-undo-mode): do.
20879
20880         * gnus-topic.el (gnus-topic-mode): do.
20881
20882         * gnus-sum.el (gnus-dead-summary-mode): do.
20883
20884         * gnus-start.el (gnus-slave-mode): do.
20885
20886         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20887
20888         * gnus-ml.el (gnus-mailing-list-mode): do.
20889
20890         * gnus-gl.el (gnus-grouplens-mode): do.
20891
20892         * gnus-draft.el (gnus-draft-mode): do.
20893
20894         * gnus-dired.el (gnus-dired-mode): do.
20895
20896         * gnus-ems.el (gnus-add-minor-mode): Remove.
20897
20898         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20899         Replace gnus-char-width with char-width.
20900
20901         * gnus-ems.el (gnus-char-width): Remove.
20902
20903         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20904         Replace gnus-char-width with char-width.
20905
20906         * gnus-ems.el (gnus-char-width): Remove.
20907
20908         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20909         definition.
20910         Remove Emacs 20 hash table compatibility code.
20911
20912         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20913         20 compatibility code.
20914
20915         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20916
20917         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20918
20919         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20920         Replace with point-at-{eol,bol}.
20921
20922         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20923
20924         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20925
20926         * flow-fill.el (fill-flowed-point-at-bol)
20927         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20928
20929         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20930         Replace with point-at-{eol,bol} throughout all files.
20931
20932 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * ntlm.el (ntlm-string-as-unibyte): New macro.
20935         (ntlm-build-auth-response): Use it.
20936
20937         Remove Emacs 20 stuff:
20938         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20939         (butlast, mapc, remove): Remove the compiler macros.
20940         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20941         of delq and copy-sequence.
20942         * gnus-art.el (popup-menu): Remove the compiler macro.
20943         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20944         Emacs 20.
20945
20946 2004-01-05  Simon Josefsson  <jas@extundo.com>
20947
20948         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20949         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20950         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20951         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20952         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20953         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20954         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20955         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20956         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20957         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20958         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20959         string-xor into ntlm-string-xor.
20960         Suggested by Jesper Harder <harder@myrealbox.com>.
20961
20962         * ntlm.el: Don't include poem.
20963
20964         * md4.el (print-int32, print-string-hexa): Remove.
20965         Suggested by Jesper Harder <harder@myrealbox.com>.
20966
20967         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20968
20969         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20970         probably breaks emacs with DL patch, but do we care? Is anyone
20971         still using the DL stuff?)
20972
20973         * sieve-manage.el: Use the password package.
20974         (sieve-manage-read-passwd): Remove.
20975         (sieve-manage-interactive-login): Use password.  Re-add
20976         condition-case around loop.
20977
20978         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20979         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20980         Use the password package.
20981
20982 2003-02-19  Simon Josefsson  <jas@extundo.com>
20983
20984         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20985         token.
20986
20987 2002-08-07  Simon Josefsson  <jas@extundo.com>
20988
20989         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20990         (sieve-manage-authenticators):
20991         (sieve-manage-authenticator-alist): Add some SASL mechs.
20992         (sieve-sasl-auth): New function.
20993         (sieve-manage-cram-md5-auth):
20994         (sieve-manage-plain-auth): Rewrite using SASL library.
20995         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20996         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20997         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20998         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20999
21000 2004-01-05  Simon Josefsson  <jas@extundo.com>
21001
21002         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21003         New files.
21004
21005 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21006
21007         * gnus-group.el (gnus-no-groups-message): Update.
21008
21009         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21010
21011 2003-11-09  Simon Josefsson  <jas@extundo.com>
21012
21013         * imap.el: Support for ID IMAP extension (RFC 2971).
21014         (imap-local-variables): Add imap-id.
21015         (imap-id): New variable.
21016         (imap-id): New function.
21017         (imap-parse-response): Parse untagged ID response.
21018         * nnimap.el (nnimap-id): New variable.
21019         (nnimap-open-connection): Use it.
21020
21021 2003-12-28  Simon Josefsson  <jas@extundo.com>
21022
21023         * gnus-score.el (gnus-score-edit-all-score): New.
21024         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21025
21026 2004-01-04  Simon Josefsson  <jas@extundo.com>
21027
21028         * password.el: Add.
21029
21030 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21031
21032         * dns.el (dns-query-types): Fix typo.
21033         (dns-query-types): New function.
21034         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21035         PTR and SOA replies, see RFC 1035.
21036
21037 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21038
21039         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21040
21041         * Move to Changelog.2.
21042
21043 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21044
21045         * gnus.el (gnus-version-number): Bump version.
21046
21047 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21048
21049         * gnus.el: No Gnus v0.1 is released.
21050
21051 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21052
21053         * gnus.el: No Gnus v0.0 is released.
21054
21055 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21056
21057         * gnus.el (gnus-version-number): Bump.
21058         (gnus-version): No.
21059
21060 See ChangeLog.2 for earlier changes.
21061
21062   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21063
21064   This file is part of GNU Emacs.
21065
21066   GNU Emacs is free software: you can redistribute it and/or modify
21067   it under the terms of the GNU General Public License as published by
21068   the Free Software Foundation, either version 3 of the License, or
21069   (at your option) any later version.
21070
21071   GNU Emacs is distributed in the hope that it will be useful,
21072   but WITHOUT ANY WARRANTY; without even the implied warranty of
21073   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21074   GNU General Public License for more details.
21075
21076   You should have received a copy of the GNU General Public License
21077   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21078
21079 ;; Local Variables:
21080 ;; coding: utf-8
21081 ;; fill-column: 79
21082 ;; add-log-time-zone-rule: t
21083 ;; End: