No Gnus v0.13 is released
[gnus] / lisp / ChangeLog
1 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2
3         * gnus.el: No Gnus v0.13 is released.
4
5 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6
7         * nnimap.el (nnimap-open-connection-1): Revert last change, since
8         auth-source now accepts numbers.
9
10         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
11         spec, too.
12         (auth-source-ensure-strings): New function.
13
14         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
15         (gnus-article-setup-buffer): Always restart the date timer so that user
16         changes to the frequency is respected.
17
18         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
19         port numbers, so make sure it gets that if nnimap-server-port is
20         explicit.
21
22 2011-02-21  Simon Josefsson  <simon@josefsson.org>
23
24         * nnimap.el (nnimap-inbox): Doc fix.
25
26 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
27
28         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
29         Autoload.  Add optional arg FRAME, and pass it to color-values.
30         (color-complement): Caller changed.  Doc fix.
31         (color-gradient): Rewrite for better clarity and efficiency.
32
33 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
34
35         * shr-color.el (shr-color->hexadecimal): Use renamed function names
36         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
37         color-lab-to-srgb.
38
39 2011-02-20  Drew Adams  <drew.adams@oracle.com>
40
41         * color.el: First part of merge from hexrgb.el.
42         (color-rgb-to-hex): Rename from color-rgb->hex.
43         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
44         saturation to zero if the value is too small.
45         (color-rgb-to-hsl): Rename from color-rgb->hsl.
46         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
47         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
48         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
49         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
50         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
51         (color-cie-de2000): Doc fix.
52
53 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
54
55         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
56         given method as in the group name if we're using an extended method.
57         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
58         command, if we're using that, instead of waiting for the beginning.
59
60         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
61         we're sure to get unique server names, and we don't output two async
62         commands in the same buffer.  This fixes an NNTP hang for some users.
63
64 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
65
66         * gnus.el: No Gnus v0.11 is released.
67
68 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
69
70         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
71         summary buffer before reading going to the next buffer.  This avoids
72         putting the point in the group buffer if you `C-g' the command.
73
74         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
75         cache (for now) to make ~/.authinfo.gpg files usable.
76
77         * nnfolder.el (copyright-update): Define for the compiler.
78
79         * auth-source.el (auth-source-search): Fix unbound variable.
80
81 2011-02-19  Glenn Morris  <rgm@gnu.org>
82
83         * gnus.el (gnus-meta): Doc fix.
84
85 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
86
87         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
88         in case it's not yet loaded.
89
90 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
91
92         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
93         line we're waiting for.
94
95 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
96
97         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
98         face with line-width greater than zero will cause RET in gnus summary
99         buffer to scroll down article page-wise because auto vscroll happens,
100         it should be temporalily disabled when doing a scroll-up.
101
102 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
103
104         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
105         outputs from the server.
106
107 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
108
109         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
110         later so that bbdb can hook in easier.
111
112 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
113
114         * auth-source.el (auth-source-search): Don't try to create credentials
115         if the caller doesn't want that.
116         (auth-source-search): If we don't find a match, don't bug out on
117         non-bound variables.
118         (auth-source-search): Only ask a single backend to create the
119         credentials.
120
121         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
122         logging.
123         (nnimap-credentials): Protect against auth-source-search returning nil.
124         (nnimap-request-list): Protect against not being able to open the
125         server.
126
127 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
128
129         * auth-source.el (auth-source-search): Do a two-phase search, one with
130         no :create to get the responses from all backends.
131
132         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
133         when getting credentials.
134
135         * gnus-util.el (gnus-delete-duplicates): New function.
136
137 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
138
139         * nnimap.el (nnimap-credentials): Instead of picking the first port as
140         a creation default, pass the whole port list down.  It will be
141         completed.
142
143         * auth-source.el (auth-source-search): Updated docs to talk about
144         multiple creation choices.
145         (auth-source-netrc-create): Accept a list as a value (from the search
146         parameters) and do completion on that list.  Keep a separate netrc line
147         with the password obscured for showing the user.
148
149         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
150         first choice to `auth-source-search' so it will be used for entry
151         creation instead of the server's Gnus-specific name.
152         (nnimap-credentials): Rely on the auth-source library to select which
153         port is actually wanted in the new netrc entry, so don't override
154         `auth-source-creation-defaults'.
155
156         * auth-source.el (auth-source-netrc-parse): Use :port instead of
157         :protocol and accept a missing user, host, or port as a wildcard match.
158         (auth-source-debug): Default to off.
159
160         (auth-source-netrc-search, auth-source-netrc-create)
161         (auth-source-secrets-search, auth-source-secrets-create)
162         (auth-source-user-or-password, auth-source-backend, auth-sources)
163         (auth-source-backend-parse-parameters, auth-source-search): Use :port
164         instead of :protocol.
165
166         * nnimap.el (nnimap-credentials): Pass a port default to
167         `auth-source-search' in case an entry needs to be created.
168         (nnimap-open-connection-1): Use :port instead of :protocol.
169
170 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * auth-source.el: Bind load-path when loading EIEIO from
173         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
174         21.4 doesn't support, to `require'.
175         (auth-source-secrets-search): Use mm-delete-duplicates instead of
176         delete-dups that is not available in XEmacs 21.4.
177
178 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
179
180         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
181         as EIEIO must also be loaded when auth-source.el is being
182         byte-compiled.
183
184 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
187
188         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
189
190         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
191
192         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
193
194         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
195
196         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
197
198         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
199
200         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
201         necessary.
202
203 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
206         nil means that nnimap doesn't get updated.
207
208 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
209
210         * auth-source.el (auth-source-netrc-create): Return a synthetic search
211         result when the user doesn't want to write to the file.
212         (auth-source-netrc-search): Expect a synthetic result and proceed
213         accordingly.
214         (auth-source-cache-expiry): New variable to override
215         `password-cache-expiry'.
216         (auth-source-remember): Use it.
217
218         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
219         parameter.  Create entry if necessary by using :create t.
220         (nnimap-open-connection-1): Don't pass `inhibit-create'.
221
222 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
223
224         * auth-source.el (auth-source-debug): Enable by default and don't
225         mention the obsolete `auth-source-hide-passwords'.
226         (auth-source-do-warn): New function to debug unconditionally.
227         (auth-source-do-debug): Use it.
228         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
229         and for Secrets API entries when the secrets.el library is not
230         available.
231
232 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-sum.el (gnus-propagate-marks): Default to nil.
235         (gnus-summary-exit): Kill the correct article buffer on exit from a
236         `C-d' group.
237
238         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
239         gnus-propagate-marks.
240
241         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
242         before killing the buffers so that a non-full window conf gets handled
243         correctly.
244         (gnus-summary-exit): Ditto.
245         (gnus-summary-read-group-1): Ditto.
246
247         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
248         async code again so that we can debug it properly.
249
250         * message.el (message-reply): Take an optional switch-buffer parameter
251         so that Gnus window confs are respected better.
252
253 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
254
255         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
256         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
257         docstring.
258         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
259         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
260         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
261         Login collection is "Login" and not "login".
262
263 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
266         multiple headers.
267
268         * nnimap.el (nnimap-inhibit-logging): New variable.
269         (nnimap-log-command): Don't log login commands.
270
271         * auth-source.el (auth-source-netrc-search): The asserts seem to want
272         to have more parameters.
273
274         * nnimap.el (nnimap-send-command): Mark the command time for each
275         command, so that we don't get NOOPs stepping on our toes.
276
277         * gnus-art.el (article-date-ut): Get the date from the Date header on
278         `t'.
279
280 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * auth-source.el (auth-source-search): Use copy-sequence instead of
283         the cl.el copy-list.
284
285 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * imap.el: Bring it back (revert
288         84d800cd31de3064f0ed39617d725709a2f8f42f).
289
290 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
291
292         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
293         Improve prompt.
294
295 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
296
297         * gnus-art.el (gnus-article-mode-line-format): Remove the article
298         washing status from the default format.  It isn't very informative.
299
300 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
301
302         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
303         Gcc processing on imap.
304
305 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
306
307         * imap.el: Remove file.  All the functionality is in nnimap.el.
308
309 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
310
311         * message.el (message-bury): Don't pop up a new window when selected
312         window is dedicated.
313
314 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
315
316         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
317
318 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
319
320         * sieve-manage.el: Autoload `auth-source-search'.
321         (sieve-sasl-auth): Use it.
322
323 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
324
325         * nnimap.el: Autoload `auth-source-forget+'.
326         (nnimap-open-connection-1): Use it if the connection fails.
327
328         * auth-source.el: Require `password-cache'.
329         (auth-source-hide-passwords, auth-source-cache): Remove and mark
330         obsolete.
331         (auth-source-magic): Marker for `password-cache' keys.
332         (auth-source-do-cache): Update docstring.
333         (auth-source-search): Use and check cache.
334         (auth-source-forget-all-cached, auth-source-remember)
335         (auth-source-recall, auth-source-forget, auth-source-forget+)
336         (auth-source-specmatchp): Caching support functions.
337         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
338         Remove and obsolete.
339         (auth-source-user-or-password): Remove caching to further discourage
340         using it.  Always hide passwords.
341
342         * password-cache.el (password-cache-remove): Accept secrets that are
343         not strings.
344
345 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
346
347         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
348         code for now, since it doesn't work for all users.
349
350 2011-02-09  Julien Danjou  <julien@danjou.info>
351
352         * message.el (message-options): Make message-options really buffer
353         local.
354
355 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * mail-source.el: Autoload `auth-source-search'.
358         (mail-source-keyword-map): Note order matters.
359         (mail-source-set-1): Get all the mail-source source values and
360         defaults and search auth-source on those if needed.  This can all
361         probably be simplified.
362
363         * nnimap.el: Autoload `auth-source-search'.
364         (nnimap-credentials): Use it.
365         (nnimap-open-connection-1): Ask for the virtual server and physical
366         address in one shot.
367
368         * nntp.el: Autoload `auth-source-search'.
369         (nntp-send-authinfo): Use it.  Note TODO.
370
371 2011-02-08  Julien Danjou  <julien@danjou.info>
372
373         * shr.el (shr-tag-body): Add support for text attribute in body
374         markups.
375
376         * message.el (message-options): Make message-options a local variable.
377
378 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
379
380         * auth-source.el (auth-source-secrets-search)
381         (auth-source-user-or-password): Use `append' instead of `nconc'.
382         (auth-source-user-or-password): Build return list better and protect
383         against nil :secret.
384
385 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
386
387         * nnimap.el (nnimap-update-info): Refactor slightly.
388         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
389         (nnimap-update-info): Clean up slightly.
390         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
391         characters.
392         (nnimap-process-quirk): Rename function to avoid collision.
393         (nnimap-update-info): Fix macrology bug-out.
394         (nnimap-update-info): Simplify split history test.
395
396 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
397
398         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
399         `secrets-get-attributes' instead of `secrets-get-attribute'.
400         (auth-source-secrets-search): Limit search when `max' is greater than
401         number of results.
402
403 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
404
405         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
406         part not returning any data.
407
408         * proto-stream.el (open-protocol-stream): Document the return value.
409
410 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
411
412         * auth-source.el (auth-source-secrets-search): Add examples.
413
414 2011-02-06  Julien Danjou  <julien@danjou.info>
415
416         * message.el (message-setup-1): Handle message-generate-headers-first
417         set to t.
418
419 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
420
421         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
422         API with a string "secrets:collection-name" and with 'default.
423         (auth-source-backend-parse): Parse "secrets:collection-name" and
424         'default.  Recurse on parses instead of repeating code.  Use the
425         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
426         message when ignoring a source.
427         (auth-source-search): List ignored search keys at the top level.
428         (auth-source-netrc-create): Use `case' instead of `cond'.
429         (auth-source-secrets-search): Created with TODOs.
430         (auth-source-secrets-create): Created with TODOs.
431         (auth-source-retrieve, auth-source-create, auth-source-delete)
432         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
433         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
434         (auth-source-user-or-password-sftp)
435         (auth-source-user-or-password-smtp): Removed.
436         (auth-source-user-or-password): Deprecated and modified to be a wrapper
437         around `auth-source-search'.  Not tested thoroughly.
438
439 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * auth-source.el: Bring in assoc and eioeio libraries.
442         (secrets-enabled): New variable to track the status of the Secrets API.
443         (auth-source-backend): New EIOEIO class to represent a backend.
444         (auth-source-creation-defaults): New variable to set prompt defaults
445         during token creation (see the `auth-source-search' docstring for
446         details).
447         (auth-sources): Simplify to allow a simple string as a netrc backend
448         spec.
449         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
450         (auth-source-backend-parse-parameters): Fill in the backend parameters.
451         (auth-source-search): Main auth-source API entry point.
452         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
453         (auth-source-search-collection): Helper function for searching.
454         (auth-source-netrc-parse, auth-source-netrc-normalize)
455         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
456         Supports search, create, and delete.
457         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
458         backend stubs.
459         (auth-source-user-or-password): Call `auth-source-search' but it's not
460         ready yet.
461
462 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
463
464         * message.el (message-setup-1): Remove the read-only stuff, since it
465         doesn't work under XEmacs, for some reason.
466
467         * gnus-sum.el (gnus-user-date): Rename back from
468         gnus-summary-user-date since user code refers to it.
469
470         * shr.el (shr-render-td): Store the actual background colour used.
471
472         * message.el (message-setup-1): Don't bind the constant
473         -forbidden-properties.
474         (message-setup-1): Revert previous change, since it needs to bind the
475         props to insert them.
476         (message-resend): Allow removing the read-only separator line.
477
478 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
479
480         * nnimap.el (nnimap-request-accept-article): Give an error message if
481         the APPEND wasn't successful.
482
483 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
484
485         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
486         that have no groups.
487
488 2011-02-03  Julien Danjou  <julien@danjou.info>
489
490         * gnus-draft.el: Remove progn around gnus-draft-setup.
491
492 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-start.el (gnus-read-active-for-groups): This function is never
495         called with a nil `infos', so clean that up.
496         (gnus-get-unread-articles): Request active files from primary/secondary
497         methods that have no groups (yet).
498
499 2011-02-03  Julien Danjou  <julien@danjou.info>
500
501         * message.el (message-setup-1): Always generate References first.
502         (message-mail): Return the return value of message-setup, not always t.
503         (message-setup-1): Insert mail-header-separator with read-only and
504         intangible properties set.
505
506         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
507         user-date in docstring.
508
509         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
510
511         * gnus.el (gnus-summary-line-format): Mention &user-date format in
512         docstring.
513
514         * gnus.el (gnus-user-date-format-alist): Change default value. Use
515         defcustom, with type and group. Move from gnus-util.el. Rename to
516         gnus-summary-user-date-format-alist.
517
518 2011-02-03  Glenn Morris  <rgm@gnu.org>
519
520         * nnimap.el (gnus-fetch-headers): Declare.
521
522         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
523
524 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
525
526         * message.el (message-forward-make-body-digest-plain)
527         (message-followup, message-reply): Clean up things noted by Stefan.
528
529         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
530         gnus-article-update-date-headers is nil.
531         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
532         it didn't really work with defcustom.
533         (article-update-date-lapsed): Make sure the window start doesn't move,
534         either.
535
536 2011-02-01  Julien Danjou  <julien@danjou.info>
537
538         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
539         format.
540
541         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
542         standard in Emacs nowadays.
543
544         * color.el (color-gradient): Add a color-gradient function.
545
546 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
547
548         * message.el (message-expand-name): Don't trust the return value of
549         bbdb-complete-name.
550         (message-check-news-header-syntax): Remove unused var `start'.
551         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
552         (message-inhibit-body-encoding): Move to before first use.
553         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
554         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
555         (Organization, Message-ID, Date, mh-previous-window-config):
556         Defvar the vars using dynamic scoping.
557
558 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
559
560         * shr.el (shr-render-td): Only do colours at the final rendering.
561         Should be slightly faster.
562         (shr-insert-table): Fix up TD background colours when doing the
563         vertical padding.
564
565         * gnus-art.el (article-date-ut): Protect against articles with no Date
566         header.
567         (article-update-date-lapsed): Don't use current-column to find the
568         horizontal position.  It's fragile in the presence of \003 characters.
569
570         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
571
572 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-art.el (article-transform-date): Rewrite to still work when
575         there are several rfc2822 parts.
576         (article-transform-date): Fix infinite recursion.
577         (article-date-ut): Replace infinitely many Date headers with a single
578         one when called interactively.
579
580         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
581         secure manner.
582
583         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
584         move around by not using save-window-excursion.  It seems to work...
585
586 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-art.el (article-make-date-line): Work for user-defined format.
589
590 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
591
592         * nntp.el (nntp-retrieve-group-data-early)
593         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
594         fetching functions.
595
596         * gnus-start.el (gnus-read-active-for-groups): Read the active files
597         thoroughly for all backends that have no known groups.  This should
598         allow new nnml methods to retrieve mail.
599
600         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
601         that Gnus doesn't know exists again.
602
603         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
604         (gnus-treat-date-ut): Ditto.
605         (gnus-article-update-date-header): Renamed.
606         (gnus-treat-date-local): Removed.
607         (gnus-treat-date-english): Removed.
608         (gnus-treat-date-lapsed): Removed.
609         (gnus-treat-date-combined-lapsed): Removed.
610         (gnus-treat-date-original): Removed.
611         (gnus-treat-date-iso8601): Removed.
612         (gnus-treat-date-user-defined): Removed.
613         (gnus-article-date-headers): New variable to control all the date
614         header options.
615         (article-date-ut): Rewrite to allow using the new way to format date
616         headers(s).
617
618 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
619
620         * nnmail.el (nnmail-article-group): Check for a direct fancy split
621         method.
622         (nnmail-article-group): A better test for fanciness.
623
624         * nnimap.el (nnimap-request-head): Protect against not finding the
625         article by Message-ID.
626
627 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * gnus-art.el (article-update-date-lapsed): Try a better way to really
630         keep point at the "same place".
631
632 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
635         data if the group is unactivated.
636
637 2011-01-28  Julien Danjou  <julien@danjou.info>
638
639         * gnus-win.el: Remove dead function gnus-window-configuration-element.
640         (gnus-all-windows-visible-p): Remove old compatibility code.
641         (gnus-window-top-edge): Add docstring.
642
643         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
644
645 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
646
647         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
648         older request-update-info.
649
650         * gnus-art.el (article-make-date-line): Limit the length a bit more.
651
652 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
653
654         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
655         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
656
657 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
660         groups.  This makes the nndraft:queue group pop up if it's not already
661         there.
662
663         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
664         messages" logic, which was reversed.
665
666         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
667         the "same place" even if point is on the line being replaced.
668         (article-update-date-lapsed): Allow updating both the combined lapsed
669         and the lapsed headers.
670         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
671         (article-make-date-line): Limit the number of segments dynamically to
672         avoid too-long lines.
673
674 2011-01-27  Julien Danjou  <julien@danjou.info>
675
676         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
677         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
678
679 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
682         Use plist-get instead of the cl function getf.
683
684 2011-01-27  Glenn Morris  <rgm@gnu.org>
685
686         * gnus-util.el (float-time): Get rid of compiler warning, again.
687
688 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * shr.el (shr-put-color): Special-case background colours: Do put them
691         at the blank parts at the front of the lines.
692
693         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
694         exit hook to nix out all data on readedness on group exit.
695
696         * gnus-util.el (float-time): If float-time is bound, always use it on
697         all Emacsen.  It's unclear why the subrp check was there.
698         (time-date): Require to make some autoload issues on XEmacs go away.
699
700         * shr.el (shr-put-color): Don't do the box padding in tables, since
701         they're already padded.
702
703 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-art.el (gnus-article-next-page): When the last line of the
706         article is displayed, scroll down once more instead of going to the
707         next article at once.
708         (article-lapsed-string): Refactor out and allow specifying how many
709         segments you want.
710         (gnus-article-setup-buffer): Start updating the lapsed header directly.
711         (gnus-article-update-lapsed-header): New variable.
712
713         * shr.el: Revert change that made headings use different-sized faces.
714         The Emacs display engine isn't advanced enough that, for instance,
715         tables can comfortably use differntly-sized faces.
716
717 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
718
719         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
720         used.
721         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
722         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
723         we're using an encrypted connection.
724
725         * proto-stream.el: Alter the interface functions to also return the
726         actual stream type used: network or tls.
727
728 2011-01-25  Julien Danjou  <julien@danjou.info>
729
730         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
731         (mm-display-javascript-inline): New function.
732
733         * mm-decode.el (mm-inline-media-tests): Add application/javascript
734         viewing function.
735
736 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * shr.el (shr-expand-newlines): Fix variable name.
739
740 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
741
742         * shr.el (shr-expand-newlines): Make nested boxes work.
743
744 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
745
746         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
747         backgrounds.
748         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
749         in a more sensible manner.
750
751 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
754         if EPG is loaded.
755
756 2011-01-24  Julien Danjou  <julien@danjou.info>
757
758         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
759         tags.
760
761 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
762
763         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
764         commands.
765
766         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
767         in the article buffer.
768         (gnus-gravatar-insert): Use blank space from the current buffer to
769         avoid breaking text properties.  This makes X-Sent updating work again.
770
771         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
772
773 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
776         fix the bug in url-http.el instead.
777
778         * shr.el (shr-image-fetched): Ditto.
779
780         * shr.el (shr-image-fetched): Avoid having point move in the article
781         buffer.
782
783         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
784         buffer after being called.  It's apparently being killed by url.el, and
785         killing it made point move to end-of-buffer in a random buffer.
786
787         * shr.el (shr-image-fetched): Ditto.
788
789 2011-01-23  Julien Danjou  <julien@danjou.info>
790
791         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
792
793         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
794         text/x-org.
795
796 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-sum.el (gnus-summary-move-article): Protect against backends
799         (i.e., nnimap) returning nil as the article number.
800
801 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
802
803         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
804         "DelSp" parameter in RFC3676.
805
806 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * message.el (message-check-recipients): Display the encoded version of
809         the bogus address if they differ.
810
811         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
812         after sending.
813
814         * gnus-agent.el (gnus-agent-send-mail): Ditto.
815
816         * gnus-group.el (gnus-group-refresh-group): New convenience function.
817
818         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
819         group buffer after sending the queue.
820
821         * gnus-agent.el (gnus-agent-send-mail): Ditto.
822
823 2011-01-22  Julien Danjou  <julien@danjou.info>
824
825         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
826
827 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
828
829         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
830         nested related parts.
831
832         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
833         unexpired articles.  This fixes the regression that led expiry marks to
834         disappear from nnfolder groups.
835
836 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
837
838         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
839         Don't confuse the "ret" of "retrograde" with RET.
840
841 2011-01-21  Julien Danjou  <julien@danjou.info>
842
843         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
844         than mm-insert-inline.
845
846 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
849         Widen article buffer.
850
851 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
852
853         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
854         the temp buffer.
855         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
856
857 2011-01-20  Julien Danjou  <julien@danjou.info>
858
859         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
860
861         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
862         than mm-insert-inline to insert inline part: this respect
863         mm-inline-media-tests displayers.
864
865         * mm-view.el (mm-display-shell-script-inline): New function.
866
867         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
868
869         * mm-uu.el (mm-uu-type-alist): Add org block.
870         (mm-uu-org-src-code-block-extract): New function.
871
872         * mm-view.el (mm-display-org-inline): New function.
873
874         * mm-decode.el (mm-automatic-display): Add text/org.
875
876         * mailcap.el (mailcap-mime-extensions): Add .org.
877
878 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * gnus-art.el (gnus-article-highlight): Remove argument passed to
881         gnus-article-add-buttons.
882
883 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
884
885         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
886         From header with a date and "nobody" as the sender.
887
888 2011-01-19  Julien Danjou  <julien@danjou.info>
889
890         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
891         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
892         if you have the same regexp several times.
893         (gnus-button-push): Fix matching when regexp is symbol.
894
895 2011-01-15  Glenn Morris  <rgm@gnu.org>
896
897         * message.el (message-mail): A compose-mail function should
898         accept headers as strings.
899
900 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
901
902         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
903         Add :vert-only tags.
904         (message-mail): New arg RETURN-ACTION.
905         (message-return-action): New var.
906         (message-bury): Use it.
907         (message-mode): Make it buffer-local.
908         (message-send-and-exit): Always call message-bury.
909
910         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
911         message-mail.
912
913 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * nnimap.el (nnimap-convert-partial-article): Protect against
916         zero-length body parts.
917
918         * mm-decode.el (mm-preferred-alternative-precedence):
919         Discourage showing empty parts.
920
921         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
922         and stuff if the backend didn't return the article number.  This fixes
923         an Exchange-related nnimap bug.
924
925         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
926         group window, because it does the wrong thing when a separate frame
927         displays the group buffer.
928
929         * proto-stream.el (open-protocol-stream): Protect against the low-level
930         transport functions returning nil.
931
932 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
933
934         * mml2015.el (epg-sub-key-fingerprint): Autoload.
935         (mml2015-epg-find-usable-secret-key): New function.
936         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
937         mml2015-epg-find-usable-key (Bug#7797).
938         (mml2015-epg-encrypt): Ditto.
939
940 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * dgnushack.el (rot13-string): Fix the way to get the argument.
943
944 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
947
948 2011-01-03  Glenn Morris  <rgm@gnu.org>
949
950         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
951
952         * sieve.el (sieve-open-server): Give a more explicit error if
953         sieve-manage-open returns nil.  (Bug#7720)
954
955 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
956
957         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
958
959 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
962         This avoids sending passwords in plain text over non-encrypted
963         channels.
964
965         * shr.el (shr-rescale-image): Display all GIF images as animated images.
966
967         * nnimap.el (nnimap-login): Refactored out into own function, and
968         implement CRAM-MD5.
969         (nnimap-wait-for-line): Refactored out.
970
971         * mm-view.el (mml-smime): Require.
972
973 2010-12-20  David Engster  <deng@eml.cc>
974
975         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
976         use EPG to decrypt S/MIME messages instead of openssl.
977
978 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
981
982         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
983         status is the group clearly is unreachable.
984
985         * auth-source.el (auth-source-create): Add the optional second
986         parameter to `local-variable-p' to be compatible with XEmacs.
987
988 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
989
990         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
991         work when using a compressed nnml folder.
992
993 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
996         backends after sanitising on entry, because this never makes sense:
997         If the articles have gone missing, then the data no longer exists on
998         the backend, and if they haven't, then Gnus is wrong, and shouldn't
999         overwrite anything anyway.
1000
1001         * shr.el (shr-insert-document): Bind shr-width dynamically to
1002         window-width if it's nil.
1003
1004 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1005
1006         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1007         with the meaning of using the full emacs window width for rendering.
1008
1009 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1010
1011         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1012         case when sender is not given.
1013
1014 2010-12-23  Julien Danjou  <julien@danjou.info>
1015
1016         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1017         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1018         the addresses, otherwise we might misplaced the gravatar.
1019
1020 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1021
1022         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1023         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1024         obsolete in Emacs.
1025
1026 2010-12-20  Julien Danjou  <julien@danjou.info>
1027
1028         * gnus-util.el (gnus-rescale-image): Revert last change.
1029
1030 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1031
1032         * binhex.el: Improve commentary (Bug#7482).
1033
1034 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-group.el (gnus-group-delete-articles): New command.
1037
1038 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1039
1040         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1041
1042 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1045         here, since it's up to the backends to do CRLF removal if their
1046         protocol has it.
1047
1048         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1049
1050 2010-12-17  Julien Danjou  <julien@danjou.info>
1051
1052         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1053         they are from file. Can also scale up.
1054
1055 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1056
1057         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1058         gnus-use-agent.
1059         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1060
1061         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1062
1063 2010-12-17  Julien Danjou  <julien@danjou.info>
1064
1065         * gravatar.el (gravatar-retrieve-synchronously): New function.
1066         (gravatar-get-data): Make more robust.
1067
1068 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1071
1072 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1075         to really consider the last line.
1076
1077 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1078
1079         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1080         list of recipient keys, or use symmetric encryption if not a list.
1081         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1082         EPA override, replacing the call to `netrc-store-data'.
1083
1084 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1085
1086         * gnus-srvr.el: Avoid passing nil regexp argument to
1087         delete-matching-lines.
1088
1089 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1092         fetching stops when Gnus exits.
1093
1094         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1095         function.
1096         (nnfolder-request-expire-articles): Save all the buffers after doing
1097         expiry.
1098
1099         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1100         the last article", since that led to serious performance regressions
1101         when expiring nnml groups.
1102
1103 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1104
1105         * nnir.el: Improve customizations.
1106
1107 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1110
1111         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1112         group has been killed.
1113         (gnus-group-yank-group): Ditto.
1114
1115         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1116
1117         * nnimap.el (nnimap-request-update-group-status): New function.
1118
1119         * gnus-int.el (gnus-request-update-group-status): New interface
1120         function.
1121
1122         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1123         copying read-ness to the backends.
1124
1125         * nnimap.el (nnimap-quirk): New function.
1126         (nnimap-retrieve-group-data-early): Use it.
1127         (nnimap-quirks): New alist.
1128
1129 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1132         don't delete it within indentation.
1133
1134 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1137         previous line.
1138
1139 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1142         QRESYNC command by deleting a superfluous space which broke Cyrus
1143         servers.  This change will break other servers that are buggy the other
1144         way around.
1145
1146 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1147
1148         * spam.el: Reindent and fix long lines.
1149         (spam-copy-or-move-routine): Exclude invalid move destinations.
1150
1151 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1152
1153         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1154         installed the registry.
1155
1156 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1159
1160 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1161
1162         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1163         groupname doesn't contain "gmane".
1164
1165 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1168         and netrc-bound-and-true-p bindings.
1169         (netrc-parse): Cache the netrc contents.
1170
1171         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1172         (gnus-1): Don't create the nndrafts group twice.
1173         (gnus-setup-news): There's no need to read the active file here, since
1174         that's done again later on a per-backend basis.
1175         (gnus-start-draft-setup): Make sure that the new group is started out
1176         empty.
1177
1178         * gnus-agent.el (gnus-agentize): Don't create the queue group
1179         automatically on startup.  It'll be created later, if needed.
1180
1181         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1182         of automatically subscribed groups.
1183         (gnus-auto-subscribed-categories): New variable.
1184         (gnus-matches-options-n): Use it.
1185         (gnus-default-subscribed-newsgroups): Remove unused variable.
1186         (gnus-start-draft-setup): Message a bit less.
1187
1188 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1189
1190         * nnir.el (nnir-run-imap): Return article list in order of increasing
1191         UID.
1192
1193 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1194
1195         * gnus-sum.el (gnus-summary-enter-digest-group):
1196         Mention gnus-auto-select-on-ephemeral-exit.
1197
1198         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1199         convention of the network-only option.
1200
1201 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * proto-stream.el (proto-stream-open-network-only): New function to
1204         have a way to specify non-STARTTLS upgrade connections.
1205
1206 2010-12-10  Julien Danjou  <julien@danjou.info>
1207
1208         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1209         email address is nil.
1210
1211         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1212
1213 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1214
1215         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1216         deletion.
1217         (nnir-run-imap): Only need to parse list once.
1218
1219 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * shr.el (shr-tag-script): Ignore <script>.
1222         (shr-tag-label): Add <label> support.
1223
1224 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1227
1228         * shr.el (shr-image-displayer): Work for images lined side by side.
1229
1230 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1231
1232         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1233         parameter, since XEmacs doesn't accept t as a parameter.
1234
1235 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1236
1237         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1238         ids.
1239         (nnir-run-gmane): Simplify groupspec formatting.
1240         (nnir-request-expire-articles): New function.
1241
1242 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1245         overflow, possibly.
1246
1247         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1248         (shr-render-td): Handle td style="" better.
1249         (shr-tag-table): Use the color from the style sheet.
1250         (shr-render-td): Make sure we copy over all the overlays, too.
1251
1252 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1253
1254         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1255         (nnir-request-article): Improve article retrieval.
1256
1257 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * mm-util.el (mm-extra-numeric-entities): New variable.
1260
1261         * mm-url.el (mm-url-decode-entities):
1262         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1263
1264         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1265
1266 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1267
1268         * message.el: Use completion-at-point.
1269         (message-completion-function): New fun, extracted from message-tab.
1270         (message-mode): Use it for completion-at-point-functions.
1271         (message-tab): Use it and completion-at-point.
1272
1273 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1276         character if a non-breakable character follows.
1277
1278 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1281         any stream.
1282
1283         * shr.el (shr-tag-font): Colorize the region.
1284         (shr-tag-body): Ditto.
1285         (shr-tag-font): Actually let the styles be inherited instead of
1286         overwriting them.
1287         (shr-tag-font): Get the background color right.
1288         (shr-tag-style): Ignore all <style> tags for the moment.
1289
1290         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1291         a Message-ID to avoid having nnimap depend on gnus-sum.
1292
1293         * shr.el (shr-descend): Only colorize something if we have a node that
1294         sets colors.
1295
1296 2010-12-06  Julien Danjou  <julien@danjou.info>
1297
1298         * shr.el (shr-render-td): Render td content with shr-descend, so style
1299         will be applied to <td> too.
1300         (shr-colorize-region): Colorize region even if we only have a background.
1301         (shr-tag-body): Fix color and background color inheritance.
1302         Do not recolorize after shr-generic.
1303         (shr-tag-font): Let shr-generic colorize via inheritance.
1304
1305 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1308
1309 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1310
1311         * nnir.el (nnir-request-move-article): Remove obsolete code.
1312
1313 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1316
1317 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * gnus-sum.el (gnus-summary-respool-article): The completion function
1320         expects a list instead of an alist.
1321
1322         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1323         string as the parameter.
1324
1325         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1326
1327         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1328         styles.
1329         (shr-colorize-region): New function.
1330         (shr-insert-background-overlay): Remove.
1331         (shr-render-td): Background setting should be taken care of on a higher
1332         level.
1333         (shr-tag-body): Use post-hoc colorizations.
1334         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1335         (shr-put-color-1): Don't overwrite old colors.
1336         (shr-colorize-region): When the background color isn't explicit, use
1337         a fixed background.
1338
1339         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1340         nnmail variables.
1341
1342 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1343
1344         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1345         unless necessary.
1346
1347 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1348
1349         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1350         server.
1351
1352 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1355         so that TAB works.
1356
1357         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1358         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1359
1360         * shr.el (shr-urlify): Show the URL before the title to avoid
1361         misleading URLs.
1362
1363 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1364
1365         * shr.el (shr-urlify): Display the title in <a> tags.
1366
1367 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1368
1369         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1370
1371 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1372
1373         * nnir.el: Rearrange code to allow macros to be autoloaded by
1374         gnus-sum.el.
1375         (nnir-retrieve-headers-override-function): Make this variable
1376         customizable.
1377         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1378
1379         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1380         from nnir.el.
1381
1382 2010-12-03  Julien Danjou  <julien@danjou.info>
1383
1384         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1385
1386 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1389         allow optional argument `environment'.
1390
1391 2010-12-03  Glenn Morris  <rgm@gnu.org>
1392
1393         * mm-extern.el (message-goto-body): Update declaration.
1394
1395 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus-util.el (gnus-macroexpand-all): New function.
1398
1399         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1400         instead of macroexpand-all that is unavailable in XEmacs.
1401
1402 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1403
1404         * nnir.el (nnir-summary-line-format): New variable.
1405         (nnir-mode): Use it.
1406         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1407         (nnir-article-ids): Reimplement as defsubst.
1408         (nnir-retrieve-headers): Don't mangle the subject header.
1409         (nnir-run-imap): Use 100 as RSV score.
1410         (nnir-run-find-grep): Fix for full server searching.
1411         (nnir-run-gmane): Better restriction to gmane groups.
1412
1413         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1414         summary buffers.
1415
1416 2010-12-02  Julien Danjou  <julien@danjou.info>
1417
1418         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1419
1420         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1421
1422         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1423         support.
1424
1425 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1426
1427         * nnir.el: Update to handle the registry better.
1428         (autoload): Silence byte-compiler.
1429         (nnir-open-server): Add a hook for nnir groups.
1430         (nnir-request-move-article): Don't mangle the header. Better to use
1431         formating variables (which will be added in the future).
1432         (nnir-registry-action): Update the registry using the original article
1433         group name.
1434         (nnir-mode): Install nnir-specific hooks for updating the registry.
1435
1436         * gnus-sum.el
1437         (gnus-article-original-subject,gnus-newsgroup-original-name):
1438         Remove obsolete variables.
1439         (gnus-summary-move-article): Remove use of obsolete variables.
1440         (gnus-summary-local-variables): Make move and delete hooks local to
1441         summary buffers.
1442
1443 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * rtree.el: New file.
1446
1447 2010-12-01  Julien Danjou  <julien@danjou.info>
1448
1449         * message.el (message-user-organization): Do not use
1450         gnus-local-organization.
1451
1452         * gnus.el: Remove gnus-local-organization.
1453
1454         * gnus-msg.el: Remove nastygram thing.
1455
1456 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1457
1458         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1459         funcall.
1460
1461 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1464         names.
1465
1466         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1467         characters.
1468
1469         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1470         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1471         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1472         (gnus-gravatar-transform-address): Use mail-extract-address-components
1473         that supports non-ASCII names rather than mail-header-parse-addresses.
1474
1475 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * proto-stream.el (open-protocol-stream): All starttls connections are
1478         handled by the network handler.
1479
1480 2010-11-30  Julien Danjou  <julien@danjou.info>
1481
1482         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1483         (nnimap-open-connection-1): Fix PREAUTH.
1484
1485         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1486
1487 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1490         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1491         (shr-insert): Use them.
1492         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1493
1494 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1495
1496         * nnir.el (nnir-request-move-article): Bail out if original group
1497         doesn't support article moves.
1498         (nnir-get-active): Improve active list retrieval.
1499
1500 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1503
1504 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1505
1506         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1507         seem to accept strings-with-numbers as port numbers,
1508
1509 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1510
1511         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1512         change the registry.
1513
1514 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1517         delete-dups that is not available in XEmacs 21.4.
1518
1519         * mm-util.el (mm-delete-duplicates): Add comment.
1520
1521 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1522
1523         * nnir.el (nnir-ignored-newsgroups): New variable.
1524         (nnir-get-active): Use it.
1525
1526 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * proto-stream.el (proto-stream-open-network): Add some comments.
1529
1530         * nntp.el (nntp-open-connection): Provide a :success condition.
1531
1532         * nnimap.el (nnimap-open-connection-1): Ditto.
1533
1534         * proto-stream.el (proto-stream-open-network): See what the response to
1535         the STARTTLS command is.
1536
1537         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1538         backwards compatibility).
1539         (nnimap-open-connection-1): Really respect nnimap-server-port.
1540
1541         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1542         TLS upgrades we don't really care about the identity of the peer.
1543         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1544         that what we've checked for.
1545         (proto-stream-always-use-starttls): Only default to t if
1546         open-gnutls-stream exists.
1547         (proto-stream-open-network): If STARTTLS failed, then just open a
1548         normal connection.
1549         (proto-stream-open-network): Wait until the greeting before doing
1550         STARTTLS.
1551
1552         * nntp.el (nntp-open-connection): Report what the connection error is.
1553
1554         * proto-stream.el (open-protocol-stream): Rename from
1555         open-proto-stream.
1556
1557 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * nnimap.el (nnimap-stream): Change default to `undecided'.
1560         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1561         first, and then network.
1562         (nnimap-open-connection-1): Respect nnimap-server-port.
1563         (nnimap-open-connection): Be more backwards-compatible.
1564
1565         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1566         (proto-stream-open-starttls): De-duplicate the starttls code.
1567         (proto-stream-open-starttls): Folded back into the main function.
1568         (proto-stream-open-network): Fix typo in the gnutls path.
1569         (proto-stream-command): Refactor out.
1570
1571         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1572
1573         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1574         starttls.el STARTTLS.
1575
1576         * color.el (color-lab->srgb): Fix function call name.
1577
1578         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1579         if we're using tls.el.
1580         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1581         built in, then don't try to establish a STARTTLS connection.
1582
1583         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1584         servers.
1585
1586         * proto-stream.el (open-proto-stream): Use network, not stream.
1587         (open-proto-stream): Add a way to specify what the end of a command is.
1588
1589         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1590         connections types.
1591         (nntp-open-network-stream): Remove.
1592         (nntp-open-ssl-stream): Remove.
1593         (nntp-open-tls-stream): Remove.
1594         (nntp-ssl-program): Remove.
1595
1596         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1597
1598 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1599
1600         * nnir.el: Fix typos.
1601         (nnir-retrieve-headers-override-function): Rename variable to reflect
1602         new semantics.
1603         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1604         macros.
1605         (nnir-request-article, nnir-request-move-article): Use them.
1606         (nnir-categorize): New function.
1607         (nnir-run-query): Use it.
1608         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1609         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1610         sorted.
1611         (nnir-group-full-name): Use gnus-group-full-name instead.
1612         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1613         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1614
1615 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1618
1619         * proto-stream.el: New library to provide protocol-specific
1620         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1621         protocols.
1622         (open-proto-stream): Complete the documentation.
1623         (proto-stream-open-network): Fix some typos.
1624
1625         * nnimap.el (nnimap-open-connection): Use it.
1626
1627 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1628
1629         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1630         negotiation.
1631
1632 2010-11-26  Julien Danjou  <julien@danjou.info>
1633
1634         * color.el: Rename various rgb functions to srgb.
1635
1636 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1639         names.
1640
1641 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * shr.el (shr-insert): Revert last change.
1644         (shr-find-fill-point): Never leave point being at bol;
1645         relax the kinsoku limitation when rendering tables.
1646
1647 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1650         results from -accept-article.
1651
1652         * shr-color.el: Require cl when compiling.
1653
1654         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1655         checkin.
1656
1657         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1658
1659         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1660
1661         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1662         'add and 'delete to set backend marks.
1663
1664         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1665
1666         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1667
1668         * nntp.el (nntp-request-set-mark): Use it.
1669
1670         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1671
1672         * nnml.el (nnml-request-set-mark): Ditto.
1673
1674         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1675         introduces regressions in article selection.
1676         (nnimap-find-uid-response): New function.
1677         (nnimap-request-accept-article): Use the UID returned, if any.
1678         (nnimap-request-move-article): Use the UID returned, if any.
1679         (nnimap-get-groups): Reimplement to work with folded lines.
1680         (nnimap-find-uid-response): The UID is the last element in the list.
1681         (nnimap-request-set-mark): Extend syntax with 'set.
1682
1683         * nnml.el (nnml-request-set-mark): Ditto.
1684
1685         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1686
1687         * nntp.el (nntp-request-set-mark): Ditto.
1688
1689 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * message.el (message-called-interactively-p): A temporary macro.
1692         (message-goto-body): Use it temporarily.
1693
1694 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1697         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1698         (nnimap-last-response-string): Fix last unfolding fix.
1699
1700 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * shr.el (shr-insert): Fix the way to fold lines.
1703
1704 2010-11-25  Julien Danjou  <julien@danjou.info>
1705
1706         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1707
1708         * color.el: Rename from color-lab.el
1709         (color-rgb->hex): Add.
1710         (color-complement): Add.
1711         (color-complement-hex): Add.
1712
1713         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1714
1715 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1718         don't exist.
1719
1720 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1723         assuming that article displaying or another mml-preview may be
1724         interrupted for an error or for the like.
1725
1726         * shr.el (shr-get-background): Fix argument name.
1727
1728 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1731
1732         * gnus-sum.el (gnus-summary-include-articles): New function.
1733
1734         * message.el (message-goto-body): called-interactively-p needs a
1735         parameter, so use `any'.
1736
1737         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1738         clear marks before moving, since they're synced from the Gnus side
1739         first.
1740
1741         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1742         (gnus-summary-move-article): Copy over all marks before moving, so that
1743         IMAP doesn't think a new article has arrived.
1744
1745 2010-11-24  Julien Danjou  <julien@danjou.info>
1746
1747         * shr.el (shr-insert-background-overlay): Fix typo.
1748         (shr-render-td): Copy the background before rendering.
1749
1750         * shr-color.el (shr-color-visible): Fix docstring.
1751
1752         * shr.el (shr-tag-table): Add bgcolor support.
1753         (shr-render-td): Add bgcolor support.
1754         (shr-get-background): Add.
1755         (shr-insert-foreground-overlay): Use shr-get-background.
1756
1757         * message.el (message-goto-body): Use called-interactively-p.
1758         (message-in-body-p): message-goto-body returns point.
1759
1760 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1763         Fixes something or other in Emacs 23, and is backwards compatible.
1764
1765         * message.el (message-goto-body): Remove the <#secure special-casing,
1766         which is too special.
1767
1768         * shr.el (shr-parse-style): Drop !important from styles.
1769
1770 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1771
1772         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1773         this function to return incorrect results when calling it with an
1774         explicit article argument different from
1775         (gnus-summary-article-number).
1776
1777 2010-11-24  Julien Danjou  <julien@danjou.info>
1778
1779         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1780         (shr-tag-body): Add background support.
1781         (shr-descend): Add background support.
1782         (shr-tag-title): Add.
1783
1784         * shr-color.el (shr-color-visible): Really return original background
1785         if fixed.
1786
1787 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * shr.el (shr-color-check): Protect against non-existant colour names.
1790
1791 2010-11-24  Julien Danjou  <julien@danjou.info>
1792
1793         * color-lab.el: Require 'cl when compiling.
1794
1795         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1796
1797         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1798         matched part.
1799
1800         * color-lab.el: Fix all expt calls to use float type.
1801
1802 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1805         expression to shr-color-check as is.
1806
1807         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1808
1809         * color-lab.el: Add coding cookie.
1810         (float-pi): Use eval-and-compile.
1811
1812         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1813         compiled for Emacsen having no `libxml-parse-html-region' support.
1814
1815 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * shr.el (shr-insert-color-overlay): Split stuff like
1818         "#444444 !important" to find the real colour.
1819         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1820         parse <font color="red"> entries.
1821
1822 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1823
1824         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1825         point when parsing headers.
1826
1827         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1828         is positioned properly when parsing headers.
1829
1830 2010-11-23  Julien Danjou  <julien@danjou.info>
1831
1832         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1833
1834         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1835
1836         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1837
1838         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1839         Use shr-color-hue-to-rgb.
1840         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1841
1842 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * shr.el (shr-color->hexadecimal): Autoload.
1845         (shr-descend): Add color to all tags.
1846
1847 2010-11-22  Julien Danjou  <julien@danjou.info>
1848
1849         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1850         shr-color->hexadecimal.
1851
1852         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1853         RGB() or HSL() color representation.
1854
1855         * shr.el (shr-tag-font): Add.
1856         (shr-tag-color-check): New function to get better colors.
1857         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1858         tag-span.
1859
1860         * shr-color.el: New file.
1861
1862         * color-lab.el: New file.
1863
1864         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1865
1866 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1867
1868         * nnir.el: Fix typo in comments.
1869         (nnir-run-imap): Simplify code. No need to reverse artlist.
1870         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1871
1872 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1875
1876         * nnimap.el (nnimap-get-capabilities): Refactor out.
1877         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1878
1879 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1880
1881         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1882         appearing when `mm-uu-hide-markers' is nil.
1883
1884 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * nnimap.el (nnimap-unselect-group): Make into its own function.
1887         (nnimap-request-rename-group): Unselect group before renaming.
1888         This had gotten lost somewhere.
1889         (nnimap-request-accept-article): Keep track of examined groups, and
1890         unselect the group before APPENDing to read-only groups.
1891         (nnimap-request-move-article): Clear flags before moving so that they
1892         can be re-set later.
1893
1894 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1897         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1898
1899 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-art.el (gnus-mime-display-single)
1902         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1903         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1904         parameter.
1905
1906 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1909         (shr-table-vertical-line): New variable.
1910         (shr-insert-table): Use it.
1911
1912 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * gnus-html.el (gnus-html-wash-images): Don't display images if
1915         gnus-inhibit-images is non-nil; register displayer for cid images.
1916         (gnus-html-display-image): Work for cid image.
1917         (gnus-html-insert-image): Allow arguments.
1918         (gnus-html-put-image): Inhibit read-only.
1919         (gnus-html-prefetch-images): Don't prefetch images if
1920         gnus-inhibit-images is non-nil.
1921
1922 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * shr.el (shr-put-image): Break lines when inserting big pictures.
1925
1926 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1927
1928         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1929         sender, thanks Katsumi Yamaoka.
1930
1931 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1932
1933         * nnir.el (nnir-run-imap): Reverse the article list for each group
1934         rather than the whole list.
1935
1936 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * shr.el (shr-image-displayer): Protect function against non-existent
1939         image source.
1940
1941         * gnus-art.el (gnus-inhibit-images): New user option.
1942         (gnus-mime-display-single): Don't display image if it is non-nil.
1943
1944         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1945         gnus-inhibit-images.
1946
1947         * shr.el (shr-image-displayer): New function.
1948         (shr-tag-img): Use it.
1949
1950 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1951
1952         * mml2015.el (mml2015-epg-sign): Use From header.
1953
1954 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1957
1958         * gnus-util.el (gnus-find-text-property-region): Return markers.
1959
1960         * shr.el (shr-tag-img): Put a displayer in the text property.
1961
1962         * gnus-util.el (gnus-find-text-property-region): New utility function.
1963
1964         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1965         (gnus-html-show-images): Remove.
1966
1967         * gnus-art.el (gnus-article-show-images): New, more general function.
1968
1969         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1970         image url text properties.
1971
1972         * shr.el: Ditto.
1973
1974         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1975         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1976
1977 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1980         work for two or more articles.
1981
1982 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1985         divide an image that's in an html article to two or more when washing
1986         non-ASCII characters in alt text of it.
1987
1988 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1991         smime-decrypt-region using function argument.
1992         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1993
1994         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1995
1996         * smime.el (smime-decrypt-region): Catch it.
1997
1998 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1999
2000         * smime.el (smime-mode-map): Move initialization into declaration.
2001         (gnus-run-mode-hooks): Don't autoload.
2002         (smime-mode): Use define-derived-mode.
2003
2004 2010-11-11  Glenn Morris  <rgm@gnu.org>
2005
2006         * smime.el (from): Restrict declaration to XEmacs.
2007
2008         * nnir.el (gnus-group-topic-name): Autoload.
2009
2010 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * shr.el (shr-insert): Don't break long line if it is because of
2013         kinsoku-bol characters in the line end.
2014
2015 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2016
2017         * nnir.el (nnir-request-move-article): Fix to provide original group
2018         and subject.
2019         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2020         been retrieved.
2021
2022         * gnus-sum.el (gnus-summary-move-article): Use original group and
2023         subject for virtual articles such as those in an nnir summary buffer.
2024
2025 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2028         least 21.5).
2029
2030         * smime.el (from): Declare it again for XEmacs.
2031
2032 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * message.el (message-resend): Don't disable encoding unless it's
2035         already encoded.
2036
2037         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2038         low-numbered articles.
2039
2040 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * rfc2047.el (rfc2047-syntax-table): Simplify.
2043
2044         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2045
2046         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2047         set-char-table-range for XEmacs.
2048
2049 2010-11-10  Glenn Morris  <rgm@gnu.org>
2050
2051         * time-date.el (time-to-seconds): Always an alias on Emacs,
2052         never a real function.
2053         (with-no-warnings): Remove compat stub, now unused.
2054         (time-less-p): Doc fix.
2055         (time-to-number-of-days): Simplify.
2056
2057         * smime.el (from): Remove unused declaration.
2058
2059         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2060         (gnus-float-time): On Emacs, always an alias.
2061
2062         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2063         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2064
2065 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * dgnushack.el: Don't use ignore-errors in the top level form since it
2068         is unavailable in XEmacs even if cl is loaded.
2069
2070         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2071
2072 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * shr.el (browse-url-mailto): Autoload.
2075
2076         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2077
2078         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2079         regexp doesn't need quoting.
2080
2081 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2082
2083         * message.el (message-subject-trailing-was-ask-regexp)
2084         (message-subject-trailing-was-regexp): Match was: in addition to was.
2085
2086 2010-11-09  Glenn Morris  <rgm@gnu.org>
2087
2088         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2089         (nnbabyl-check-mbox): Use point-at-bol.
2090
2091 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2094
2095         * message.el (message-mailto): New function.
2096         (message-mailto): Should accept other parameters.
2097         (message-mailto): Remove since it duplicates browse-url-mailto
2098         functionality.
2099
2100 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2103         methods.
2104         (gnus-read-active-file): Ditto.
2105
2106         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2107         ": " from the prompt.
2108         (gnus-group-make-group): Ditto.
2109
2110 2010-11-07  Glenn Morris  <rgm@gnu.org>
2111
2112         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2113         (gnus-bookmark-kill-line): Use point-at-eol.
2114
2115 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2118         asterisks in From header.
2119
2120 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2123         string to avoid making the From headers syntactically invalid.
2124
2125         * message.el (message-send-mail): Don't insert courtesy messages if the
2126         message already has List-Post and List-ID messages.
2127
2128 2010-11-06  Glenn Morris  <rgm@gnu.org>
2129
2130         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2131         `condition', `type', `length' a prefix.
2132         (gnus-treat-predicate): Update for above name changes.
2133
2134 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2135
2136         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2137         binding.  Handled by `gnus-summary-refer-thread' instead.
2138         (nnir-warp-to-article): New backend function.
2139
2140         * nnimap.el (nnimap-request-thread): Force dependency updating.
2141
2142         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2143         (gnus-summary-refer-thread): Rework to improve thread-referral.
2144
2145         * gnus-int.el (gnus-warp-to-article): New function.
2146
2147         * gnus-sum.el (gnus-summary-article-map): Bind it.
2148
2149 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2150
2151         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2152         gnus-summary-refer-thread.
2153
2154         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2155         headers.
2156         (gnus-summary-limit-include-thread): Prevent articles in thread from
2157         being cut in gnus-cut-threads.
2158         (gnus-summary-refer-thread): Limit retrieved headers to those in
2159         thread.
2160
2161 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * message.el (message-send-mail): Use the value of
2164         message-courtesy-message from the message buffer.
2165
2166         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2167
2168         * shr.el (shr-browse-url): Implement mailto: URLs.
2169
2170         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2171         "raw".
2172
2173         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2174         if it's already selected.
2175
2176         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2177
2178 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2181         to measure the length and truncate alt text.
2182
2183 2010-11-03  Glenn Morris  <rgm@gnu.org>
2184
2185         * nndiary.el (nndiary-generate-nov-databases-1)
2186         (nndiary-generate-active-info): Rename dynamic variable `files' to
2187         something less generic.
2188
2189 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2190
2191         * nnir.el (nnir-request-move-article): Call the underlying backend to
2192         move articles from nnir.
2193
2194 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2197
2198 2010-11-02  Julien Danjou  <julien@danjou.info>
2199
2200         * nnir.el: Remove wais support.
2201
2202 2010-11-02  Glenn Morris  <rgm@gnu.org>
2203
2204         * gnus-html.el: Reorder requirements to quieten compiler.
2205
2206 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2209         properly for XEmacs as well.
2210         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2211         (gnus-article-natural-long-line-p): Use window-width rather than
2212         frame-width.
2213
2214 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2215
2216         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2217         (nnir-read-parms): Don't modify query.
2218         (nnir-run-query): Add ability to search topic on current line.
2219         (nnir-get-active): Clean up.
2220
2221 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2224         degenerate articles.
2225
2226         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2227         (gnus-print-buffer): Just print the buffer as is, without any copying
2228         to a buffer and then re-highlighting.
2229
2230         * nnimap.el (nnimap-request-group): Store the new updated info.
2231         (nnimap-request-group): Select the group when we don't know whether it
2232         exists or not.
2233
2234         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2235         groups.
2236
2237         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2238         groups.
2239
2240         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2241         groups.
2242
2243         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2244         long-lines case by only filling the long lines.
2245
2246         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2247         (bug #7311).
2248
2249 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * shr.el: No need to declare `declare-function' since shr.el is for
2252         only Emacsen that provide `libxml-parse-html-region'.
2253
2254         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2255         effective only in a file it is referred to.
2256
2257 2010-11-01  Glenn Morris  <rgm@gnu.org>
2258
2259         * mm-util.el (gnus-completing-read): Autoload.
2260         (mm-read-coding-system): Simplify Emacs definition.
2261
2262         * nnmail.el (gnus-activate-group):
2263         * nnimap.el (gnutls-negotiate):
2264         * nntp.el (netrc-parse): Fix declarations.
2265
2266 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2269         string-match-p in Emacs >=23.
2270
2271         * gnus-msg.el (gnus-configure-posting-styles)
2272         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2273
2274 2010-11-01  Glenn Morris  <rgm@gnu.org>
2275
2276         * nnir.el (declare-function): Add compat stub.
2277         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2278         (nnir-run-gmane): Require 'mm-url.
2279
2280         * mm-util.el (mm-string-to-multibyte): Simplify.
2281
2282         * shr.el (declare-function): Add compat stub.
2283         (url-cache-create-filename): Declare.
2284         (mm-disable-multibyte, widget-convert-button): Autoload.
2285
2286         * smime.el (ldap-search): Declare.
2287         (smime-cert-by-ldap-1): Require ldap on Emacs.
2288
2289         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2290         (nnimap-keepalive): Use gnus-float-time.
2291
2292         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2293         (mail-source-delete-crash-box): Use gnus-float-time.
2294
2295         * gnus-dired.el (gnus-completing-read): Autoload.
2296
2297         * mm-view.el (gnus-rescale-image): Autoload.
2298
2299         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2300
2301         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2302
2303         * sieve-manage.el: Require 'cl when compiling.
2304
2305         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2306         (gnus-iswitchb-completing-read): Require iswitchb.
2307         (gnus-select-frame-set-input-focus): Silence compiler.
2308
2309 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * message.el (message-subject-trailing-was-query): Change default to t,
2312         since I think that's what most people want.
2313
2314         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2315         appending for easier debugging.
2316         (nnimap-wait-for-connection): Take a regexp.
2317         (nnimap-request-accept-article): Wait for the continuation line before
2318         sending anything unless we're streaming.
2319
2320         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2321         leave the header washing to take place.
2322
2323 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2324
2325         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2326         regular expression match and replace in posting styles.
2327
2328 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2329
2330         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2331         an entire server.
2332         (nnir-get-active): New function.
2333         (nnir-run-imap): Use it.
2334         (nnir-run-gmane): Who knew, gmane search returns an article score!
2335
2336         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2337         server on the current line with nnir.
2338
2339 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2342         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2343         left edge.
2344         (gnus-article-foldable-buffer): Skip past the prefix when determining
2345         raggedness.
2346
2347         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2348         the raw article, and change `C-u g' to show the article without doing
2349         treatments.
2350
2351         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2352         on to `gnus-treat-article'.
2353         (gnus-inhibit-article-treatments): New variable.
2354
2355         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2356
2357         * gnus-art.el (gnus-treatment-function-alist): Have
2358         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2359         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2360         sections.
2361
2362         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2363         parameter.
2364         (gnus-article-fill-cited-long-lines): New function.
2365         (gnus-article-fill-cited-article): Allow filling only long sections.
2366
2367         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2368         and non-punctuation (like after the apostrophe in "'We").
2369
2370         * gnus-sum.el (gnus-summary-select-article): Make sure
2371         gnus-original-article-buffer is alive.
2372
2373         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2374         reflect the order they're in in the digest.
2375
2376         * gnus.el (gnus-group-startup-message): Move point to the start of the
2377         buffer.
2378
2379         * nnimap.el (nnimap-capability): New function.
2380         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2381         is set.
2382
2383 2010-10-31  David Engster  <dengste@eml.cc>
2384
2385         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2386         conform with changes to gnus-completing-read.
2387
2388 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2391
2392 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2393
2394         * nnir.el: Move defvar, defcustom around to keep file organized
2395         and keep byte-compiler quiet.
2396         (nnir-read-parms): Accept search-engine as arg.
2397         (nnir-run-query): Pass search-engine as arg.
2398         (nnir-search-engine): Remove.
2399
2400 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * shr.el (shr-generic): The text nodes should be text, not :text.
2403
2404         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2405         later in the file.
2406
2407 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2408
2409         * nnir.el: General clean up.  Allow searching with multiple engines.
2410         Allow separate extra-parameters for each engine.
2411         Batch queries when possible.
2412         (nnir-imap-default-search-key,nnir-method-default-engines):
2413         Add customize interface.
2414         (nnir-run-gmane): New engine.
2415         (nnir-engines): Use it.  Qualify all prompts with engine name.
2416         (nnir-search-engine): Remove global variable.
2417         (nnir-run-hyrex): Restore for now.
2418         (nnir-extra-parms,nnir-search-history): New variables.
2419         (gnus-group-make-nnir-group): Use them.
2420         (nnir-group-server): Remove in favor of gnus-group-server.
2421         (nnir-request-group): Avoid searching twice.
2422         (nnir-sort-groups-by-server): New function.
2423
2424 2010-10-30  Julien Danjou  <julien@danjou.info>
2425
2426         * gnus-group.el: Remove gnus-group-fetch-control.
2427
2428         * gnus-start.el (gnus-find-new-newsgroups):
2429         Remove gnus-check-first-time-used.
2430
2431         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2432
2433 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2434
2435         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2436         set on groups that don't have \* permanentflags.
2437
2438 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2441         control the background color.
2442         (shr-tag-img): Ignore very small web bug type images.
2443         (shr-put-image): Add help-echo alt texts to the images.
2444         (shr-tag-video): Show the video poster image.
2445
2446 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * shr.el (shr-table-depth): New variable.
2449         (shr-tag-table-1): Only insert the images after the top-level table.
2450
2451         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2452
2453         * gnus-util.el (gnus-list-memq-of-list): New function.
2454
2455         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2456         selected.
2457         (nnimap-unsplittable-articles): New slot.
2458         (nnimap-new-articles): Use it.
2459
2460 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2461
2462         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2463         move to the previous line on `M-g'.
2464
2465 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2468         *-request-group, which seems unnecessary.
2469
2470         * nnimap.el (nnimap-quote-specials): Function copied over from
2471         imap.el.
2472         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2473         they support that.  Suggested by Tom Regner.
2474
2475 2010-10-29  Julien Danjou  <julien@danjou.info>
2476
2477         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2478         defalias.
2479         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2480
2481         * gnus.el: Remove `gnus-nntp-service' variable.
2482         (gnus-secondary-servers): Make obsolete.
2483         (gnus-nntp-server): Make obsolete.
2484
2485         * gnus-start.el (gnus-1): Remove x-splash calls.
2486
2487         * gnus-ems.el (gnus-x-splash): Remove.
2488
2489         * gnus.el (gnus-group-startup-message): Simplify/update code.
2490
2491         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2492         definition.
2493
2494         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2495         capability before doing anything.
2496         (gnus-group-insert-group-line): Remove useless
2497         gnus-group-remove-excess-properties.
2498
2499 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2502
2503 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2506         config after reselecting.
2507
2508 2010-10-28  Julien Danjou  <julien@danjou.info>
2509
2510         * shr.el (shr-put-image): Use point even if only inserting text.
2511         (shr-put-image): Save excursion when inserting alt text on non-graphic
2512         display, so the behaviour is the same when we are on a graphic display.
2513
2514         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2515
2516 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2519         (gnus-mime-copy-part): Check coding system, not charset.
2520         (gnus-mime-view-part-externally): Never remove part.
2521         (gnus-mime-view-part-internally): Don't remove part here.
2522         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2523         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2524         multipart/alternative.
2525
2526         * mm-decode.el (mm-display-part): Take optional arg `force'.
2527
2528 2010-10-26  Julien Danjou  <julien@danjou.info>
2529
2530         * gnus-group.el (gnus-group-default-list-level): Add this function to
2531         compute the default list level.
2532         (gnus-group-default-list-level): Add possibility to use a function.
2533
2534 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2537
2538         * gnus-group.el (gnus-group-completing-read)
2539         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2540         gnus-replace-in-string.
2541
2542 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * shr.el (shr-tag-div): Add.
2545
2546         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2547
2548 2010-10-25  Julien Danjou  <julien@danjou.info>
2549
2550         * gnus-util.el: Remove `gnus-with-local-quit'.
2551
2552         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2553
2554 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2557         the original article buffer.
2558
2559 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnimap.el (nnimap-request-head): New function.
2562         (nnimap-request-move-article): Try to be slighly faster by not
2563         requesting the entire message when moving.
2564         (nnimap-transform-headers): Don't bug out on bodiless articles.
2565         (nnimap-send-command): Have no outstanding messages if the IMAP server
2566         doesn't support streaming.
2567         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2568
2569 2010-10-24  Julien Danjou  <julien@danjou.info>
2570
2571         * message.el (message-default-headers): Fix type.
2572
2573 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2576         prefetching images.
2577
2578         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2579         backend for unknown groups.  This is mainly useful for nnimap groups.
2580
2581         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2582         group isn't covered by the agent.
2583
2584 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2585
2586         * nnir.el (nnir-method-default-engines): New variable.
2587         (nnir-run-query): Use it.
2588         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2589         (gnus-summary-nnir-goto-thread): Change group if needed.
2590
2591         * gnus-group.el (gnus-group-group-map): Add key binding for
2592         gnus-group-make-nnir-group.
2593
2594 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * shr.el (shr-tag-object): Add.
2597
2598         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2599         original article buffer live.
2600         (gnus-summary-select-article-buffer):
2601         Mention gnus-widen-article-buffer.
2602
2603 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * shr.el (shr-tag-strong): Add.
2606
2607 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2610         group names.  They mess up the group buffer badly.
2611
2612         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2613
2614         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2615         instead of the summary one.
2616
2617 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * mml.el (mml-preview): Work properly when editing article.
2620
2621         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2622         gnus-have-read-active-file if it's already been in.
2623
2624 2010-10-22  Tom Tromey  <tromey@redhat.com>
2625
2626         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2627         gnus-group-completing-read.
2628
2629 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * message.el (message-mode-map): Don't bind M-; to comment region, to
2632         allow the global comment-dwim to work.
2633
2634 2010-10-21  Julien Danjou  <julien@danjou.info>
2635
2636         * message.el (message-setup-1): Allow message-default-headers to be a
2637         function.
2638
2639 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * shr.el (shr-tag-table): Simplify.
2642
2643 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2646         to avoid trying to snarf invalid stuff.
2647
2648         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2649
2650         * gnus.el (gnus-message-archive-group): Quote value.
2651         (gnus-message-archive-group): Mark as changed.
2652
2653         * shr.el (shr-add-font): Don't put the font properties on the newline
2654         or the indentation.
2655
2656         * message.el (message-fix-before-sending): Change options when sending
2657         non-printable characters.
2658
2659         * gnus.el (gnus-message-archive-method): Change the default to
2660         monthly outgoing groups.
2661
2662         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2663         that have gotten new numbers.
2664
2665         * nnimap.el (nnimap-request-replace-article): New function.
2666
2667 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2670         (nnrss-request-article): Don't use special html washing code.
2671
2672 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * shr.el (shr-tag-table): Remove useless nconc.
2675
2676 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * gnus-art.el (article-wash-html): Simplify and remove the charset
2679         stuff.  Use the normal html rendering code instead of the special html
2680         washing code.
2681
2682         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2683         `gnus-w3m' symbols.
2684         (mm-text-html-washer-alist): Remove.
2685
2686         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2687         (mm-inline-media-tests): Remove use.
2688         (mm-text-html-renderer): Change default to the `shr' symbol.
2689
2690         * mm-view.el (mm-inline-text-html): Remove use.
2691
2692         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2693         `gnus-blocked-images' to be a function.
2694         (gnus-article-wash-function): Remove.
2695
2696 2010-10-20  Julien Danjou  <julien@danjou.info>
2697
2698         * spam.el (spam-list-of-processors): Mark as obsolete.
2699
2700         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2701         (nnimap-insert-partial-structure): Fix boundary detection.
2702
2703 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2704
2705         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2706         run file-truename on remote files.  This can be expensive and even
2707         prevent one from editing drafts if some unrelated buffer has a stale
2708         connection.
2709
2710 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2713         kinsoku-eol regardless of shr-kinsoku-shorten.
2714         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2715         (shr-tag-table): Support caption, thead, and tfoot.
2716
2717 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2720         lines.
2721         (shr-save-contents): New command and keystroke.
2722
2723         * nndoc.el (nndoc-type-alist): Add git support.
2724         (nndoc-git-type-p): New function.
2725         (nndoc-transform-git-article): Ditto.
2726         (nndoc-transform-git-headers): Ditto.
2727         (nndoc-transform-git-headers): Generate Subject headers.
2728
2729         * shr.el (shr-parse-style): New function.
2730         (shr-tag-span): Ditto.
2731
2732         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2733         to `G G' to avoid collisions.
2734
2735 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * shr.el: Load kinsoku if necessary.
2738         (shr-kinsoku-shorten): New internal variable.
2739         (shr-find-fill-point): Make kinsoku shorten text line if
2740         shr-kinsoku-shorten is bound to non-nil.
2741         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2742         shr-indentation too when testing if table is wider than frame width.
2743         (shr-insert-table): Use `string-width' instead of `length' to measure
2744         text width.
2745         (shr-insert-table-ruler): Make sure indentation is done at bol.
2746
2747 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2750         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2751         undecoded network data.
2752
2753 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2756         name in the mode line spec so that the mode line menu works
2757         (bug #2431).
2758
2759         * message.el (message-get-reply-headers): If we're fed `to-address',
2760         then always use that.
2761
2762         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2763         aren't so wide as to need to switch off the edit menu.
2764
2765         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2766         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2767
2768         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2769         `M-g'.
2770         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2771         the permanent marks.
2772
2773 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2774
2775         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2776         Splitting according to references/in-reply-to obeys the ignore-groups
2777         variable, while splitting by sender and subject do not.
2778
2779 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2782         alist, so that we can look for non-Unicode chars.
2783         (article-translate-strings): Allow both character and string maps.
2784
2785 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * shr.el (shr-insert): Don't insert space behind a wide character
2788         categorized as kinsoku-bol, or between characters both categorized as
2789         nospace.
2790
2791 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2792
2793         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2794         headers to gnus-newsgroup-headers.
2795
2796 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * shr.el (shr-tag-img): Don't align images -- since we're not
2799         rescaling, this often leads to ugly displays.
2800
2801 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2802
2803         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2804         duplicates.
2805
2806 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2807
2808         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2809         call.
2810
2811 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * gnus.el: Autoload gnus-html-show-images.
2814
2815         * nnimap.el: Use nnheader-message throughout.
2816
2817         * shr.el (shr-tag-img): Ignore images with no data.
2818
2819 2010-10-15  Julien Danjou  <julien@danjou.info>
2820
2821         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2822         a possibility to disable format=flow encoding when using hard newlines.
2823
2824 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * shr.el (shr-insert): Remove space inserted before or after a
2827         breakable character or at the beginning or the end of a line.
2828         (shr-find-fill-point): Do kinsoku; find the second best point or give
2829         it up if there's no breakable point.
2830
2831 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * nnimap.el (nnimap-open-connection): Message when opening connection
2834         for debugging purposes.
2835
2836         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2837         on every setup buffer call to allow this to change from article to
2838         article.
2839
2840         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2841         buffers where we have a wide table.
2842
2843 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2844
2845         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2846         uses *-request-thread.
2847
2848 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2851         incantation, which is no longer valid.
2852
2853 2010-10-14  Julien Danjou  <julien@danjou.info>
2854
2855         * shr.el: Fix defcustom type (char -> character).
2856
2857 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2860         programs.
2861
2862 2010-10-14  Julien Danjou  <julien@danjou.info>
2863
2864         * shr.el (shr-tag-a): Use url-link as widget type.
2865
2866         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2867         `gnus-group-get-icon'.
2868
2869 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2872         This should make server editing work better.
2873
2874         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2875
2876         * tls.el (tls-program): Remove spurious %s from openssl.
2877
2878         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2879         (nnimap-parse-flags): Fix regexp.
2880
2881         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2882         probably work for CJVK text, too.
2883
2884         * nnimap.el (nnimap-extend-tls-programs): Remove.
2885         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2886
2887         * tls.el (tls-starttls-switches): Remove starttls hack.
2888         (open-tls-stream): Ditto.
2889         (tls-find-starttls-argument): Ditto.
2890
2891 2010-10-13  Julien Danjou  <julien@danjou.info>
2892
2893         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2894         responses.
2895
2896 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2899
2900         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2901         anything in Emacs.
2902
2903         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2904
2905 2010-10-13  Julien Danjou  <julien@danjou.info>
2906
2907         * shr.el (shr-width): Make shr-width a defcustom with default to
2908         fill-column.
2909         (shr-tag-img): Use shr-width rather than fill-column.
2910
2911 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * dgnushack.el (byte-optimize-apply)
2914         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2915
2916         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2917         position when (X-)Faces exist.
2918         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2919         avatars when called interactively.
2920
2921 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2924         gnus-article-x-face-too-ugly is bound.
2925
2926 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2929
2930         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2931         mailbox that doesn't exist.
2932
2933 2010-10-12  Julien Danjou  <julien@danjou.info>
2934
2935         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2936         (shr-get-image-data): Encode URL properly when fetching from cache.
2937         (shr-tag-img): Use aligned-to spaces to align correctly images.
2938
2939         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2940         before inserting the Gravatar.
2941
2942         * shr.el (shr-tag-img): Add align attribute support for <img>.
2943
2944 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-gravatar.el (gnus-art): Require.
2947
2948         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2949         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2950         Remove long obsoleted functions.
2951
2952 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2955
2956         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2957
2958         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2959         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2960         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2961         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2962         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2963         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2964         * sieve-manage.el, smime.el, spam.el:
2965         Fix comment for declare-function.
2966
2967 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * nnimap.el (nnimap-request-rename-group): Select group read-only
2970         before renaming it.
2971
2972         * shr.el (shr-insert): Fix up the white space only regexp.
2973
2974         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2975         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2976
2977         * shr.el (shr-current-column): New function.
2978         (shr-find-fill-point): New function.
2979
2980 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2981
2982         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2983         numbers.
2984
2985 2010-10-11  Julien Danjou  <julien@danjou.info>
2986
2987         * shr.el (shr-hr-line): Add.
2988         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2989         display hr lines.
2990         (shr-max-columns): Do not change state to nil if we just inserting
2991         spaces.
2992
2993 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2996         select the last group.
2997
2998 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2999
3000         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3001
3002 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3003
3004         * dig.el (dig-mode-map): Declare and define in one step.
3005
3006 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3009         for Gnus.
3010         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3011         (nnimap-update-qresync-info): Mark \Seen articles as read.
3012
3013         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3014         non-variable, too.
3015
3016         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3017         available.
3018         (nnimap-update-info): Rely more on the current active than the param
3019         active to avoid marking articles as read too much.
3020
3021         * auth-source.el (auth-source-create): Use (user-login-name) for the
3022         user name default.
3023
3024         * nnimap.el (nnimap-update-info): If the server doesn't return any
3025         useful info, just use the previous info.
3026         (nnimap-update-info): Prefer old info over start-article.
3027         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3028
3029 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3030
3031         * nnir.el (autoload): Clean up autoloads.
3032         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3033         Use key rather than value.
3034         (nnir-imap-search-other): New variable.
3035         (nnir-read-parm): Use it.
3036         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3037         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3038
3039 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3040
3041         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3042         the process, too.
3043
3044 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * spam.el (gnus-summary-mode-map): Bind to "$".
3047         Suggested by Russ Allbery.
3048
3049         * shr.el: Rework the way things are indented by <li> slightly.
3050
3051         * gnus.el (gnus-group-set-parameter): Fix typo.
3052
3053         * nnimap.el: Start implementing QRESYNC support.
3054
3055 2010-10-09  Julien Danjou  <julien@danjou.info>
3056
3057         * nnir.el (nnir-engines): Fix too many arguments.
3058
3059 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3062         group is the "last", so that the backends like nnfolder actually save
3063         their folders.
3064
3065         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3066         try to use that for the tls stream.
3067         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3068         UIDVALIDITY and find out which groups are read-only and not.
3069         (nnimap-get-flags): Use the same marks parsing code as the rest of
3070         nnimap.
3071
3072 2010-10-09  Julien Danjou  <julien@danjou.info>
3073
3074         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3075
3076         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3077         retrieving gravatars.
3078
3079         * shr.el (shr-table-corner): Add.
3080         (shr-table-line): Add.
3081         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3082
3083 2010-10-08  Julien Danjou  <julien@danjou.info>
3084
3085         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3086
3087 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3088
3089         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3090
3091         * gnus-sum.el (gnus-mark-article-as-unread)
3092         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3093         (gnus-summary-set-bookmark): Use it.
3094
3095         * gnus-msg.el (gnus-setup-message): Use it.
3096
3097         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3098
3099         * gnus.el (gnus-group-remove-parameter): Use it.
3100
3101         * gnus-group.el (gnus-group-make-web-group): Use it.
3102
3103         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3104
3105         * nnregistry.el: Update docs to mention manual.
3106
3107         * gnus-registry.el: Update docs to mention nnregistry.el.
3108         (gnus-registry-initialize): Don't install nnregistry refer method
3109         automatically.
3110         (gnus-registry-install-nnregistry): Remove it.
3111
3112 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * shr.el (shr-insert): Don't insert double spaces.
3115
3116 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-gravatar.el (gnus-treat-from-gravatar)
3119         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3120         called interactively.
3121
3122         * gnus-art.el (gnus-mime-view-part-externally)
3123         (gnus-mime-view-part-internally): Make predicate function passed to
3124         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3125         of a mime type.
3126
3127         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3128
3129 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * shr.el (require): Require cl when compiling.
3132         (shr-tag-hr): New function.
3133
3134         * nnimap.el (nnimap-update-info): Remove double setting of high.
3135         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3136         This makes nnimap work properly on Courier again.
3137
3138         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3139         the variable for backwards compatability.
3140
3141         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3142         the file name before using to avoid setting mm-default-directory to
3143         nil.
3144
3145         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3146         bidning gnus-agent variables.
3147
3148         * shr.el (shr-render-td): Use a cache for the table rendering function
3149         to avoid getting an exponential rendering behaviour in nested tables.
3150         (shr-insert): Rework the line-breaking algorithm.
3151         (shr-insert): Don't leave trailing spaces.
3152         (shr-insert-table): Also insert empty TDs.
3153         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3154
3155 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3156
3157         * gnus-sum.el (gnus-number): Rename from `number'.
3158         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3159         (gnus-summary-limit-children): Update uses correspondingly.
3160
3161 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3164         (gnus-gravatar-transform-address): Don't show avatars of people of
3165         which mail addresses match gnus-gravatar-too-ugly.
3166
3167 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * shr.el (shr-table-widths): Expand TD elements to fill available
3170         space.
3171
3172 2010-10-07  Julien Danjou  <julien@danjou.info>
3173
3174         * nnimap.el (nnimap-request-rename-group): Add this method.
3175
3176 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3179         name from XEmacs' function-arglist.
3180
3181         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3182         gravatar under XEmacs.
3183
3184 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * auth-source.el: Update docs with TODO items.
3187
3188         * gnus-sync.el: Update docs to explain state and plans.
3189
3190         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3191         Hooks for mark updates.
3192         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3193
3194         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3195         hooks with arguments, which is needed for mark update hooks.
3196
3197 2010-10-06  Julien Danjou  <julien@danjou.info>
3198
3199         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3200         was matched.
3201
3202         * sieve-manage.el: Update example in `Commentary'.
3203
3204         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3205
3206         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3207         not 2000.
3208         (sieve-manage-authenticate): Re-add function.
3209
3210 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * shr.el (shr-insert): Get 'space transition right.
3213         (shr-render-td): Only delete space at the end of the TD.
3214
3215         * nnimap.el (nnimap-open-connection): Prepare to support
3216         open-gnutls-stream.
3217
3218         * shr.el: Rearrange function order to be more logical.
3219
3220 2010-10-06  Julien Danjou  <julien@danjou.info>
3221
3222         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3223         (nnrss-discover-feed): Remove 404 URL in docstring.
3224
3225         * nnir.el: Fix Swish-E URL.
3226         Fix Namazu URL.
3227
3228         * message.el (message-change-subject): Remove 404 URL in a comment.
3229
3230 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3233         called interactively.
3234
3235         * gnus-util.el (gnus-remove-if): Allow hash table.
3236         (gnus-remove-if-not): New function.
3237
3238         * gnus-art.el (gnus-mime-view-part-as-type)
3239         * gnus-score.el (gnus-summary-score-effect)
3240         * gnus-sum.el (gnus-read-move-group-name):
3241         Replace remove-if-not with gnus-remove-if-not.
3242
3243         * gnus-group.el (gnus-group-completing-read):
3244         Regard collection as a hash table if it is not a list.
3245
3246 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3249
3250         * shr.el: Document the table-rendering algorithm.
3251
3252 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3255         for Emacsen having no `libxml-parse-html-region' support.
3256
3257 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3260         invalid URLs.
3261
3262         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3263         line-broken.
3264         (shr-tag-img): Ignore image fetching errors.
3265         (shr-overlays-in-region): Compute overlay positions correctly.
3266
3267         * mm-decode.el (mm-shr): Require shr.
3268
3269         * gnus-art.el (gnus-blocked-images): Move variable here.
3270
3271         * shr.el (shr-insert-table): Bind free variable.
3272
3273         * mm-decode.el (mm-shr): Bind shr-content-function.
3274
3275         * shr.el (shr-content-function): New variable.
3276
3277         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3278         added for symmetry.
3279
3280         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3281
3282         * gnus-group.el (gnus-group-make-group): Doc fix.
3283
3284         * nnimap.el (nnimap-request-newgroups): Return success.
3285
3286         * shr.el (shr-find-elements): New function.
3287         (shr-tag-table): Put all the images after the table.
3288         (shr-tag-table): Really inhibit images inside the table.
3289         (shr-collect-overlays): Copy over overlays from the TD elements to the
3290         main document.
3291
3292         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3293         gnus-blocked-images.
3294
3295 2010-10-05  Julien Danjou  <julien@danjou.info>
3296
3297         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3298
3299         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3300         (gnus-html-maximum-image-size): Add this function.
3301         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3302
3303         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3304         server-value of the capability is nil.
3305
3306 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * shr.el (shr-tag-em): Add <EM> tag.
3309
3310 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3311
3312         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3313         customizable.
3314
3315         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3316         handing broken links to browse-url.
3317
3318 2010-10-05  Julien Danjou  <julien@danjou.info>
3319
3320         * gnus-util.el (gnus-emacs-completing-read)
3321         (gnus-iswitchb-completing-read): Use autoload rather than require.
3322
3323 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3326         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3327         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3328         iswitchb-temp-buflist for XEmacs.
3329
3330         * gnus-util.el (gnus-completing-read-function): Exclude
3331         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3332         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3333         XEmacs.
3334
3335         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3336         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3337
3338         * gnus-html.el: Don't require help-fns under XEmacs.
3339         (gnus-html-schedule-image-fetching): Work for XEmacs.
3340
3341         * mm-decode.el (mm-shr): Decode contents by charset.
3342
3343 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3346         unknown.
3347
3348         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3349         (shr-get-image-data): Ensure against the cache file missing.
3350
3351         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3352         for data.
3353
3354         * spam-report.el (spam-report-url-ping-plain): Don't query about
3355         killing the process.
3356
3357         * shr.el (shr-render-td): Protect against too-wide text.
3358
3359 2010-10-04  Julien Danjou  <julien@danjou.info>
3360
3361         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3362         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3363
3364         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3365         retrieved.
3366
3367 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * shr.el (browse-url): Require.
3370         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3371         lines.
3372         (shr-show-alt-text, shr-browse-image): New commands.
3373         (shr-browse-url, shr-copy-url): New commands.
3374
3375         * gnus-sum.el (gnus-widen-article-window): New variable.
3376         (gnus-summary-select-article-buffer): Use it.
3377
3378         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3379         without @ signs.
3380
3381 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3382
3383         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3384
3385 2010-10-04  Julien Danjou  <julien@danjou.info>
3386
3387         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3388         for XEmacs.
3389
3390 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3393
3394         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3395         (nnimap-close-server): Implement.
3396
3397         * dgnushack.el (iswitchb): Require to shut up the compiler.
3398
3399         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3400         (shr-insert): Tweak line breaking.
3401         (shr-insert): Handle <pre> better.
3402         (shr-tag-li): Get <li> indentation right.
3403         (shr-tag-li): Get <li> indentation even righter.
3404         (shr-tag-blockquote): Ensure paragraph start.
3405         (shr-make-table): Tweak table generation.
3406         (shr-make-table): Fix typo.
3407
3408         * shr.el: Implement table rendering.
3409
3410 2010-10-04  Julien Danjou  <julien@danjou.info>
3411
3412         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3413
3414 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * shr.el (shr-insert): Use string anchors instead of line anchors.
3417
3418 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * shr.el: Add headings.
3421         (shr-ensure-paragraph): Actually work.
3422         (shr-tag-li): Make <ul> prettier.
3423         (shr-insert): Get white space at the beginning/end of elements right.
3424         (shr-tag-p): Collapse subsequent <p>s.
3425         (shr-ensure-paragraph): Don't insert double line feeds after blank
3426         lines.
3427         (shr-insert): \t is also space.
3428         (shr-tag-s): Fix "s" tag name function.
3429         (shr-tag-s): Fix face prop name.
3430
3431 2010-10-03  Julien Danjou  <julien@danjou.info>
3432
3433         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3434
3435         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3436         gnus-window-inside-pixel-edges.
3437
3438         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3439         gnus-ems.
3440
3441         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3442
3443         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3444         function.
3445
3446         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3447         resize choice.
3448
3449 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3452         beginning of the buffer.
3453
3454         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3455         article buffer again.
3456
3457         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3458
3459         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3460         when it's at the start of the buffer.
3461
3462         * shr.el (shr-tag-blockquote): Convert name.
3463         (shr-rescale-image): Use the right image-size variant.
3464
3465         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3466         buffer isn't shown, then select the current article first instead of
3467         bugging out.
3468         (gnus-summary-select-article-buffer): Show both the article and summary
3469         buffers again.
3470
3471         * shr.el (shr-fontize-cont): Protect against regions with no text.
3472         Rename tag functions to shr-tag-* for enhanced security.
3473         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3474
3475 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3476
3477         * shr.el (shr-insert):
3478         * pop3.el (pop3-movemail):
3479         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3480         loaded.
3481
3482 2010-10-03  Glenn Morris  <rgm@gnu.org>
3483
3484         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3485
3486         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3487
3488         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3489
3490         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3491
3492         * gnus-util.el (gnus-make-local-hook): Simplify.
3493
3494 2010-10-02  Julien Danjou  <julien@danjou.info>
3495
3496         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3497         (gnus-ido-completing-read): New function.
3498         (gnus-emacs-completing-read): New function.
3499         (gnus-completing-read): Use gnus-completing-read-function.
3500         Add gnus-completing-read-function.
3501
3502 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * shr.el (shr-insert-document): Autoload.
3505         (shr-img): Be silent.
3506         (shr-insert): Add a newline after every picture before text.
3507         (shr-add-font): Use overlays for combining faces.
3508         (shr-insert): Pass upwards the text start point.
3509
3510         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3511         possible.
3512         (mm-shr): New function.
3513
3514 2010-10-02  Julien Danjou  <julien@danjou.info>
3515
3516         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3517         should go backward.
3518
3519 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3520
3521         * shr.el (shr): Fix typo in provide call.
3522
3523 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * shr.el: New file.
3526
3527         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3528
3529         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3530         completing read.
3531
3532 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3535         we're being queried about.  Suggested by Dan Jacobson.
3536
3537         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3538         Suggested by Jason Eisner.
3539
3540         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3541         table, too.  Suggested by Stefan Wiens.
3542         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3543         the table unnecessary.  Suggested by Stefan Wiens.
3544
3545         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3546         longer needed, and probably doesn't work either, as pointed out by
3547         Stefan Wiens.
3548         (gnus-summary-exit): Remove call to the clearing function.
3549         (gnus-summary-exit-no-update): Ditto.
3550
3551         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3552         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3553         Reported by Stefan Monnier.
3554         (gnus-summary-save-in-rmail): Ditto.
3555
3556         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3557         article buffer, instead of both the article buffer and the summary
3558         buffer.  Sort of suggested by Dan Jacobson.
3559
3560         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3561
3562         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3563         Suggested by Dan Jacobson.
3564
3565         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3566         documentation clearer.
3567
3568         * message.el (message-shorten-references): Comment on the number "21".
3569         Suggested by Stefan Monnier.
3570
3571         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3572         Suggested by Dan Jacobson.
3573
3574         * gnus.el (gnus-large-newsgroup):
3575         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3576
3577         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3578         externalize attachments.  Bug reported by Steve Wen.
3579
3580         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3581         really message anything to the user.
3582
3583         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3584         directly.
3585
3586         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3587         messages in empty groups.
3588
3589 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3590
3591         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3592         non-UIDNEXT group.
3593
3594 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3597         not the value from the collection.
3598
3599         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3600         values.  This sometimes happens on some groups that have no info.
3601         (nnimap-request-newgroups): New function.
3602
3603 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3606         check into `gnus-registry-initialize'.
3607         (gnus-registry-initialize): Ditto.
3608         Fix and extend header docs.
3609
3610 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3613         regexp backtrace overflows.
3614
3615         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3616         for starttls that tls.el implements; i.e. openssl.
3617
3618         * tls.el (tls-starttls-switches): Give up on using starttls with
3619         gnutls-cli.
3620         (tls-program): Add --insecure to be consistent with the defaults from
3621         openssl s_client.  Now all three commands are insecure.
3622
3623 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * lpath.el: Bind completion-styles-alist for XEmacs.
3626
3627         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3628         (gravatar-create-image): New function that's an alias to
3629         gnus-xmas-create-image, gnus-create-image, or create-image.
3630         (gravatar-data->image): Use it.
3631
3632 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3633
3634         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3635         install the nnregistry refer method.
3636         (gnus-registry-install-hooks): Use it.
3637         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3638         unfollowed groups.
3639
3640 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3641
3642         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3643         expanding threads.
3644
3645 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * nnir.el: Use the server names without suffixes (bug #7009).
3648
3649         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3650         unencrypted to STARTTLS, if possible.
3651
3652 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3653
3654         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3655         headers before superseding.
3656
3657 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658
3659         * nnrss.el (nnrss-use-local): Add documentation.
3660
3661         * nnimap.el (nnimap-extend-tls-programs): New function.
3662         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3663         (nnimap-wait-for-connection): Accept the greeting from the stupid
3664         output from openssl s_client -starttls, too.
3665
3666         * tls.el (tls-starttls-switches): New variable.
3667         (tls-find-starttls-argument): Use it.
3668         (open-tls-stream): Ditto.
3669
3670         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3671         (netrc-machine): Ditto.
3672
3673         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3674         article number.
3675         (nnimap-split-fancy): New variable.
3676         (nnimap-split-incoming-mail): Use it.
3677
3678         * nntp.el (nntp-server-list-active-group): Document.
3679
3680         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3681         SELECT to get the message-id.
3682
3683         * mail-source.el (mail-sources): Remove webmail support.
3684         (defvar): Ditto.
3685         (mail-source-fetcher-alist): Ditto.
3686         (mail-source-fetch-webmail): Remove.
3687
3688         * webmail.el: Remove -- doesn't seem relevant any more.
3689
3690         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3691
3692         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3693         the \r.
3694
3695 2010-09-30  Julien Danjou  <julien@danjou.info>
3696
3697         * gnus-agent.el (gnus-agent-add-group): Fix call to
3698         gnus-completing-read.
3699
3700 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * nndoc.el (nndoc-retrieve-groups): New function.
3703
3704         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3705         `default', use nnmail-split-methods.
3706         (nnimap-request-article): Downcase the NILs so that they are nil.
3707
3708         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3709         symbol.
3710
3711         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3712         code, since if the user has requested network, that's what they ought
3713         to get.
3714         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3715         (nnimap-split-rule): Mark as obsolete.
3716
3717         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3718         New variable.
3719
3720         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3721         correct slot, too.
3722
3723 2010-09-29  Julien Danjou  <julien@danjou.info>
3724
3725         * gnus.el (gnus-local-domain): Declare variable obsolete.
3726
3727         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3728         Fix history computing.
3729         (gnus-ido-completing-read): Require ido.
3730
3731 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3734         build Gnus.
3735
3736         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3737         when interpreting the structures.
3738         (nnimap-request-accept-article): Add \r\n to the lines to make this
3739         work with Cyrus.
3740
3741         * nndraft.el (nndraft-request-expire-articles): Use the group name
3742         instead if "nndraft".  Fix found by Nils Ackermann.
3743
3744 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3745
3746         * nnregistry.el: Add.
3747
3748 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3749
3750         * nnmail.el (group, group-art-list, group-art):
3751         Remove unneeded directives.
3752
3753 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3756         (mm-mime-charset)
3757         * rfc2047.el (rfc2047-syntax-table)
3758         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3759
3760         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3761         rather than `insert-file-contents' and `eval-region'.
3762
3763         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3764         construction.
3765
3766         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3767
3768         * time-date.el: No need to require cl for Emacs 21.
3769
3770 2010-09-29  Julien Danjou  <julien@danjou.info>
3771
3772         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3773         replacement of `gnus-gravatar-relief' to mimic
3774         `gnus-faces-properties-alist'.
3775         Add :version property.
3776
3777 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * mail-source.el (mail-source-report-new-mail)
3780         * message.el (message-default-mail-headers)
3781         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3782
3783         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3784
3785 2010-09-28  Julien Danjou  <julien@danjou.info>
3786
3787         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3788         mail-address contains the same string as real-name.
3789
3790         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3791         non-blank in header, otherwise it'll get stripped.
3792
3793         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3794         real-name, and then for mail address rather than doing : or , search.
3795
3796 2010-09-27  Julien Danjou  <julien@danjou.info>
3797
3798         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3799         right completing-read function.
3800         (gnus-use-ido): New variable
3801         (gnus-completing-read-with-default): Remove.
3802         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3803         (gnus-agent-add-group):
3804         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3805         * mm-view.el (mm-view-pkcs7-decrypt):
3806         * mm-util.el (mm-codepage-setup):
3807         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3808         * mml-smime.el (mml-smime-openssl-sign-query):
3809         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3810         (mml-insert-multipart):
3811         * gnus-msg.el (gnus-summary-yank-message):
3812         * gnus-int.el (gnus-start-news-server):
3813         * mm-decode.el (mm-interactively-view-part):
3814         * gnus-dired.el (gnus-dired-attach):
3815         * gnus.el (gnus-read-method):
3816         * gnus-bookmark.el (gnus-bookmark-jump):
3817         * gnus-art.el (gnus-mime-view-part-as-type)
3818         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3819         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3820         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3821         * nnmairix.el (nnmairix-create-server-and-default-group)
3822         (nnmairix-update-groups, nnmairix-get-server)
3823         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3824         (nnmairix-get-group-from-file-path):
3825         * nnrss.el (nnrss-find-rss-via-syndic8):
3826         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3827         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3828         (gnus-group-browse-foreign-server):
3829         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3830         (gnus-summary-execute-command, gnus-summary-respool-article)
3831         (gnus-read-move-group-name):
3832         * gnus-score.el (gnus-summary-increase-score)
3833         (gnus-summary-score-effect):
3834         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3835
3836 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3839         x-focus-frame.
3840
3841         * nnimap.el (auth-source-forget-user-or-password)
3842         (auth-source-user-or-password): Autoload.
3843
3844         * message.el (message-from-style, message-interactive)
3845         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3846         (message-yank-prefix, message-indentation-spaces, message-signature)
3847         (message-signature-file): Add comment.
3848
3849 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850
3851         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3852         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3853         new articles.
3854
3855         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3856         parts.
3857         (nnimap-request-article): Work with the t setting, too.
3858
3859         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3860         that you don't get flashes of other buffers.
3861         (gnus-summary-show-complete-article): Intern before setting.
3862
3863 2010-09-27  David Engster  <dengste@eml.cc>
3864
3865         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3866         well as HEADERS.
3867         (nnmairix-retrieve-headers): Provide new argument for the above.
3868
3869 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * gnus-sum.el (gnus-summary-move-article): Don't alter
3872         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3873         group.
3874
3875         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3876
3877         * message.el (message-cite-prefix-regexp): Revert my last edit.
3878
3879         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3880         variable instead of the Gnus variable.
3881
3882         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3883
3884         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3885
3886         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3887         since some servers don't like it.
3888         (nnimap-open-connection): Forget credentials if the server says the
3889         password was wrong.
3890         (nnimap-parse-line): Protect against invalid data.
3891
3892         * gnus-sum.el (gnus-summary-move-article): Add comment.
3893         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3894         nothing alters it while scanning for new messages.
3895
3896         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3897         which may or may not help.
3898         (nnimap-open-connection): If we're doing a stream connection, and then
3899         discover we're on a STARTTLS-capable server, then open a STARTTLS
3900         connection instead.
3901
3902 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * nnimap.el (utf7): Require.
3905
3906         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3907         prefix.
3908
3909 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3910
3911         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3912
3913 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * nnimap.el (nnimap-request-accept-article): Message the error on
3916         error.
3917
3918 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3921
3922 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * nndoc.el (nndoc-request-list): Return success always.
3925
3926         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3927         `fetch-old' -- we only want to fetch the articles we've requested.
3928         The rest are in the agent, probably.
3929         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3930         disappeared server" to something low.  It's not important.
3931
3932         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3933         arrived before the FETCH data.
3934
3935         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3936         target here, because we don't know the Gnus name of the group.
3937
3938         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3939         for the correct group.
3940
3941         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3942
3943         * gnus.el (gnus): Give a final warning after startup.
3944
3945         * gnus-util.el (gnus-action-message-log): New variable.
3946         (gnus-message): Use it.
3947         (gnus-final-warning): New function.
3948
3949         * nnimap.el (nnimap-open-connection): Record the greeting.
3950         (nnimap): Add greeting.
3951
3952 2010-09-26  Julien Danjou  <julien@danjou.info>
3953
3954         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3955         arguments.
3956         (gnus-html-wash-images): Fix spec computing to include start/end.
3957
3958         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3959
3960 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3963         deletion.
3964         (nnimap-retrieve-headers): Don't select the group, because that's
3965         already done by nnimap-possibly-change-group.
3966
3967         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3968         (gnus-picon-transform-address): Use it.
3969
3970         * mail-source.el (mail-source-value): Revert previous patch.
3971
3972         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3973         on failure.
3974         (nnimap-open-connection): Look up both virtual and physical server name
3975         credentials.
3976
3977         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3978
3979 2009-02-07  Dave Love  <fx@gnu.org>
3980
3981         * tls.el (open-tls-stream): Don't query killing process.
3982
3983 2009-02-08  Dave Love  <fx@gnu.org>
3984
3985         * gnus-win.el (gnus-window-to-buffer-helper)
3986         (gnus-all-windows-visible-p): Function needn't be a symbol.
3987
3988         * mail-source.el (mail-source-value): Function needn't be a symbol.
3989
3990 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3991
3992         * message.el (message-cite-prefix-regexp): Remove } from the cite
3993         prefix.
3994
3995         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3996         highlight again, so that the highlight is correct.
3997
3998         * gnus-picon.el (gnus-picon): Remove again.
3999         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4000
4001         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4002         doing the header highlightling, so that the background colour of the
4003         picon is correct.
4004
4005         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4006         (gnus-picon): Ditto.
4007         (gnus-picon): Reinstate.  The background colour for picons is white.
4008         (gnus-picon-insert-glyph): Make the background white.
4009
4010         * nnml.el (nnml-open-nov): Don't return dead buffers.
4011
4012         * auth-source.el (auth-source-create): Query the user for whether to
4013         store the credentials.
4014
4015         * netrc.el (netrc-store-data): New function.
4016
4017         * auth-source.el (auth-source-user-or-password): Use the existing auth
4018         sources, if any, for creation.
4019
4020         * gnus.el (gnus-group-fast-parameter): Return the last matching
4021         parameter instead of the first matching parameter.
4022
4023 2010-09-26  Julien Danjou  <julien@danjou.info>
4024
4025         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4026
4027 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * mml2015.el (mml2015-use): Remove gpg support.
4030
4031         * mml1991.el (mml1991-function-alist): Remove gpg function.
4032         (mml1991-gpg-sign): Remove.
4033
4034 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4035
4036         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4037         (gnus-browse-unsubscribe-current-group): Document it.
4038         (gnus-browse-unsubscribe-group): Use it.
4039
4040 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4043         address to the To list for easier response.
4044
4045         * gnus.el (gnus-play-startup-jingle): Remove.
4046         (gnus-splash): Don't play jingle.
4047         (gnus): Silence gnus-load message.
4048
4049         * gnus-art.el (gnus-treat-play-sounds): Remove.
4050
4051         * gnus.el (gnus-play-jingle): Remove audio support.
4052
4053         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4054
4055         * earcon.el: Remove -- no users.
4056
4057         * gnus-audio.el: Remove -- no users of this package.
4058
4059         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4060
4061         * gnus-start.el (gnus-setup-news): Remove nocem support.
4062
4063         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4064
4065         * gnus.el (gnus-use-nocem): Remove.
4066
4067         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4068         Remove.
4069
4070         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4071         uses NoCeM any more.
4072
4073         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4074         (gnus-button-ctan-handler): Ditto.
4075         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4076         (gnus-button-ctan-directory-regexp): Ditto.
4077         (gnus-button-handle-ctan): Ditto.
4078         (gnus-button-tex-level): Ditto.
4079         (gnus-button-alist): Remove CTAN stuff.
4080
4081 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4084         nnimap-streaming test.
4085
4086         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4087         servers twice.
4088
4089         * nnimap.el (nnimap-open-connection): Add more error reporting when
4090         nnimap fails early.
4091
4092         * nnheader.el (nnheader-get-report-string): New function.
4093         (nnheader-get-report): Use it.
4094
4095         * gnus-int.el (gnus-check-server): Say what the error was when opening
4096         failed.
4097
4098         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4099         using streaming.
4100
4101 2010-09-25  Julien Danjou  <julien@danjou.info>
4102
4103         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4104         gnus-window-inside-pixel-edges.
4105
4106 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4109
4110         * mm-decode.el (mm-save-part): Allow saving to other directories the
4111         normal Emacs way.
4112
4113         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4114         Suggested by Jay Berkenbilt.
4115
4116         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4117         there isn't a single byte.
4118
4119         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4120         just do it.  It doesn't really seem to matter what the user responds
4121         here, I think, so it's just a confusing question.
4122
4123         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4124         non-streaming case.
4125
4126         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4127         (gnus-article-encrypt-body): Use it.
4128
4129         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4130         keystroke.
4131
4132         * nnimap.el (nnimap-find-wanted-parts-1):
4133         Use gnus-fetch-partial-articles.
4134
4135         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4136
4137         * nnimap.el (nnimap-insert-partial-structure): New function.
4138         (nnimap-get-partial-article): New function.
4139         (nnimap-request-article): Use it.
4140         (nnimap-wait-for-response): Return whether the wait was successful.
4141         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4142         retrieval wasn't successful.
4143         (nnimap-retrieve-group-data-early): Allow throttling servers.
4144         (nnimap-streaming): New variable.
4145         (nnimap-fetch-partial-articles): Remove.
4146
4147         * mm-decode.el (mm-with-part): Protect against killed buffers.
4148
4149         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4150         for prettier summary display.
4151
4152 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4153
4154         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4155
4156 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4159         apparently third-party libraries depend on it.
4160
4161         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4162         before starting negotiation.
4163
4164         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4165         privacy reasons.
4166         (gnus-treat-mail-gravatar): Ditto.
4167
4168         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4169         buffer when inserting images.  Inserting text into the headers, for
4170         instance, can make them invalid.
4171
4172 2010-09-25  Julien Danjou  <julien@danjou.info>
4173
4174         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4175         variables.
4176
4177         * nnheader.el: Remove useless variables news-reply-yank-from and
4178         news-reply-yank-message-id.
4179
4180         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4181         variables.
4182
4183         * mml1991.el: Remove useless mml1991-verbose.
4184
4185         * gnus.el: Remove useless variable gnus-use-generic-from.
4186         Remove obsolete variable gnus-topic-indentation.
4187
4188         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4189
4190         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4191
4192         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4193
4194         * gnus-group.el: Remove useless gnus-group-icon-cache.
4195         Remove useless gnus-ephemeral-group-server.
4196
4197         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4198
4199         * mml2015.el: Remove useless mml2015-verbose.
4200
4201         * mml-smime.el: Remove useless mml-smime-verbose.
4202
4203         * gnus.el: Remove useless gnus-local-domain.
4204
4205         * gnus-gravatar.el (gnus-gravatar-transform-address):
4206         Use gnus-gravatar-size.
4207
4208         * gnus-art.el: Remove useless gnus-treat-translate.
4209
4210 2010-09-24  Julien Danjou  <julien@danjou.info>
4211
4212         * gnus-sum.el: Add support for Gravatars.
4213
4214         * gnus-art.el: Add support for Gravatars.
4215
4216         * gnus-gravatar.el: Add this file.
4217
4218         * gravatar.el: Add this file.
4219
4220 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4223
4224         * gnus-group.el (gnus-group-fetch-faq): Remove.
4225
4226         * gnus.el (gnus-group-faq-directory): Remove.
4227
4228         * gnus-group.el (gnus-group-fetch-charter): Remove.
4229
4230         * gnus.el (gnus-group-charter-alist): Remove.
4231
4232         * gnus-group.el (gnus-group-archive-directory): Remove.
4233         (gnus-group-recent-archive-directory): Ditto.
4234         (gnus-group-make-archive-group): Remove.
4235
4236         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4237
4238         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4239         use the same article number for all the cached articles.
4240
4241         * nnimap.el (nnimap-command): Register the last command time so
4242         that we can use it for idling NOOPs.
4243         (nnimap-open-connection): Start the keeplive timer.
4244         (nnimap-make-process-buffer): Store all the process buffers.
4245         (nnimap-keepalive): New function.
4246
4247         * starttls.el (starttls-open-stream): Add autoload cookie.
4248
4249 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4250
4251         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4252         handling.
4253
4254 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4257         its data structures.
4258
4259         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4260         instead of the cl.el copy-list.
4261         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4262         equalp.
4263
4264 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4267         and tool-bar-local-item-from-menu.
4268
4269         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4270         mode-line-highlight face for Emacs.
4271
4272         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4273         loading gnus-sum.elc; fix comment for canlock-verify.
4274         (gnus-article-jump-to-part): Use read-number.
4275         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4276         Remove Emacs pre-21 compatible code for help-echo.
4277         (gnus-article-next-page-1): No need to adjust the number of lines.
4278         (gnus-article-describe-bindings): Always use help-buffer.
4279
4280         * gnus-audio.el (gnus-audio-inline-sound)
4281         * gnus-cus.el (gnus-custom-mode)
4282         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4283
4284         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4285
4286         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4287         compatible code.
4288
4289 2010-09-24  Glenn Morris  <rgm@gnu.org>
4290
4291         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4292         visiting the fcc file in rmail-mode.
4293
4294         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4295
4296 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * nnir.el: Silence the byte compiler.
4299
4300         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4301         alias to browse-url-url-encode-chars if any.
4302         (gnus-html-encode-url): Use it.
4303
4304 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-start.el (gnus-use-backend-marks): New variable.
4307         (gnus-get-unread-articles-in-group): Use it.
4308
4309         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4310         makeover.
4311
4312 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4313
4314         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4315
4316 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4319         Remove.
4320         (gnus-setup-news-hook):
4321         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4322
4323         * gnus-int.el (gnus-request-update-info): Protect against backends not
4324         having the function.
4325
4326         * nnimap.el (nnimap-stream): Mention starttls.
4327         (nnimap-open-connection): Add starttls support.
4328
4329 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4330
4331         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4332
4333 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334
4335         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4336         BODYSTRUCTUREs.
4337         (nnimap-transform-headers): Unfold quoted {42} headers.
4338
4339         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4340         the info.
4341         (gnus-get-unread-articles): Only call updatep on backends that support
4342         it.
4343
4344         * nnweb.el (nnweb-request-update-info): NOOP.
4345
4346         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4347
4348         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4349         since it only deals with marks.
4350
4351         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4352         gnus-request-marks, and make a new gnus-request-update-info.
4353
4354         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4355         the active instead of the high number, which is usually too low.
4356
4357 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4358
4359         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4360         * encrypt.el: Remove.
4361
4362 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4365         server in symbolic form.
4366
4367         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4368
4369 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4372         (nnimap-update-info): Fix up code slightly.
4373
4374         * gnus-int.el (gnus-open-server): Add tracing for performance
4375         debugging.
4376
4377         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4378         (gnus-group-insert-group-line): Pass the real group name so that it
4379         gets the right data.
4380
4381         * gnus-start.el (gnus-get-unread-articles): Don't have
4382         `gnus-get-unread-articles-in-group' update info, since that can be
4383         really slow and doesn't seem to be needed?
4384
4385 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4386
4387         * time-date.el (date-to-time): Try using parse-time-string first before
4388         using the slower timezone-make-date-arpa-standard.
4389
4390 2010-09-22  Julien Danjou  <julien@danjou.info>
4391
4392         * gnus-group.el (gnus-group-insert-group-line):
4393         Call gnus-group-highlight-line.
4394         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4395         default hook list.
4396         (gnus-group-update-eval-form): Add new function.
4397         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4398         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4399
4400 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4403         immediate, then expire all articles.
4404         (nnimap-update-info): Fix off-by-one errors.
4405         (nnimap-flags-to-marks): Would return no marks lists for group with no
4406         flags.  Instead return the other data.
4407
4408 2010-09-22  Julien Danjou  <julien@danjou.info>
4409
4410         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4411         Only return an icon.
4412         (gnus-group-insert-group-line): Compute icon to return.
4413
4414         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4415         (gnus-html-image-fetched): Only cache if
4416         gnus-html-image-automatic-caching is set.
4417         (gnus-html-image-fetched): Check for errors.
4418
4419 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4422         once per method on `g'.  This ensures that backends like nnfolder don't
4423         open all their folders.
4424
4425         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4426         (nnimap-request-list): Nix out group in the correct buffer.
4427         (nnimap-parse-flags): Implement by using `read' instead of
4428         hand-parsing.
4429         (nnimap-flags-to-marks): Pass on permanent-flags.
4430         (nnimap-make-process-buffer): Record the server name.
4431         (nnimap-parse-flags): Fix typo.
4432         (nnimap-request-scan): Run split on the server in general, not just a
4433         single group.
4434
4435         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4436         parameter, and propagate this downwards.
4437
4438         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4439         since EXAMINE changes it on the server.
4440
4441         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4442         this command might take a while.
4443
4444 2010-09-22  Julien Danjou  <julien@danjou.info>
4445
4446         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4447         harmful if you have 2 images side-by-side, they can't be properly
4448         update on text deletion.  Using text-property is safer here.
4449         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4450         data.
4451
4452 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * nnimap.el (nnimap-expunge-inbox): Remove.
4455         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4456         (nnimap-expunge): Flip default to t.
4457
4458         * gnus.el (gnus-method-to-server): Don't push things to the cache
4459         unless it's unique.
4460         (gnus-server-to-method): Ditto.
4461
4462 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4463
4464         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4465
4466 2010-09-22  Julien Danjou  <julien@danjou.info>
4467
4468         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4469         get the start of data.
4470         (gnus-html-encode-url): Add this function to encode special chars in
4471         URL.
4472         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4473         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4474
4475         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4476         default.
4477         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4478
4479         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4480         images alt-text.
4481         (gnus-html-put-image): Put alt-text as help-echo.
4482
4483 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4486         * mm-util.el (mm-decompress-buffer)
4487         * nnir.el (nnir-run-find-grep)
4488         * pop3.el (pop3-list): Use 3rd arg of split-string.
4489
4490         * time-date.el (format-seconds): Comment fix.
4491
4492         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4493         and byte-optimize-form-code-walker.
4494         (dgnushack-make-auto-load): Don't advise make-autoload.
4495
4496         * lpath.el: Remove Emacs 21 stuff.
4497
4498 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4501         outside the active range.  Suggested by Dan Christensen.
4502
4503         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4504         slightly later to avoid double-getting it.
4505
4506         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4507         previous patch.
4508
4509         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4510
4511 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4512
4513         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4514
4515 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * gnus-int.el (gnus-open-server): Give a better error message in the
4518         "go offline" case.
4519
4520         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4521         marks for nnimap, which is seldom the right thing to do.
4522
4523         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4524         (gnus-same-method-different-name): New function.
4525
4526         * nnimap.el (parse-time): Require.
4527
4528         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4529         method in the presence of many similar methods.
4530
4531         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4532
4533         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4534         nnml-inhibit-expiry.
4535
4536         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4537         find out whether methods are equal.
4538
4539         * nnimap.el (nnimap-find-expired-articles): New function.
4540         (nnimap-process-expiry-targets): New function.
4541         (nnimap-request-move-article): Request the article before looking at
4542         what the Message-ID is.  Fix found by Andrew Cohen.
4543         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4544
4545         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4546         for oldness in addition to being a predicate.
4547
4548         * nnimap.el (nnimap-request-group): When we have zero articles, return
4549         the right data to Gnus.
4550         (nnimap-request-expire-articles): Only delete articles immediately if
4551         the target is 'delete.
4552
4553         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4554         method, this would bug out.
4555
4556         * gnus-group.el (gnus-group-expunge-group): Rename from
4557         gnus-group-nnimap-expunge, and implemented as a normal interface
4558         function.
4559
4560         * gnus-int.el (gnus-request-expunge-group): New function.
4561
4562         * nnimap.el (nnimap-request-create-group): Implement.
4563         (nnimap-request-expunge-group): New function.
4564
4565 2010-09-21  Julien Danjou  <julien@danjou.info>
4566
4567         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4568         (gnus-html-cache-expired): Add new function.
4569         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4570         wethever we should display image for fetch it.
4571         Compute alt-text earlier to pass it to the fetching function too.
4572         (gnus-html-schedule-image-fetching): Change function argument to only
4573         get one image at a time, not a list.
4574         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4575         cache.
4576         (gnus-html-get-image-data): New function to retrieve image data from
4577         cache.
4578         (gnus-html-put-image): Change buffer argument to use image data rather
4579         than file, and place image above region rather than inserting a new
4580         one.  Do not take alt-text as argument, since it's useless now: we place
4581         the image above alt-text.
4582         (gnus-html-prune-cache): Remove.
4583         (gnus-html-show-images): Start to fetch image when we find one, do not
4584         push into a temporary list.
4585         (gnus-html-prefetch-images): Only fetch image if they have expired.
4586         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4587         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4588
4589 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4592
4593 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4596         spec inser "*" if the group isn't active instead of 0.
4597
4598         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4599         opening the server.
4600         (nnimap-request-delete-group): Implement group deletion.
4601         (nnimap-transform-headers): Return the size of the entire message in
4602         the Bytes header, not just the size of the first part.
4603         (nnimap-request-move-article): When moving an article from nnimap,
4604         request the article first so the accepting form has an article to
4605         accept.  Reported by Dan Christensen.
4606         (nnimap-command): Make sure that the error message doesn't error out.
4607
4608 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4609
4610         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4611         we haven't requested anything.
4612
4613 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4616         "".  Fix found by Andrew Cohen.
4617
4618         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4619         instead of -encode-string.
4620
4621 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4624
4625         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4626         by mm-subst-char-in-string.
4627
4628 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4631         waiting for the connection string.
4632
4633         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4634         arriving.
4635
4636         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4637         bogus characters.  This allows selecting certain Gmail groups.
4638
4639         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4640         (nnimap-fetch-partial-articles): New variable.
4641         (nnimap-open-connection): When looking for credentials, also use the
4642         nnimap-server-port.
4643         (nnimap-request-article): Return the group/article number, so that Gnus
4644         `^' works as expected.
4645         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4646
4647         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4648         comments.
4649         (gnus-methods-sloppily-equal): New function.
4650         (gnus): When using the development version of Gnus, load the gnus-load
4651         file.
4652
4653         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4654         `gnus-open-server' on each method before trying to scan them etc.
4655         This ensures that all the backend parameters are set correctly.
4656
4657         * nnimap.el (nnimap-authenticator): New variable.
4658         (nnimap-open-connection): Allow anonymous login.
4659         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4660         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4661
4662         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4663         patch, found by Knut Anders Hatlen.
4664
4665 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4666
4667         * gnus-agent.el (gnus-agent-batch-confirmation)
4668         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4669         to gnus-message.
4670         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4671         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4672         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4673         * gnus-int.el (gnus-open-server): Likewise.
4674         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4675         (gnus-score-check-syntax): Likewise.
4676         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4677         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4678         Likewise.
4679         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4680
4681 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4684         calling conventions so that prefetch doesn't bug out.
4685
4686 2010-09-19  Julien Danjou  <julien@danjou.info>
4687
4688         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4689         rather than `subst-char-in-region' in order to be able to replace ASCII
4690         char by UTF-8 ones.
4691
4692         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4693         than curl.
4694         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4695         the right URL and ALT text on images.
4696         (gnus-html-wash-tags): Fix tag case.
4697         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4698         (gnus-article-html): Add -o display_ins_del=2 option.
4699         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4700
4701 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4704         the extra mail headers, which sometimes seem to happen for unknown
4705         reasons.
4706
4707         * mail-parse.el (mail-header-encode-parameter): Define as
4708         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4709         (or most, perhaps?) mail readers don't understand the latter, but do
4710         understand the former.
4711
4712         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4713         to nil, so that no methods are automatically agentized.  I think this
4714         is probably what most users want.
4715
4716         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4717         from url-retrieve, for instance about invalid URLs.
4718
4719         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4720         groups that have no articles.
4721         (nnimap-request-article): Check that we really got an article when we
4722         requested one.
4723
4724         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4725         doesn't exist.
4726
4727         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4728         nntp buffer so the agent can save it.
4729         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4730         that CRLF doesn't get translated to \n.
4731         (nnimap-open-connection): Don't make 'shell commands only send \n.
4732
4733 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4734
4735         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4736         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4737         Update var name.
4738         (nnml-generate-nov-file): Use dolist.
4739         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4740         Use with-current-buffer.
4741
4742 2010-09-18  Julien Danjou  <julien@danjou.info>
4743
4744         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4745         parallel.
4746
4747 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4750         the range update right.
4751         (nnimap-request-group): Don't make `M-g' bug out on group with no
4752         marks.
4753         (nnoo): Require, so that other packages can require nnimap.
4754         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4755         command we're looking for.  This helps when the server sends more
4756         responses after we've gotten everything we expected.
4757         (nnimap): Add a `newlinep' field to keep track of end-of-line
4758         conventions.
4759         Don't send CRLF to things that don't want it.
4760         (nnimap-request-accept-article): Ditto.
4761
4762 2010-09-18  Julien Danjou  <julien@danjou.info>
4763
4764         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4765         than curl to retrieve images.
4766
4767 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4770         the marks.
4771         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4772         (nnimap-wait-for-connection): New function.
4773         (nnimap-open-connection): If we have PREAUTH, don't query for login
4774         credentials.
4775         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4776         when doing a partial update.
4777
4778 2010-09-18  Julien Danjou  <julien@danjou.info>
4779
4780         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4781         tags.
4782
4783 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * nnimap.el (nnimap-credentials): New function.
4786         (nnimap-open-connection): Use the new function to look for credentials
4787         also on the numeric equivalents of "imap" and "imaps".
4788
4789         * gnus-start.el (gnus-activate-group): Send the info to
4790         gnus-request-group.
4791
4792         * nnimap.el (nnimap-request-group): Have the "check" version of the
4793         function parse flags and update the info, so that a `M-g' get a total
4794         resync of all flags from the group.
4795
4796         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4797         to allow backends to alter the info on group selection.  Also alter all
4798         the backend -request-group functions to take the parameter.
4799
4800         * nnimap.el (nnimap-store-info): New function.
4801         (nnimap-update-info): Store the info for later usage.
4802         (nnimap-request-group): Use the stored info for the dont-check case, so
4803         that we don't retrieve all marks when we enter a group.
4804
4805         * nnimap.el: Use deffoo instead of defun for interface functions.
4806
4807         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4808         update the group info.  This makes the nndraft groups, for instance, go
4809         back to their old behaviour.
4810
4811         * gnus-sum.el (gnus-select-newsgroup): Indent.
4812
4813         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4814         in.
4815         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4816         nothing.
4817
4818         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4819         from methods that are denied.
4820
4821         * gnus-int.el (gnus-method-denied-p): New function.
4822
4823         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4824         store the password instead of netrc.
4825         (nnimap-open-connection): Don't error out when we can't make a
4826         connections.
4827
4828         * auth-source.el (auth-source-create): In the password prompt, say what
4829         we're querying for.  Also prompt for user name if that hasn't been
4830         given.
4831
4832         * nnimap.el (nnimap-with-process-buffer): Remove.
4833
4834 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4837         method when we're reading from the agent.
4838
4839         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4840
4841         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4842         that's probably most useful for users.
4843
4844         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4845         "failed" all the time.
4846
4847         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4848         ...)) with (with-current-buffer ... ).
4849
4850         * nntp.el (nntp-open-server): Return whether the open was successful or
4851         not.
4852
4853         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4854         select an unread unseen article first.
4855
4856         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4857         /etc/services, supply some sensible port defaults.
4858
4859         * dgnushack.el: Define netrc-credentials.
4860
4861 2010-09-17  Julien Danjou  <julien@danjou.info>
4862
4863         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4864
4865 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4866
4867         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4868         doesn't have any parameters.
4869
4870 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4873         only upcased checks.
4874
4875         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4876
4877         * nnimap.el (nnimap-open-shell-stream): New function.
4878         (nnimap-open-connection): Use it.
4879         (nnimap-transform-headers): Get the number of lines in each message.
4880         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4881         number of lines.
4882         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4883         problem.
4884
4885         * utf7.el (utf7-encode): Autoload.
4886
4887         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4888         to allow the mail splitting to not return a default group.  This is
4889         useful for nnimap, which will leave unmatched mail in the inbox.
4890
4891         * nnimap.el: Rewritten.
4892
4893         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4894         nnimap usage.
4895
4896         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4897         if the move is internal, so that nnimap can do fast internal moves.
4898
4899         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4900         data.
4901         (gnus-read-active-for-groups): Support finishing the early retrieval of
4902         data.
4903
4904         * gnus-range.el (gnus-range-nconcat): New function.
4905
4906         * gnus-int.el (gnus-finish-retrieve-group-infos)
4907         (gnus-retrieve-group-data-early): New functions.
4908
4909 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4910
4911         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4912         (nnrss-retrieve-groups):
4913         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4914         (pop3-quit): Use with-current-buffer.
4915
4916 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4919         instead of nnheader-accept-process-output.
4920
4921         * dgnushack.el (dgnushack-compile): Add comment.
4922
4923         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4924
4925         * gnus-html.el (gnus-html-schedule-image-fetching)
4926         (gnus-html-prefetch-images): Replace process-kill-without-query by
4927         gnus-set-process-query-on-exit-flag.
4928
4929 2010-09-16  Romain Francoise  <romain@orebokech.com>
4930
4931         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4932
4933 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4936         parameter to unintern is mandatory-ish in Emacs 24.
4937
4938         * gnus-html.el (gnus-html-schedule-image-fetching)
4939         (gnus-html-prefetch-images): Check for curl before using it.
4940
4941         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4942         depend on curl, which isn't essential.
4943
4944         * imap.el: Revert back to version
4945         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4946         seem problematic.
4947
4948 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4949
4950         * gnus-registry.el (gnus-registry-install-shortcuts):
4951         Explicitly pass `obarray' to `unintern' to avoid a warning.
4952
4953 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4956         change.
4957
4958         * nnrss.el (nnrss-request-list): Remove this function and related
4959         functions, including the moreover stuff.
4960
4961 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * nnrss.el (nnrss-retrieve-groups): New function.
4964
4965 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4966
4967         * .dir-locals.el: Add no-byte-compile cookie.
4968
4969 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * time-date.el (format-seconds): Comment fix.
4972
4973         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4974         for back end that doesn't support request-scan.
4975
4976 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4979         then do request scans from the backends.
4980
4981         * netrc.el (netrc-credentials): New conveniency function.
4982
4983         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4984         avoid running a hook per line, since this takes a lot of time,
4985         profiling shows.
4986         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4987         directly if gnus-visual-p is true.
4988
4989 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4992         groups; replace mapcar with dolist which is a bit faster; pass groups
4993         info to gnus-read-active-file-1.
4994         (gnus-read-active-file-1): Scan only specified groups if the new
4995         optional arg `infos' is given.
4996
4997 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5000
5001         * pop3.el (pop3-movemail): Remove.
5002         (pop3-streaming-movemail): Rename to pop3-movemail.
5003
5004         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5005         don't restrict end-tag searches to the end of the line.
5006
5007 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5010         articles of every unchecked group to t, which means unknown since the
5011         server has never been opened.
5012
5013 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * gnus-html.el (gnus-html-show-alt-text): New command.
5016         (gnus-html-browse-image): Ditto.
5017         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5018         to browse the image directly.
5019         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5020         better.
5021
5022         * gnus-async.el (gnus-async-article-callback):
5023         Call `gnus-html-prefetch-images' unconditionally.
5024
5025         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5026         before feeding URLs to curl.
5027
5028 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5031         internal images as deletable by `W D D'.
5032
5033         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5034         (gnus-async-article-callback): Fix typo.
5035
5036 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5037
5038         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5039         current line to work around bugs in the output from w3m.
5040
5041         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5042         for groups that want that.
5043
5044         * nntp.el (nntp-wait-for-string): Supply a timeout for
5045         accept-process-output to ensure progress.
5046
5047         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5048         level to get unread articles from, then use that for foreign groups,
5049         too.
5050
5051         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5052         confuses the rest of the function.
5053
5054         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5055         for the methods that support -retrieve-groups, too.
5056
5057         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5058
5059 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5062         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5063
5064         * pop3.el: Require cl when compiling.
5065         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5066
5067 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5070         that aren't going to be activated.
5071         (gnus-get-unread-articles): Fix up the last commit.
5072
5073         * gnus-html.el (gnus-article-html): Allow calling without specifying
5074         the handle.  In that case, dissect the buffer first.
5075
5076         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5077
5078         * nnimap.el (nnimap-open-connection): Revert the change that would look
5079         into authinfo for imaps instead of imap.
5080
5081         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5082         say that you don't want to call gnus-request-group with don-check, but
5083         do check the reponse.  This is for virtual groups only.
5084         (gnus-get-unread-articles): Count the archive groups as secondary, so
5085         that they're activated the same way as before.
5086
5087         * imap.el (imap-message-map): Removed optional buffer parameter, since
5088         no callers use it.
5089         (imap-message-get): Ditto.
5090         (imap-message-put): Ditto.
5091         (imap-mailbox-map): Ditto.
5092         (imap-mailbox-put): Ditto.
5093         (imap-mailbox-get): Ditto.
5094         (imap-mailbox-get): Revert last change for this function.
5095
5096         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5097         case-insensitively.
5098         (nnimap-debug): Remove.
5099
5100         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5101         to use `imap-fetch' instead.  According to the comments, this should be
5102         safe, since all other IMAP clients use the 1:* syntax.
5103         (imap-enable-exchange-bug-workaround): Removed.
5104         (imap-debug): Removed -- doesn't seem very useful.
5105
5106         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5107         mail from a file, and the file doesn't exist.
5108
5109         * imap.el (imap-log): New convenience function used throughout instead
5110         of repeating the same code all over the place.
5111
5112         * pop3.el (pop3-streaming-movemail): Return t for success.
5113
5114         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5115         .authinfo if we're using ssl connection.
5116
5117         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5118         already have if we're in a main Gnus `g' run.
5119
5120         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5121
5122 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5125
5126         * nnmh.el (nnmh-request-list-1): Bind `file'.
5127
5128         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5129         alias to set-process-query-on-exit-flag or process-kill-without-query.
5130         (pop3-open-server): Use it.
5131
5132 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5135         box to the Incoming file.  Fixes mistake in previous checkin.
5136
5137         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5138         request loop (for debugging purposes) removed.
5139
5140         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5141         culprit is more visible.
5142         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5143         (nnml-add-incremental-nov): New functions to do "incremental" nov
5144         updates, where we just append to the end of the existing nov files
5145         without reading/writing them in full.
5146
5147         * mail-source.el (mail-source-delete-crash-box): Really only check the
5148         incoming files once in a while.
5149
5150         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5151
5152         * mail-source.el (mail-source-delete-crash-box): Only check the
5153         incoming files for deletion once per day to save a lot of file
5154         accesses.
5155
5156         * pop3.el (pop3-logon): Fix up unbound variable typo.
5157
5158         * mail-source.el (pop3-streaming-movemail): Autoload.
5159
5160         * pop3.el (pop3-streaming-movemail):
5161         Respect pop3-leave-mail-on-server.
5162
5163         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5164         retrieval.
5165
5166         * pop3.el (pop3-process-filter): Remove unused function.
5167         (pop3-streaming-movemail, pop3-send-streaming-command)
5168         (pop3-wait-for-messages, pop3-write-to-file)
5169         (pop3-number-of-responses): New functions for streaming pop3
5170         retrieval.
5171
5172         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5173         come from no known methods.
5174         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5175         list.
5176
5177         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5178         message sizes.
5179         (pop3-movemail): Use erase-buffer instead of looping and deleting
5180         regions, which seems rather odd.
5181
5182         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5183         file once per `g' run.
5184
5185         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5186         directories.  This makes the draft queue directory work.
5187
5188         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5189         data from the backends, so that we only request the list of groups from
5190         each method once.  This should speed things up considerably.
5191
5192         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5193         detect that it's not implemented.
5194
5195         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5196         we actually do recurse down into the tree, but don't stat all leaf
5197         nodes.
5198
5199         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5200         then say so instead of bugging out.
5201
5202         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5203         files exist before trying to read them.
5204
5205         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5206         around <pre_int>.
5207
5208         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5209
5210         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5211
5212 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5213
5214         * mm-util.el (mm-image-load-path): Just return the image directories,
5215         not all directories in the path in addition to the image directories.
5216         (mm-image-load-path): Maintain a cache of the image directories so that
5217         the `g' command in Gnus doesn't have to stat dozens of directories each
5218         time.
5219
5220         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5221         (gnus-html-wash-tags): Add a new `i' command to insert images.
5222         (gnus-html-insert-image): New command and keystroke.
5223         (gnus-html-redisplay-with-images): New command and keystroke.
5224         (gnus-html-show-images): Rename command.
5225         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5226         spacers.
5227         (gnus-html-wash-tags): Decode entities at the end, so that entities
5228         inside the tags don't mess up the rest of the "parsing".
5229
5230         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5231         so that nnimap methods aren't agentized by default.  There's apparently
5232         many problems related to agent/imap behaviour.
5233
5234         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5235
5236         * gnus-html.el: Doc fix.
5237
5238 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5241         specifier-spec-list for Emacs 21.
5242
5243         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5244         glyph-width and glyph-height instead of display-graphic-p and
5245         image-size; make avoidance of displaying small images work for XEmacs.
5246
5247         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5248         for XEmacs.
5249
5250         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5251         of symbol that holds plist data.
5252         (gnus-process-plist): Remove plist of process after getting it.
5253
5254 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * message.el (message-generate-hashcash): Change default to
5257         'opportunistic if hashcash is installed.
5258
5259         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5260         (gnus-html-put-image): Only call image-size once, since it's somewhat
5261         time-consuming on remote X servers.
5262
5263 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5266         type on data, not a file name.
5267
5268         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5269         window-pixel-edges for Emacs 21.
5270
5271         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5272         decoded contents.
5273         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5274
5275 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5278         group line format, since it isn't very interesting.
5279
5280         * gnus-agent.el (gnus-agent-short-article),
5281         (gnus-agent-long-article): Increase values for these two variables,
5282         since most people are likely to have more network connection and
5283         storage than before.
5284
5285         * gnus.el (gnus-refer-article-method): Change default to 'current.
5286         When referring an article, the common behaviour is to refer it from the
5287         current select method, not the native select method.  The chances of
5288         the native select method having the message in question is rather slim
5289         these days.
5290
5291         * gnus-sum.el (gnus-auto-select-subject): Change default to
5292         `unseen-or-unread'.  I think it's likely that most people want to
5293         select an unseen article over a previously seen, but unread one.
5294
5295         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5296         means that in the article buffer none of the minor mode elements will
5297         be shown, usually, and this is not desirable in most cases.
5298
5299         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5300         that commands like `d' (and the like) go to the next line in the
5301         buffer, instead of the next unread article.  I think this is the
5302         behaviour that is most natural for most users.
5303         (gnus-single-article-buffer): Change default to nil, so that people can
5304         have as many article buffers open as they have summary buffer.  I think
5305         this is the most natural way for the groups to behave.
5306
5307         * message.el (message-generate-new-buffers): Change default to
5308         `unsent', so that all new message buffers start their names with the
5309         string "*unsent", and it's easier to find the buffers if you move from
5310         them.
5311
5312 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5315         small.  They're probably tracking images.
5316         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5317         (gnus-html-rescale-image): Yet another try at getting the image sizing
5318         right.
5319
5320         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5321         nntp-marks-file-name is nil.
5322
5323 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * gnus-html.el (gnus-html-wash-tags)
5326         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5327         Better logging.
5328
5329 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5332
5333         * gnus-html.el (gnus-html-wash-tags): Check the value of
5334         gnus-blocked-images in the summary buffer.
5335
5336 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5339
5340 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5343         like "a", it seems like.
5344         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5345         since it needs to be picked from the correct buffer.
5346
5347         * nnwfm.el: Remove.
5348
5349         * nnlistserv.el: Remove.
5350
5351 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5352
5353         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5354         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5355
5356 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * nnkiboze.el: Remove.
5359
5360         * nndb.el: Remove.
5361
5362         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5363         alt text.
5364         (gnus-html-rescale-image): Try to get the rescaling logic right for
5365         images that are just wide and not tall.
5366
5367         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5368         overshadow variable bindings.
5369
5370 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5371
5372         * gnus-html.el (gnus-html-wash-tags)
5373         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5374         Add extra logging.
5375
5376 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5379         (gnus-max-image-proportion): New variable.
5380         (gnus-html-rescale-image): New function.
5381         (gnus-html-put-image): Rescale images.
5382
5383 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5384
5385         Fix up some byte-compiler warnings.
5386         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5387         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5388         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5389         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5390         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5391         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5392         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5393
5394 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-html.el (gnus-article-html): Decode contents by charset.
5397
5398 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5401         (gnus-html-frame-width, gnus-blocked-images)
5402         * message.el (message-prune-recipient-rules): Add custom version.
5403         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5404
5405         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5406         functions.
5407
5408         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5409         gnus-process-get.
5410
5411 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5412
5413         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5414         instead of lsub directly.
5415
5416 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * nnwarchive.el: Remove.
5419
5420         * gnus-soup.el: Remove.
5421
5422         * nnsoup.el: Remove.
5423
5424         * nnultimate.el: Remove.
5425
5426         * gnus-html.el (gnus-blocked-images): New variable.
5427
5428         * message.el (message-prune-recipients): New function.
5429         (message-prune-recipient-rules): New variable.
5430
5431         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5432         guess whether a long line is natural text or not.
5433
5434         * gnus-html.el (gnus-html-schedule-image-fetching):
5435         Use gnus-process-plist and friends for compatibility.
5436
5437 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5438
5439         * gnus-html.el: Require packages that define macros used in this file.
5440         (gnus-article-mouse-face): Declare to silence byte-compiler.
5441         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5442         process-get.
5443         (gnus-html-put-image): Use plist-get to avoid getf.
5444         (gnus-html-prefetch-images): Use with-current-buffer.
5445
5446 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-ems.el: Provide compatibility functions for
5449         gnus-set-process-plist.
5450
5451         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5452         header-line-format for XEmacs 21.4.
5453
5454         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5455         * gnus.el (gnus-valid-select-methods)
5456         * message.el (message-send-mail-partially-limit)
5457         * mm-decode.el (mm-text-html-renderer)
5458         * mml.el (mml-insert-mime-headers-always)
5459         * smiley.el (smiley-regexp-alist): Bump custom version.
5460
5461 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462
5463         * gnus-html.el: require mm-url.
5464         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5465         with the url to `url'.
5466         (gnus-html-wash-tags): Support cid: URLs/images.
5467
5468 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5471         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5472         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5473
5474         * gnus-move.el: Remove file, since it doesn't really work.
5475
5476         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5477         UTF-8.  This seems to fix problems with some German web feeds.
5478
5479         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5480         at the top so that the proper colours are applied.
5481
5482         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5483         don't have dots in their names.
5484
5485         * gnus-art.el (gnus-article-view-part): Doc fix.
5486
5487         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5488         XEmacs-compatible.
5489         (gnus-html-put-image): Don't do images on non-graphic displays.
5490
5491         * nnslashdot.el: Remove this unused backend.
5492
5493         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5494         actions.
5495         (gnus-undo-register-1): Revert last change.
5496
5497         * gnus-group.el (gnus-group-completing-read): Protect against not
5498         having completion-styles bound.
5499
5500         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5501         make broken recipients happier.
5502
5503         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5504
5505         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5506         point parameter.
5507
5508         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5509
5510         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5511         completion-styles for group selection.
5512
5513 2009-02-04  Andreas Schwab  <schwab@suse.de>
5514
5515         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5516         headers and regexp-quote the match if necessary.
5517
5518 2009-03-24  Miles Bader  <miles@gnu.org>
5519
5520         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5521         the blinking smiley.
5522
5523 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5524
5525         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5526         blink smiley.
5527
5528 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5531         where the dribbel file lives exists.
5532
5533         * message.el (message-send-mail-partially-limit): Change the default to
5534         nil, since most people don't want this.
5535
5536         * mm-url.el (mm-url-decode-entities): Also decode entities like
5537         &#x3212.
5538
5539 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5540
5541         * gnus-sum.el (gnus-summary-idna-message):
5542         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5543         Hyperlink urls in docstrings with URL `...'.
5544
5545 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5546
5547         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5548         functions.
5549
5550 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5553         say what the mouseover text should be.
5554
5555         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5556         version of the mm-w3m-safe-url-regexp variable to only download images
5557         in the groups where we want that to happen.
5558
5559         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5560
5561         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5562         easier debugging.
5563         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5564         big pictures in the article buffer.
5565
5566         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5567         gnus-article-html.
5568         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5569         w3m.
5570
5571         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5572
5573 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574
5575         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5576         which doesn't exist.
5577
5578         * message.el (message-inhibit-ecomplete): New variable to allow some
5579         function to inhibit ecomplete address storage.
5580         (message-resend): Disable ecomplete message storage when resending
5581         messages.
5582
5583         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5584
5585 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5588         Save excursion while copying, moving, and deleting articles in order to
5589         prevent the cursor from jumping to unforeseen place.
5590
5591 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * lpath.el: No need to bind bookmark-current-buffer,
5594         bookmark-yank-point and bookmark-make-record-function.
5595
5596 2010-08-17  Glenn Morris  <rgm@gnu.org>
5597
5598         * gnus-sync.el: Require gnus components whose functions are used.
5599
5600         * gnus-art.el (bookmark-make-record-function):
5601         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5602         Declare for compiler.
5603
5604         * mm-url.el (mml-compute-boundary): Autoload.
5605
5606 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5609
5610 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5611
5612         Typo fix "hoo4a" -> "hook".
5613
5614         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5615
5616 2010-08-14  Glenn Morris  <rgm@gnu.org>
5617
5618         * gnus-sync.el (gnus-sync): Fix defgroup version.
5619
5620 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5623
5624         * gnus-sync.el: Fix docs.
5625         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5626         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5627
5628 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5629
5630         Optimizations for gnus-sync.el.
5631
5632         * gnus-sync.el: Add docs about gnus-sync-backend
5633         possibilities.
5634         (gnus-sync-save): Remove unnecessary message.
5635         (gnus-sync-read): Optimize and show what groups were skipped.
5636
5637 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         Minor bug fixes for gnus-sync.el.
5640
5641         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5642         Don't read the sync on get-new-news.
5643
5644         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5645         quiet.
5646
5647         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5648         (fix typo).
5649
5650 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5651
5652         Make saving and restoring of hidden threads work with overlays.
5653         Patch applied by Ted Zlatanov.
5654
5655         * gnus-sum.el (gnus-hidden-threads-configuration)
5656         (gnus-restore-hidden-threads-configuration): Update to deal with text
5657         properties, rather than searching for a magic character.
5658
5659 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5660
5661         New gnus-sync.el library for synchronization of marks.
5662
5663         * gnus-sync.el: New library for synchronization of marks.
5664
5665         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5666         renamed from `gnus-registry-grep-in-list'.
5667
5668         * gnus-registry.el (gnus-registry-follow-group-p):
5669         Use `gnus-grep-in-list'.
5670
5671         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5672
5673 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5676         determining charset of text fails.
5677
5678 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * nnmail.el (nnmail-get-new-mail-1): Revert.
5681
5682         * nnml.el (nnml-active-number): Make sure names of newly created groups
5683         in nnml-group-alist are encoded.
5684
5685 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5688         containing non-ASCII characters in active file for nnml back end.
5689
5690 2010-07-24  David Engster  <dengste@eml.cc>
5691
5692         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5693         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5694
5695 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5696
5697         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5698         tag (Bug#6654).
5699
5700 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5703         the article buffer, not the summary buffer.
5704
5705 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5708         Emacs 23 as well.
5709
5710 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5713         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5714
5715 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5716
5717         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5718         Patch applied by Karl Fogel.
5719
5720         * gnus-sum.el (gnus-summary-bookmark-make-record):
5721         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5722
5723 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5724
5725         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5726         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5727         C-w still not working correctly from Article buffers; Thierry's
5728         patch to fix that will be applied after this.
5729
5730         * gnus-art.el (bookmark-make-record-function): New local variable.
5731
5732         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5733         article buffer.
5734         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5735
5736 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5737
5738         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5739         on changes in bookmark.el.
5740
5741 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5744         `no-log' instead of message not to log prompt string.
5745
5746 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5747
5748         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5749         the *other* type of HTML form submission.
5750
5751 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5752
5753         * auth-source.el (auth-source-pick): If choice does not contain a
5754         questioned keyword, set the check to t.
5755
5756 2010-06-12  Romain Francoise  <romain@orebokech.com>
5757
5758         * gnus-util.el (gnus-date-get-time): Move up before first use.
5759
5760 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5763         (gnus-article-edit-part): Bind it to make last part that is substituted
5764         or deleted visible.
5765         (gnus-mime-display-single): Buttonize part of which id equals to
5766         gnus-mime-buttonized-part-id.
5767
5768 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5769
5770         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5771         (gnus-dd-mmm): Use gnus-date-get-time.
5772         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5773         simplify logic.
5774         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5775         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5776
5777 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5778
5779         * auth-source.el (top): Autoload `secrets-list-collections',
5780         `secrets-create-item', `secrets-delete-item'.
5781         (auth-sources): Fix tag string.
5782         (auth-get-source, auth-source-retrieve, auth-source-create)
5783         (auth-source-delete): New defuns.
5784         (auth-source-pick): Rewrite in order to avoid 2 passes.
5785         (auth-source-forget-user-or-password): New parameter USERNAME.
5786         (auth-source-user-or-password): New parameters CREATE-MISSING and
5787         DELETE-EXISTING.  Retrieve password interactively, if needed.
5788
5789 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5790
5791         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5792         deleting unused directories when gnus-expert-user is t.
5793
5794 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5797         for each temp file when gnus-article-browse-delete-temp is ask.
5798
5799 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5800
5801         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5802         Lisp calls to delete-backward-char by calls to delete-char.
5803
5804 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5805
5806         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5807
5808 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5809
5810         * password-cache.el (password-cache-remove): Fix docstring.
5811
5812 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5815         article unless decoding article to be saved.
5816
5817 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5820         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5821         generated within the mm-with-unibyte-current-buffer macro.
5822
5823 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5826         to nil when we're in a mml-preview buffer and no group is selected.
5827
5828 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5829
5830         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5831         when catching the `C-g'.  Reported by "Leo".
5832
5833 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * message.el (message-forward-make-body-plain)
5836         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5837         multibyte-string-p.
5838
5839         * lpath.el: Revert.
5840
5841 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * message.el (message-forward-make-body-mml): Assume original message
5844         is multibyte string; error on unibyte.
5845         (message-forward-make-body-plain): Ditto; don't add excessive newline
5846         in body end.
5847
5848         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5849
5850 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5851
5852         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5853         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5854
5855 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * mm-extern.el (mm-extern-url): Don't use
5858         mm-with-unibyte-current-buffer.
5859         (mm-extern-cache-contents): Use with-current-buffer instead of
5860         save-excursion + set-buffer.
5861
5862 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * mm-util.el (mm-emacs-mule): Remove.
5865
5866 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5867
5868         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5869         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5870         change.
5871
5872 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5875         bind the default value of enable-multibyte-characters to nil.
5876
5877 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * message.el (message-forward-make-body-plain)
5880         (message-forward-make-body-mml):
5881         Don't use mm-with-unibyte-current-buffer.
5882
5883 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5884
5885         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5886
5887 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5888
5889         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5890         (Bug#5592).
5891
5892 2010-05-07  Julien Danjou  <julien@danjou.info>
5893
5894         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5895         it to mm-pipe-part.
5896
5897         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5898         it is given.
5899
5900 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * binhex.el (binhex-decode-region-internal)
5903         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5904         (dns-query)
5905         * nnweb.el (nnweb-gmane-search)
5906         * pgg-parse.el (pgg-parse-armor)
5907         * pgg.el (pgg-verify-region)
5908         * sha1.el (sha1-string-external)
5909         * uudecode.el (uudecode-decode-region-internal)
5910         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5911         XEmacs.
5912
5913         * gnus-art.el (gnus-article-browse-html-parts)
5914         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5915         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5916         make-temp-file.
5917
5918         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5919         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5920         compiling.
5921
5922         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5923         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5924         XEmacs when compiling.
5925
5926         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5927         gnus-pick-mode-off-hook for XEmacs when compiling.
5928         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5929         gnus-binary-mode-off-hook for XEmacs when compiling.
5930
5931         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5932         Return nil if char-charset is not available.
5933
5934         * imap.el (imap-disable-multibyte)
5935         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5936         macros.
5937
5938         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5939         instead of encode-coding-string.
5940
5941         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5942         'xemacs) instead of mm-emacs-mule to switch function definitions.
5943         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5944
5945         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5946         bind temporary-file-directory for XEmacs;
5947         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5948         timer-set-function for XEmacs 21.4 and SXEmacs;
5949         bind timer-list for XEmacs 21.4 and SXEmacs;
5950         fbind char-charset and find-charset-region for non-Mule XEmacs;
5951         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5952         encode-coding-region and encode-coding-string for XEmacs having no
5953         file-coding feature.
5954
5955 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5956
5957         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5958
5959 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5962         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5963
5964 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5965
5966         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5967         alias `jka-compr-delete-temp-file' no longer exists.
5968
5969 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5970
5971         Use define-minor-mode in Gnus where applicable.
5972         * mml.el (mml-mode): Use define-minor-mode.
5973         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5974         (gnus-undo-mode): Use define-minor-mode.
5975         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5976         (gnus-dead-summary-mode): Use define-minor-mode.
5977         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5978         Initialize in declaration.
5979         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5980         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5981         (gnus-mailing-list-mode): Use define-minor-mode.
5982         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5983         (gnus-draft-mode): Use define-minor-mode.
5984         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5985         (gnus-dired-mode): Use define-minor-mode.
5986
5987 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5988
5989         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5990         handles on recursive mml-to-mime translation and check them for
5991         boundary delimiter collisions.  Reported by Greg Troxel.
5992
5993 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5996
5997 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5998
5999         * mm-util.el (mm-find-buffer-file-coding-system):
6000         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6001
6002 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6003
6004         * message.el (message-generate-headers): Record insertion of optional
6005         headers as well.  Otherwise the check to prevent repeated insertion of
6006         optional headers is a no-op.
6007
6008 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * smime.el: Don't mention CVS.
6011
6012         * nnrss.el (nnrss-fetch): Don't mention CVS.
6013
6014         * nnir.el: Don't mention CVS.
6015
6016 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6017
6018         * gnus-sum.el (gnus-summary-bookmark-make-record):
6019         Add `location' field.
6020
6021 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * lpath.el: Fbind bookmark-default-handler,
6024         bookmark-get-bookmark-record, bookmark-make-record-default,
6025         bookmark-prop-get for Emacs <23 and XEmacs.
6026
6027 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6028
6029         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6030         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6031         Use with-current-buffer to silence the byte-compiler.
6032         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6033         bother to require `gnus'.
6034         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6035
6036 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6037
6038         * gnus-sum.el (gnus-summary-bookmark-make-record)
6039         (gnus-summary-bookmark-jump): New functions.
6040         (gnus-summary-mode): Setup bookmark support.
6041
6042 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6043
6044         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6045         if set.
6046
6047 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6050         gnus-article-browse-html-save-cid-image; make it work recursively for
6051         forwarded messages as well.
6052         (gnus-article-browse-html-parts): Work when prefix arg is given.
6053         (gnus-article-browse-html-article): Doc fix.
6054
6055 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6056
6057         * message.el (message-default-mail-headers):
6058         (message-default-headers): Carry the value mail-default-headers over
6059         into message-default-mail-headers, rather than message-default-headers.
6060
6061 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6062
6063         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6064         charset.
6065
6066         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6067         charset into the <meta> tag when the article is encoded to utf-8.
6068
6069 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * gnus-art.el (gnus-article-browse-delete-temp-files):
6072         Delete directories as well.
6073         (gnus-article-browse-html-parts): Work for images that do not specify
6074         file names; delete temp directory when quitting; insert header at the
6075         right place; use file: scheme for image files.
6076
6077 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6078
6079         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6080         (gnus-article-browse-html-parts): Use it to make temporary cid image
6081         files in addition to html file so that browser may display them.
6082
6083 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6086
6087 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6088
6089         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6090
6091 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6092
6093         * auth-source.el (auth-sources): Change default to be simpler.
6094         Explain about Secret Service API sources.  Improve Customize options.
6095         (auth-source-pick): Change to accept any number of search parameters.
6096         Implement fallbacks iteratively, not recursively.  Add scoring on the
6097         second pass and sort by score.  Call Secret Service API when needed.
6098         (auth-source-user-or-password): Use it.  Call Secret Service API
6099         directly when needed to get the user name and the password.
6100
6101 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6102
6103         * message.el (message-interactive): Doc fix.
6104         (message-qmail-inject-args): Reflow.
6105         (message-kill-to-signature): Fix typo in docstring.
6106
6107         * smiley.el (smiley-buffer): Fix typo in docstring.
6108
6109 2010-03-24  Glenn Morris  <rgm@gnu.org>
6110
6111         * mail-source.el (gnus-message): Declare.
6112         (mail-source-delete-old-incoming): Require gnus-util.
6113
6114 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6117
6118         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6119
6120         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6121         password-cache's default if it is not bound.
6122         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6123         password-cache-expiry's default if it is not bound.
6124
6125         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6126         available in Emacs 21.
6127
6128         * lpath.el: Suppress compiler warnings for:
6129         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6130         XEmacs;
6131         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6132         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6133         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6134
6135 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         * auth-source.el (auth-sources): Fix up definition so extra parameters
6138         are always inline.
6139
6140 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6141
6142         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6143         wasn't updated after mismatch.  Clear cached mailbox info correctly
6144         when uidvalidity changes.
6145         (nnimap-group-prefixed-name): New function to avoid some code
6146         duplication.
6147         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6148         (nnimap-request-group): Use it.
6149         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6150         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6151         with many imap folders.  This is done by caching the group status from
6152         the imap server persistently in a group parameter `imap-status'.  (This
6153         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6154         but not persistently, so every Gnus startup was still very slow.)
6155
6156 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6159         delete the extra newline.  Otherwise editing of :string and :number
6160         types don't work.
6161
6162 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6163
6164         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6165         secrets.el dependency.
6166         (auth-sources): Add optional user name.  Add secrets.el configuration
6167         choice (unused right now).
6168
6169 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6170
6171         * gnus-sum.el (gnus-summary-make-menu-bar):
6172         Let `gnus-registry-install-shortcuts' fill in the functions.
6173
6174         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6175         warnings.
6176         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6177         (gnus-registry-install-shortcuts): Populate and use it in a
6178         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6179
6180 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6181
6182         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6183         In-place substitutions for the group name encoding/decoding.
6184         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6185         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6186         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6187         (nnimap-update-unseen, nnimap-request-list)
6188         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6189         (nnimap-request-set-mark, nnimap-split-to-groups)
6190         (nnimap-split-articles, nnimap-request-newgroups)
6191         (nnimap-request-create-group, nnimap-request-accept-article)
6192         (nnimap-request-delete-group, nnimap-request-rename-group)
6193         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6194         `encoded-mbx' for consistency.
6195         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6196         variable `imap-current-mailbox'.
6197
6198         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6199         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6200
6201 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6202
6203         * pop3.el (pop3-display-message-size-flag): Display message size byte
6204         counts during POP3 download.
6205         (pop3-movemail): Use it.
6206         (pop3-list): Implement listing of available messages.
6207
6208 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6209
6210         * nnir.el (nnir-get-article-nov-override-function): New function to
6211         override the normal NOV retrieval.
6212         (nnir-retrieve-headers): Use it.
6213
6214 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6215
6216         * auth-source.el (netrc-machine-user-or-password): Autoload.
6217
6218 2010-03-19  Glenn Morris  <rgm@gnu.org>
6219
6220         Stop message.el from loading about 40 libraries it doesn't always need.
6221         The general approach is to autoload rather than require, and to
6222         require in the specific functions rather than the file.  (Bug#5642)
6223
6224         * gmm-utils.el: Don't require wid-edit.
6225         (widget-create-child-value, widget-convert, widget-default-get):
6226         Autoload.
6227
6228         * gnus-util.el: Don't require time-date, netrc.
6229         (message-fetch-field, gnus-group-name-decode): Declare rather than
6230         autoloading.
6231         (gnus-fetch-field): Require message.
6232         (gnus-decode-newsgroups): Require gnus-group.
6233
6234         * ietf-drums.el: Don't require time-date.
6235
6236         * message.el: Don't require hashcash, canlock, ecomplete.
6237         Do require mail-utils.  Require nnheader only when compiling.
6238         (smtpmail-default-smtp-server): Remove declaration.
6239         (message-send-mail-function): Check smtpmail-default-smtp-server
6240         is bound rather than requiring smtpmail.
6241         (message-auto-save-directory, message-insert-signature):
6242         Use expand-file-name rather than nnheader-concat.
6243         (nnheader-insert-file-contents): Autoload.
6244         (hashcash-wait-async): Declare.
6245         (message-send-mail): Only call gnus-setup-posting-charset if
6246         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6247         (message-send-mail-with-sendmail): Require sendmail.
6248         (canlock-password, canlock-password-for-verify): Declare.
6249         (message-canlock-password): Require canlock.
6250         (nnheader-get-report): Autoload.
6251         (gnus-setup-posting-charset): Declare.
6252         (message-send-news): Require gnus-msg.
6253         (message-make-references, message-make-in-reply-to): Use mail-header-id
6254         rather than the alias mail-header-message-id.
6255         (ecomplete-add-item, ecomplete-save): Declare.
6256         (message-put-addresses-in-ecomplete): Require ecomplete.
6257         (ecomplete-display-matches): Autoload.
6258
6259         * mm-decode.el: Don't require mailcap, gnus-util.
6260         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6261         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6262         Autoload.
6263         (mailcap-mime-extensions): Declare.
6264
6265         * mm-encode.el: Don't require mailcap.
6266         (mailcap-extension-to-mime): Autoload.
6267
6268         * mml-sec.el: Don't require password-cache.
6269
6270         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6271         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6272         (mml-minibuffer-read-type): Require mailcap.
6273         (mml-preview): Require gnus-msg.
6274
6275         * mml1991.el: Require password-cache.
6276         (password-cache-expiry): Remove declaration.
6277
6278         * mml2015.el: Require password-cache.
6279         (password-cache-expiry): Remove declaration.
6280
6281         * nneething.el (mailcap): Require mailcap.
6282
6283         * nnheader.el (declare-function): Add compatibility stub.
6284         (message-remove-header): Declare rather than autoload.
6285         (nnheader-replace-header): Require message.
6286
6287         * nnimap.el (declare-function): Add compatibility stub.
6288         (netrc-parse, netrc-machine-user-or-password): Declare.
6289         (nnimap-open-connection): Require netrc.
6290
6291         * nntp.el (declare-function): Add compatibility stub.
6292         (netrc-parse, netrc-machine, netrc-get): Declare.
6293         (nntp-send-authinfo): Require netrc.
6294
6295         * rfc2047.el: Don't require qp.
6296         (quoted-printable-encode-region, quoted-printable-decode-string):
6297         Autoload.
6298
6299         * sieve-mode.el: Don't require easymenu.
6300         (easy-menu-add-item): Autoload it.
6301
6302         * spam-stat.el (time-to-number-of-days): Autoload it.
6303
6304 2010-03-19  Glenn Morris  <rgm@gnu.org>
6305
6306         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6307
6308 2010-03-18  Glenn Morris  <rgm@gnu.org>
6309
6310         * hashcash.el (declare-function): Remove duplicate definition.
6311
6312 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6313
6314         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6315         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6316         value if any backslash escapes).
6317
6318 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6321         if it is available.  (bug#5647)
6322
6323         * lpath.el: Suppress compiler warning for coding-system-from-name for
6324         Emacs 21 and XEmacs.
6325
6326 2010-03-14  Juri Linkov  <juri@jurta.org>
6327
6328         * hmac-def.el:
6329         * hmac-md5.el:
6330         * netrc.el: Fix keywords.
6331
6332 2010-02-26  Glenn Morris  <rgm@gnu.org>
6333
6334         * message.el (message-send-mail-function): Change the default, so that
6335         it inherits from a customized send-mail-function.  (Bug#5643)
6336
6337 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6338
6339         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6340         shell-command-to-string signals an error (bug#5299).
6341
6342 2010-02-24  Glenn Morris  <rgm@gnu.org>
6343
6344         * message.el (message-smtpmail-send-it)
6345         (message-send-mail-with-mailclient): Doc fixes.
6346
6347 2010-02-16  Glenn Morris  <rgm@gnu.org>
6348
6349         * message.el (message-default-mail-headers): Change the default value
6350         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6351
6352 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6355         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6356
6357 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6358
6359         * time-date.el (date-to-time): Doc fix (Bug#5408).
6360
6361 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6362
6363         * message.el (message-mail): Just pass yank-action on to message-setup.
6364         (message-setup): Handle (FUN . ARGS) form of yank-action.
6365         (message-with-reply-buffer, message-widen-reply)
6366         (message-yank-original): Handle non-buffer values of
6367         message-reply-buffer (Bug#4080).
6368         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6369
6370 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6371
6372         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6373         Fix typo in docstring.
6374
6375 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6376
6377         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6378         response.
6379
6380 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6383
6384         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6385
6386         * message.el (message-check-news-header-syntax): Protect against a
6387         string that `rfc822-addresses' returns when parsing fails.
6388
6389 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6392         (gnus-previous-char-property-change): New functions.
6393
6394         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6395
6396 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6397
6398         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6399         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6400
6401 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6402
6403         * message.el (message-exchange-point-and-mark): Rework last change to
6404         avoid using optional arg of exchange-point-and-mark, for backward
6405         compatibility.
6406
6407 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6408
6409         * message.el (message-exchange-point-and-mark):
6410         Call exchange-point-and-mark with an argument rather than setting
6411         mark-active by hand (Bug#5175).
6412
6413 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * nntp.el (nntp-service-to-port): Work for service expressed with
6416         numeric string; replace [:digit:] with [0-9] for XEmacs.
6417
6418 2009-12-17  Glenn Morris  <rgm@gnu.org>
6419
6420         * gnus-group.el (gnus-bug-group-download-format-alist):
6421         Change emacs entry to debbugs.gnu.org.  Bump :version.
6422
6423 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6426
6427 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6428
6429         * message.el (message-info): Explain why we use `Info-goto-node'.
6430
6431 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6434
6435 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6436
6437         * message.el (message-completion-in-region): New compatibility function.
6438         (message-expand-group): Use it.
6439
6440 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6443         with no unread article should be listed if the 2nd arg `predicate' is
6444         given.
6445
6446 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6449
6450 2009-11-29  Juri Linkov  <juri@jurta.org>
6451
6452         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6453         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6454         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6455
6456 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6457
6458         * sha1.el (sha1-string-external): default-directory "/" in case
6459         otherwise non-existent.  process-connection-type pipe for touch of
6460         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6461
6462 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6463
6464         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6465         it's comms related and sgml-mode.el has "comm" on that basis too.
6466
6467 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6470         containing tspecial characters if they have been already quoted.
6471
6472 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6473
6474         * dns-mode.el (auto-mode-alist): Purecopy string.
6475
6476 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6479
6480 2009-10-24  Glenn Morris  <rgm@gnu.org>
6481
6482         * gnus-art.el (help-xref-stack-item): Define for compiler.
6483
6484 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6485
6486         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6487
6488 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6491
6492 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6495         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6496
6497 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6500         (gnus-overlays-in): New alias to overlays-in.
6501
6502         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6503         gnus-overlay-get, and gnus-delete-overlay.
6504         (gnus-summary-show-thread): Make it work as well for systems in which
6505         next-single-char-property-change is not available.
6506         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6507
6508         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6509         (gnus-overlay-get): New alias to extent-property.
6510         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6511
6512         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6513         SXEmacs.
6514
6515         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6516         SXEmacs.
6517
6518 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6521
6522 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6523
6524         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6525         and XEmacs that don't have `remove-overlays'.
6526
6527 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6528
6529         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6530         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6531         selective display.  Use overlays instead.
6532
6533 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6534
6535         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6536
6537 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6538
6539         * spam-stat.el (spam-stat-load): Fix typo in message.
6540
6541 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6542
6543         * dig.el (dig-invoke): Fix typo in docstring.
6544         (query-dig): Reflow docstring.
6545
6546 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6547
6548         * gnus-art.el (gnus-article-encrypt-body):
6549         * message.el (message-check-recipients):
6550         * mm-util.el (mm-codepage-setup):
6551         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6552         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6553
6554 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6555
6556         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6557         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6558         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6559         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6560         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6561
6562 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6563
6564         * dig.el: Add "Keywords: comm", as per net-utils.el.
6565
6566 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6567
6568         * dig.el (dig-mode): Use define-derived-mode.
6569
6570 2009-09-19  Glenn Morris  <rgm@gnu.org>
6571
6572         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6573
6574 2009-09-18  Glenn Morris  <rgm@gnu.org>
6575
6576         * gnus-diary.el (gnus-diary-check-message):
6577         * message.el (message-insert-formatted-citation-line):
6578         * nnbabyl.el (top-level):
6579         * nndiary.el (nndiary-schedule):
6580         Fix typos in condition-case handlers.
6581
6582 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6585         configuration that provides the sole article window in a frame;
6586         position point correctly after deleting a part.
6587
6588 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6589
6590         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6591         (spam-resolve-registrations-routine): Use it to unregister articles
6592         that change status.
6593
6594 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6597         with XEmacs.
6598         (parse-time-string-chars): Use it.
6599
6600 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6601
6602         * imap.el (imap-interactive-login): Better messages.
6603         (imap-open): Fix bug with renamed buffer on reconnect.
6604         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6605         for easier debugging and cleaner code.  On successful (guessed based on
6606         server capabilities) secondary authentication, set imap-state
6607         correctly.
6608         (imap-last-authenticator): Define imap-last-authenticator as a variable
6609         to avoid warnings.
6610
6611 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * nnrss.el (nnrss-request-article): Remove binding of
6614         default-enable-multibyte-characters that has gotten needless by
6615         the 2007-07-13 change in rfc2047-encode-message-header.
6616
6617         * mml.el (mml-insert-multipart): Error on the message header.
6618         (mml-insert-part): Error on the message header; position point at
6619         the end of a MIME tag.
6620
6621 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * time-date.el (autoload): Expand define-obsolete-function-alias into
6624         defalias and make-obsolete for old Emacsen that Gnus supports.
6625         (with-no-warnings): Define it for old Emacsen.
6626         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6627         is available.
6628         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6629         float-time is available; suppress compile warning for time-to-seconds.
6630
6631         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6632         (gnus-float-time): Alias to float-time if it exists.
6633
6634         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6635         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6636         float-time is available; suppress compile warning for time-to-seconds.
6637
6638         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6639         XEmacs.
6640
6641 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * imap.el (imap-message-map): Docstring fix.
6644
6645 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6648         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6649         Add the optional argument `encoding' that overrides the default.
6650
6651         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6652         mm-encode-buffer.
6653
6654 2009-09-04  Glenn Morris  <rgm@gnu.org>
6655
6656         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6657         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6658         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6659         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6660         * mm-util.el (mm-with-unibyte-current-buffer)
6661         (mm-find-buffer-file-coding-system):
6662         * yenc.el (yenc-decode-region): Use default-value rather than
6663         default-enable-multibyte-characters.
6664
6665 2009-09-03  Glenn Morris  <rgm@gnu.org>
6666
6667         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6668         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6669         than default-enable-multibyte-characters.
6670
6671 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6672
6673         * gnus-art.el (gnus-article-read-summary-keys):
6674         Fix gnus-buffer-configuration's value temporarily used.
6675
6676 2009-09-02  Glenn Morris  <rgm@gnu.org>
6677
6678         * gnus-util.el (gnus-float-time): New function.
6679         * gnus-delay.el (gnus-delay-article):
6680         * gnus-sum.el (gnus-thread-latest-date):
6681         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6682         * nnspool.el (nnspool-request-newgroups):
6683         Use gnus-float-time rather than time-to-seconds.
6684         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6685
6686         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6687         (gnus-header-subject-face, gnus-header-newsgroups-face)
6688         (gnus-header-name-face, gnus-header-content-face):
6689         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6690         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6691         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6692         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6693         (gnus-cite-face-11):
6694         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6695         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6696         (gnus-server-closed-face, gnus-server-denied-face)
6697         (gnus-server-offline-face):
6698         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6699         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6700         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6701         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6702         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6703         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6704         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6705         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6706         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6707         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6708         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6709         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6710         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6711         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6712         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6713         (gnus-summary-high-undownloaded-face)
6714         (gnus-summary-low-undownloaded-face)
6715         (gnus-summary-normal-undownloaded-face)
6716         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6717         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6718         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6719         (gnus-splash-face):
6720         * message.el (message-header-to-face, message-header-cc-face)
6721         (message-header-subject-face, message-header-newsgroups-face)
6722         (message-header-other-face, message-header-name-face)
6723         (message-header-xheader-face, message-separator-face)
6724         (message-cited-text-face, message-mml-face):
6725         * sieve-mode.el (sieve-control-commands-face)
6726         (sieve-action-commands-face, sieve-test-commands-face)
6727         (sieve-tagged-arguments-face):
6728         * spam.el (spam-face):
6729         Mark face aliases with "-face" in the name as obsolete.
6730
6731 2009-09-01  Glenn Morris  <rgm@gnu.org>
6732
6733         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6734         than goto-line.
6735
6736 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6739         Don't move point if the command is invoked inside the message header.
6740
6741 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6742
6743         * imap.el (imap-send-command): Simplify.
6744         (imap-wait-for-tag): point-max -> buffer-size.
6745
6746 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6747
6748         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6749         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6750         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6751         * nnir.el (nnir-swish-e-index-file):
6752         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6753         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6754         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6755         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6756         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6757         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6758
6759 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6762         Don't save excursion.
6763
6764 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6765
6766         * nnheader.el (nnheader-find-file-noselect):
6767         * mm-util.el (mm-insert-file-contents):
6768         Use (default-value 'major-mode) instead of default-major-mode.
6769
6770 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6771
6772         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6773
6774 2009-08-26  Glenn Morris  <rgm@gnu.org>
6775
6776         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6777         than placing in files.el.
6778
6779 2009-08-25  Glenn Morris  <rgm@gnu.org>
6780
6781         * nnir.el (top-level): Don't require cl at run-time.
6782         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6783         Replace cl-function substitute with gnus-replace-in-string.
6784         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6785         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6786         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6787         simplified expansions.
6788
6789 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6790
6791         * dig.el (dig): Add autoload cookie.
6792
6793 2009-08-22  Glenn Morris  <rgm@gnu.org>
6794
6795         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6796         goto-line.
6797
6798 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6799
6800         * parse-time.el (parse-time-string-chars): Save match data.
6801
6802 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6803
6804         * parse-time.el (parse-time-string-chars): Compute using character
6805         classes, to handle non-ascii characters (Bug#3190).
6806
6807 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6810
6811         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6812         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6813         (gnus-mm-display-part, gnus-mime-display-single)
6814         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6815         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6816
6817         * gnus-sum.el
6818         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6819         (gnus-summary-move-article): Add expirable mark to articles copied or
6820         moved to group that has auto-expire turned on if the option is non-nil.
6821
6822 2009-07-24  Glenn Morris  <rgm@gnu.org>
6823
6824         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6825         Fix typo.  (Bug#3903)
6826
6827 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6830         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6831         that should not be used for draft articles.
6832         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6833         that has no concern in minor mode keys.
6834         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6835         Abolish.
6836
6837 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6840         article without making inquiry to a user for unknown encoding.
6841
6842         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6843         (nnmaildir--scan): Assume i-node and device number that file-attributes
6844         returns might be cons-cell.
6845
6846         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6847
6848         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6849
6850 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6851
6852         * auth-source.el: Remove docs now in auth.texi.  Don't use
6853         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6854         `auth-source-hide-passwords' and use them.
6855
6856 2009-07-15  Glenn Morris  <rgm@gnu.org>
6857
6858         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6859
6860 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6863         excessive whitespace from the default values of title and description.
6864
6865 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6868         mail-fetch-field to fetch Content-Description header in order to
6869         exclude newlines.
6870
6871 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6872
6873         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6874         format used by GnuPG 2.0.11.
6875
6876 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6879         to deleted part.
6880
6881 2009-05-30  David Engster  <dengste@eml.cc>
6882
6883         * nnmairix.el: Remove old documentation in the commentary block.
6884         (nnmairix-request-group): Do not update active file for nnml back ends.
6885         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6886         end so that overview files are ignored.
6887         (nnmairix-update-groups): Make updating the groups more robust by using
6888         marks.
6889         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6890         with dollar characters in message-id.
6891
6892 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6895         2008-12-25 in dns.el.
6896
6897 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6900         could happen if the text is only composed of spaces and/or tabs.
6901
6902 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6903
6904         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6905         when sending a queued message to avoid extra mml tags.
6906
6907 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6910
6911 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6914         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6915         rmail-toggle-header for XEmacs;
6916         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6917
6918 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-dired.el: Remove autoload for gnus-setup-message.
6921         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6922         displaying Gnus logo; always use compose-mail.
6923
6924 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6927
6928 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6931         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6932         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6933         available.
6934         (gnus-nocem-epg-verify): New function.
6935
6936 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6939
6940 2009-02-15  Glenn Morris  <rgm@gnu.org>
6941
6942         * gnus-util.el (rmail-insert-rmail-file-header)
6943         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6944         autoloads.
6945         (rmail-default-rmail-file): Remove unnecessary declaration.
6946         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6947
6948 2009-02-14  Glenn Morris  <rgm@gnu.org>
6949
6950         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6951         variable (only used in gnus-util, which declares it anyway).
6952         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6953         which was only needed by gnus-art (changed to not use it any more).
6954         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6955         only used in gnus-util, which autoloads it itself.
6956         (rmail-update-summary): Fix autoload.
6957
6958         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6959         rather than rmail-output-to-rmail-file.
6960
6961 2009-02-07  Glenn Morris  <rgm@gnu.org>
6962
6963         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6964         autoload of function that no longer exists.
6965         (rmail-toggle-header): Declare.
6966         (message-forward-rmail-make-body): Handle mbox Rmail.
6967
6968 2009-01-31  Glenn Morris  <rgm@gnu.org>
6969
6970         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6971         2009-01-09 change.
6972
6973 2009-01-31  Dave Love  <fx@gnu.org>
6974
6975         * imap.el (imap-fetch-safe): Bind debug-on-error.
6976         (imap-debug): Add imap-fetch-safe.
6977
6978 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6979
6980         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6981         (auth-source-forget-all-cached): New convenience function.
6982         (auth-source-user-or-password): Accept list of modes or a single mode.
6983
6984         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6985         auth-source modes.
6986
6987         * netrc.el (netrc-machine-user-or-password): Use list of
6988         auth-source modes.
6989
6990         * nnimap.el (nnimap-open-connection): Use list of
6991         auth-source modes.
6992
6993         * nntp.el (nntp-send-authinfo): Use list of
6994         auth-source modes.
6995
6996 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6999         now.
7000
7001 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7004         coding system in XEmacs; add a workaround for XEmacs.
7005
7006         * lpath.el: Fbind coding-system-aliasee.
7007
7008 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7011         of current-language-environment.
7012
7013 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7016         available at runtime.
7017
7018 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7021
7022 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7023
7024         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7025         the greatest positive fixnum value doesn't work under an XEmacs with
7026         bignum support; use the most-positive-fixnum constant instead,
7027         available since Emacs 21.1 with cl and XEmacs 21.1.
7028
7029 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7032         XEmacs gets not to work.
7033
7034 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * mm-util.el (mm-coding-system-priorities): Allow the value like
7037         "Japanese (UTF-8)" of current-language-environment.
7038
7039 2009-01-09  Glenn Morris  <rgm@gnu.org>
7040
7041         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7042         with last-command-event.
7043
7044 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7047         in the doc string.
7048
7049         * message.el (message-fix-before-sending): Amend comment.
7050
7051 2009-01-08  Dave Love  <fx@gnu.org>
7052
7053         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7054
7055 2009-01-07  David Engster  <dengste@eml.cc>
7056
7057         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7058         simplified server definitions by converting it via
7059         gnus-server-to-method.
7060
7061 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7064         parameter's operands.
7065
7066 2009-01-06  David Engster  <dengste@eml.cc>
7067
7068         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7069         primary select method (for gnus-group-mark-article-as-read).
7070
7071 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7072
7073         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7074         `(gnus)Face', not `(gnus)X-Face'.
7075
7076 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * mm-util.el (mm-ucs-to-char): New function.
7079
7080         * mm-url.el (mm-url-decode-entities): Use it.
7081
7082         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7083         unicode-to-char.
7084
7085 2009-01-05  Dave Love  <fx@gnu.org>
7086
7087         * time-date.el: Require cl for `declare'.
7088
7089 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7092         Dave Love.
7093
7094 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * message.el (message-fix-before-sending): Add `eight-bit' to
7097         illegible-text check.
7098
7099 2009-01-03  Michael Olson  <mwolson@gnu.org>
7100
7101         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7102         `headers' is nil.  This can occur if the IMAP server does not have
7103         permissions to read messages from a folder, but can write new messages
7104         to the folder.
7105         (nnimap-request-article-part): Do not insert `data' if it is nil.
7106
7107         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7108         characters which will confuse `read', so skip past them.
7109
7110 2009-01-01  Dave Love  <fx@gnu.org>
7111
7112         * imap.el (imap-string-to-integer): Fix typo.
7113         (imap-fetch-safe): New function.
7114         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7115
7116         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7117
7118         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7119         (imap-parse-greeting): Fix doc strings.
7120         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7121         (imap-parse-flag-list): Make messages unique.
7122         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7123
7124         * nnimap.el: Fix author email.
7125         (nnimap-split-rule): Add FIXME comment.
7126         (nnimap-debug): Fix doc string.
7127
7128 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7131
7132 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7135         nslookup if resolv.conf isn't available.
7136         (dns-query): Rename from query-dns.
7137         (dns-query-cached): Rename from query-dns-cached.
7138
7139 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7142         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7143         to check if those variables exist (first appeared in Emacs 18.50).
7144
7145 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * mm-util.el (mm-line-number-at-pos): New function.
7148
7149         * spam-report.el (spam-report-process-queue): Use it.
7150
7151 2008-12-24  David Engster  <dengste@eml.cc>
7152
7153         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7154         parameters that haven't existed as variables as buffer-local variables.
7155
7156 2008-12-23  Dave Love  <fx@gnu.org>
7157
7158         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7159         cadar.
7160
7161         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7162         imap-starttls-p.
7163         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7164
7165 2008-12-22  Dave Love  <fx@gnu.org>
7166
7167         * imap.el: Fix author email.  Doc fixes.
7168         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7169         reply.
7170
7171 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * spam-report.el (spam-report-gmane-max-requests): New constant.
7174         (spam-report-gmane-wait): New variable.
7175         (spam-report-gmane-ham, spam-report-gmane-spam)
7176         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7177         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7178         the server.
7179
7180         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7181         Add explanations.
7182
7183         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7184         nnheader-accept-process-output and nnheader-read-timeout if available.
7185         (pop3-movemail): Use it.
7186
7187         * message.el (message-check-news-body-syntax): Fix signature check if
7188         there's an attachment.
7189
7190 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * mm-util.el: Add comments to the mm- emulating functions.
7193
7194 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7197         Reported by Stephen Berman <stephen.berman@gmx.net>.
7198
7199 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * mm-util.el (mm-substring-no-properties): New function.
7202         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7203         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7204         (mm-string-to-multibyte): Doc fix.
7205
7206         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7207
7208 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * mml.el (mml-attach-file): Strip text properties from file name.
7211         (Bug#1574)
7212
7213 2008-12-16  Glenn Morris  <rgm@gnu.org>
7214
7215         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7216
7217 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7220         knows since the charset specified might be a bogus alias that
7221         mm-charset-synonym-alist provides.
7222
7223 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7226         "ISO_8859-1".
7227
7228         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7229
7230 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * mm-util.el (mm-charset-eval-alist):
7233         Define it before mm-charset-to-coding-system.
7234         (mm-charset-to-coding-system): Add optional argument `silent';
7235         define it before mm-charset-override-alist.
7236         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7237         default value if it can be used in Emacs currently running;
7238         silence mm-charset-to-coding-system.
7239
7240 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7243         `allow-override' which says whether to use `mm-charset-override-alist'.
7244         (rfc2047-decode-encoded-words): Use it.
7245
7246         * mm-util.el (mm-charset-override-alist): Fix custom type;
7247         add `(gb2312 . gbk)' to choices.
7248
7249 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7252         fast.
7253
7254         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7255
7256         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7257
7258 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7259
7260         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7261         on links.
7262
7263         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7264
7265 2008-12-03  Lute Kamstra  <lute@gnu.org>
7266
7267         * sha1.el: Remove leading * from docstrings of defcustoms,
7268         deffaces, defconsts and defuns.
7269
7270 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7273         users' addresses that don't have domain parts.
7274         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7275         rather than message-narrow-to-head since there will be the message
7276         header separator.
7277
7278 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7279
7280         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7281         since the result is inserted in a unibyte buffer anyway.
7282         (nnimap-demule-use-string-to-multibyte): Remove.
7283         (nnimap-demule): Alias it to mm-string-to-multibyte.
7284
7285 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7288         variable for debugging bug#464 and bug#1174.
7289         (nnimap-demule): Use it.
7290
7291 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7294         score calculation correctly.
7295
7296 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7297
7298         * message.el (message-send-mail): Just set the buffer to unibyte
7299         rather than use mm-with-unibyte-current-buffer which does a lot more.
7300         (message-send-mail-partially): Don't bother with
7301         mm-with-unibyte-current-buffer since it's already been made unibyte by
7302         message-send-mail.
7303
7304 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7305
7306         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7307
7308 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7311
7312 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7315         require itself and to remove `with-no-warnings'.
7316
7317 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7318
7319         * starttls.el (starttls-any-program-available): Get the name of the
7320         available TLS layer program.
7321         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7322         well as the host name in the "opening" message.
7323
7324         * auth-source.el (auth-source-cache, auth-source-do-cache)
7325         (auth-source-user-or-password): Cache passwords and logins by default,
7326         allow override with `auth-source-do-cache'.
7327         (auth-source-forget-user-or-password): Allow users to remove cache
7328         entries if needed.
7329
7330 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7331
7332         * md4.el (md4-buffer): Fix typo in docstring.
7333         (md4, md4-64): Doc fixes.
7334         (md4-pack-int32): Reflow docstring.
7335
7336 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7337
7338         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7339         condition-case to only the forward-sexp call.
7340
7341 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7342
7343         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7344         quotes contained.  Make it more robust regardless by an extra
7345         condition-case wrapper.
7346
7347 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7350
7351 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * nnml.el (nnml-request-expire-articles): Check if the function set to
7354         `nnmail-expiry-target' returns the symbol `delete'.
7355
7356         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7357
7358         * nnmail.el (nnmail-expiry-target): Fix custom type.
7359
7360 2008-10-02  Glenn Morris  <rgm@gnu.org>
7361
7362         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7363         Silence compiler warning.
7364
7365 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7366
7367         * tls.el (open-tls-stream): Show the actual command being
7368         executed, instead of the format string.
7369
7370 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * lpath.el: Fbind codepage-setup for Emacs 23.
7373
7374 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7375
7376         * mml.el (mml-menu): Don't assume mml2015 is bound.
7377
7378 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7381         exists.
7382
7383 2008-09-27  Glenn Morris  <rgm@gnu.org>
7384
7385         * gnus-util.el (mail-header-remove-comments): Autoload it.
7386
7387 2008-09-27  Andreas Schwab  <schwab@suse.de>
7388
7389         * gnus-util.el (gnus-split-references): Strip comments.
7390         (gnus-parent-id): Likewise.
7391
7392 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * message.el (message-confirm-send): Fix version.
7395
7396 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * message.el (message-idna-to-ascii-rhs-1): Use
7399         mail-extract-address-components rather than mail-header-parse-addresses
7400         that is an alias by default to ietf-drums-parse-addresses that does not
7401         support non-ASCII names in headers' contents.
7402
7403 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         * message.el (message-confirm-send): Fix variable documentation to
7406         avoid the "y/n" wording.
7407
7408 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7409
7410         * message.el (message-set-auto-save-file-name): Save to a different
7411         filename so multiple messages (especially drafts) can be recovered.
7412
7413 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * message.el (message-confirm-send): Add appropriate version.
7416
7417 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7418
7419         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7420         defvar.
7421
7422 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7423
7424         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7425         (mm-pkcs7-enveloped-magic): Ditto.
7426
7427 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7428
7429         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7430         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7431
7432 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7433
7434         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7435         default, it's better.
7436
7437 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7438
7439         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7440         summary line gnus-number property and ignore them (with a warning
7441         message).
7442
7443 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7446         macro caddr in the interactive form since it won't be expanded.
7447
7448 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7451         `charset'; fix name of function called recursively.
7452         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7453
7454 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7457         (gnus-mime-set-charset-parameters): New function.
7458         (gnus-mime-view-part-as-charset): Use it to correctly display part
7459         specifying wrong charset.
7460
7461 2008-09-08  David Engster  <dengste@eml.cc>
7462
7463         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7464         in completing-read for back end server.
7465
7466 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7467
7468         * message.el (message-confirm-send): New variable to confirm sending a
7469         message.
7470         (message-send): Use it.
7471
7472 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7473
7474         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7475
7476 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7479
7480 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7481
7482         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7483         prevent tracking too many groups.
7484         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7485         Use it.
7486
7487 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7488
7489         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7490         moving point to the bottom of the window in order to avoid recentering.
7491
7492 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7495
7496         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7497         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7498         (gnus-article-beginning-of-window): Fix calculation.
7499
7500 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-msg.el (gnus-summary-supersede-article)
7503         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7504         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7505         message header.
7506
7507 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7508
7509         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7510         pending output coming after the status change.
7511
7512 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7513
7514         * message.el:
7515         * gnus-start.el:
7516         * gnus-registry.el: Remove VMS support.
7517
7518 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7521         macro.
7522         (rfc2104-hash): Use it.
7523
7524 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7527         (gnus-summary-sort-by-most-recent-date): New commands.
7528         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7529         and menu entries.
7530
7531 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7534         don't redisplay article for raw contents; remove plural articles stuff.
7535
7536         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7537         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7538         on gnus-summary-save-article; display results properly.
7539
7540 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * lpath.el: No need to fbind ns-focus-frame.
7543
7544 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7547
7548 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-art.el (gnus-summary-save-in-pipe):
7551         Consider gnus-save-all-headers.
7552
7553 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7554
7555         * gnus-util.el (ns-focus-frame): Remove declaration.
7556         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7557         like x.
7558
7559 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7560
7561         * rfc2104.el (rfc2104-zero): Delete defconst.
7562         (rfc2104-hex-alist): Likewise.
7563         (rfc2104-hex-to-int): Delete func.
7564         (rfc2104-hexstring-to-bitstring): Likewise.
7565         (rfc2104-nybbles): New defconst.
7566         (rfc2104-hash): Rewrite for speed.
7567
7568 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * tls.el (open-tls-stream): Make it work with the 2nd argument
7571         BUFFER that is a string but does not exist as a buffer object, as
7572         mentioned in the doc-string.
7573
7574 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7577         SXEmacs.
7578
7579 2008-07-16  Glenn Morris  <rgm@gnu.org>
7580
7581         * gnus-util.el (ns-focus-frame): Declare for compiler.
7582
7583 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7586         set as a group parameter.
7587         (gnus-summary-save-in-pipe): Work when it is called independently.
7588         (gnus-summary-pipe-to-muttprint): Don't modify
7589         gnus-summary-pipe-output-default-command.
7590
7591 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7592
7593         * message.el (message-send-mail-with-sendmail):
7594         Display the error message.
7595
7596 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-art.el (gnus-default-article-saver):
7599         Add gnus-summary-save-in-pipe to choices.
7600         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7601         gnus-summary-pipe-output-default-command as the default command.
7602         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7603         instead of gnus-last-shell-command.
7604
7605         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7606         New user option.
7607         (gnus-summary-muttprint-program): Mention the value will be changed.
7608         (gnus-summary-save-article): Force showing of all headers.
7609         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7610
7611 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7612
7613         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7614
7615 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7616
7617         * nnimap.el (nnimap-id):
7618         * sieve-manage.el (sieve-manage-open): Doc fixes.
7619
7620 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7621
7622         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7623         if available.
7624
7625 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7626
7627         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7628
7629         * nnkiboze.el (nnkiboze-generate-group):
7630         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7631
7632         * nnmairix.el: Require CL.
7633
7634 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * dgnushack.el: Autoload get-display-table and put-display-table for
7637         XEmacs 21.5.
7638
7639         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7640         21.4 and SXEmacs.
7641
7642 2008-06-15  David Engster  <dengste@eml.cc>
7643
7644         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7645
7646 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7647
7648         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7649         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7650         runtime choice under XEmacs.
7651
7652         * gnus-sum.el (gnus-summary-set-display-table):
7653         Use `gnus-put-display-table', `gnus-get-display-table',
7654         `gnus-set-display-table' for the display table, instead of `aset'.
7655
7656         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7657         Use `gnus-put-display-table', `gnus-get-display-table',
7658         `gnus-set-display-table' for the display table.
7659
7660 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * nnmairix.el: Add autoloads.
7663
7664 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * nnmairix.el (nnmairix-delete-recreate-group)
7667         (nnmairix-update-and-clear-marks): Fix error messages.
7668
7669 2008-06-14  David Engster  <dengste@eml.cc>
7670
7671         * nnmairix.el: Upgrade to version 0.6.
7672         (nnmairix-group-toggle-propmarks-this-group)
7673         (nnmairix-group-toggle-readmarks-this-group)
7674         (nnmairix-group-delete-recreate-this-group)
7675         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7676         (nnmairix-remove-tick-mark-original-article): New commands.
7677         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7678         (nnmairix-propagate-marks-to-nnmairix-groups)
7679         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7680         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7681         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7682         functions needed for marks propagation and manipulation of read marks.
7683         (nnmairix-update-groups): New function.
7684         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7685         (nnmairix-determine-original-group-from-registry)
7686         (nnmairix-determine-original-group-from-path)
7687         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7688         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7689         New helper functions.
7690         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7691         keystrokes for new commands.
7692         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7693         (nnmairix-request-group): Check allow-fast group parameter.
7694         (nnmairix-request-create-group): Set allow-fast group parameter if
7695         nnmairix-allowfast-default is set.
7696         (nnmairix-close-group): Propagate marks upon closing if needed.
7697         (nnmairix-group-toggle-threads-this-group): Use new.
7698         nnmairix-group-toggle-parameter helper function.
7699         (nnmairix-search): Better check for empty search result.
7700         (nnmairix-goto-original-article): Use new helper functions for
7701         determining original article.
7702         (nnmairix-show-original-article): Make sure message-id is in brackets.
7703         (nnmairix-call-mairix-binary): Change variable name.
7704         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7705         helper function.
7706         (nnmairix-widget-toggle-activate): Fix doc string.
7707
7708 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * nnir.el: Require edmacro when compiling with XEmacs.
7711         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7712         available in Emacs 21.
7713
7714 2008-06-11  Glenn Morris  <rgm@gnu.org>
7715
7716         * gnus-util.el (x-focus-frame):
7717         * gnus.el (image-size):
7718         * mm-decode.el (image-size): Declare.
7719
7720         * gnus-picon.el (declare-function): Add compat definition.
7721         (image-size): Declare.
7722
7723         * gnus-group.el (tool-bar-map):
7724         * gnus-sum.el (tool-bar-map): Define for compiler.
7725
7726         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7727
7728         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7729
7730         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7731         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7732         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7733         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7734         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7735         * sieve-manage.el, spam-report.el, spam.el:
7736         Remove unnecessary eval-and-compile of autoloads.
7737
7738 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7739
7740         * auth-source.el: Precise Tramp doc.
7741
7742 2008-06-07  Glenn Morris  <rgm@gnu.org>
7743
7744         * nnmairix.el: Remove unnecessary eval-when-compile.
7745
7746 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * lpath.el: Fbind propertize for XEmacs 21.4.
7749
7750 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * nnir.el: Move here from ../contrib.
7753
7754 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7755
7756         * gnus-util.el (gnus-read-shell-command): New function.
7757         * mm-decode.el (mm-pipe-part):
7758         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7759
7760 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7763
7764 2008-06-03  Glenn Morris  <rgm@gnu.org>
7765
7766         * pop3.el (nnheader-accept-process-output): Autoload it.
7767
7768 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7771         are not 2-digit hexadecimal characters that follow `%'s.
7772
7773 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * message.el (message-bogus-recipient-p): Fix type in doc string.
7776         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7777         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7778         Improve custom options.
7779         (message-bogus-recipient-p): Adjust accordingly.
7780
7781 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7782
7783         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7784         long-form month and day names.
7785
7786 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * dgnushack.el: Autoload debug, eudc-expand-inline and
7789         pgg-snarf-keys-region for XEmacs.
7790
7791         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7792
7793         * nnmairix.el: Require edmacro when compiling with XEmacs.
7794
7795 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7798         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7799
7800 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7801
7802         * auth-source.el: Add more docs.
7803
7804         * netrc.el (netrc-machine): Always match if the port is not given.
7805
7806 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807
7808         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7809         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7810         retrieval faster in some cases, but might make CPU usage larger.
7811         If this has any bad side effects, we might revert this change.
7812
7813         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7814         seems to make mail retrieval much, much faster.
7815         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7816         unconditionally.
7817
7818         * gnus-draft.el (gnus-group-send-queue):
7819         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7820
7821 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7824
7825         * message.el (message-bogus-address-regexp): Fix and improve custom
7826         type.
7827         (message-setup-hook): Add message-check-recipients as custom option.
7828
7829 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * message.el (message-cite-function): Remove bogus autoload which crept
7832         in during merge from v5-10.
7833
7834 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7835
7836         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7837
7838         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7839
7840         * auth-source.el: Preliminary Tramp docs.
7841         (auth-sources): Change the default auth-sources to use
7842         EPA .gpg files.
7843
7844 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7845
7846         * nntp.el: Autoload `auth-source-user-or-password'.
7847         (nntp-send-authinfo): Use it.
7848
7849         * nnimap.el: Autoload `auth-source-user-or-password'.
7850         (nnimap-open-connection): Use it.
7851
7852         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7853         for the gnus-message function.
7854         (auth-source-user-or-password): Use it.
7855
7856 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7857
7858         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7859         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7860         (rfc2104-hash): Use it.
7861
7862 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7863
7864         * gnus-art.el (gnus-article-toggle-truncate-lines):
7865         Don't use `iff' in docstring.
7866
7867 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7868
7869         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7870
7871         * gnus-util.el (gnus-extract-address-component-name)
7872         (gnus-extract-address-component-email): Convenience functions around
7873         `gnus-extract-address-components'.
7874
7875         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7876         Use `gnus-extract-address-component-email' to fix bug of comparing full
7877         sender name to `user-mail-address'.
7878
7879 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7880
7881         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7882         catch/throw to optimize.
7883         (gnus-registry-find-keywords): Just use member to find a keyword.
7884
7885 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7886
7887         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7888         is current before calling gnus-server-prepare.
7889         (gnus-server-setup-buffer, gnus-server-update-server)
7890         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7891
7892 2008-05-04  Juri Linkov  <juri@jurta.org>
7893
7894         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7895         (mailcap-file-default-commands): Use mailcap-replace-in-string
7896         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7897         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7898
7899 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7900
7901         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7902
7903 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7904
7905         * gnus.el: Bump version to 0.11.
7906
7907 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7908
7909         * gnus.el: No Gnus v0.10 is released.
7910
7911 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7914         hooks.
7915         (gnus-update-read-articles): Speed up non-marks-using users.
7916         (gnus-use-marks): Define gnus-use-marks.
7917         (gnus-propagate-marks): Rename variable to something more sensible.
7918
7919 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7920
7921         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7922         (gmm-image-load-path-for-library): Fix typos in docstrings.
7923         (gmm-message): Reflow docstring.
7924
7925 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * mail-source.el (mail-source-set-1, mail-source-bind):
7928         Move auth-source code out of the macro to clean it up and fix bugs.
7929
7930 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7931
7932         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7933         by sender if it's equal to user-mail-address, it's likely to be
7934         useless.
7935
7936         * mail-source.el (mail-source-bind): Don't use user or password if they
7937         are not bound.  Unintern them if they are nil.  Don't use server unless
7938         it's bound, and default it to empty string otherwise.
7939
7940 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7941
7942         * mail-source.el: Load auth-source.el.
7943         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7944         get user name or password, if auth-sources is set up.
7945
7946         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7947         strategy of splitting with parent.
7948         (gnus-registry-split-fancy-with-parent)
7949         (gnus-registry-post-process-groups): Use it and fix prior
7950         bug (returning a list as the split result).
7951
7952         * auth-source.el (auth-sources): Remove server parameter.
7953         (auth-source-pick, auth-source-user-or-password)
7954         (auth-source-user-or-password-imap)
7955         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7956         (auth-source-user-or-password-sftp)
7957         (auth-source-user-or-password-smtp): Remove server parameter.
7958
7959 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7960
7961         * smime.el (smime-sign-region, smime-encrypt-region)
7962         (smime-decrypt-region):
7963         Remove redundant calls to `generate-new-buffer-name'.
7964
7965 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7966
7967         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7968         Don't use QP for message/rfc822.
7969         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7970
7971 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7972
7973         * sieve-manage.el (sieve-string-bytes): Remove.
7974         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7975         correct byte-length only if the process's coding-system is the same as
7976         the one used internally by Emacs to represent strings.
7977
7978 2008-04-22  Juri Linkov  <juri@jurta.org>
7979
7980         * mailcap.el (mailcap-file-default-commands): New function.
7981
7982 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * message.el (message-signature-separator, message-cite-function):
7985         Change custom version.
7986
7987 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7988
7989         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7990         commands.
7991         (tls-checktrust): Ditto.
7992
7993 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * mm-decode.el (mm-display-external): Make temp file read-only.
7996
7997 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8000         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8001         `C-c C-f d'.
8002
8003 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8004
8005         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8006
8007 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * gnus.el: Bump version to 0.9.
8010
8011 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus.el: No Gnus v0.8 is released.
8014
8015 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8016
8017         * mail-source.el (mail-source-value):
8018         Prefer fboundp to functionp so it works with macros as well.
8019
8020 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8021
8022         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8023         Fix last change in case the element is not even a symbol.
8024
8025 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8026
8027         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8028         Prefer fboundp to functionp so it works with macros as well.
8029
8030 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8031
8032         * auth-source.el: Add docs.
8033         (auth-sources): Modify format to support server.
8034         (auth-source-pick, auth-source-user-or-password)
8035         (auth-source-user-or-password-imap)
8036         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8037         (auth-source-user-or-password-sftp)
8038         (auth-source-user-or-password-smtp): Add server parameter.
8039
8040 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * gnus-registry.el: Initialize the registry when gnus-registry-install
8043         is t.
8044
8045 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * compface.el (uncompface): Make buffer unibyte.
8048
8049 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8050
8051         * mail-source.el (mail-source-value):
8052         Prefer fboundp to functionp so it works with macros as well.
8053
8054 2008-04-05  Glenn Morris  <rgm@gnu.org>
8055
8056         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8057
8058 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8059
8060         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8061         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8062
8063         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8064         multibyteness after rather than before erasing it.
8065
8066         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8067         mm-with-multibyte.
8068         (gnus-request-article-this-buffer): Make sure the proper decoding is
8069         used if gnus-original-article-buffer happens to be unibyte.
8070
8071         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8072         default-enable-multibyte-characters.
8073
8074         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8075         default-enable-multibyte-characters.
8076
8077         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8078
8079         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8080
8081 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8082
8083         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8084         Fix last change in case the element is not even a symbol.
8085
8086 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8087
8088         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8089         (imap-message-copyuid-1): Use it.
8090         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8091         J. Williams in
8092         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8093
8094         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8095         imap-enable-exchange-bug-workaround.
8096         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8097
8098 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8099
8100         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8101         a 100 byte status-checks into a 2-3MB transfer for each group.
8102         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8103         to enable bug workaround or not.
8104         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8105
8106 2008-03-31  Glenn Morris  <rgm@gnu.org>
8107
8108         * message.el (mml2015-use): Declare for compiler.
8109         (message-info): Require mml2015 when appropriate.
8110
8111 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8114         whitespace.
8115
8116 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8117
8118         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8119         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8120         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8121         (nntp-service-to-port): New function.
8122         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8123         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8124         (nntp-open-netcat-stream): New function.
8125         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8126
8127 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8128
8129         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8130
8131 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8132
8133         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8134
8135 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8136
8137         * dns.el (dns-write): Use set-buffer-multibyte.
8138
8139 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8140
8141         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8142
8143 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * message.el (message-signature-separator): Change default.
8146         Improve custom type.
8147         (message-cite-function): Change default to
8148         message-cite-original-without-signature.
8149
8150         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8151         toggle.
8152
8153         * message.el (message-check-news-body-syntax): Fix signature check.
8154         (message-setup-1): Mark buffer as unmodified _after_ running
8155         message-setup-hook and handling message-alternative-emails.
8156         (message-shorten-references): Be more strict when building list of
8157         valid references to comply with GNKSA.
8158
8159         * gnus-group.el (gnus-read-ephemeral-bug-group)
8160         (gnus-read-ephemeral-debian-bug-group)
8161         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8162
8163         * message.el (message-info): Don't use booleanp which isn't supported
8164         in Emacs 21 and XEmacs.
8165
8166 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8169         gnus-group-gmane-group-download-format.
8170         (gnus-group-read-ephemeral-gmane-group): Rename from
8171         gnus-group-read-ephemeral-gmane-group.
8172         (gnus-read-ephemeral-gmane-group-url): Rename from
8173         gnus-group-read-ephemeral-gmane-group-url.
8174         (gnus-bug-group-download-format-alist): New variable.
8175         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8176         (gnus-read-ephemeral-emacs-bug-group): New commands.
8177
8178 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8181         (gnus-visible-headers): Improve custom type.
8182
8183 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * mml.el (mml-menu): Add workarounds for XEmacs.
8186
8187         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8188         X-Boundary header.
8189
8190         * message.el (message-simplify-recipients): Fix previous commit.
8191
8192 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8193
8194         * mm-util.el (mm-set-buffer-multibyte): New function.
8195         * mm-decode.el (mm-copy-to-buffer): Use it.
8196
8197         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8198         Prefer fboundp to functionp so it works with macros as well.
8199
8200 2008-03-19  Glenn Morris  <rgm@gnu.org>
8201
8202         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8203         Accidentally removed in the sync process with Emacs.
8204
8205 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * message.el (message-alter-recipients-discard-bogus-full-name):
8208         New function.
8209         (message-alter-recipients-function): New variable.
8210         (message-get-reply-headers): Use it.
8211         (message-replace-header): New helper function.
8212         (message-recipients-without-full-name): New variable.
8213         (message-simplify-recipients): New command.
8214
8215         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8216
8217         * message.el (message-info): Handle EasyPG manual.
8218
8219         * mml.el (mml-menu): Add entry for EasyPG.
8220
8221 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8222
8223         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8224         parameter.
8225
8226         * message.el (message-disassociate-draft): Specify drafts group name
8227         fully.
8228
8229 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8230
8231         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8232         Eliminate unnecessary duplicates from the match list.
8233
8234 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8237
8238         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8239
8240         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8241         args of `how-many' of which the XEmacs version doesn't take; declare
8242         Info-index-next as function.
8243
8244 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * gnus-score.el (gnus-score-headers): Fix handling of
8247         gnus-inhibit-slow-scoring.
8248
8249         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8250         string.
8251         (gnus-button-url-regexp): Improve handling of parenthesis.
8252         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8253         (gnus-button-handle-info-keystrokes): Handle index entries.
8254
8255 2008-03-15  Glenn Morris  <rgm@gnu.org>
8256
8257         * parse-time.el (parse-time-string): Simplify.
8258
8259 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8262         Incoming* files.
8263
8264 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * auth-source.el (auth-sources): Rename from auth-source-choices.
8267         (auth-source-pick): Use it.
8268
8269 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8270
8271         * binhex.el (binhex-decode-region-internal):
8272         * uudecode.el (uudecode-decode-region-internal):
8273         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8274         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8275         setting default-enable-multibyte-characters.
8276
8277 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8278
8279         * auth-source.el (auth-source-protocols)
8280         (auth-source-protocols-customize, auth-source-choices): Add and
8281         modified variable customizations and defaults.
8282         (auth-source-pick, auth-source-user-or-password)
8283         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8284         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8285         (auth-source-user-or-password-sftp)
8286         (auth-source-user-or-password-smtp): Use new variables and provide an
8287         interface to netrc.el.
8288
8289 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8292         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8293         Make sure the nntp port to specify is a string.
8294
8295 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8296
8297         * nntp.el: Use with-current-buffer.
8298         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8299         dubious mm-with-unibyte-current-buffer.
8300         (nntp-with-open-group-function): New function extracted from
8301         nntp-with-open-group macro.
8302         (nntp-with-open-group): Use the function, so it's easier to debug.
8303         Add indentation and debugging info.
8304         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8305         Recommend the use of the netcat alternatives.
8306
8307         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8308         Avoid mm-string-as-multibyte as well.
8309
8310         * nnweb.el (nnweb-insert-html):
8311         Remove use of nnheader-string-as-multibyte.
8312
8313         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8314         (nnheader-string-as-multibyte): Remove.
8315
8316         * mm-view.el: Use inhibit-read-only.
8317         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8318         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8319         or unibyte-string.
8320
8321         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8322         (mm-uu-yenc-extract): Use with-current-buffer.
8323
8324         * gnus-soup.el (gnus-soup-send-packet): Don't use
8325         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8326
8327         * nnmh.el: Use with-current-buffer.
8328         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8329         mm-string-as-multibyte on the output of mm-encode-coding-string.
8330
8331         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8332         (nnimap-request-move-article): Use with-current-buffer.
8333
8334         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8335         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8336         conversion uses string-make-unibyte rather than string-as-unibyte.
8337
8338         * gnus-msg.el: Use with-current-buffer.
8339
8340         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8341
8342 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8343
8344         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8345         string for caching if it is 'PIN.
8346
8347 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * lpath.el: Consider the case without Emacs/W3.
8350
8351 2008-03-08  Glenn Morris  <rgm@gnu.org>
8352
8353         * time-date.el (date-to-time, time-subtract, time-add)
8354         (safe-date-to-time): Doc fixes.
8355
8356 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * mail-source.el (mail-source-delete-old-incoming-confirm):
8359         Change default to nil.
8360         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8361
8362 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * lpath.el: Rearrange.
8365
8366         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8367         (gnus-article-goto-prev-page): Work for articles having ^L's.
8368
8369         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8370
8371         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8372
8373 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8374
8375         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8376         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8377         (gnus-bookmark-jump): Adjust some variable names.
8378
8379 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8380
8381         * auth-source.el: New package.
8382         (auth-source-choices): Add customization entry point variable.
8383
8384         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8385         bug.
8386
8387 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8388
8389         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8390         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8391         (gnus-registry-install-shortcuts): Rename from
8392         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8393         the `gnus-registry-mark-map' keymap dynamically from
8394         `gnus-registry-marks'.  The generated functions update the summary line
8395         when a registry mark is added or deleted, and will call
8396         `gnus-registry-install-p' (see the comments in the code).
8397         (gnus-registry-user-format-function-M): Use concat intelligently.
8398
8399         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8400         the registry mark functions.
8401
8402 2008-03-05  Glenn Morris  <rgm@gnu.org>
8403
8404         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8405         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8406         gnus-art.
8407         (top-level): No need to load own source when compiling.
8408
8409 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8412         Suggested by <chris.anderton@zetnet.co.uk>.
8413
8414 2008-03-04  Glenn Morris  <rgm@gnu.org>
8415
8416         * gnus-sum.el (top-level): No need to require gnus when compiling,
8417         since unconditionally required near start of file.
8418         (gnus-summary-display-while-building): Move definition before use.
8419
8420 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8421
8422         * gnus-registry.el (gnus-registry-user-format-function-M):
8423         Add formatting function.
8424
8425 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8426
8427         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8428         with plists.
8429         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8430         Use new format.
8431
8432 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8435         `where-is-internal' that returns a range of key sequences.
8436
8437 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8438
8439         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8440
8441         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8442         (gnus-summary-jump-to-group): Consider windows on other displayed
8443         frames as well.  Similar changes might be needed elsewhere, but that's
8444         the one I've bumped into during my use.
8445
8446         * nndoc.el (nndoc-oe-dbx-type-p):
8447         * gnus-msg.el (gnus-debug):
8448         * gnus-group.el (gnus-update-group-mark-positions):
8449         Use mm-string-to-multibyte.
8450
8451 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8454         doesn't handle NotDashEscaped.
8455
8456         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8457         (mml-dnd-attach-options): Fix typo in custom choice.
8458
8459         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8460         Change nndoc-article-type to mbox.
8461         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8462
8463         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8464         to nil, instead of html2text.
8465
8466         * imap.el (imap-debug): Add `imap-ping-server'.
8467
8468         * gnus-bookmark.el: Add FIXMEs.
8469
8470         * message.el (message-form-letter-separator)
8471         (message-send-form-letter-delay): New variables.
8472         (message-send-form-letter): Use them.  New command to send form
8473         letters.  Requested by Uwe Siart.
8474         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8475
8476 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * Update copyright years.
8479
8480 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         Sync from EMACS_22_BASE.
8483
8484         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8485
8486 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8487
8488         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8489         empty author.
8490
8491 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8492
8493         * gnus-registry.el (gnus-registry-marks): Add variable for
8494         customization of marks and their appearance.
8495         (gnus-registry-read-mark): Use it.
8496         (gnus-registry-do-marks): Add utility function to loop through
8497         `gnus-registry-marks'.
8498         (gnus-registry-install-shortcuts-and-menus): Add function to install
8499         shortcuts and menus.
8500         (gnus-registry-initialize): Use it.
8501         (gnus-registry-default-mark): Clarify documentation.
8502
8503 2008-02-29  Glenn Morris  <rgm@gnu.org>
8504
8505         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8506         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8507         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8508         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8509         Change defcustom :version from 23.0 to 23.1.
8510
8511 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8512
8513         * gnus-registry.el (gnus-registry-follow-group-p)
8514         (gnus-registry-post-process-groups): Add functions to aid registry
8515         splitting and improve logging.  Clarify behavior in function
8516         documentation.
8517         (gnus-registry-split-fancy-with-parent): Use them.
8518
8519 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8520
8521         * gnus-art.el: Use with-current-buffer.
8522
8523 2008-02-27  David Engster  <dengste@eml.cc>
8524
8525         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8526         Express real group name in the response.
8527
8528 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8531         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8532         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8533         autoload gnus-registry-fetch-group when compiling.
8534         (nnmairix-request-group-with-article-number-correction):
8535         Remove unreferenced argument passed to nnmairix-call-backend.
8536
8537 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8540         (mm-uu-extract): Improve face for low color ttys.
8541         Reported by Sascha Wilde.
8542
8543 2008-02-27  Glenn Morris  <rgm@gnu.org>
8544
8545         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8546         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8547         variables to defconsts.  Convert comments to doc-strings.
8548         (nnmairix-last-server, nnmairix-current-server): Convert from free
8549         variables to defvars.  Convert comments to doc-strings.
8550         (gnus-registry-fetch-group): Autoload.
8551         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8552         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8553         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8554         caddr.
8555         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8556         nnmairix-request-group-with-article-number-correction call.
8557         (nnmairix-fast, nnmairix-group): New, less general names, for free
8558         variables passed from nnmairix-request-group to
8559         nnmairix-request-group-with-article-number-correction.  Declare.
8560         (nnmairix-request-group-with-article-number-correction):
8561         Use nnmairix-fast, nnmairix-group rather than fast, group.
8562
8563 2008-02-26  David Engster  <dengste@eml.cc>
8564
8565         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8566         version 0.5.
8567
8568 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8569
8570         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8571         instead of making an extra function call.  Don't add the current group
8572         to articles only when they have the group.  Use
8573         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8574         Reported by David <de_bb@arcor.de>.
8575
8576 2008-02-24  Miles Bader  <miles@gnu.org>
8577
8578         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8579         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8580         (mm-find-mime-charset-region):
8581         * mm-bodies.el (mm-encode-body):
8582         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8583
8584 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8587         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8588
8589 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * mail-source.el (mail-source-delete-incoming): Change default.
8592         Supplement doc string.
8593
8594         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8595
8596 2008-02-14  Glenn Morris  <rgm@gnu.org>
8597
8598         * time-date.el (format-seconds): New function.
8599
8600 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * nnmail.el (nnmail-message-id-cache-file): Derive from
8603         `gnus-home-directory'.
8604
8605 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8608         Document negative prefix.
8609
8610         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8611
8612 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8613
8614         * message.el (message-unsent-separator): Add the Exim bounce
8615         separator.
8616
8617 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8618
8619         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8620         list.
8621         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8622         recipient/signer list.
8623
8624 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * Makefile.in (datarootdir): Define.
8627         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8628         name that might contain whitespace.
8629
8630 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8633         fbound (Emacs 23 unicode), signal an error.
8634
8635 2008-02-08  Glenn Morris  <rgm@gnu.org>
8636
8637         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8638
8639 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8640
8641         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8642         ports to the calls to `netrc-machine-user-or-password' in addition to
8643         "imap" and "imaps".
8644
8645 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8646
8647         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8648
8649         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8650
8651 2008-02-01  Kenichi Handa  <handa@m17n.org>
8652
8653         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8654         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8655         (rfc2104-hash): Convert the result of concat to unibyte string.
8656
8657 2008-02-01  Dave Love  <fx@gnu.org>
8658
8659         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8660         coding-system-for-read.
8661         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8662
8663 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8666         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8667         <hanche@math.ntnu.no>.
8668
8669 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8672
8673         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8674
8675 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8676
8677         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8678         * message.el (message-beginning-of-line): Use featurep instead of bound
8679         tests in order to resolve conditionals at compile time.
8680
8681 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8682
8683         * mail-source.el (mail-sources): Add `group' choice.
8684
8685         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8686         parameter `in-group' to control into which group the articles go.
8687         Add treatment of `group' mail-source.
8688
8689 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8692
8693         * mm-decode.el (mm-dissect-buffer): Decode description.
8694
8695         * mml.el (mml-to-mime): Encode message header first.
8696
8697 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8700         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8701
8702         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8703         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8704
8705 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8706
8707         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8708
8709 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8712         prefix keys.
8713         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8714         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8715         gnus-xmas.el.
8716
8717         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8718         (gnus-xmas-article-describe-bindings): New function.
8719         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8720         gnus-xmas-article-describe-bindings.
8721
8722         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8723
8724 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8725
8726         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8727         Add new variables for article mark management.
8728         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8729         list of extra data entries which, when present, will indicate that the
8730         article ID should not be trimmed from the registry.
8731         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8732         functions.
8733         (gnus-registry-read-mark): New function to read a mark name from the
8734         user.
8735         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8736         (gnus-registry-set-article-mark-internal): New functions to add and
8737         remove marks.
8738         (gnus-registry-get-article-marks): New function to show the marks for
8739         an article, or retrieve them for further use.
8740
8741 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8744         keys when no argument is given.
8745
8746 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * imap.el (imap-ping-server): New variable.
8749         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8750         (imap-ping-server): Minor doc string fixes.
8751
8752 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8753
8754         * imap.el (imap-ping-server): New function.
8755         (imap-opened): Call imap-ping-server.
8756
8757 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gnus-sum.el (gnus-article-sort-by-random)
8760         (gnus-thread-sort-by-random): Fix doc strings.
8761         Reported by jidanni@jidanni.org.
8762
8763 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * gnus-art.el (gnus-article-describe-bindings): New function.
8766         (gnus-article-read-summary-keys): Use it.
8767         (gnus-article-mode-map): Bind `C-h b' to it.
8768
8769 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8772         XEmacs.
8773         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8774         Protect against non-character events.
8775
8776         * lpath.el: Fbind map-keymap for Emacs 21.
8777
8778 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8781         New command.
8782         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8783         instead of END.  Change name of the temp file.
8784         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8785         customizable.
8786
8787 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8790         bind `S W' to gnus-article-wide-reply-with-original; set default
8791         binding to gnus-article-read-summary-send-keys.
8792         (gnus-article-read-summary-keys): Fix the order of keys; display
8793         continuation keys correctly in the echo area; describe bindings
8794         correctly when keys end with `C-h'.
8795         (gnus-article-read-summary-send-keys): New function.
8796         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8797         Work for gnus-article-read-summary-send-keys; display continuation keys
8798         correctly in the echo area.
8799         (gnus-article-reply-with-original): Ignore prefix argument.
8800         (gnus-article-wide-reply-with-original): New function.
8801
8802         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8803         Emacs 21.
8804
8805 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8808         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8809
8810 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8813         (gnus-group-read-ephemeral-gmane-group): New command.
8814
8815 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8816
8817         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8818
8819 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * message.el (message-send-mail-function): Increase custom version.
8822
8823         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8824         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8825
8826 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8827
8828         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8829         for the cases where imap-authenticate is called with a nil buffer
8830         parameter.
8831
8832 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8835         html parts correctly; support forwarded messages.
8836         (gnus-article-browse-html-article): Remove work buffers.
8837
8838         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8839         compiling.
8840         (netrc-bound-and-true-p): New macro.
8841         (netrc-parse): Use it instead of bound-and-true-p that is not available
8842         in XEmacs 21.4.
8843
8844 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8845
8846         * gnus-registry.el (gnus-registry-mark-article)
8847         (gnus-registry-article-marks): Add functionality to mark articles
8848         through the Gnus registry.
8849
8850         * encrypt.el: Clarify documentation for the new pgg method.
8851         (encrypt-file-alist): Add PGG option.
8852         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8853         functionality.  Abstract password key and messaging to external
8854         functions.
8855         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8856         (encrypt-message-method-and-cipher): Add new convenience external
8857         functions.
8858         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8859         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8860
8861         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8862         (netrc-parse): Use encrypt-file-alist to determine if
8863         encrypt-find-model or encrypt-insert-file-contents should be used.
8864
8865         * encrypt.el: Clarify documentation.  Load password-cache or
8866         password, whichever one is found first, instead of autoloading.
8867
8868 2007-12-19  Glenn Morris  <rgm@gnu.org>
8869
8870         * mml.el (message-options-set, message-narrow-to-head)
8871         (message-in-body-p, message-mail-p, message-encode-message-body):
8872         Autoload.
8873         (message-remove-header, message-narrow-to-headers-or-head)
8874         (message-subscribed-p, message-make-mail-followup-to)
8875         (message-position-on-field, message-news-p)
8876         (message-options-set-recipient, message-generate-headers)
8877         (message-sort-headers): Declare as functions.
8878
8879 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8882         convention in doc string.
8883
8884 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8887         title to html parts.
8888         (gnus-article-browse-html-article): Pass message header to it.
8889
8890         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8891
8892 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8895         or password compatible with XEmacs.
8896
8897 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8900         format document.
8901         (gnus-mime-delete-part): Don't write description line if empty.
8902         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8903
8904 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8905
8906         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8907         (gnus-summary-mark-read-and-unread-as-read)
8908         (gnus-summary-mark-current-read-and-unread-as-read)
8909         (gnus-summary-mark-unread-as-ticked): Doc fix.
8910         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8911
8912 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8915         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8916
8917 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8920         yes-or-no-p.
8921
8922 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * mm-decode.el (mm-add-meta-html-tag): New function.
8925         (mm-save-part-to-file, mm-pipe-part): Use it.
8926
8927         * gnus-art.el (gnus-article-browse-delete-temp-files):
8928         Use gnus-y-or-n-p instead of y-or-n-p.
8929         (gnus-article-browse-html-parts): Work with message/external-body; use
8930         mm-add-meta-html-tag.
8931
8932 2007-12-11  Glenn Morris  <rgm@gnu.org>
8933
8934         * gnus-cache.el: Require gnus-sum not just when compiling.
8935
8936         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8937
8938         * gnus-int.el (gnus-server-opened, gnus-status-message):
8939         Move definitions before use.
8940
8941         * mm-decode.el: Require gnus-util.
8942         (mm-remove-part): Only call delete-annotation on XEmacs.
8943
8944         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8945
8946         * nnmail.el: Require gnus-int.
8947
8948         * spam.el: Move `require's before `eval-when-compile's.
8949
8950         * gnus-ems.el (gnus-alive-p):
8951         * gnus-fun.el (message-goto-eoh):
8952         * gnus-util.el (gnus-group-name-decode):
8953         * mail-source.el (gnus-compress-sequence):
8954         * message.el (Info-goto-node, format-spec):
8955         * mm-bodies.el (message-options-get):
8956         * mm-decode.el (mm-view-pkcs7):
8957         * mm-util.el (gmm-write-region):
8958         * mml-smime.el (mml-compute-boundary)
8959         (gnus-completing-read-with-default):
8960         * mml.el (widget-button-press, gnus-make-hashtable):
8961         * mml1991.el (mm-decode-content-transfer-encoding)
8962         (mm-encode-content-transfer-encoding)
8963         (message-options-get, message-options-set):
8964         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8965         * nnfolder.el (gnus-request-group):
8966         * nnheader.el (ietf-drums-unfold-fws):
8967         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8968         * smime.el (gnus-run-mode-hooks):
8969         * spam-stat.el (gnus-message): Autoload.
8970
8971         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8972         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8973         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8974         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8975         Add declare-function compatibility definition.
8976
8977         * gnus-cache.el (nnvirtual-find-group-art):
8978         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8979         (gnus-add-image, gnus-add-wash-type):
8980         * gnus-group.el (nnkiboze-score-file):
8981         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8982         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8983         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8984         (message-tokenize-header, gnus-get-buffer-create)
8985         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8986         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8987         * gnus.el (gnus-group-decoded-name):
8988         * mail-source.el (imap-capability):
8989         * mm-bodies.el (message-options-set):
8990         * mm-decode.el (gnus-configure-windows):
8991         * mm-extern.el (message-goto-body):
8992         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8993         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8994         (epg-sub-key-validity, message-options-set):
8995         * mml.el (widget-event-point, gnus-configure-windows):
8996         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8997         * mml2015.el (epg-check-configuration, epg-configuration)
8998         (message-options-set):
8999         * nndb.el (nndb-request-article):
9000         * nnfolder.el (gnus-request-create-group):
9001         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9002         * nnmaildir.el (gnus-group-mark-article-read):
9003         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9004         * rfc1843.el (message-fetch-field):
9005         * spam.el (gnus-extract-address-components):
9006         Declare as functions.
9007
9008 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9011
9012         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9013
9014         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9015         bind show-trailing-whitespace for XEmacs.
9016
9017 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9020         new no-op macro for backward compatibility.
9021
9022         * imap.el (imap-string-to-integer): New function.
9023
9024 2007-12-09  Glenn Morris  <rgm@gnu.org>
9025
9026         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9027
9028         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9029         * message.el, mm-view.el, sieve-manage.el, smime.el:
9030         Add declare-function compatibility definition.
9031
9032         * gnus-art.el (w3-region, w3m-region, Info-menu):
9033         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9034         * gnus-sum.el (gnus-get-predicate):
9035         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9036         * message.el (mail-abbrev-in-expansion-header-p):
9037         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9038         (w3m-detect-meta-charset, w3m-region):
9039         * sieve-manage.el (password-read, password-cache-add)
9040         (password-cache-remove):
9041         * smime.el (password-read-and-add): Declare as functions.
9042
9043 2007-12-08  David Kastrup  <dak@gnu.org>
9044
9045         * gnus-sum.el (gnus-summary-simplify-subject-query):
9046         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9047         `message'.
9048
9049 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9052         it to bind idna-program, installation-directory, defined-colors, and
9053         face-attribute for XEmacs of the version that compiles defcustom forms.
9054
9055 2007-12-07  Glenn Morris  <rgm@gnu.org>
9056
9057         * gnus-art.el (article-make-date-line): Revert previous change.
9058
9059 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9062
9063 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9064
9065         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9066         Call gnus-add-to-range ranges only once with a prepared article-list.
9067
9068 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9069
9070         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9071         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9072         group names with backslashes.
9073         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9074
9075 2007-12-06  Deepak Goel  <deego3@gmail.com>
9076
9077         * gnus-art.el (article-make-date-line):
9078         * gnus-start.el (gnus-load):
9079         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9080
9081 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-art.el (gnus-use-idna)
9084         * gnus-start.el (gnus-site-init-file)
9085         * message.el (message-use-idna)
9086         * mm-uu.el (mm-uu-hide-markers)
9087         * smiley.el (smiley-style): Revert changes that suppress warnings.
9088
9089 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9092         specify charset to html source.
9093         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9094
9095 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9098         idna-program in order to suppress byte compile warning issued by XEmacs
9099         that came to byte compile the default value section of defcustom forms
9100         recently.
9101
9102         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9103         value of installation-directory.
9104
9105         * message.el (message-use-idna): Don't directly refer to the value of
9106         idna-program.
9107
9108         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9109
9110         * smiley.el (smiley-style): Don't directly call face-attribute.
9111
9112 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9115
9116         * gnus-dired.el: Reduce Gnus dependencies.
9117         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9118         Don't require.  Use autoloads instead.
9119         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9120         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9121         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9122         (gnus-dired-mode): Adjust doc string.
9123         (gnus-dired-mail-mode): New variable.
9124         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9125         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9126         (gnus-dired-mail-buffers): New function.  Return mail or message
9127         composition buffers.
9128         (gnus-dired-attach): Use it.
9129         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9130         NO-DECODE.
9131         (gnus-dired-print): Use `gnus-print-buffer' depending on
9132         `gnus-dired-mail-mode'.
9133
9134 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * rfc2047.el (rfc2047-encoded-word-regexp)
9137         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9138         explaining what regexp patterns are for.
9139
9140 2007-12-04  Glenn Morris  <rgm@gnu.org>
9141
9142         * password.el: Move to password-cache.el.
9143
9144         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9145         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9146         * mml-smime.el (password-read, password-cache-add)
9147         (password-cache-remove):
9148         No need to autoload, since mml-sec requires password.
9149
9150         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9151         * message.el (gnus-extract-address-components):
9152         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9153
9154         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9155         password.
9156
9157 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * mailcap.el: Reduce dependencies.
9160         (mail-header-parse-content-type): Autoload.
9161         (mailcap-delete-duplicates): New alias.
9162         (mailcap-mime-info): Add optional argument NO-DECODE.
9163         (mailcap-mime-types): Use mailcap-delete-duplicates.
9164
9165         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9166
9167 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9168
9169         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9170         (imap-parse-status): Upcase status-att for servers that sends them
9171         lower-case (e.g., MS Exchange 2007).
9172
9173 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9174
9175         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9176         function.
9177
9178         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9179         (gnus-uu-yenc-article): New function.
9180
9181         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9182
9183         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9184
9185 2007-12-02  Glenn Morris  <rgm@gnu.org>
9186
9187         * binhex.el (binhex): New custom group.
9188         (binhex-decoder-program, binhex-decoder-switches)
9189         (binhex-use-external): Move to the binhex custom group.
9190
9191         * uudecode.el (uudecode): New custom group.
9192         (uudecode-decoder-program, uudecode-decoder-switches)
9193         (uudecode-use-external): Move to the uudecode custom group.
9194
9195         * netrc.el (top-level): Don't load `encrypt' features.
9196         (netrc-parse): Don't use encrypt.
9197         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9198
9199         * encrypt.el: Remove file.
9200
9201 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9204         matches on patches.
9205
9206         * gnus-art.el (gnus-article-browse-html-article):
9207         Mention `mm-text-html-renderer' in the doc string.
9208
9209         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9210         string.  Add comments.
9211
9212         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9213         if rhs is ASCII.
9214
9215 2007-12-01  Glenn Morris  <rgm@gnu.org>
9216
9217         * mail-source.el (top-level): Require format-spec before
9218         eval-when-compile.
9219
9220 2007-11-30  Glenn Morris  <rgm@gnu.org>
9221
9222         * encrypt.el: Require password, rather than autoloading password-read.
9223
9224 2007-11-29  Glenn Morris  <rgm@gnu.org>
9225
9226         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9227         (sasl-make-client, sasl-next-step, sasl-step-data)
9228         (sasl-step-set-data): Declare as functions.
9229
9230 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9233
9234 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9235
9236         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9237         certs should be verified and what is to be done in the event of a
9238         verification failure.
9239
9240         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9241         caller can indicate whether the cache should be disregarded for this
9242         call.  This way the result of the call is reproducible at all times and
9243         can be considered a canonical server name for the supplied method.
9244         (gnus-agent-method-p): Canonicalize server names by pushing their
9245         method through `gnus-method-to-server' using the no-cache argument.
9246
9247         * gnus-srvr.el (gnus-server-insert-server-line):
9248         Call `gnus-method-to-server' with `no-cache' argument.
9249
9250         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9251         gnus-agent-possibly-synchronize-flags as this should be called when the
9252         server is actually being opened.
9253         (gnus-agent-possibly-synchronize-flags)
9254         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9255         flags file of an agentized server to the latter function.
9256
9257         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9258         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9259         after a connection has been established successfully.
9260
9261 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-art.el (article-display-face): Force to display face if called
9264         interactively; check if gnus-article-x-face-too-ugly matches author.
9265         (article-display-x-face): Display face even if From header is missing
9266         as article-display-face does.
9267
9268 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9269
9270         * hashcash.el (message-narrow-to-headers-or-head)
9271         (message-fetch-field, message-goto-eoh)
9272         (message-narrow-to-headers): Declare as functions.
9273
9274 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * mail-source.el (mail-sources): Default to fetch from file for
9277         compatibility with default of nnmail-spool-file.
9278
9279 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9282         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9283         to look for encoded word that should be encoded again.
9284         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9285         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9286         encoding pattern.
9287         (rfc2047-decode-region): Switch strict regexp and loose one according
9288         to rfc2047-allow-irregular-q-encoded-words.
9289
9290 2007-11-25  Romain Francoise  <romain@orebokech.com>
9291
9292         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9293
9294 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * tls.el (tls-program): Provide more custom choices from
9297         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9298         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9299
9300 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9303         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9304
9305         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9306         `nnmail-spool-file'.
9307
9308         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9309         `nnmail-spool-file'.
9310
9311         * gnus-move.el (gnus-change-server): Ditto.
9312
9313         * gnus-kill.el (gnus-batch-score): Ditto.
9314
9315         * gnus-cache.el (gnus-jog-cache): Ditto.
9316
9317         * gnus-msg.el (gnus-summary-reply):
9318         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9319
9320 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9323         version.  Minor improvement to doc strings.
9324         (tls-program): Add comment.
9325
9326 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9327
9328         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9329         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9330         mismatch between the hostname provided in the certificate and the name
9331         of the host connnecting to.
9332         (open-tls-stream): Use them.  Check certificates against trusted root
9333         certificates.
9334
9335 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-cache.el (gnus-cache-generate-nov-databases):
9338         Use nnml-generate-nov-databases-directory instead of
9339         nnml-generate-nov-databases-1.
9340
9341 2007-11-24  Glenn Morris  <rgm@gnu.org>
9342
9343         * message.el (message-tool-bar-retro): Update for rename
9344         mail_send.xpm->mail-send.xpm.
9345
9346 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9349         `smime-ldap-search' for Emacs 22 and up.
9350
9351 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9352
9353         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9354
9355         * message.el (message-send-mail-function): Fix error convention.
9356         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9357         (message-widen-reply, message-send-mail, message-talkative-question)
9358         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9359         (message-clone-locals, message-send-news): Use with-current-buffer.
9360         (message-insert-or-toggle-importance): Remove unused var `valid'.
9361         (message-make-references): Remove unused var `new-references'.
9362         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9363
9364 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9365
9366         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9367         (spam-split-symbolic-return-positive): Reflow docstring.
9368         (spam-backends, spam-summary-exit-behavior)
9369         (spam-mark-ham-unread-before-move-from-spam-group)
9370         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9371         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9372         (spam-clear-cache, spam-backend-check, spam-install-backend)
9373         (spam-install-statistical-backend, spam-list-of-processors)
9374         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9375         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9376         (spam-check-crm114, spam-initialize, spam-unload-hook):
9377         Fix typos in docstrings.
9378
9379 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9382         been checked if they have never been read and those group levels are
9383         higher than the one that a user specified.
9384
9385 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9388         foreign groups unless a group level is specified by a user.
9389         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9390
9391 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * message.el (message-send-mail-function): Require sendmail.
9394
9395 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * message.el (message-send-mail-function): Check for smtpmail too.
9398
9399         * utf7.el (utf7-encode, utf7-decode): Use coding system
9400         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9401
9402         * message.el (message-send-mail-function): New function.
9403         (message-send-mail-function): Set default using
9404         message-send-mail-function.  Adjust doc string.
9405         (message-send-mail-with-mailclient): New function.
9406
9407 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9408
9409         * smime.el (from):
9410         * rfc2047.el (message-posting-charset):
9411         * qp.el (mm-use-ultra-safe-encoding):
9412         * pop3.el (parse-time-months):
9413         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9414         * nnml.el (files):
9415         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9416         (jka-compr-compression-info-list, ange-ftp-path-format)
9417         (efs-path-regexp):
9418         * nndiary.el (files):
9419         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9420         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9421         (epg-digest-algorithm-alist, inhibit-redisplay)
9422         (password-cache-expiry):
9423         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9424         (pgg-output-buffer, password-cache-expiry):
9425         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9426         (efs-path-regexp):
9427         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9428         (inhibit-redisplay):
9429         * mm-uu.el (file-name, start-point, end-point, entry)
9430         (gnus-newsgroup-name, gnus-newsgroup-charset):
9431         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9432         (latin-unity-ucs-list):
9433         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9434         (mm-uu-binhex-decode-function):
9435         * message.el (gnus-message-group-art, gnus-list-identifiers)
9436         (rmail-enable-mime-composing, gnus-local-organization)
9437         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9438         (gnus-read-active-file, facemenu-add-face-function)
9439         (facemenu-remove-face-function, gnus-article-decoded-p)
9440         (tool-bar-mode):
9441         * mail-source.el (display-time-mail-function):
9442         * gnus-util.el (nnmail-pathname-coding-system)
9443         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9444         (gnus-original-article-buffer, gnus-user-agent)
9445         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9446         (xemacs-codename, sxemacs-codename, emacs-program-version):
9447         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9448         * gnus-start.el (gnus-agent-covered-methods)
9449         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9450         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9451         (gnus-newsgroup-headers, gnus-group-list-mode)
9452         (gnus-group-mark-positions, gnus-newsgroup-data)
9453         (gnus-newsgroup-unreads, nnoo-state-alist)
9454         (gnus-current-select-method, mail-sources)
9455         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9456         (nnmail-spool-file, gnus-cache-active-hashtb):
9457         * gnus-mh.el (mh-lib-progs):
9458         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9459         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9460         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9461         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9462         (gnus-group-buffer):
9463         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9464         (font-lock-set-defaults):
9465         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9466         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9467         (gnus-summary-post-menu, total-parts, type, condition, length):
9468         * gnus-agent.el (gnus-agent-read-agentview):
9469         * flow-fill.el (show-trailing-whitespace):
9470         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9471         eval-and-compile wrappers for byte compiler pacifiers.
9472
9473         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9474         (mm-display-inline-fontify): Check for featurep 'xemacs not
9475         extent-list.
9476
9477         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9478         itimer-list.
9479         (mm-create-image-xemacs): Only do something for XEmacs.
9480         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9481
9482         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9483
9484         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9485         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9486
9487 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9488
9489         * nnimap.el (nnimap-split-download-body):
9490         * gnus-demon.el (gnus-demon):
9491         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9492
9493 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9496         New macros.
9497         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9498         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9499         copy data from unibyte buffer to multibyte current buffer.
9500         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9501         to copy data from unibyte current buffer to multibyte buffer.
9502         (nntp-make-process-buffer): Make process buffer unibyte.
9503
9504         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9505
9506 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9507
9508         * pop3.el (pop3-open-server): Accept and process data more robustly at
9509         connexion start to avoid spurious "POP SSL connexion failed" errors.
9510
9511 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9514         read group names.
9515
9516 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9519
9520 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9523         (nnmail-save-active): Use a unibyte buffer when saving active file,
9524         which may contain non-ASCII group names.
9525
9526         * nnml.el (nnml-request-group): Decode group names in messages.
9527
9528 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * message.el (message-citation-line-function)
9531         (message-insert-formatted-citation-line): Fix spelling of
9532         `message-insert-formated-citation-line'.
9533
9534 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9537
9538 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9541         nnmail-pathname-coding-system.
9542
9543         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9544         that a user enters; decode group names in messages.
9545
9546         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9547
9548 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9551
9552         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9553
9554         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9555         risky local variable.
9556
9557         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9558
9559 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9560
9561         * encrypt.el: Improve documentation to fix function name typo.
9562         Reported by Daiki Ueno <ueno@unixuser.org>.
9563
9564 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9567         even if the point is not in the last page of an article.
9568         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9569         back to the previous page.
9570
9571 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9574
9575 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9578
9579 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9580
9581         * message.el (message-check-news-body-syntax):
9582         Avoid mm-string-as-multibyte.
9583         (message-hide-headers): Don't assume (point-min)==1.
9584
9585 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * message.el (message-remove-blank-cited-lines): Fix if remove is
9588         given.
9589         (message-bogus-address-regexp): New variable.
9590         (message-bogus-recipient-p): New function.
9591         (message-check-recipients): New command.
9592         (message-syntax-checks): Add `bogus-recipient'.
9593         (message-fix-before-sending): Add `bogus-recipient'.
9594
9595         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9596         (gnus-treat-body-boundary): Don't test window-system.
9597
9598 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9599
9600         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9601
9602 2007-10-28  Miles Bader  <miles@gnu.org>
9603
9604         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9605         at compile-time too.
9606
9607 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * gnus-msg.el (gnus-message-setup-hook):
9610         Add `message-remove-blank-cited-lines' to options.
9611
9612 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * message.el (message-remove-blank-cited-lines): New function.
9615         Suggested by Karl Plästerer.
9616
9617 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9620         mapc.
9621
9622         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9623         (top-level): Use mapc to set functions to be traced for debugging.
9624
9625         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9626         called for effect with while loop.
9627
9628         * message.el (message-talkative-question): Replace mapcar called for
9629         effect with mapc.
9630
9631         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9632         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9633         called for effect with dolist.
9634
9635         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9636
9637         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9638         gnus-extra-headers and nnmail-extra-headers.
9639
9640         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9641         called for effect with dolist.
9642         (top-level): Use mapc to set functions to be traced for debugging.
9643
9644         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9645         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9646         dolist.
9647
9648         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9649         Replace mapcar called for effect with mapc.
9650         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9651         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9652         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9653         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9654
9655         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9656         remove-if that's a cl function.
9657
9658         * webmail.el (webmail-debug): Replace mapcar called for effect with
9659         dolist.
9660
9661         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9662         with mapc.
9663
9664 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9667         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9668         with while loop.
9669
9670         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9671         functions from article-* functions.
9672         (gnus-multi-decode-header): Replace mapcar called for effect with
9673         dolist.
9674
9675         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9676         (gnus-bookmark-show-details): Replace mapcar called for effect with
9677         while loop.
9678
9679         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9680         called for effect with while loop.
9681
9682         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9683         with dolist.
9684
9685         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9686         Replace mapcar called for effect with dolist.
9687
9688         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9689
9690         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9691         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9692         Replace mapcar called for effect with dolist.
9693         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9694         mapc.
9695
9696         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9697         Replace mapcar called for effect with dolist.
9698         (gnus-topic-list): Replace mapcar called for effect with mapc.
9699
9700         * gnus.el: Use mapc instead of mapcar to add autoloads.
9701
9702 2007-10-23  Richard Stallman  <rms@gnu.org>
9703
9704         * gnus-group.el (gnus-group-highlight): Mark as risky.
9705
9706 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus.el (gnus-server-to-method): Return method found first in
9709         gnus-newsrc-alist.
9710
9711         * gnus-art.el (gnus-article-highlight-signature)
9712         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9713         button overlay without the front stickiness.
9714
9715 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9716
9717         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9718         overview buffer needed a catch to receive its throw.
9719         (gnus-agent-flush-cache): Declare as interactive to make this function
9720         easier to use.
9721
9722 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9725         `next-line'.
9726
9727 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9730         exclude address matching message-dont-reply-to-names.
9731
9732 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-util.el (gnus-string<): New function.
9735
9736         * gnus-sum.el (gnus-article-sort-by-author)
9737         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9738
9739 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9742         the frame-focus tag is set in gnus-buffer-configuration.
9743
9744 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9747         the front stickiness.
9748
9749 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9752         url pattern; remove duplicate one.
9753         (gnus-article-extend-url-button): New function.
9754         (gnus-article-add-buttons): Use it.
9755         (gnus-button-push): Use concatenated url that it makes.
9756
9757 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9758
9759         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9760
9761 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9762
9763         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9764         Don't hardcode point-min==1.
9765
9766 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9769         Fix comment about "iso8859-1".
9770
9771 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9772
9773         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9774         ones returned from the verify-function.
9775
9776         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9777         Call mml2015-extract-cleartext-signature if extraction failed.
9778
9779 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9780
9781         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9782         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9783         failed.
9784
9785 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9788
9789 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9792         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9793         recommends to use EasyPG instead of PGG.
9794
9795         * pgg.el: Revert to revision 6.23.2.16.
9796
9797         * pgg-def.el: Revert to revision 6.6.2.14.
9798
9799         * pgg-gpg.el: Revert to revision 6.23.2.34.
9800
9801 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9802
9803         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9804         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9805         thread for both the null and zero (kill/expire thread) universal prefix
9806         cases.
9807         (gnus-summary-expire-thread): Add new function to expire a thread,
9808         using gnus-summary-kill-thread.
9809         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9810         shortcuts for gnus-summary-expire-thread.
9811         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9812         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9813
9814 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9815
9816         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9817         extras value, so an extras entry can be deleted.
9818         (gnus-registry-delete-extra-entry): Use it.
9819         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9820         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9821         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9822         storage through the gnus-registry, and provide an appropriate API for
9823         it.
9824
9825 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9828         Suggested by Leo <sdl.web@gmail.com>.
9829
9830         * gnus.el: Do.
9831
9832 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9835         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9836
9837         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9838
9839         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9840         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9841
9842 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9845         newline.
9846         (nnmbox-request-accept-article): Don't change article in source buffer;
9847         narrow to header to use message-fetch-field rather than
9848         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9849         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9850         as delimiters; make sure article ends with newline.
9851         (nnmbox-delete-mail): Correct last position of article to be deleted;
9852         ignore X-Gnus-Newsgroup header in article body.
9853         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9854         positions; make sure article ends with newline.
9855
9856         * message.el (message-display-abbrev): Don't infloop when a user
9857         inserts SPC in the beginning of header.
9858
9859         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9860         coding-system-for-read and coding-system-for-write for XEmacs having no
9861         file-coding feature.
9862
9863         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9864
9865 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9866
9867         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9868         list of groups not followed by default.  Fix type to be regexp.
9869         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9870
9871 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9872
9873         * hmac-def.el (define-hmac-function): Switch from old-style to
9874         new-style backquotes.
9875
9876         * md4.el (md4-make-step): Likewise.
9877
9878 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9881         raw-text coding system when saving .newsrc file, which may contain
9882         non-ASCII group names.
9883
9884 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-cus.el (gnus-score-extra): New widget.
9887         (gnus-score-extra-convert): New function.
9888         (gnus-score-customize): Use it for Extra.
9889
9890 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9891
9892         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9893         (mml2015-mailcrypt-clear-verify): Use it.
9894         (mml2015-gpg-clear-verify): Use it.
9895         (mml2015-pgg-clear-verify): Use it.
9896         (mml2015-epg-clear-verify): Replace the current part with the output
9897         from GnuPG; don't extract the plaintext by itself.
9898
9899         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9900         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9901         mml2015-clear-verify-function; don't touch the armor headers or
9902         dash-escaped text here.
9903
9904 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9907         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9908         parts, or application/octet-stream as a last resort.
9909         (gnus-mime-view-part-as-type): Don't toggle display.
9910         (gnus-mime-view-part-as-charset): Don't turn off display before
9911         querying charset.
9912
9913         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9914         stuff to undisplayer function in Emacs.
9915         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9916
9917         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9918         text/calendar parts.
9919
9920 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9923         decoding text/calendar parts.
9924
9925         * message.el (message-forward-make-body-mime): Always mark body as
9926         having no illegible text; remove signed-or-encrypted argument.
9927         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9928
9929         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9930         (mml-generate-mime-1): Don't encode body if it is specified to be in
9931         raw form; don't make buffer be unibyte when inserting multibyte string.
9932
9933 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9934
9935         * sha1.el: Fix up comment style.
9936         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9937         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9938
9939         * hex-util.el: Fix up comment style.
9940         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9941
9942         * gnus-salt.el: Use with-current-buffer.
9943         (gnus-pick-setup-message): Fix long-standing typo.
9944
9945 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * imap.el (imap-logout-timeout): New variable.
9948         (imap-logout, imap-logout-wait): New functions.
9949         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9950
9951         * nnimap.el (nnimap-logout-timeout): New server variable.
9952         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9953         nnimap-logout-timeout.
9954
9955         * gnus-art.el (gnus-article-summary-command-nosave)
9956         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9957
9958 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus.el (gnus-maximum-newsgroup): New variable.
9961
9962         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9963         according to gnus-maximum-newsgroup.
9964
9965         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9966         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9967         Limit the range of articles according to gnus-maximum-newsgroup.
9968
9969 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9970
9971         * gnus-art.el (gnus-sticky-article): Fix problems described in
9972         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9973         Don't perform gnus-configure-windows here; reuse existing sticky
9974         article buffer.
9975
9976         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9977         it doesn't exist in gnus-article-mode.
9978
9979 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9982         (gnus-agent-decoded-group-name): New function.
9983         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9984         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9985
9986 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9987
9988         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9989         Add binding for gnus-sticky-article.
9990         (gnus-summary-exit): Don't kill sticky article buffers.
9991
9992         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9993         article buffer.
9994         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9995         (gnus-kill-sticky-article-buffers): New commands.
9996
9997 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * nntp.el (nntp-xref-number-is-evil): New server variable.
10000         (nntp-find-group-and-number): If it is non-nil, don't trust article
10001         numbers in the Xref header.
10002
10003 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-agent.el (gnus-agent-read-group): New function.
10006         (gnus-agent-flush-group, gnus-agent-expire-group)
10007         (gnus-agent-regenerate-group): Use it.
10008         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10009         nnmail-pathname-coding-system.
10010
10011 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10014
10015         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10016         that are unread as unread, and also as selected so that information of
10017         marks having been changed by a user may be updated when exiting group.
10018
10019 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10020
10021         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10022
10023 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10026         calculated ignoring signature parts to gnus-treat-article.
10027
10028 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10031         a point here in order to keep the window start.
10032         (gnus-insert-mime-security-button): Make a button overlay without the
10033         front stickiness.
10034         (gnus-mime-display-security): Goto the end of a button.
10035
10036         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10037
10038 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10041         group-name-at-point.
10042         (gnus-group-completing-read): New function that offers decoded
10043         non-ASCII group names for completion.
10044         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10045         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10046         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10047         (gnus-group-fetch-control): Use it.
10048         (gnus-fetch-group): Use group-name-at-point for the initial value
10049         rather than the default value; use gnus-alive-p.
10050
10051         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10052         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10053         (gnus-summary-post-news): Use gnus-group-completing-read.
10054
10055         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10056         (gnus-read-move-group-name): Decode group name for completion.
10057
10058 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10059
10060         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10061         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10062         Yamaoka slightly modified the code).
10063
10064 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10067         (nnmail-split-incoming): Bind it.
10068
10069         * nnml.el (nnml-group-name-charset): New function.
10070         (nnml-decoded-group-name): Use it; don't decode group name if
10071         nnmail-group-names-not-encoded-p is non-nil.
10072         (nnml-encoded-group-name): New function.
10073         (nnml-group-pathname): Inline nnml-decoded-group-name.
10074         (nnml-request-expire-articles): Decode group name in message.
10075         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10076         nnmail-pathname-coding-system.
10077         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10078         not decoded ones according to nnmail-group-names-not-encoded-p.
10079         (nnml-generate-active-info): Use nnml-encoded-group-name.
10080
10081 2007-08-08  Glenn Morris  <rgm@gnu.org>
10082
10083         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10084         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10085         doc-strings and comments.
10086
10087 2007-07-25  Glenn Morris  <rgm@gnu.org>
10088
10089         * Relicense all FSF files to GPLv3 or later.
10090
10091 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-sum.el (gnus-summary-move-article):
10094         Make gnus-summary-respool-article work.
10095
10096 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10099         string.
10100
10101 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10102
10103         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10104         that should be ignored when comparing distant RSS articles with local
10105         ones.
10106         (nnrss-make-hash-index): New function.  Create a hash index according
10107         to the ignored fields.
10108         (nnrss-check-group): Use it.
10109
10110 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10113
10114         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10115
10116         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10117         the new optional argument ENCODED is non-nil.
10118         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10119         coding system for encoding group name.
10120         (gnus-group-make-rss-group): Pass un-encoded group name to
10121         gnus-group-make-group.
10122         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10123         encoded.
10124
10125         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10126         Encode group name to which articles are moved or copied.
10127         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10128         coding system for encoding Newsgroup, Followup-To and Xref headers.
10129
10130         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10131         marks; use nnheader-file-coding-system to write a file.
10132         (nnagent-retrieve-headers): Bind file-name-coding-system to
10133         nnmail-pathname-coding-system.
10134
10135         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10136
10137         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10138         (nnml-request-article, nnml-request-create-group)
10139         (nnml-request-rename-group, nnml-find-id)
10140         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10141         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10142         (nnml-save-marks): Use nnml-group-pathname instead of
10143         nnmail-group-pathname.
10144
10145         (nnml-request-create-group, nnml-request-expire-articles)
10146         (nnml-request-move-article, nnml-request-delete-group)
10147         (nnml-deletable-article-p, nnml-possibly-create-directory)
10148         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10149         (nnml-open-marks): Bind file-name-coding-system to
10150         nnmail-pathname-coding-system.
10151
10152         (nnml-request-article): Pass server argument to nnml-find-group-number.
10153         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10154         Pass server argument to nnml-possibly-create-directory.
10155         (nnml-request-accept-article): Pass server argument to
10156         nnml-active-number and nnml-save-mail.
10157         (nnml-find-group-number): Pass server argument to nnml-find-id.
10158         (nnml-request-update-info): Pass server argument to
10159         nnml-marks-changed-p.
10160
10161         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10162         (nnml-save-mail, nnml-active-number): Add server argument.
10163
10164         (nnml-request-delete-group): Warn if group is missing.
10165         (nnml-get-nov-buffer): Decode group name.
10166         (nnml-generate-active-info): Encode group name.
10167         (nnml-open-marks): Decode group name in messages.
10168
10169 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10172         if it is not specified.
10173         (gnus-article-pipe-part, gnus-article-save-part)
10174         (gnus-article-interactively-view-part, gnus-article-copy-part)
10175         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10176         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10177         (gnus-article-replace-part, gnus-article-delete-part)
10178         (gnus-article-view-part-as-type): Pass raw prefix argument to
10179         gnus-article-part-wrapper.
10180
10181 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-agent.el (gnus-agent-save-active):
10184         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10185
10186         * gnus-cache.el (gnus-cache-save-buffers)
10187         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10188         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10189         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10190         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10191         (gnus-cache-generate-active, gnus-cache-rename-group)
10192         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10193         (gnus-cache-update-overview-total-fetched-for):
10194         Bind file-name-coding-system to nnmail-pathname-coding-system.
10195         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10196         New variables.
10197         (gnus-cache-decoded-group-name): New function.
10198         (gnus-cache-file-name): Use it.
10199         (gnus-cache-generate-active): Use non-decoded group name for active.
10200
10201         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10202         right place.
10203         (gnus-write-active-file): Don't break non-ASCII group names.
10204
10205         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10206         nnmail-pathname-coding-system.
10207
10208         * lpath.el: Bind default-file-name-coding-system,
10209         file-name-coding-system and language-info-alist for XEmacs.
10210
10211         * gnus-uu.el (gnus-uu-decode-save): Typo.
10212
10213 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10216
10217 2007-07-14  David Kastrup  <dak@gnu.org>
10218
10219         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10220         finishing actions if we did not edit the article.
10221
10222 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10225         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10226         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10227         (gnus-agent-flush-group, gnus-agent-flush-cache)
10228         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10229         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10230         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10231         (gnus-agent-regenerate-group)
10232         (gnus-agent-update-files-total-fetched-for)
10233         (gnus-agent-update-view-total-fetched-for):
10234         Bind file-name-coding-system to nnmail-pathname-coding-system.
10235         (gnus-agent-group-pathname): Don't encode file names by
10236         nnmail-pathname-coding-system.
10237         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10238         coding-system-for-write instead of buffer-file-coding-system to
10239         gnus-agent-file-coding-system.
10240
10241         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10242         Decode group name.
10243
10244         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10245
10246         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10247         (gnus-read-newsrc-el-file): Make group names unibyte.
10248
10249         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10250         nnmail-pathname-coding-system.
10251
10252         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10253         (nnrss-request-delete-group): Bind file-name-coding-system to
10254         nnmail-pathname-coding-system.
10255         (nnrss-read-server-data, nnrss-read-group-data):
10256         Bind file-name-coding-system correctly.
10257         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10258
10259         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10260         (nntp-server-to-method-cache): New variable.
10261         (nntp-group-pathname): New function that decodes non-ASCII group names.
10262         (nntp-possibly-create-directory, nntp-marks-changed-p)
10263         (nntp-save-marks, nntp-open-marks): Use it.
10264         (nntp-possibly-create-directory, nntp-open-marks):
10265         Bind file-name-coding-system to nnmail-pathname-coding-system.
10266         (nntp-open-marks): Decode group names when bootstrapping marks.
10267
10268         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10269         Newsgroups and Folowup-To headers.
10270
10271 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10274         (gnus-server-closed-face, gnus-server-denied-face)
10275         (gnus-server-offline-face): Remove variable.
10276         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10277
10278         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10279         of modifying message-stack directly for XEmacs.
10280
10281         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10282         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10283         if the coding-system argument is nil for XEmacs.
10284
10285         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10286         mm-charset-override-alist.
10287
10288         * rfc2047.el: Don't require base64; require rfc2045 for the function
10289         rfc2045-encode-string.
10290         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10291         to quote the parameter value.
10292
10293 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10296         form in gnus-group-name-charset-method-alist.
10297
10298         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10299         overrides the default layout edit-form.
10300
10301         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10302
10303         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10304
10305 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10308         as unfetched articles.
10309
10310 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10313
10314 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10317         original back end that keeps marks in the local system.
10318
10319 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10322         arg of pop-to-buffer for XEmacs.
10323         (gnus-article-read-summary-keys): Ditto; don't restore window
10324         configuration if summary command ends up with neither article buffer
10325         nor summary buffer; describe bindings if summary keys end with C-h.
10326
10327 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * message.el (message-fix-before-sending): Skip raw message part to be
10330         forwarded while checking illegible text.
10331         (message-forward-make-body-mime, message-forward-make-body):
10332         Mark signed or encrypted raw message as having no illegible text.
10333
10334 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10337         (gnus-message-with-timestamp-1): New macro.
10338         (gnus-message-with-timestamp): New function.
10339         (gnus-message): Use them.
10340
10341         * nnheader.el (nnheader-message): Use them.
10342
10343 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10346         .newsrc.eld file.
10347
10348 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-agent.el (gnus-agent-fetch-headers)
10351         (gnus-agent-retrieve-headers):
10352         Bind gnus-decode-encoded-address-function to identity.
10353
10354         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10355         available also when the server returns simply a dot.
10356
10357         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10358
10359 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10362
10363 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-ems.el (gnus-x-splash): Make it work.
10366
10367         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10368         from being used.
10369
10370         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10371
10372 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10375         4th and the 5th arguments.
10376
10377         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10378         the front stickiness.
10379         (gnus-article-summary-command-nosave): Correct the order of the
10380         arguments passed to pop-to-buffer.
10381         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10382         summary command ends up with the article buffer.
10383
10384         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10385         the same faces.
10386
10387 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10388
10389         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10390
10391 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10392
10393         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10394         * gnus-sum.el (gnus-summary-highlight):
10395         * pgg.el (pgg-sign-region, pgg-sign):
10396         * mail-source.el (mail-source-delete-old-incoming-confirm):
10397         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10398
10399 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-art.el (gnus-mime-view-part-externally)
10402         (gnus-mime-view-part-internally): Fix predicate function passed to
10403         completing-read.
10404
10405         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10406
10407         * gnus.el (gnus-update-message-archive-method): Add :version.
10408
10409 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus.el (gnus-update-message-archive-method): New variable.
10412
10413         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10414         according to gnus-message-archive-method if
10415         gnus-update-message-archive-method is non-nil.
10416
10417 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10420         Suggested by Loic Dachary <loic@dachary.org>.
10421         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10422
10423 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * message.el (message-pop-to-buffer): Add switch-function argument.
10426         (message-mail): Pass switch-function argument to it.
10427
10428 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10431         Improve doc string.
10432
10433 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10436         (gnus-header-content)
10437         * gnus-cite.el (gnus-cite-10)
10438         * gnus-srvr.el (gnus-server-closed)
10439         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10440         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10441         (gnus-group-mail-3-empty, gnus-group-mail-low)
10442         (gnus-group-mail-low-empty, gnus-splash)
10443         * message.el (message-header-to, message-header-cc)
10444         (message-header-subject, message-header-other, message-header-name)
10445         (message-header-xheader, message-separator, message-cited-text)
10446         (message-mml): Lighten colors of faces used for dark background.
10447
10448 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10449
10450         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10451         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10452
10453 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * message.el (message-narrow-to-headers-or-head):
10456         Ignore mail-header-separator in the body.
10457
10458 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10461         same as window size.
10462
10463 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10464
10465         * message.el (message-font-lock-keywords): Use message-header-xheader
10466         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10467         ahead of the anything pattern, to get it recognised.
10468
10469 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10472         spam.el loads uses it in the compiled defadvice form.
10473
10474 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10475
10476         * gnus-sum.el (gnus-articles-to-read)
10477         (gnus-summary-insert-old-articles): Don't truncate group name for
10478         `read-string'.
10479
10480         * gnus-util.el (gnus-limit-string): Delete this function.
10481
10482         * gnus-sum.el (gnus-simplify-subject-fully):
10483         Use `truncate-string-to-width' instead.
10484
10485 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10486
10487         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10488         Tell if, on summary exit, the next group has to be selected.
10489         (gnus-summary-exit): Use it.
10490
10491 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10494         non-break space.
10495
10496 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10499         Check if group is not a directory.
10500         (nnfolder-request-expire-articles): Don't delete articles if the target
10501         group is not available.
10502
10503         * nnml.el (nnml-request-create-group): Properly check if group is not a
10504         file.
10505         (nnml-request-expire-articles): Don't delete articles if the target
10506         group is not available.
10507
10508         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10509         Don't quote characters that are within parentheses.
10510
10511 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10514         (gnus-handle-ephemeral-exit): Select article according to it.
10515
10516 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * message.el (message-insert-formated-citation-line): Remove newline.
10519         (message-citation-line-format): Add final \n here so that the user can
10520         avoid a blank line.
10521
10522 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10523
10524         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10525         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10526         Update lanl/arXiv support.
10527
10528 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * gnus.el: Bump version number.
10531
10532 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10533
10534         * gnus.el (gnus-version-number): Bump version.
10535
10536 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10537
10538         * gnus.el: No Gnus v0.6 is released.
10539
10540 2007-04-27  Didier Verna  <didier@xemacs.org>
10541
10542         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10543         * gmm-utils.el (gmm-regexp-concat): ... here.
10544         * message.el: Don't require 'gnus-util.
10545         (message-dont-reply-to-names): Handle name change above.
10546         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10547
10548 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10551         since the initial value varies according to the system.
10552
10553 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10556
10557 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10558
10559         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10560
10561 2007-04-24  Didier Verna  <didier@xemacs.org>
10562
10563         Improve the type of gnus-ignored-from-addresses.
10564         * gnus-util.el (gnus-orify-regexp): New function.
10565         * message.el (gnus-util): Require it.
10566         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10567         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10569
10570 2007-04-24  Didier Verna  <didier@xemacs.org>
10571
10572         * gnus-sum.el:
10573         * gnus-utils.el: Fix some trailing whitespaces.
10574
10575 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10578         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10579         article's Message-ID; refer parent article in summary buffer.
10580
10581         * message.el (message-bounce): Call mime-to-mml.
10582
10583         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10584         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10585         optimize and/or forms properly.
10586
10587 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10590         URL.
10591
10592 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10595
10596 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10599         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10600         displayed of multipart/alternative part if it is invoked from summary
10601         buffer.
10602
10603         * mm-view.el (mm-inline-text-html-render-with-w3m)
10604         (mm-inline-text-html-render-with-w3m-standalone)
10605         (mm-inline-render-with-function): Use mail-parse-charset by default.
10606
10607 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10608
10609         * parse-time.el (parse-time-string-chars): Check if CHAR
10610         is less than the length of parse-time-syntax.
10611
10612 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10615         from gnus-newsgroup-processable.
10616
10617 2007-04-16  Didier Verna  <didier@xemacs.org>
10618
10619         * gnus-msg.el (gnus-configure-posting-styles):
10620         Handle message-signature-directory properly with :file syntax.
10621         Reported by "Leo".
10622
10623 2007-04-11  Didier Verna  <didier@xemacs.org>
10624
10625         New user option: message-signature-directory.
10626         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10627         * message.el (message-insert-signature): Ditto.
10628         * message.el (message-signature-file): Doc update.
10629         * message.el (message-signature-directory): New.
10630
10631 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-msg.el (gnus-inews-yank-articles):
10634         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10635
10636 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * message.el (message-yank-original): Make sure cited text ends with
10639         newline; don't exchange point and mark.
10640
10641 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10642
10643         * tls.el (open-tls-stream): Properly handle case where there
10644         is no associated buffer.
10645
10646 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10647
10648         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10649         message-yank-original, make sure (< mark TEXT point).
10650
10651 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * message.el (message-fill-column): New variable.
10654         (message-mode): Use it.  Add comment on a possible new hook.
10655
10656         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10657         (nnmail-get-new-mail): Reformat.
10658
10659         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10660
10661         * gmm-utils.el: Fix Commentary.
10662         (gmm-tool-bar-from-list): Fix typo in doc string.
10663
10664 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10665
10666         * message.el (message-yank-original): Don't switch point and mark
10667         unnecessarily to put point and mark as documented.
10668
10669 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10672         from the message heads.
10673
10674 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10675
10676         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10677         article buffer does not have a window.  This may not be the best
10678         solution but is certainly better than setting the start of the null,
10679         that is the current, window.
10680
10681 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10682
10683         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10684         (gnus-draft-setup): Run it.
10685
10686         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10687         gnus-score-fast-scoring.  Allow regexp.
10688         (gnus-score-headers): Use it.
10689
10690         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10691         XEmacs.
10692
10693         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10694         string.
10695         (gnus-button-alist): Also catch `<f1> k ...'.
10696         (gnus-treat-display-x-face): Fix doc string.
10697
10698 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10699
10700         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10701         evaluation of gnus-extended-version to ensure correct generation of the
10702         User-Agent header when message-generate-headers-first is used.
10703
10704 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10705
10706         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10707         hashcash-path is nil.  Don't call callback with incorrect number of
10708         parameters if val is 0.
10709
10710 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10711
10712         * message.el (message-required-news-headers):
10713         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10714
10715 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10716
10717         * tls.el (open-tls-stream): In handshake-waiting loop,
10718         don't wait more if there is output available to process.
10719
10720 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10721
10722         * tls.el (tls-program): Doc fix.
10723
10724 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * message.el (message-generate-new-buffers): Change the meaning of the
10727         nil value; add `standard' to the choices; treat t as `unique'; improve
10728         doc string.
10729         (gnus-select-frame-set-input-focus): Autoload.
10730         (message-buffer-name): Search for the existing message buffer if
10731         message-generate-new-buffers is nil or `standard'; treat the value t of
10732         message-generate-new-buffers as `unique'.
10733         (message-pop-to-buffer): Raise the frame already displaying the message
10734         buffer; clear the echo area after querying.
10735         (message-setup): Pass the `continue' argument to compose-mail.
10736         (message-mail): Prefer `switch-function' if it is given; search for the
10737         existing message buffer if the `continue' argument is non-nil; pass
10738         continue and switch-function arguments to compose-mail by way of
10739         message-setup.
10740         (message-mail-other-window): Adjust argument of message-setup.
10741         (message-mail-other-frame): Ditto.
10742
10743 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10746         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10747         to turn font-lock on when turning gnus-message-citation-mode on.
10748
10749 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10750
10751         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10752         (mml-smime-function-alist): New variable; add epg as the backend.
10753         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10754         mml-smime- functions instead.
10755         * mm-view.el: Require smime.
10756
10757 2007-03-05  Didier Verna  <didier@xemacs.org>
10758
10759         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10760         instead of just inheritance for posting styles.
10761         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10762
10763 2007-02-24  Chris Moore  <dooglus@gmail.com>
10764
10765         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10766         * pgg-pgp.el (pgg-pgp-encrypt-region):
10767         * pgg-gpg.el (pgg-gpg-encrypt-region):
10768         Check pgg-encrypt-for-me if no other recipients.
10769
10770 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10771
10772         * tls.el (tls-certtool-program): Fix custom type.
10773
10774 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10777         and point-at-eol instead of line-(beginning|end)-position.
10778
10779         * assistant.el (assistant-parse-buffer): Ditto.
10780
10781         * netrc.el (netrc-parse-services): Ditto.
10782
10783 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10784
10785         * mml2015.el (mml2015-epg-find-usable-key): New function.
10786         (mml2015-epg-sign): Use it.
10787         (mml2015-epg-encrypt): Use it.
10788
10789 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * message.el (message-make-in-reply-to): Quote name containing
10792         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10793         if there are special characters.  Reported by NAKAJI Hiroyuki
10794         <nakaji@jp.freebsd.org>.
10795
10796 2007-02-27  Didier Verna  <didier@xemacs.org>
10797
10798         Include the group parameters as well as the topic ones in the
10799         inheritance filter process.
10800         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10801         argument GROUP-PARAMS-LIST.
10802         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10803
10804 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * nntp.el (nntp-never-echoes-commands)
10807         (nntp-open-connection-functions-never-echo-commands): New variables.
10808         (nntp-send-command): Use them.
10809
10810 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10811
10812         * mml2015.el (mml2015-epg-verify): Simplify.
10813
10814 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * mml.el (mml-content-disposition-alist): New user option.
10817         (mml-content-disposition): New function.
10818         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10819         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10820
10821 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10822
10823         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10824         verification.
10825
10826 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10827
10828         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10829         articles posted in the last 24 hours.
10830
10831 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10832
10833         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10834
10835 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10836
10837         * nntp.el (nntp-send-command): Don't wait for echoes when
10838         nntp-open-ssl-stream is used.
10839
10840 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10843         (gnus-message-add-citation-keywords)
10844         (gnus-message-remove-citation-keywords): Remove.
10845         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10846         directly, make the variables in font-lock-defaults buffer-local, add
10847         gnus-message-citation-keywords to them and then update the value of
10848         font-lock-keywords.
10849
10850 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * message.el (message-cite-original-1): Don't call
10853         gnus-article-highlight-citation.
10854
10855         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10856         citations; fix line count.
10857
10858 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10861         (gnus-message-add-citation-keywords)
10862         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10863         versions of font-lock-add-keywords and font-lock-remove-keywords to
10864         work with XEmacs correctly.
10865
10866 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-cite.el (gnus-cite-face-list): Set the values of
10869         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10870         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10871         (gnus-message-cite-prefix-regexp): New variable.
10872         (gnus-message-search-citation-line): Use it; protect against long
10873         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10874         the 0th match data for Emacs.
10875         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10876         (gnus-message-add-citation-keywords): Append keywords rather than
10877         prepending; emulate font-lock-add-keywords if it is not available.
10878         (gnus-message-remove-citation-keywords):
10879         Emulate font-lock-remove-keywords if it is not available.
10880
10881         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10882
10883         * message.el (message-cite-prefix-regexp): Set the value of
10884         gnus-message-cite-prefix-regexp.
10885
10886 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10887
10888         * nnweb.el (nnweb-google-parse-1): Update parser.
10889
10890 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10891
10892         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10893
10894 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10895
10896         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10897         regexp.
10898
10899 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10902         string-to-multibyte.
10903         (uudecode-decode-region-internal): Use it.
10904
10905         * lpath.el: Fbind string-as-multibyte for XEmacs.
10906
10907 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10910         Fix custom choice.
10911
10912         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10913
10914 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10915
10916         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10917
10918         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10919         `write-region' to respect `mm-inhibit-file-name-handlers'.
10920
10921 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10924         Use gnus-home-directory instead of "~/" or "$HOME".
10925
10926 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10929         to mention filename.
10930         Add comments at beginning regarding usage.
10931         (encrypt-write-file-contents): Change interactive so a string is
10932         acceptable.  If the file has no associated model, show an error instead
10933         of a nonsense prompt.
10934
10935 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10936
10937         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10938         Thanks to Yoshihiko Yamada for kind notification of this typo.
10939
10940 2007-01-12  Kenichi Handa  <handa@m17n.org>
10941
10942         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10943         multibyte buffer.
10944
10945 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * gnus-score.el (gnus-score-fast-scoring): New variable.
10948         (gnus-score-headers): Use it.
10949
10950         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10951
10952         * message.el (message-cite-original-1):
10953         Call gnus-article-highlight-citation if requested.
10954         (message-make-from): Allow name and address as optional arguments.
10955
10956         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10957
10958         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10959         bugs to doc string.
10960         (gnus-button-alist): Add mid\\|message-id.
10961         (gnus-button-fetch-group): Extend for use in
10962         `browse-url-browser-function'.
10963         (gnus-button-url-regexp): Try to catch paired parentheses like in
10964         Wikipedia URLs.
10965
10966         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10967         Suggested by Simon Krahnke <overlord@gmx.li>.
10968
10969 2007-01-13  Romain Francoise  <romain@orebokech.com>
10970
10971         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10972         Update copyright.
10973
10974 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10975
10976         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10977
10978 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10979
10980         * gnus-registry.el (gnus-registry-unfollowed-groups)
10981         (gnus-registry-split-fancy-with-parent): Fix documentation.
10982
10983 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10986         from nnweb groups.
10987
10988 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10991         Xref urls.  Erase buffer before requesting head.
10992
10993         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10994
10995 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10998         customizable.
10999
11000 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11001
11002         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11003         no signing key is found.
11004         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11005         no encrypting and/or signing key is found.
11006
11007 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11010
11011 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11012
11013         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11014         headers read from disk with the ones newly found in the current search.
11015         This should no longer cause problems, because the article numbers in
11016         Gmane's `nov.php' output are ignored since the previous change.
11017
11018 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11019
11020         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11021
11022 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11025         replace-regexp-in-string; bind url-version; fbind display-images-p and
11026         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11027         find-face and set-itimer-function for Emacs; bind itimer-list for
11028         Emacs.
11029
11030         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11031
11032 2007-01-01  Romain Francoise  <romain@orebokech.com>
11033
11034         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11035
11036 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11037
11038         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11039         `define-minor-mode' macro definition expanded properly.
11040         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11041         exclude it there.
11042
11043         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11044         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11045         `fboundp' test.
11046         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11047         This is OK to autoload in (S)XEmacs now.
11048
11049 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11050
11051         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11052         keystroke.
11053         (gnus-summary-limit-to-singletons): Fix typo.
11054
11055         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11056         else fails.
11057
11058 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11059
11060         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11061         docstring.
11062
11063         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11064         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11065         (gnus-summary-insert-dormant-articles): Fix typo in message.
11066
11067 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11070         nil for XEmacs.
11071         (gnus-message-citation-mode): Don't autoload in XEmacs.
11072
11073         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11074
11075 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11076
11077         * nnimap.el (nnimap-expunge-search-string):
11078         Mention nnimap-search-uids-not-since-is-evil in docstring.
11079
11080 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * spam.el: Revert to make-obsolete-variable because
11083         define-obsolete-variable-alias is not supported in Emacs 21.
11084
11085         * spam.el (spam-ifile-path, spam-ifile-database-path)
11086         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11087         make-obsolete-variable.
11088         (spam-bsfilter-path, spam-bsfilter-program)
11089         (spam-spamassassin-path, spam-spamassassin-program)
11090         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11091         Don't use "path" inappropriately.
11092         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11093         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11094         variable names.
11095
11096 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11097
11098         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11099         summary buffer.
11100
11101         * password.el (password-cache-remove): Use clear-string to burn
11102         password, if available.
11103
11104 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11107
11108         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11109
11110         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11111         (gnus-message-highlight-citation): Move defcustom here from
11112         gnus-cite.el.
11113         (gnus-message-citation-mode): Autoload.
11114
11115         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11116         checks to make it compile with XEmacs.
11117         (gnus-message-citation-mode): New minor mode.
11118         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11119         (gnus-message-highlight-citation): New variables.
11120         (gnus-message-search-citation-line)
11121         (gnus-message-add-citation-keywords)
11122         (gnus-message-remove-citation-keywords)
11123         (turn-on-gnus-message-citation-mode)
11124         (turn-off-gnus-message-citation-mode): New functions.
11125
11126 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11127
11128         * gnus-cite.el: Enable highlighting of different citation levels in
11129         message-mode.
11130
11131 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * message.el (message-make-fqdn): Fix comment.
11134         (message-bogus-system-names): Add ".local".
11135
11136         * spam.el (spam-ifile-path, spam-ifile-program)
11137         (spam-ifile-database-path, spam-ifile-database)
11138         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11139         Don't use "path" inappropriately.
11140         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11141         strings.
11142         (spam-check-ifile, spam-ifile-register-with-ifile)
11143         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11144         Use new variable names.
11145
11146         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11147         (gnus-treat-display-smileys): Simplify using
11148         gnus-image-type-available-p.
11149
11150         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11151         available.
11152
11153         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11154         Use `display-images-p' if available.
11155
11156 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11159         one after turning on the buffer's multibyteness instead of decoding
11160         them directly in the unibyte buffer that causes unexpected conversion
11161         in Emacs 23 (unicode).
11162
11163 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11164
11165         * message.el (message-generate-hashcash): Fix custom type.
11166
11167 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11170
11171 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11174         disconnect icons.  Add help text.
11175
11176 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11177
11178         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11179         negated to be consistent with the others we handle.
11180
11181 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11184         version of gnus-summary-buffer to something, so that we can use two
11185         article buffers at the same time.
11186
11187 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11188
11189         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11190         trigger all the extra headers.
11191         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11192         sorting.
11193
11194 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11195
11196         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11197         solid groups.
11198
11199 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11200
11201         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11202
11203 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * legacy-gnus-agent.el: Add Copyright notice.
11206
11207 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11208
11209         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11210
11211 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11214
11215         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11216         to make it work reliably in CVS Emacs.
11217         (gnus-summary-limit-strange-charsets-predicate)
11218         (gnus-summary-limit-to-predicate): New functions.
11219
11220 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11221
11222         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11223         specifying array size.
11224         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11225         array if it is too small.
11226         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11227         (gnus-sort-threads-loop): New function.
11228
11229 2006-12-06  Chris Moore  <dooglus@gmail.com>
11230
11231         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11232         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11233
11234 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11235
11236         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11237         options.
11238
11239 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11240
11241         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11242         DOS-ing the recipient.
11243
11244         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11245         the headers when creating the mapping to avoid mismappings.
11246         (nnweb-gmane-create-mapping): Always nix out old mapping.
11247
11248 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11251         and mm-verify-option to never.
11252
11253 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * message.el (message-signed-or-encrypted-p): New function.
11256         (message-forward-make-body): Use it.
11257
11258         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11259         Replace encode-coding-string with mm-encode-coding-string.
11260
11261 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * nneething.el (nneething-decode-file-name):
11264         Replace decode-coding-string with mm-decode-coding-string.
11265
11266         * gnus-int.el (gnus-open-server): Say failed server's name.
11267
11268 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11269
11270         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11271         strings to a single string.  Quote `errors-file-name'.
11272         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11273         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11274         Adjust calls.  Use `shell-quote-argument'.
11275
11276 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11277
11278         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11279         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11280
11281         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11282         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11283         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11284         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11285         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11286         (gnus-subscribe-newsgroup, gnus-1):
11287         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11288         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11289         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11290         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11291
11292 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11293
11294         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11295         keystroke.
11296         (gnus-summary-limit-to-bodies): Implement headersp.
11297
11298 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11299
11300         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11301
11302 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11305
11306 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * message.el (message-generate-hashcash): Expand range of values to
11309         include `opportunistic'.
11310         (message-send-mail): Use it.
11311
11312 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11313
11314         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11315         and comment it.
11316
11317         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11318
11319 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus-util.el (gnus-extract-address-components): Improve comment.
11322
11323 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * gnus-util.el (gnus-extract-address-components): Work with address in
11326         which the name portion contains @.
11327
11328         * lpath.el: Fbind custom-autoload.
11329
11330 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * gnus.el (gnus-start): Move custom group up.
11333         (gnus-select-method): Don't autoload, but make it available for
11334         `customize-variable'.
11335         (gnus-getenv-nntpserver): Don't autoload.
11336
11337 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11338
11339         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11340
11341 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * message.el (message-sendmail-extra-arguments): New variable.
11344         (message-send-mail-with-sendmail): Use it.
11345
11346 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11349         mm-with-unibyte-current-buffer to make string unibyte.
11350
11351         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11352         mm-string-as-multibyte.
11353
11354 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11355
11356         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11357         Reported by Werner Koch <wk@gnupg.org>.
11358
11359 2006-11-14  Daiki Ueno  <ueno@p360>
11360
11361         * mml2015.el: Autoload epa-select-keys when compiling.
11362
11363 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11364
11365         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11366         message-options.
11367         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11368
11369 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11370
11371         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11372         EasyPG (< 0.0.6).
11373         (mml2015-always-trust): New user option.
11374         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11375         prompt.
11376
11377 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * nntp.el (nntp-authinfo-force): New variable.
11380         (nntp-send-authinfo): Use it.
11381
11382 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11385         decode encoded words.  Improve prompt.  Add comment about forwarding.
11386         (message-replacement-char): Move up.
11387
11388 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11389
11390         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11391         instead of gnus-intersection because arguments of gnus-sorted-nunion
11392         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11393
11394 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11397         (message-simplify-subject-functions):
11398         Enable message-strip-subject-encoded-words by default.
11399
11400 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * message.el (message-strip-subject-encoded-words): New function.
11403         (message-simplify-subject-functions): New variable.
11404         (message-simplify-subject): Use it.  Fix typo in doc string.
11405         Support message-strip-subject-encoded-words.
11406
11407 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11408
11409         * gnus-diary.el (gnus-diary-delay-format-function):
11410         * nndiary.el (nndiary-reminders):
11411         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11412
11413 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-art.el (article-hide-boring-headers): Fetch date from
11416         gnus-original-article-buffer to avoid problems with localized date
11417         strings.
11418
11419 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11422
11423 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11426         New variables.
11427         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11428         (mm-charset-synonym-alist): Move some entries to
11429         mm-codepage-iso-8859-list.
11430         (mm-charset-synonym-alist, mm-charset-override-alist):
11431         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11432
11433 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11436
11437 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11440         with Emacs 21 and XEmacs.
11441
11442 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11443
11444         * spam.el (spam-parse-address): New function for better parsing,
11445         catching errors, etc.
11446         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11447
11448 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * mm-view.el: Add interactive arg to html2text autoload.
11451
11452 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11455
11456 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11459         New variables.
11460         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11461         (mm-charset-synonym-alist): Move some entries to
11462         mm-codepage-iso-8859-list.
11463
11464         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11465
11466 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * message.el (message-citation-line-format)
11469         (message-insert-formated-citation-line): Fix implementation of %E, %N
11470         and %n according to the doc string.
11471
11472 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11475         Use car-safe to avoid bad parses.
11476
11477 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11480         names.
11481
11482         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11483
11484 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11487         header.
11488
11489         * message.el (message-draft-headers): Add Date.
11490         (message-headers-to-generate): Fix typo in docstring.
11491
11492         * nndraft.el (nndraft-required-headers): New variable.
11493         (nndraft-generate-headers): Use it.
11494
11495         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11496
11497 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11498
11499         * gnus-registry.el (gnus-registry-wash-for-keywords)
11500         (gnus-registry-find-keywords): New functions to allow easy searching of
11501         articles that are in the registry.
11502
11503 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11504
11505         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11506         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11507         Reported by Damien Elmes <damien@repose.cx>.
11508
11509 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * gnus.el (gnus-mime): Remove unused custom group.
11512
11513 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11514
11515         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11516         "blank line" when searching for end of armor headers.
11517
11518 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * gmm-utils.el (gmm-write-region): Fix variable name.
11521
11522 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * gmm-utils.el (gmm-write-region): New function based on compatibility
11525         code from `mm-make-temp-file'.
11526
11527         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11528
11529         * nnmaildir.el (nnmaildir--update-nov)
11530         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11531         Use `gmm-write-region'.
11532
11533 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11536         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11537
11538         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11539
11540         * message.el (message-replacement-char): New variable.
11541         (message-fix-before-sending): Use it.
11542         (message-simplify-subject): New function to remove duplicate code.
11543         (message-reply, message-followup): Use it.
11544
11545         * gnus-sum.el (gnus-summary-make-menu-bar):
11546         Clarify gnus-summary-limit-to-articles.
11547
11548 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * gnus-util.el (gnus-with-local-quit): New macro.
11551
11552         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11553
11554 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11555
11556         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11557         ignore non-string data.
11558
11559 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11560
11561         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11562         non-string data (needs to be done in the registry too).
11563
11564 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11565
11566         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11567         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11568         (gnus-registry-split-fancy-with-parent)
11569         (gnus-registry-fetch-simplified-message-subject-fast)
11570         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11571         Remove text properties on ingress into the registry and when it's saved.
11572         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11573         registry from entries with no groups.
11574
11575 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11576
11577         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11578         function to remove string properties.
11579
11580 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gmm-utils.el (gmm): Adjust custom version.
11583
11584         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11585         Adjust custom version.
11586
11587         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11588
11589 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * gnus-art.el (gnus-insert-prev-page-button)
11592         (gnus-insert-next-page-button): Simplify.  Reformat.
11593
11594 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11595
11596         * gnus-art.el (gnus-insert-prev-page-button)
11597         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11598
11599 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11600
11601         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11602
11603 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11604
11605         * gnus-art.el (gnus-insert-mime-button)
11606         (gnus-insert-mime-security-button):
11607         Apply gnus-article-button-face to MIME and security buttons.
11608
11609 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11612         readable.
11613
11614 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11617
11618 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11619
11620         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11621         `browse-url-of-file' instead of `browse-url'.
11622
11623 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11624
11625         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11626         regexp.  Articles containing quotation were cut prematurely.
11627
11628 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * message.el (message-cite-original-1): Use nobody by default for the
11631         value of From header.
11632         (message-reply): Ditto.
11633
11634 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11635
11636         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11637         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11638         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11639
11640 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11643         mails in the doc string.  Add some URLs in comment.
11644         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11645
11646 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11649         backslashes handling and the way to find boundaries of quoted strings.
11650
11651 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11652
11653         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11654         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11655         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11656         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11657
11658 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11661         doc string.
11662         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11663
11664 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * lpath.el: Fbind epg-check-configuration.
11667
11668 2006-09-06  Simon Josefsson  <jas@extundo.com>
11669
11670         * mml2015.el (mml2015-use): Doc fix, mention epg.
11671
11672 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11673
11674         * mml2015.el (mml2015-use): Default to epg, if available.
11675
11676 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11677
11678         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11679         message-sender.
11680         (mml1991-epg-encrypt): Ditto.
11681         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11682         message-sender.
11683         (mml2015-epg-encrypt): Ditto.
11684
11685 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11686
11687         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11688         several common directories.
11689
11690 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11691
11692         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11693         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11694
11695 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-art.el (article-decode-encoded-words): Make it fast.
11698
11699 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11702
11703         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11704         in quoted string into `\'.
11705
11706 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11709         Use standard-syntax-table.
11710
11711 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * gnus-art.el (gnus-decode-address-function): New variable.
11714         (article-decode-encoded-words): Use it to decode headers which are
11715         assumed to contain addresses.
11716         (gnus-mime-delete-part): Remove useless `or'.
11717
11718         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11719         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11720         (gnus-nov-parse-line): Use it to decode From header.
11721         (gnus-get-newsgroup-headers): Ditto.
11722         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11723
11724         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11725         (mail-decode-encoded-address-string): New alias.
11726
11727         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11728         New function.
11729         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11730         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11731         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11732         (rfc2047-decode-string): Ditto.
11733         (rfc2047-decode-address-region): New function.
11734         (rfc2047-decode-address-string): New function.
11735
11736 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11737
11738         * message.el (message-caesar-buffer-body): Allow rotating headers.
11739
11740         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11741
11742         * message.el (message-insert-formated-citation-line): Fix %f.
11743         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11744
11745 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11748         (gnus-bookmark-mouse-available-p): New macro.
11749         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11750         (gnus-bookmark-bmenu-show-infos): Use it.
11751         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11752         (gnus-bookmark-bmenu-hide-infos): Ditto.
11753         (gnus-bookmark-remove-properties): New function.
11754         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11755         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11756         (gnus-bookmark-write-file): Bind coding-system-for-write.
11757         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11758         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11759         group before selecting it.
11760         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11761         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11762         quit-window if it is not available; use gnus-mouse-2 and bind it to
11763         gnus-bookmark-bmenu-select-by-mouse.
11764         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11765         (gnus-bookmark-bmenu-select-by-mouse): New function.
11766
11767 2006-08-13  Romain Francoise  <romain@orebokech.com>
11768
11769         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11770         space.
11771
11772 2006-08-10  Romain Francoise  <romain@orebokech.com>
11773
11774         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11775         (dns-mode-soa-auto-increment-serial): New user option.
11776         (dns-mode-soa-maybe-increment-serial): New function.
11777         (dns-mode): Add the latter to `write-contents-functions'.
11778
11779 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * compface.el (uncompface): Use binary rather than raw-text-unix.
11782
11783 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * compface.el (uncompface): Make sure the eol conversion doesn't take
11786         place when communicating with the external programs.
11787         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11788
11789 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11792
11793 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11794
11795         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11796         Make it more robust by parsing author and date independently.
11797
11798 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11801
11802 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11803
11804         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11805         first matching secret key.
11806         (mml2015-epg-encrypt): Ditto.
11807
11808         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11809         first matching secret key.
11810         (mml1991-epg-encrypt): Ditto.
11811
11812         * mml2015.el (mml2015-encrypt-to-self): New user option.
11813         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11814         mml2015-epg-encrypt-to-self is set.
11815
11816         * mml1991.el (mml1991-encrypt-to-self): New variable.
11817         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11818         mml1991-epg-encrypt-to-self is set.
11819
11820         * mml2015.el (mml2015-signers): New user option.
11821         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11822         (mml2015-epg-encrypt): Allow to select signing keys.
11823
11824         * mml1991.el (mml1991-signers): New variable.
11825         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11826         (mml1991-epg-encrypt): Allow to select signing keys.
11827
11828 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * nnheader.el (nnheader-insert-head): Make it work even if the file
11831         uses CRLF for the line-break code.
11832
11833 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11834
11835         * mml2015.el: Require mml-sec instead of password.
11836         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11837         (mml2015-cache-passphrase): Inherit the default value from
11838         mml-secure-cache-passphrase.
11839         (mml2015-passphrase-cache-expiry): Inherit the default value from
11840         mml-secure-passphrase-cache-expiry.
11841
11842         * mml1991.el: Require mml-sec instead of password.
11843         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11844         (mml1991-cache-passphrase): Inherit the default value from
11845         mml-secure-cache-passphrase.
11846         (mml1991-passphrase-cache-expiry): Inherit the default value from
11847         mml-secure-passphrase-cache-expiry.
11848
11849         * mml-sec.el: Require password.
11850         (mml-secure-verbose): New user option.
11851         (mml-secure-cache-passphrase): New user option.
11852         (mml-secure-passphrase-cache-expiry): New user option.
11853
11854 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11855
11856         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11857         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11858         andreas@altroot.de (Andreas Vögele).
11859
11860         FIXME: Use `tiny change'?
11861
11862 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11863
11864         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11865         workaround for the url package included with Emacs.
11866
11867         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11868
11869 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11872         correctly.  This fixes a bug caused by the 2006-05-12 change.
11873
11874 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11875
11876         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11877         some information about the error when saying that the `bogus' mail
11878         group will be used.
11879
11880 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11883         string.
11884
11885 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11886
11887         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11888
11889 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11890
11891         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11892
11893 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11894
11895         * mml1991.el (mml1991-function-alist): Add epg.
11896         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11897         (mml1991-epg-encrypt): New functions.
11898
11899 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11900
11901         * mml2015.el (mml2015-verbose): New variable.
11902         (mml2015-cache-passphrase): Ditto.
11903         (mml2015-passphrase-cache-expiry): Ditto.
11904         (mml2015-function-alist): Add epg.
11905         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11906         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11907         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11908         New functions.
11909
11910 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11911
11912         * message.el (message-cite-original-1): Preserve region when removing
11913         quoted text due to X-No-Archive in order to avoid bogus attribution
11914         when citing multiple messages.
11915
11916 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11917
11918         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11919         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11920
11921 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * gnus-diary.el (gnus-user-format-function-d)
11924         (gnus-user-format-function-D): Autoload.
11925
11926         * imap.el (Commentary): Fix typo.
11927
11928         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11929         2006-04-22 contribution.
11930
11931 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11932
11933         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11934         It didn't really fix the bogosity I'm seeing with solid web groups.
11935
11936 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11937
11938         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11939         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11940         created using server names.  If we use the feature without declaring
11941         it, Gnus does not properly manage server and group state.
11942
11943         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11944         bound.
11945
11946 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11947
11948         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11949         looking up the method using GROUP's prefix before inventing a new one.
11950         It is used on killed/unknown groups in various places where returning
11951         an all-new method isn't expected by the caller.
11952
11953         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11954         and match semantics of gnus-group-real-prefix.
11955
11956 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * nnmail.el (nnmail-broken-references-mailers): New variable.
11959         (nnmail-ignore-broken-references): New function generalizing
11960         nnmail-fix-eudora-headers.
11961         (nnmail-fix-eudora-headers): Now obsolete.
11962
11963         * gnus-art.el (gnus-button-handle-custom):
11964         Support `customize-apropos*'.
11965
11966 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11969
11970         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11971         articles.
11972
11973 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11974
11975         * message.el (message-cite-reply-above): New variable.
11976         (message-yank-original): Use it.
11977
11978 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11981
11982 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11985         as read.
11986
11987         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11988
11989 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11992         (gnus-bookmark-default-file): Use gnus-directory.
11993         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11994         Remove "*" in doc string.
11995         (gnus-bookmark-write-file): Simplify.
11996         (gnus-bookmark-maybe-sort-alist): Use `when'.
11997         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11998         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11999         Add FIXME about Emacs 21 and XEmacs compatibility.
12000         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12001         compatibility.
12002         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12003         compatibility.
12004         (gnus-bookmark-menu-heading): Fix version.
12005
12006 2006-06-19  Bastien Guerry  <bzg@altern.org>
12007
12008         * gnus-bookmark.el: New file.
12009
12010 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * message.el (message-syntax-checks): Doc fix.
12013
12014 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12015
12016         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12017         unsubscribed groups as if they were killed ones.  It causes duplicate
12018         entries in gnus-newsrc-alist.
12019
12020 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * message.el (message-syntax-checks): Doc fix.
12023         (message-send-mail): Add check for continuation headers.
12024         (message-check-news-header-syntax): Fix regexp used to check for
12025         continuation headers.
12026
12027 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12030
12031 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12034
12035 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12038         default-truncate-lines.
12039
12040 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12043         to fill the utf-8 entry.
12044
12045         * lpath.el: Fbind unicode-precedence-list.
12046
12047 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12048
12049         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12050
12051 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12052
12053         * gnus-agent.el (directory-files-and-attributes): Move all the way
12054         forward (the third and final move).
12055         (gnus-agent-read-agentview): Trap reconstruction errors due to
12056         nonexistent directory.  Handle by returning nil.
12057
12058 2006-05-30  Didier Verna  <didier@xemacs.org>
12059
12060         * message.el (message-dont-reply-to-names): Update the custom type.
12061         * message.el (message-dont-reply-to-names): New defsubst: potentially
12062         convert a list of regexps into a single one.
12063         * message.el (message-get-reply-headers): Use it.
12064         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12065
12066 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * gnus-agent.el (directory-files-and-attributes): Move forward.
12069
12070 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * gnus-ml.el (gnus-mailing-list-subscribe)
12073         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12074         (gnus-mailing-list-message): Fix doc strings.
12075
12076 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12077
12078         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12079         of doing it manually.
12080
12081 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12084         comment.
12085
12086 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12087
12088         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12089         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12090         (gnus-agent-read-local): All symbols allocated in my-obarray.
12091         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12092         (gnus-agent-regenerate-group): Check numeric names to see if they are
12093         messages or groups.
12094         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12095         better way of do this...)
12096
12097         * gnus-cache.el (gnus-agent-total-fetched-for):
12098         Ignore 'dummy.group' (there should be a better way of do this...)
12099
12100 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12103         (gnus-saved-headers): Ditto.
12104         (gnus-default-article-saver): Mention functions may have properties.
12105         (gnus-article-save): Override gnus-save-all-headers and
12106         gnus-saved-headers by :headers property which saver function may have.
12107         (gnus-summary-save-in-file): Add :headers property.
12108         (gnus-summary-write-to-file): Ditto.
12109
12110         * gnus-sum.el (gnus-summary-save-article): Bind
12111         gnus-prompt-before-saving to t when saving many articles in a file;
12112         always show all headers.
12113
12114         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12115
12116 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12119         marks.
12120
12121         * message.el (message-indent-citation): Add optional arguments to allow
12122         using it outside of message buffers.
12123
12124         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12125         (gnus-article-treat-unfold-headers): Use it.
12126         (gnus-article-truncate-lines): New variable.
12127         (gnus-article-mode): Use it.
12128         (gnus-article-toggle-truncate-lines): New function.
12129
12130         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12131         Add gnus-article-toggle-truncate-lines.
12132
12133         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12134         coding system in XEmacs, use binary.
12135
12136 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12139         after-load-alist.
12140
12141         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12142         this function should save decoded articles.
12143         (gnus-summary-write-to-file): Use property to specify this function
12144         should save decoded articles and specify gnus-summary-save-in-file
12145         should be used to save articles other than the first one when saving
12146         many articles.
12147         (gnus-summary-save-body-in-file): Use property to specify this
12148         function should save decoded articles.
12149         (gnus-summary-write-body-to-file): Use property to specify this
12150         function should save decoded articles and specify
12151         gnus-summary-save-body-in-file should be used to save articles other
12152         than the first one when saving many articles.
12153
12154         * gnus-sum.el (gnus-summary-save-article): Simplify.
12155
12156 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus-art.el (gnus-default-article-saver):
12159         Add gnus-summary-write-body-to-file.
12160         (gnus-article-save-coding-system): Don't use coding system object
12161         in XEmacs.
12162         (gnus-read-save-file-name): Add optional `dir-var' argument which
12163         specifies directory in which files are saved; work even if optional
12164         `variable' argument is not specified.
12165         (gnus-summary-write-to-file): Read file name.
12166         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12167         (gnus-summary-write-body-to-file): New function.
12168
12169         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12170         (gnus-summary-local-variables): Add it.
12171         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12172         (gnus-summary-save-article): Remove optional `decode' argument;
12173         determine whether to decode articles by the value of
12174         gnus-default-article-saver; when saving many files using
12175         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12176         it first and use gnus-summary-save-in-file or
12177         gnus-summary-save-body-in-file thereafter unless
12178         gnus-prompt-before-saving is always; move point to article which
12179         will be saved.
12180         (gnus-summary-save-article-file): Revert.
12181         (gnus-summary-write-article-file): Revert.
12182         (gnus-summary-save-article-body-file): Revert.
12183         (gnus-summary-write-article-body-file): New function.
12184
12185 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-art.el (gnus-default-article-saver): Doc fix.
12188         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12189         from gnus-summary-save-article-coding-system, and default to a
12190         certain coding system.
12191         (gnus-output-to-file): Add coding cookie and encode text according
12192         to gnus-article-save-coding-system; don't use mm-append-to-file.
12193
12194         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12195         gnus-art.el and rename to gnus-article-save-coding-system.
12196         (gnus-summary-save-article): Require gnus-art; don't show all
12197         headers if it decodes articles; don't add coding cookie here;
12198         don't bind mm-text-coding-system-for-write.
12199         (gnus-summary-save-article-file): Save decoded articles.
12200         (gnus-summary-write-article-file): When saving many files, use
12201         gnus-summary-write-to-file first and gnus-summary-save-in-file
12202         thereafter unless gnus-prompt-before-saving is always.
12203         (gnus-summary-save-article-body-file): Save decoded articles.
12204
12205         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12206
12207 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * nnrss.el (nnrss-check-group): Bind hash-index.
12210
12211 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12212
12213         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12214         its hash index.  Store this hash in `nnrss-group-data'.
12215         (nnrss-read-group-data): Update accordingly.
12216
12217 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12220         entry.
12221
12222         * gnus-sum.el (gnus-summary-make-menu-bar):
12223         Add gnus-article-browse-html-article.
12224
12225 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12226
12227         * gnus-sum.el (gnus-summary-mime-map):
12228         Add gnus-article-browse-html-article.
12229
12230         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12231
12232 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12235         suitable coding systems in customize.
12236
12237 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * mail-source.el (mail-sources): Fix custom type.
12240
12241 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12244         (gnus-summary-expire-articles-now): Shorten prompt.
12245
12246         * gmm-utils.el (wid-edit): Require.
12247         (defun-gmm): Rename from `gmm-defun-compat'.
12248         (gmm-image-search-load-path): Use it.
12249         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12250
12251 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * gnus-sum.el (gnus-summary-save-article-coding-system):
12254         New variable.
12255         (gnus-summary-save-article): Add optional `decode' argument.
12256         If it is set and gnus-summary-save-article-coding-system is non-nil,
12257         save decoded article.
12258         (gnus-summary-write-article-file): Save decoded article if
12259         gnus-summary-save-article-coding-system is non-nil.
12260
12261         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12262         type.
12263
12264 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12267
12268 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12271         first to test gnus-single-article-buffer which may be buffer-local.
12272
12273         * gnus-sum.el (gnus-summary-setup-buffer):
12274         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12275         group; make gnus-article-buffer, gnus-article-current, and
12276         gnus-original-article-buffer always buffer-local.
12277         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12278         group.
12279         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12280
12281 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * nnml.el (nnml-request-compact-group): Compressed files might not
12284         have .gz extension.
12285
12286 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12287
12288         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12289         (mm-copy-to-buffer): Use with-current-buffer.
12290         (mm-display-part): Simplify.
12291         (mm-inlinable-p): Add optional arg `type'.
12292
12293 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12294
12295         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12296         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12297         Try harder to show the attachment internally or externally using
12298         gnus-mime-view-part-as-type.
12299
12300 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * message.el (message-from-style, message-signature-separator)
12303         (message-user-organization-file, message-send-mail-function)
12304         (message-citation-line-function, message-yank-prefix)
12305         (message-indent-citation-function, message-signature)
12306         (message-signature-file, message-signature-insert-empty-line):
12307         Remove autoloads.
12308
12309         * gnus-art.el (gnus-buttonized-mime-types):
12310         Remove "multipart/signed".  Revert 2006-04-26 change.
12311
12312 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12313
12314         * gnus.el (gnus-version-number): Bump version.
12315
12316 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12317
12318         * gnus.el: No Gnus v0.5 is released.
12319
12320 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12321
12322         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12323         fetching articles by message-id.
12324
12325 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12326
12327         * message.el (hashcash): Require hashcash as normal.
12328
12329         * ecomplete.el (ecomplete-highlight-match-line):
12330         Use point-at-eol.
12331         (ecomplete-highlight-match-line): Use `highlight', because that
12332         face exists in both Emacs and XEmacs.
12333
12334         * message.el (message-display-abbrev): Use point-at-bol.
12335
12336         * mail-source.el: Don't require timer/timer-funcs.
12337
12338         * gnus-async.el: Ditto.
12339
12340         * password.el: Ditto.
12341
12342         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12343
12344         * mm-url.el: Ditto.
12345
12346         * gnus-xmas.el: Don't require timer-funcs.
12347
12348         * mm-util.el: Require timer/timer-funcs.
12349
12350 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12351
12352         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12353         Close.
12354
12355 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12358         unibyte after clear-decrypt function runs.
12359
12360         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12361         returns as a unibyte string.
12362
12363 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * lpath.el: Revert.
12366
12367         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12368         (pgg-gpg-process-sentinel): Revert.
12369
12370         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12371         (pgg-pgp-lookup-key): Revert.
12372
12373         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12374         (pgg-pgp5-lookup-key): Revert.
12375
12376         * pgg.el (pgg-fetch-key): Revert.
12377
12378 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * lpath.el: Fbind string-as-multibyte for XEmacs.
12381
12382         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12383         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12384         (mml1991-pgg-encrypt): Ditto.
12385
12386         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12387         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12388         a multibyte buffer.
12389
12390         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12391         (pgg-pgp-lookup-key): Ditto.
12392
12393         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12394         (pgg-pgp5-lookup-key): Ditto.
12395
12396         * pgg.el (pgg-fetch-key): Ditto.
12397
12398 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12399
12400         * message.el (message-user-organization-file): Check several
12401         locations of the organization file.
12402
12403         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12404         Add gnus-article-view-part-as-type.
12405
12406         * gnus-art.el (gnus-article-view-part-as-type): New function.
12407
12408         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12409         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12410
12411         * mml.el: Simplify autoload.
12412         (mml-mode): defvar dnd-protocol-alist instead of using
12413         symbol-value.
12414         (mml-default-directory): New variable.
12415         (mml-minibuffer-read-file): Use it.
12416         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12417
12418         * message.el (message-citation-line-format): New variable.
12419         (message-insert-formated-citation-line): New function.
12420         (message-citation-line-function):
12421         Add `message-insert-formated-citation-line' to custom type.
12422
12423         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12424         to doc string.
12425
12426         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12427         depending on mm-verify-option.
12428
12429 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12432         binding pgg-* variables; reimplement the section which prevents
12433         MIME header from being signed.
12434         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12435         pgg-text-mode; remove a blank line at the top of body.
12436
12437         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12438         lines at the top of body; use gnus-newsgroup-charset if there's no
12439         Charset header.
12440
12441 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * message.el (message-self-insert-commands): Doc fix.
12444
12445         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12446         (mm-uu-pgp-encrypted-test): Ditto.
12447         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12448         between header and body; return application/pgp-encrypted handle
12449         if decryption failed; decode decrypted body by charset.
12450
12451         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12452         element match to application/pgp-*.
12453
12454 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12455
12456         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12457         HTML.
12458
12459 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460
12461         * mail-source.el (mail-source-call-script): Message the error
12462         string.
12463
12464 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12465
12466         * gnus-util.el (gnus-byte-compile): Use it.
12467
12468 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12469
12470         * gnus-util.el (kill-empty-logs): New function.
12471
12472 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12473
12474         * message.el (message-mail-alias-type): Doc fix.
12475         (message-mail-alias-type-p): New function.
12476         (message-send): Use it.
12477         (message-mode): Ditto.
12478         (message-strip-forbidden-properties): Ditto.
12479
12480         * ecomplete.el (ecomplete-database-file-coding-system):
12481         New variable.
12482         (ecomplete-save): Use it.
12483         (ecomplete-setup): Use it.
12484
12485 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * message.el (message-self-insert-commands): New variable.
12488         (message-strip-forbidden-properties): Use it.
12489
12490 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491
12492         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12493         that doesn't make XEmacs choke.
12494
12495 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * gnus-util.el (gnus-replace-in-string):
12498         Prefer replace-regexp-in-string over of replace-in-string.
12499
12500 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-util.el (gnus-select-frame-set-input-focus):
12503         Use select-frame-set-input-focus if it is available in XEmacs; use
12504         definition defined in Emacs 22 for old Emacsen.
12505
12506         * dgnushack.el: Autoload unmorse-region for XEmacs.
12507
12508         * lpath.el: Bind cursor-in-non-selected-windows and
12509         select-frame-set-input-focus for XEmacs.
12510
12511 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12514
12515 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12516
12517         * gnus-registry.el (gnus-registry-cache-save): Remove text
12518         properties when saving via the temp buffer.
12519
12520 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * message.el (message-generate-hashcash): Honor custom type.
12523
12524 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12525
12526         * message.el (message-generate-hashcash): Default to non-nil when
12527         hashcash is found.
12528
12529         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12530         (gnus-refer-thread-limit): Increase default to 500.
12531
12532         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12533
12534         * flow-fill.el (fill-flowed): Allow delete-space.
12535
12536 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12539         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12540         Remove autoloads.
12541
12542 2006-04-18  Simon Josefsson  <jas@extundo.com>
12543
12544         * message.el (message-generate-hashcash): Default to.
12545
12546 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12549         concatenating segments rather than before concatenating them.
12550
12551 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12554
12555 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12556
12557         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12558
12559         * message.el (message-forward-make-body-plain):
12560         Allow message-forward-ignored-headers to be a list.
12561         (message-remove-ignored-headers): Factor out into function.
12562         (message-forward-make-body-mml): Use it.
12563
12564         * imap.el (imap-quote-specials): New function.
12565         (imap-login-auth): Quote specials.
12566
12567         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12568         (rfc2231-parse-string): Allow concatanation of parameters that
12569         aren't contiguous.  The test case is
12570           (mail-header-parse-content-type "message/external-body;
12571             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12572             access-type=LOCAL-FILE;
12573             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12574
12575 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12576
12577         * nntp.el (nntp-accept-process-output): Return the value of
12578         `nnheader-accept-process-output'.
12579
12580 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12581
12582         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12583         (gnus-button-alist): Recognize more diff formats.
12584         (gnus-button-patch): Strip directory.
12585
12586 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12589         Emacs 22 when setting focus.
12590
12591 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592
12593         * gnus-art.el (gnus-article-treat-types): Do treatment of
12594         text/x-verbatim parts.
12595         (gnus-button-patch): New command.
12596
12597         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12598         addresses that contain invalid characters.
12599
12600 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12601
12602         * message.el (message-put-addresses-in-ecomplete):
12603         Use gnus-replace-in-string.
12604         (message-is-yours-p): Use the more correct
12605         mail-header-parse-address instead of
12606         mail-extract-address-components.
12607         (message-put-addresses-in-ecomplete): Fix typo.
12608
12609         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12610         keystroke.
12611
12612         * gnus-art.el (gnus-treatment-function-alist): Change order of
12613         newsgroups/generic header folding to avoid double-folding.
12614
12615         * message.el (message-hidden-headers): Add X-Draft-From.
12616
12617         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12618         New command.
12619         (gnus-summary-repeat-search-article-backward): New command.
12620
12621         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12622         groups in the parent topic.
12623
12624 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12625
12626         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12627         (spam-extra-header-to-number): Return the CRM114 number as a
12628         number instead of a string.
12629
12630 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631
12632         * gnus-art.el (gnus-face-properties-alist): Move here from
12633         gnus-fun.
12634
12635         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12636
12637 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12638
12639         * message.el (message-strip-forbidden-properties): Only display on
12640         self-insert-command.
12641
12642         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12643         reindent.
12644         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12645
12646 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12647
12648         * smiley.el (smiley-style): Fix typo.
12649
12650 2006-03-23  Kenichi Handa  <handa@m17n.org>
12651
12652         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12653         instead of set-buffer-multibyte.
12654
12655 2006-03-23  Kenichi Handa  <handa@m17n.org>
12656
12657         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12658         buffer and then decode the buffer text if necessary.
12659         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12660         first, and after mm-encode-body, change the buffer to unibyte.
12661
12662 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12663
12664         * hashcash.el (hashcash-insert-payment-async-2):
12665         Use message-goto-eoh instead of doing it manually.
12666         (mail-add-payment): Use message-narrow-to-header instead of trying
12667         to do the same itself.
12668
12669         * message.el (message-hidden-headers): Add Face.
12670
12671         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12672         reparenting code.
12673         (gnus-summary-reparent-children): Refactored out code.
12674         (gnus-summary-thread-map): New keystroke.
12675         (gnus-summary-reparent-children): Make into command.
12676
12677         * smiley.el (smiley-style): Default to `medium' if using a large
12678         font.
12679
12680         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12681         does it itself.
12682
12683         * message.el (message-point-in-header-p): Simplify definition.
12684
12685 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * nnagent.el (nnagent-request-set-mark): Silence log file
12688         writing.
12689         (nnagent-request-set-mark): Use write-region instead of
12690         append-to-file.
12691
12692         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12693         strange select method.
12694
12695         * ecomplete.el (ecomplete-display-matches): Get highlightling
12696         right.
12697         (ecomplete-display-matches): Use literals.
12698         (ecomplete-display-matches): Disable message logging.
12699
12700         * message.el (message-display-abbrev): Small optimization.
12701
12702         * ecomplete.el (ecomplete-display-matches): Allow automatic
12703         display.
12704
12705         * message.el (message-strip-forbidden-properties):
12706         Display abbrevs.
12707         (message-display-abbrev): Get automatic display right.
12708
12709         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12710         keystrokes.
12711
12712 2006-04-13  Romain Francoise  <romain@orebokech.com>
12713
12714         TODO: Backport to v5-10!
12715
12716         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12717         Move here (and rename) from gnus-registry.el.
12718
12719         * gnus-registry.el: Require gnus-util.
12720         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12721
12722 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12723
12724         * gnus-group.el (gnus-group-catchup-current):
12725         Change if-then-else-if-then-else into cond.
12726         (gnus-group-catchup): Indent.
12727         (group-name-at-point): New function.
12728         (gnus-fetch-group): Provide default from thing at point.
12729
12730 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12731
12732         * message.el (message-display-abbrev): Fix regexp.
12733
12734         * ecomplete.el (ecomplete-highlight-match-line):
12735         Reimplement choosing.
12736         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12737         dead variables.
12738
12739         * message.el (message-newline-and-indent): Remove debugging.
12740         (message-display-abbrev): Use new implementation.
12741
12742 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-art.el (gnus-article-mode):
12745         Set cursor-in-non-selected-windows to nil.
12746
12747         * smiley.el: Revert previous change.
12748         (smiley-data-directory): defvar it before using it in the
12749         defcustom of `smiley-style'.
12750
12751 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12752
12753         * message.el (message-newline-and-indent): New function.
12754
12755         * ecomplete.el: Implement more bits.
12756
12757         * message.el (message-put-addresses-in-ecomplete): Clean up the
12758         string.
12759
12760         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12761
12762         * gnus-sum.el (gnus-summary-save-parts):
12763         Bind gnus-summary-save-parts-counter and use it to make unique file
12764         names.
12765
12766         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12767
12768         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12769         parameter to say whether to actually parse the individual
12770         addresses.
12771
12772         * message.el (message-put-addresses-in-ecomplete): New function.
12773         (ecomplete): Require.
12774         (message-mail-alias-type): Add ecomplete as an option.
12775
12776 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12777
12778         * flow-fill.el (fill-flowed): Remove trailing space from blank
12779         quoted lines.
12780
12781 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * smiley.el (smiley-style): Move definition later to avoid a
12784         compilation warning.
12785
12786 2006-04-12  Kenichi Handa  <handa@m17n.org>
12787
12788         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12789         buffer and then decode the buffer text if necessary.
12790         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12791         first, and after mm-encode-body, change the buffer to unibyte.
12792         Use mm-disable-multibyte instead of set-buffer-multibyte.
12793
12794 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12797         Content-Type header instead of Content-Disposition header.
12798         (gnus-mime-inline-part): Ditto.
12799         (gnus-mime-view-part-as-charset): Ignore charset that the part
12800         specifies.
12801
12802         * mm-decode.el (mm-display-part): Work with external parts and
12803         usual parts similarly.
12804
12805         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12806         instead of gnus-display-mime.
12807
12808         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12809         instead of with-temp-buffer.
12810
12811         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12812         tag to summarized topics part in order to encode non-ASCII text.
12813
12814 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * smiley.el (smiley-style): New variable.
12817         (smiley-directory): New function.
12818         (smiley-data-directory): Derive from `smiley-style' using
12819         `smiley-directory'.
12820         (smiley-regexp-alist): Add new entries.
12821
12822         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12823         (gnus-article-browse-delete-temp): Add :version.
12824
12825 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12826
12827         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12828         the sieve region.
12829
12830 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12831
12832         * gnus.el (gnus-version-number): Bump version.
12833
12834 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * gnus.el: No Gnus v0.4 is released.
12837
12838 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12839
12840         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12841         layout.
12842
12843         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12844         unknown charset.
12845
12846         * message.el (message-header-synonyms): Add Original-To to the
12847         default.
12848
12849         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12850         optional parameter.
12851
12852 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * gnus-fun.el (gnus): Require it for gnus-directory.
12855
12856 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12859
12860 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12861
12862         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12863
12864 2006-04-05  Simon Josefsson  <jas@extundo.com>
12865
12866         * password.el (password-reset): New function.
12867
12868 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12869
12870         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12871         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12872
12873 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12874
12875         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12876         Some whitespace was matched into the url, which broke browsing hits
12877         > 100 when mm-url-use-external was nil.
12878
12879 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12880
12881         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12882         Check gnus-extra-headers for 'Newsgroups.
12883
12884         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12885         bound.
12886
12887 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12888
12889         * pgg-gpg.el: Clean up process buffers every time gpg processes
12890         complete.
12891
12892 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12895         doc string.
12896
12897 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12898
12899         * pgg-gpg.el (pgg-gpg-process-filter)
12900         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12901
12902         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12903         lines, temporary fix.
12904
12905 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12908
12909 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12910
12911         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12912         default-enable-multibyte-characters.  This reverts the change from
12913         revision 6.17 which is no longer necessary because the passphrase
12914         is sent separately now.  GnuPG messages are unreadable under
12915         multibyte locales with default-enable-multibyte-characters set to
12916         nil.
12917
12918 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * message.el (message-tool-bar-gnome): Move "spell".
12921
12922 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12925         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12926         instead.
12927
12928 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12929
12930         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12931         Improve newsgroups handling for NNTP overviews which don't include
12932         Newsgroups.
12933
12934 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12935
12936         * message.el (message-resend): Bind message-generate-hashcash to nil.
12937
12938 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12939
12940         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12941         when searching for already-paid recipients.
12942
12943 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12944
12945         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12946         passphrases when it is not needed.
12947         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12948         passphrase stuff from gpg, should only be necessary when you use
12949         gpg with a smartcard.
12950
12951 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * mml.el (mml-insert-mime): Ignore cached contents of
12954         message/external-body part.
12955
12956         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12957         (mm-insert-part): Ditto.
12958
12959 2006-03-23  Simon Josefsson  <jas@extundo.com>
12960
12961         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12962         Reiner.
12963         (pgg-gpg-use-agent-p): Use it again.
12964
12965 2006-03-23  Simon Josefsson  <jas@extundo.com>
12966
12967         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12968         older emacsen.
12969         (pgg-gpg-use-agent-p): Don't use it.
12970
12971 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12974         if we can.
12975
12976 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12977
12978         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12979         (pgg-gpg-update-agent): New function.
12980         (pgg-gpg-use-agent-p): New function.
12981         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12982         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12983         (pgg-gpg-sign-region): Use it.
12984
12985 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12988         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12989
12990 2006-03-21  Simon Josefsson  <jas@extundo.com>
12991
12992         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12993         <wilde@sha-bang.de>.
12994         (pgg-gpg-use-agent): New variable.
12995         (pgg-gpg-process-region): Use it.
12996         (pgg-gpg-encrypt-region): Likewise.
12997         (pgg-gpg-encrypt-symmetric-region): Likewise.
12998         (pgg-gpg-decrypt-region): Likewise.
12999         (pgg-gpg-sign-region): Likewise.
13000         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13001
13002 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13005
13006         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13007         Add comment on version.
13008
13009 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * smiley.el: Add missing test smiley.
13012
13013 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * mm-decode.el (mm-with-part): New macro.
13016         (mm-get-part): Use it; work with message/external-body as well.
13017         (mm-save-part): Treat name and filename equally.
13018
13019         * mm-extern.el (mm-extern-cache-contents): New function.
13020         (mm-inline-external-body): Use it; force the part to be displayed;
13021         move undisplayer added to the cached handle to the parent.
13022
13023         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13024         (gnus-mime-view-part-as-type): Work with message/external-body.
13025
13026         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13027
13028 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13031         images in image-load-path.  [Sync with image.el, revision 1.60, in
13032         Emacs.]
13033
13034 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13037         path rather than symbol.  Always return list of directories.
13038         Guarantee that image directory comes first.  [Sync with image.el,
13039         revision 1.59, in Emacs.]
13040
13041         * message.el (message-make-tool-bar): Adjust to new API of
13042         `gmm-image-load-path-for-library'.
13043
13044         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13045
13046         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13047
13048 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13049
13050         * gnus-art.el (gnus-article-only-boring-p):
13051         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13052         intangible text.
13053         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13054
13055 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13058         Use `defun' instead of `gmm-defun-compat'.
13059
13060 2006-03-14  Simon Josefsson  <jas@extundo.com>
13061
13062         * message.el (message-unique-id): Don't use message-number-base36
13063         if (user-uid) is a float.
13064         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13065
13066 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13069
13070         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13071         empty line between a part and a message part.
13072
13073 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * smiley.el: Add more test smileys.
13076         (smiley-data-directory, smiley-regexp-alist)
13077         (gnus-smiley-file-types): Fix doc strings.
13078         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13079         adding new elements.
13080         (smiley-mouse-map): Unused code.  Make it a comment.
13081
13082 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13085         scan latest NoCeM messages instead of old ones.
13086         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13087         delimiters that are recently used.
13088         (gnus-nocem-load-cache): Add autoload cookie.
13089
13090         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13091
13092         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13093         level which is larger than gnus-use-nocem is specified.
13094
13095         * gnus-group.el (gnus-group-get-new-news): Ditto.
13096
13097 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gnus-util.el (gnus-tool-bar-update): New function.
13100
13101         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13102         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13103
13104         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13105
13106         * gnus-group.el (gnus-group-redraw-when-idle)
13107         (gnus-group-redraw-check): Remove.
13108         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13109
13110 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13113         if optional last element is specified in splits (FIELD VALUE...).
13114
13115 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13118         to gmm-image-load-path-for-library.  Call with no-error argument.
13119         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13120
13121         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13122
13123         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13124
13125         * gmm-utils.el (gmm-image-load-path): Remove alias.
13126
13127 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * gmm-utils.el (gmm-image-load-path): Add alias.
13130
13131         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13132         nnml-generate-nov-databases-1.
13133         (nnml-generate-nov-databases): Use it.
13134         (nnml-generate-nov-databases-directory): Document no-active
13135         argument.
13136
13137         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13138         directory if path is t.  Add no-error.
13139
13140         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13141         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13142
13143         * gnus-art.el (gnus-article-browse-delete-temp-files):
13144         Simplify resetting gnus-article-browse-html-temp-list.
13145
13146         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13147         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13148         Add example to docstring.  Rename local variables.  Move error
13149         checks to default case in cond and simplify.
13150
13151 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13154         handle is multipart when calling it recursively.
13155         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13156
13157 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13158
13159         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13160         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13161
13162 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13165         is loaded.
13166
13167         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13168         loaded.
13169
13170 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13173         to "Emacs 23 (unicode)" in doc string.
13174
13175         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13176         "Emacs 23 (unicode)" in comment.
13177
13178 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13181
13182         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13183         characters 160 through 255 in Emacs 23.
13184
13185 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13186
13187         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13188         gnus-article-browse-html-temp.
13189         (gnus-article-browse-delete-temp): Make it customizable.
13190         Add `file'.  Adjust doc string.
13191         (gnus-article-browse-delete-temp-files): Add argument.
13192         Allow query for each file.  Adjust doc string.
13193         (gnus-article-browse-html-parts):
13194         Add `gnus-article-browse-delete-temp-files' to
13195         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13196
13197 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13198
13199         * gnus-art.el (gnus-article-browse-html-temp)
13200         (gnus-article-browse-delete-temp): New variables.
13201         (gnus-article-browse-delete-temp-files): New function.
13202         (gnus-article-browse-html-parts): Use it.
13203
13204 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13205
13206         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13207
13208         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13209         string.
13210
13211         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13212         gnus-summary-insert-new-articles when unplugged.
13213         Remove gnus-summary-search-article-forward.
13214
13215         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13216         display-visual-class instead of display-color-cells.
13217
13218 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * dgnushack.el: Autoload customize-group for XEmacs.
13221
13222         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13223         message/* containing non-ASCII text properly.
13224
13225 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * message.el: Require gmm-utils, remove autoloads.
13228         (message-tool-bar): Set default based on
13229         gmm-tool-bar-style.
13230         (message-tool-bar-gnome): Add gmm-customize-mode.
13231
13232         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13233         gmm-tool-bar-style.
13234         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13235
13236         * gnus-group.el (gnus-group-tool-bar): Set default based on
13237         gmm-tool-bar-style.
13238         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13239
13240         * gmm-utils.el (gmm-image-directory): Rename variable from
13241         gmm-image-load-path.
13242         (gmm-image-load-path): Use gmm-image-directory.
13243         (gmm-customize-mode): New function.
13244         (gmm-tool-bar-style): New variable.
13245
13246         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13247         gnus-group-redraw-line-number.
13248         (gnus-group-redraw-check): Simplify.
13249         (gnus-group-tool-bar-update): Remove redraw check.
13250         (gnus-group-make-tool-bar): Add redraw check.
13251
13252 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13253
13254         * gnus-art.el (gnus-button): Add missing parentheses.
13255
13256 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * lpath.el: Fbind line-number-at-pos.
13259
13260 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13263
13264 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * gnus-art.el (gnus-button): New face.
13267         (gnus-article-button-face): Use it.
13268
13269         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13270         Add gnus-summary-next-page.  Re-order.
13271
13272         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13273         next-node are now included.
13274         (gnus-group-redraw-line-number): New internal variable.
13275         (gnus-group-redraw-check): Helper function for updating the tool
13276         bar.
13277         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13278
13279         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13280
13281         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13282         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13283         Use it to match format of Spamassassin 3.0 and later.
13284         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13285         (spam-check-bogofilter)
13286         (spam-bogofilter-register-with-bogofilter): Fix args of
13287         `gnus-error' calls.
13288
13289 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13292         unnecessary interaction when sending queued mails.
13293         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13294
13295 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13298         first or last are nil.
13299
13300 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13301
13302         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13303
13304 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13305
13306         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13307
13308 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13309
13310         * dns.el (query-dns): Protect more against buggy tcp output.
13311
13312 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13315         nov.php.
13316
13317 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13318
13319         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13320         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13321         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13322         output on the server side.
13323         (nnweb-google-create-mapping): Update regexps and add some
13324         progress indication.
13325
13326 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-group.el (gnus-group-tool-bar-gnome):
13329         Fix gnus-agent-toggle-plugged.  Re-order icons.
13330         (gnus-group-tool-bar-gnome):
13331         Add gnus-group-{prev,next}-unread-group.
13332         (gnus-group-tool-bar-gnome): Re-order icons.
13333
13334         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13335         Move gnus-summary-insert-new-articles.
13336
13337         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13338         Fix comments.
13339
13340         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13341         also available in Emacs 21.3.
13342
13343         * message.el (message-fix-before-sending): Change "Emacs 22" to
13344         "Emacs 23 (unicode)" in comment.
13345
13346         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13347         "Emacs 23 (unicode)" in comment.
13348
13349         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13350         comment.
13351         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13352
13353         * mm-view.el (mm-fill-flowed): Add :version.
13354
13355 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13358         and load-path.
13359
13360 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * message.el: Autoload gmm-image-load-path.
13363         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13364         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13365         consitency.
13366
13367         * gmm-utils.el (gmm-image-load-path): Also search in
13368         "../etc/images".  Don't set gmm-image-load-path if we don't find
13369         the image.
13370
13371 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gmm-utils.el (gmm-image-load-path): Don't make
13374         `gmm-image-load-path' include subdirectories which the second arg
13375         `image' might specify.
13376
13377         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13378         subdirectory to icon file names.
13379
13380         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13381
13382 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13385         gmm-image-load-path calls.
13386
13387         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13388
13389         * message.el (message-make-tool-bar): Ditto.
13390
13391         * mml.el (mml-preview): Add comment concerning tool bar icons.
13392
13393         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13394         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13395
13396         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13397         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13398
13399         * message.el (message-tool-bar-gnome): Use new icon names.
13400         (message-make-tool-bar): Use `gmm-image-load-path'.
13401
13402         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13403         New functions from MH-E.
13404         (gmm-image-load-path): New variable from MH-E.
13405         (gmm-image-load-path): New function from MH-E.  Add arguments
13406         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13407         *-image-load-path-called-flag.
13408
13409 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13410
13411         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13412
13413 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13414
13415         * nnimap.el (nnimap-request-move-article): Change folder back to
13416         source group before deleting.
13417
13418 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13421
13422         * gnus-art.el (mm-url-insert-file-contents-external):
13423         Autoload mm-url.
13424
13425         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13426
13427 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13430         coding system which mm-charset-to-coding-system returns for a
13431         given charset is valid.
13432
13433 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13434
13435         * html2text.el (html2text-remove-tag-list):
13436         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13437
13438 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13439
13440         * gnus-cus.el: Revert 2005-10-17 change.
13441
13442 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * gnus-art.el (article-strip-banner):
13445         Call article-really-strip-banner only when the regexp match is made.
13446
13447 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-art.el (article-strip-banner):
13450         Use gnus-extract-address-components instead of
13451         mail-header-parse-addresses to make it work with non-ASCII text;
13452         remove mail-encode-encoded-word-string.
13453
13454         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13455         values which are surrounded with \"...\"; make it never cause a
13456         Lisp error; give up parsing of parameters if it failed in
13457         extracting type.
13458
13459 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13460
13461         * smime.el (smime-cert-by-ldap-1): Fix bug where
13462         `smime-ldap-search' returns results without userCertificates.
13463
13464 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13467
13468 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * spam.el (spam-check-spamassassin-headers): Adapt format for
13471         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13472         <ari@mbf.ocn.ne.jp>.
13473         (spam-list-of-processors): Add spam-use-gmane.
13474
13475 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13478         make-temp-file; make it work with XEmacs as well.
13479
13480         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13481         mm-make-temp-file.
13482
13483         * mm-decode.el (mm-display-external): Use the 3rd arg of
13484         mm-make-temp-file.
13485         (mm-create-image-xemacs): Ditto.
13486
13487 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13490         with message-narrow-to-headers.
13491         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13492         (gnus-draft-check-draft-articles): New function.
13493         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13494
13495 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * gnus-art.el (gnus-article-browse-html-parts):
13498         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13499         Don't use suffix argument for mm-make-temp-file for Emacs 21
13500         compatibility.  Remove useless `format'.
13501
13502 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13503
13504         * nnweb.el (nnweb-google-wash-article): Update regexps.
13505         (nnweb-group-alist): Use defvoo instead of defvar.
13506
13507 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13510         re-loading nn* modules.
13511
13512 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13515         for `tool-bar-mode' and don't check it's default-value.
13516
13517         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13518
13519         * message.el (message-make-tool-bar): Ditto.
13520
13521         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13522         `substring'.  Shorten tmp-file name.
13523
13524         * gnus.el: Remove bogus comment.
13525
13526 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13527
13528         * gnus-art.el (gnus-article-browse-html-parts): New function.
13529         (gnus-article-browse-html-article): New function for viewing html
13530         articles with a browser.
13531
13532 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13533
13534         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13535         in elisp.
13536         (pgg-gpg-encrypt-symmetric-region): Ditto.
13537         (pgg-gpg-sign-region): Ditto.
13538
13539         * pgg-def.el (pgg-text-mode): New variable.
13540
13541         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13542         (mml2015-pgg-encrypt): Ditto.
13543
13544         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13545         (mml1991-pgg-encrypt): Ditto.
13546
13547 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * nnfolder.el (nnfolder-insert-newsgroup-line):
13550         Use message-make-date instead of current-time-string.
13551
13552         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13553         to gnus-decoded which mm-uu might set.
13554
13555 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13558         don't decode quoted parameters; remove misimported Emacs code.
13559         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13560         (rfc2231-decode-encoded-string): Don't use split-string which
13561         behaves differently according to Emacs version; use
13562         mm-decode-coding-region to convert charset to coding-system.
13563         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13564         (rfc2231-encode-string): Remove misimported Emacs code.
13565
13566 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13569         when calling mail-header-parse-content-type.
13570         (article-de-quoted-unreadable): Ditto.
13571         (article-de-base64-unreadable): Ditto.
13572         (article-wash-html): Ditto.
13573
13574         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13575         calling mail-header-parse-content-type and
13576         mail-header-parse-content-disposition.
13577         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13578         mail-header-parse-content-type.
13579
13580         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13581         insert charset and format parameters; encode description after
13582         inserting it to buffer.
13583         (mml-insert-parameter): Fold lines properly even if a parameter is
13584         segmented into two or more lines; change the max column to 76.
13585
13586         * rfc1843.el (rfc1843-decode-article-body): Don't use
13587         ignore-errors when calling mail-header-parse-content-type.
13588
13589         * rfc2231.el (rfc2231-parse-string): Return at least type if
13590         possible; don't cause an error even if it fails in parsing of
13591         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13592         (rfc2231-encode-string): Don't break lines at the beginning, leave
13593         it to mml-insert-parameter.
13594
13595         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13596         calling mail-header-parse-content-type.
13597
13598 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * spam-report.el (spam-report-gmane-use-article-number):
13601         Improve doc string.
13602         (spam-report-gmane-internal): Check if a suitable header was found
13603         in the article.
13604
13605 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13608         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13609
13610 2006-02-05  Romain Francoise  <romain@orebokech.com>
13611
13612         Update copyright notices of all files in the gnus directory.
13613
13614 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13615
13616         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13617
13618 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13621         segmented lines of parameter value to cope with Thunderbird 1.5
13622         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13623         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13624         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13625
13626 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13627
13628         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13629         parts.
13630
13631 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13632
13633         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13634         there's only one active file for all servers.
13635         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13636         solid groups.  Gnus might have used a FAST request to select the group.
13637         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13638         and nnweb-search redundantly in the active file.
13639         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13640         (nnweb-request-create-group): Don't use ARGS.
13641         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13642         initialisations.  Let nnoo do the work.
13643
13644 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13647         Say the part has been decoded.
13648
13649         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13650
13651 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13652
13653         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13654         mailcap-viewer-test-cache when there's no 'test clause, since that
13655         will invert the meaning of a "nil" test previously determined by
13656         mailcap-mailcap-entry-passes-test.
13657
13658 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13661         compiling.
13662
13663         * gnus-sum.el: Ditto.
13664
13665         * message.el: Don't bind tool-bar-map when compiling.
13666
13667 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13670
13671 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13672
13673         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13674         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13675         current Google Groups.
13676
13677 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13680         and tool-bar-mode.
13681
13682         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13683         and tool-bar-mode.
13684
13685         * message.el (message-tool-bar-update): Simplify.
13686         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13687
13688         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13689         gnus-summary-buffer.
13690         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13691         gnus-summary-reply.
13692
13693         * gmm-utils.el (gmm): Add :version.
13694
13695 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * Makefile.in (clean): New rule.
13698         (distclean): Use it.
13699
13700 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13701
13702         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13703         Don't autoload.
13704
13705 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gmm-utils.el (gmm-verbose): Add :group.
13708
13709 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13710
13711         * message.el: Change some comments WRT tool-bars.
13712
13713         * gnus-sum.el (gnus-summary-tool-bar)
13714         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13715         (gnus-summary-tool-bar-zap-list): New variables.
13716         (gnus-summary-make-tool-bar): Complete rewrite using
13717         `gmm-tool-bar-from-list'.
13718
13719         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13720         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13721         New variables.
13722         (gnus-group-make-tool-bar): Complete rewrite using
13723         `gmm-tool-bar-from-list'.
13724         (gnus-group-tool-bar-update): New function.
13725
13726         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13727
13728 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13731         is dissected into a single part of which the type is the same as
13732         the given one; decode charset.
13733
13734 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13735
13736         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13737         into alists as symbol not string, since that's what
13738         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13739         look for.
13740
13741 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13744         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13745
13746         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13747
13748 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13751         (gnus-xmas-mime-security-button-menu): New function.
13752
13753         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13754         (gnus-mime-security-button-menu): New definition.
13755         (gnus-mime-security-button-map): Use them.
13756         (gnus-mime-security-button-menu): New function.
13757         (gnus-insert-mime-security-button): Addition to help echo.
13758         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13759         (gnus-mime-security-pipe-part): New functions.
13760
13761         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13762         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13763
13764         * mm-decode.el (mm-handle-set-disposition): Remove.
13765         (mm-handle-set-description): Remove.
13766
13767 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13770         (mm-w3m-standalone-supports-m17n-p): New function.
13771         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13772         w3m usage.
13773
13774         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13775         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13776
13777 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13778
13779         * message.el (message-tool-bar-zap-list):
13780         Use gmm-tool-bar-zap-list as custom type.
13781         (message-tool-bar-update): New function.
13782         (message-tool-bar, message-tool-bar-gnome)
13783         (message-tool-bar-retro): Add message-tool-bar-update.
13784         (message-tool-bar-gnome): Add flyspell-buffer.
13785
13786         * gnus-util.el (gnus-error): Describe `args'.
13787
13788         * gmm-utils.el (gmm-error): Describe `args'.
13789         (gmm-tool-bar-zap-list): New widget.
13790         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13791
13792 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13795         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13796         the number of recursive calls.
13797
13798         * mm-decode.el (mm-handle-set-disposition): New macro.
13799         (mm-handle-set-description): New macro.
13800
13801 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13804         encoding.
13805
13806 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * message.el (message-tool-bar-zap-list, message-tool-bar)
13809         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13810         (message-tool-bar-local-item-from-menu): Remove.
13811         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13812         (message-make-tool-bar): New function.
13813         (message-mode): Use `message-make-tool-bar'.
13814
13815         * gmm-utils.el: New file.
13816         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13817         (gmm-lazy): New widget copied from `nnmail.el'.
13818         (gmm-tool-bar-from-list): New function for creating customizable
13819         tool bars.
13820         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13821         output.
13822         (gmm): Add :prefix to defgroup.
13823
13824 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13825
13826         * gmm-utils.el (gmm-widget-p): New function.
13827
13828 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * mml.el (mml-attach-file): Describe `description' in doc string.
13831         (mml-menu): Add Emacs MIME manual and PGG manual.
13832
13833 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13834
13835         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13836
13837 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13838
13839         * nntp.el (nntp-end-of-line): Doc fix.
13840
13841 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13842
13843         * imap.el (imap-open): Handle case where buffer is a buffer
13844         object.
13845
13846 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13847
13848         * gnus-delay.el (gnus-delay): Don't autoload.
13849         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13850         to be re-loaded when customizing the `gnus-delay' group.
13851
13852 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13853
13854         * message.el (message-insert-citation-line): Use newlines.
13855
13856 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13857
13858         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13859         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13860         these routines, so the passphrase can be managed externally and
13861         passed in to the system.
13862         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13863         pgg-add-passphrase-to-cache function.
13864
13865         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13866         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13867         these routines, so the passphrase can be managed externally and
13868         passed in to the system.
13869         (pgg-pgp5-sign-region): Use new name of
13870         pgg-add-passphrase-to-cache function.
13871
13872 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13873
13874         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13875         part of the decoded armor to find the key-identifier.
13876         (pgg-gpg-lookup-key-owner): New function to return the
13877         human-readable identifier of a key owner.
13878         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13879         itself.
13880         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13881         the key value) if we have a key and can match it against a secret
13882         key.  Also, added a note pointing out fact that the prompt only
13883         indicates the first matching key.
13884
13885         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13886         pgg-decrypt-region.
13887         (pgg-add-passphrase-to-cache): Rename from
13888         `pgg-add-passphrase-cache' to reduce confusion (all callers
13889         changed).
13890         (pgg-remove-passphrase-from-cache): Rename from
13891         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13892         changed).
13893         (pgg-read-passphrase, pgg-add-passphrase-cache)
13894         (pgg-remove-passphrase-cache): Add informative docstrings.
13895         (pgg-decrypt): Convey provided passphrase in subordinate call to
13896         pgg-decrypt-region.
13897
13898 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13899
13900         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13901         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13902         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13903         'passphrase' argument, so the passphrase can be managed externally
13904         and then passed in to the system.
13905
13906         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13907         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13908         so the passphrase cache can be used reliably with identifiers
13909         besides a pgp packet's key id.
13910
13911         * pgg-gpg.el (pgg-gpg-encrypt-region)
13912         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13913         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13914         these routines, so the passphrase can be managed externally and
13915         passed in to the system.
13916
13917         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13918         'notruncate' argument, so the passphrase cache can be used
13919         reliably with identifiers besides a pgp packet's key id.
13920
13921 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13922
13923         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13924         symmetric encryption.
13925         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13926         encrypted session key.
13927         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13928         message ask for the passphrase in a proper way.
13929
13930         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13931         New user commands for symmetric encryption.
13932
13933 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13936
13937         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13938
13939 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13940
13941         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13942
13943 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * mm-decode.el (mm-inlined-types): Add application/pgp.
13946         (mm-automatic-display): Ditto.
13947
13948         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13949         part as text.
13950
13951 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * nnrss.el: Update copyright.
13954         (nnrss-opml-import): Query whether to subscribe to each entry.
13955
13956         * gnus-art.el:
13957         * gnus-sum.el:
13958         * gnus-xmas.el:
13959         * messagexmas.el:
13960         * mm-uu.el:
13961         * mm-view.el: Update copyright.
13962
13963 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * message.el (message-info): New function.
13966         (message-mode-menu): Add it.
13967         Update copyright.
13968
13969         * ChangeLog: Fix and update copyright.
13970
13971 2006-01-13  Romain Francoise  <romain@orebokech.com>
13972
13973         * message.el (message-forward-subject-name-subject): Prefer the
13974         address to 'nowhere' if the sender has no name.
13975         Fix typo.  Update copyright year.
13976
13977 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * gnus-art.el (article-wash-html):
13980         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13981         (gnus-article-wash-html-with-w3m-standalone): New function.
13982
13983         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13984         mm-inline-text-html-render-with-w3m-standalone.
13985         (mm-text-html-washer-alist): Map w3m-standalone to
13986         gnus-article-wash-html-with-w3m-standalone.
13987         (mm-inline-text-html-render-with-w3m-standalone): New function.
13988
13989 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13992         Improve LaTeX.
13993
13994 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13997         (nnrss-request-article): Render text/plain parts as HTML.
13998
13999         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14000         the buffer.
14001
14002 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14003
14004         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14005         custom definition of `gnus-posting-styles'.
14006
14007         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14008         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14009
14010 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14013         Use nntp for bug archive.
14014
14015 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14018         parts.
14019         (nnrss-normalize-date): New function converts ISO 8601 date into
14020         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14021         (nnrss-check-group): Use it.
14022
14023 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14026
14027         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14028         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14029         (nnrss-insert-w3): Ditto.
14030
14031 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14034         the articles to be forwarded including the case where neither a
14035         number of articles nor a region is specified.
14036
14037 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * nnrss.el (nnrss-request-article): Fix last change; fill
14040         text/plain parts.
14041
14042 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14045         in text/plain part.
14046         (nnrss-check-group): Don't add excessive newline to dc:subject.
14047
14048 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14049
14050         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14051         article.
14052
14053 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14056         (nnml-use-compressed-files, nnml-save-mail): Support other
14057         comression programs such as bzip2.
14058
14059 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14060
14061         * dns.el (query-dns): Make sure we check the buffer size before
14062         removing tcp headers.
14063
14064 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14067         remove MIME buttons associated with multipart/alternative parts.
14068         (gnus-mime-display-alternative): Tag buttons using `article-type'
14069         text property.
14070
14071         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14072         associated with multipart/alternative parts.
14073
14074         * gnus-art.el (gnus-signature-separator): Fix custom type.
14075
14076         * mm-decode.el (mm-inlined-types): Fix custom type.
14077         (mm-keep-viewer-alive-types): Ditto.
14078         (mm-automatic-display): Ditto.
14079         (mm-attachment-override-types): Ditto.
14080         (mm-inline-override-types): Ditto.
14081         (mm-automatic-external-display): Ditto.
14082
14083 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * spam-report.el (spam-report-user-mail-address)
14086         (spam-report-user-agent): New variables.
14087         (spam-report-url-ping-plain): Use spam-report-user-agent.
14088
14089 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14090
14091         * gnus-art.el (gnus-button-handle-custom): Do not just use
14092         `customize-apropos' for any "M-x customize-*" button but the
14093         function called for.  Accept both the function name and its
14094         argument in order to achieve this.
14095         (gnus-button-alist): Remove support for "custom:" URL's.
14096         Pass function name to `gnus-button-handle-custom' in case of "M-x
14097         customize-*" buttons.
14098
14099 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14102         multipart/alternative and add xref to mm-discouraged-alternatives
14103         in doc string.
14104
14105         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14106         gnus-buttonized-mime-types in doc string.
14107
14108 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14109
14110         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14111         Suggest image/.* in the doc string.
14112
14113 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14116         message-marks (Debian bug #342521).
14117
14118 2005-12-12  Simon Josefsson  <jas@extundo.com>
14119
14120         * password.el (password-read-from-cache): Add.
14121         (password-read): Use it.
14122
14123 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * rfc2047.el (rfc2047-charset-to-coding-system):
14126         Recognize us-ascii as a MIME charset.
14127
14128         * mm-bodies.el (mm-decode-content-transfer-encoding):
14129         Protect against the case where the 2nd arg TYPE is nil.
14130
14131 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * pop3.el (pop3-stream-type): Fix custom version.
14134
14135         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14136
14137 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14138
14139         * mm-decode.el (mm-display-external): Add missing cdr.
14140
14141 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14144         RFC1524) if it is in mailcap or add a suffix according to
14145         mailcap-mime-extensions when generating a temp filename; postpone
14146         deleting a temp file for 2 seconds for some wrappers, shell
14147         scripts, and so on, which might exit right after having started a
14148         viewer command as a background job.
14149
14150 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * nntp.el (nntp-marks-directory): Fix custom group.
14153
14154         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14155         steps when < 10.
14156
14157         * gnus-start.el (gnus-no-server-1):
14158         Mention `gnus-level-default-subscribed' in doc string.
14159
14160 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14161
14162         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14163         parens.
14164
14165 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * gnus-xmas.el (gnus-use-toolbar): Revert.
14168         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14169         gnus-use-toolbar is default.
14170
14171         * messagexmas.el (message-use-toolbar): Revert.
14172         (message-setup-toolbar): Use global default-toolbar if
14173         message-use-toolbar is default.
14174
14175 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14178         according to default-toolbar-visible-p.
14179
14180         * messagexmas.el (message-use-toolbar): Ditto.
14181
14182 2005-11-26  Dave Love  <fx@gnu.org>
14183
14184         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14185         (tls-program, tls-success): Provide openssl alternative.
14186
14187         * starttls.el: Doc fixes.
14188         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14189         SERVICE to PORT.
14190
14191         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14192         port null or service name.
14193         (starttls-negotiate): Autoload.
14194
14195 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * message.el (message-kill-to-signature): Fix interactive spec.
14198
14199 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * pop3.el (pop3-open-server): Recognize a string as a service name.
14202
14203 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14204
14205         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14206
14207 2005-11-23  Dave Love  <fx@gnu.org>
14208
14209         Add pop3s, pop3/starttls.
14210
14211         * pop3.el (pop3-authentication-scheme): Clarify doc.
14212         (open-tls-stream, starttls-open-stream): Autoload.
14213         (pop3-stream-type): New.
14214         (pop3-open-server): Use it.
14215
14216         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14217         for POP.
14218         (mail-source-keyword-map): Add :stream for POP.
14219         (mail-source-fetch-pop): Use pop3-stream-type.
14220
14221 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14224         of current-time-string.
14225
14226 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14227
14228         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14229         date header.
14230
14231 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14232
14233         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14234         it can seriously impact performance as it bypasses the agent's
14235         local caches.
14236
14237 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14238
14239         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14240         must be explicitly online rather than "not explicitly offline" for
14241         its flags to be synchronized.
14242
14243         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14244         that gnus-uu-unmark-thread will function correctly.
14245
14246         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14247         1024K is instead displayed as 1M.
14248
14249 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14250
14251         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14252
14253 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14254
14255         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14256
14257 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14258
14259         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14260         error message to display actual error condition.
14261         (gnus-agent-save-local): Avoid saving symbols that are bound to
14262         nil as they simply result in a warning message in
14263         gnus-agent-read-local.
14264
14265 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14268         rather than make-variable-buffer-local for file-precious-flag.
14269
14270 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14271
14272         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14273         for duplicates which are removed.  The invalid sort check then
14274         triggers a rescan after the sort as sorting may have moved
14275         duplicate entries such that they can be cheaply detected.
14276
14277 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14280
14281 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14282
14283         * gnus-agent.el (gnus-agent-article-alist-save-format):
14284         Change internal variable to a custom variable.  Change default value
14285         from compressed(2) to uncompressed(1).
14286         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14287         support for uncompressed agentview files.  Taken together, reading
14288         the agentview file should now be 6-7 times faster.
14289
14290 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14291
14292         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14293         as a buffer-local variable.  This avoids creating truncated
14294         dribble files as a result of a hang up, eg.
14295
14296 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14297
14298         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14299         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14300         XEmacs.
14301
14302 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14303
14304         * gnus-start.el (gnus-start-draft-setup):
14305         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14306
14307         * gnus.el (gnus-splash): Change custom group.
14308         (gnus-group-get-parameter, gnus-group-parameter-value):
14309         Describe allow-list argument.
14310
14311         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14312         string.
14313
14314 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * gnus-art.el (gnus-default-article-saver): Add user-defined
14317         `function' to custom type.
14318
14319 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14320
14321         * imap.el (imap-open): Handle case where buffer is a buffer
14322         object.
14323
14324 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14327         long lines.
14328         (gnus-cache-delete-group): Wrap doc strings.
14329
14330         * gnus-agent.el (gnus-agent-rename-group)
14331         (gnus-agent-delete-group): Wrap doc strings.
14332
14333 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * messagexmas.el (message-use-toolbar): Change the valid values
14336         into default, top, bottom, left, and right.
14337         (message-toolbar-thickness): New variable.
14338         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14339         well.
14340         (message-setup-toolbar): Make it work.
14341
14342         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14343         (gnus-use-toolbar): Change the valid values into default, top,
14344         bottom, left, and right.
14345         (gnus-toolbar-thickness): New variable.
14346         (gnus-xmas-setup-toolbar): New function.
14347         (gnus-xmas-setup-group-toolbar): Use it.
14348         (gnus-xmas-setup-summary-toolbar): Use it.
14349
14350 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14351
14352         * gnus-start.el (gnus-1): Add "native" to
14353         gnus-predefined-server-alist.
14354
14355         * gnus.el (gnus-method-to-server): Don't add "native" to the
14356         lists here, because that leads to problems when
14357         gnus-select-method is bound.
14358
14359 2005-11-09  Simon Josefsson  <jas@extundo.com>
14360
14361         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14362         use (not sort-by-date) instead.
14363
14364 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14365
14366         * gnus-delay.el (gnus-delay-group): Don't autoload.
14367         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14368         to be re-loaded when customizing the `gnus-delay' group.
14369
14370 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14371
14372         * message.el: Revert last changes.
14373         (message-insert-citation-line): Use newlines.
14374
14375 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14376
14377         * message.el (message-courtesy-message)
14378         (message-mark-insert-begin, message-mark-insert-end)
14379         (message-elide-ellipsis, message-cancel-message)
14380         (message-add-header, message-change-subject)
14381         (message-cross-post-followup-to-header)
14382         (message-cross-post-insert-note, message-reduce-to-to-cc)
14383         (message-widen-reply, message-delete-not-region)
14384         (message-kill-to-signature, message-insert-signature)
14385         (message-insert-importance-high, message-insert-importance-low)
14386         (message-insert-or-toggle-importance)
14387         (message-insert-disposition-notification-to)
14388         (message-indent-citation, message-yank-original)
14389         (message-cite-original-without-signature, message-cite-original)
14390         (message-insert-citation-line, message-position-on-field)
14391         (message-fix-before-sending, message-send-mail-partially)
14392         (message-send-mail, message-send-mail-with-sendmail)
14393         (message-send-mail-with-qmail, message-send-news)
14394         (message-check-news-header-syntax, message-generate-headers)
14395         (message-insert-courtesy-copy, message-fill-address)
14396         (message-fill-header, message-shorten-references)
14397         (message-setup-1, message-cancel-news)
14398         (message-forward-make-body-plain, message-forward-make-body-mime)
14399         (message-forward-make-body-mml, message-encode-message-body)
14400         (message-forward-make-body-digest-plain)
14401         (message-forward-make-body-digest-mime)
14402         (message-use-alternative-email-as-from): Insert `hard-newline'
14403         instead of ordinary newlines.
14404
14405 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * message.el (message-generate-headers): Downcase the argument
14408         given to message-check-element.
14409
14410 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14411
14412         * nntp.el (nntp-authinfo-rejected): New error condition.
14413         (nntp-wait-for): Use new error condition to signal authentication
14414         error.
14415         (nntp-retrieve-data): Rethrow new error condition to break out of
14416         recursive call to nntp-send-authinfo.
14417
14418 2005-11-08  Romain Francoise  <romain@orebokech.com>
14419
14420         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14421         (gnus-summary-exit-map): Bind to `Z p'.
14422         (gnus-summary-make-menu-bar): Add menu item.
14423
14424 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14425
14426         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14427         (gnus-treat-*): Add `first' in all doc strings.
14428
14429         * gnus-group.el (gnus-group-compact-group): Fix typo.
14430
14431 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus.el (gnus-parameters-case-fold-search): New variable.
14434         (gnus-parameters-get-parameter): Use it.
14435
14436         * gnus-score.el (gnus-home-score-file): Doc fix.
14437
14438 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14439
14440         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14441
14442 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * mm-util.el (mm-special-display-p): New function.
14445
14446         * mml.el (mml-preview): Use it; doc fix.
14447
14448 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14449
14450         * imap.el (imap-open): Handle case where buffer is a buffer object.
14451
14452 2005-10-29  Romain Francoise  <romain@orebokech.com>
14453
14454         * message.el (message-fix-before-sending): Fix comment.
14455
14456 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14457
14458         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14459
14460 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14461
14462         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14463         Used in gnus-score.el.
14464
14465 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14468
14469 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14472         whitespace removed in revision 7.8.  Use concatenated string to
14473         protect trailing whitespace.
14474
14475 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14476
14477         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14478         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14479         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14480         Courier IMAP ("some version from 2004").  Mostly based on similar
14481         code in the same function.
14482
14483 2005-10-26  Didier Verna  <didier@xemacs.org>
14484
14485         * gnus-group.el (gnus-group-compact-group): Invalidate original
14486         article buffer.
14487         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14488         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14489         NOV database and in article itself.
14490         Invalidate article backlog.
14491
14492 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14495
14496 2005-10-26  Simon Josefsson  <jas@extundo.com>
14497
14498         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14499         part of 2004-07-25 change.
14500
14501 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * message.el (message-display-completion-list): New function.
14504         (message-expand-group): Use it; make sure the Completions buffer
14505         is modifiable.
14506 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14507
14508         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14509         user-mail-name is an empty string.
14510
14511 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14514         depending on gnus-score-decay-constant.
14515
14516         * encrypt.el (encrypt-insert-file-contents)
14517         (encrypt-write-file-contents): Don't use `gnus-message'.
14518
14519         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14520         arguments.
14521         (mm-uu-type-alist): Add message-marks and insert-marks.
14522         Pass arguments to mm-uu-verbatim-marks-extract.
14523         (mm-uu-hide-markers): New variable.
14524         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14525
14526         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14527         (gnus-convert-image-to-face-command): Use "convert" by default to
14528         allow other input image formats.
14529         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14530         accordingly.
14531
14532 2005-10-23  Simon Josefsson  <jas@extundo.com>
14533
14534         * imap.el (imap-gssapi-program): Align command line parameters
14535         with latest GNU SASL.
14536         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14537
14538 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14539
14540         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14541         HTML.
14542         (nnslashdot-request-article): Ditto.
14543
14544         * lpath.el (featurep): Add nobreak-char-display.
14545
14546 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14547
14548         * mail-source.el (mail-source-fetch-pop): Require pop3.
14549         (mail-source-check-pop): Ditto.
14550
14551 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14554         errors.
14555
14556 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14559         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14560
14561         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14562
14563         * mm-bodies.el (mm-decode-string):
14564         Call `mm-charset-to-coding-system' with allow-override argument.
14565
14566 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14569         (rfc2047-charset-to-coding-system): New function.
14570         (rfc2047-decode-encoded-words): New function.
14571         (rfc2047-decode-region): Use them.
14572         (rfc2047-decode-cte): Remove.
14573         (rfc2047-parse-and-decode): Remove.
14574         (rfc2047-decode): Remove.
14575
14576 2005-10-15  Kenichi Handa  <handa@m17n.org>
14577
14578         * rfc2047.el (rfc2047-decode-cte): New function.
14579         (rfc2047-decode-region): Change the way to decode successive
14580         encoded-words: decode B- or Q-encoding in each encoded-word,
14581         concatenate them, and decode it as charset.
14582
14583 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * lpath.el: Fbind codepage-setup for XEmacs.
14586
14587 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14588
14589         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14590         widget-move-and-invoke.
14591         (gnus-custom-mode): Use gnus-custom-map.
14592
14593 2005-10-15  Bill Wohler  <wohler@newt.com>
14594
14595         * message.el (message-tool-bar-map): Rename image file from
14596         mail_send to mail/send.
14597
14598 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14599
14600         * message.el (message-expand-group): Pass the common
14601         prefix substring of completion to `display-completion-list'.
14602
14603 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * mml-sec.el (mml-secure-method): New internal variable.
14606         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14607         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14608         New functions using mml-secure-method.
14609
14610         * mml.el (mml-mode-map): Add key bindings for those functions.
14611         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14612         Harder <harder@myrealbox.com>.
14613         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14614         Goto end of message if point is the headers of the message.
14615
14616         * message.el (message-in-body-p): New function.
14617
14618         * assistant.el: Autoload gnus-util and netrc.
14619
14620         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14621         Use `mm-charset-override-alist' only when decoding.
14622
14623         * mm-bodies.el (mm-decode-body):
14624         Call `mm-charset-to-coding-system' with allow-override argument.
14625
14626         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14627         `filename' from Content-Disposition if Content-Type doesn't
14628         provide `name'.
14629         (gnus-mime-view-part-as-type): Set default instead of
14630         initial-input.
14631
14632 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14633
14634         * format-spec.el (format-spec): Propagate text properties of % spec.
14635
14636 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * gnus-art.el (gnus-treat-predicate): Add `first'.
14639
14640 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14643         (mm-charset-override-alist): New variable.
14644         (mm-charset-to-coding-system): Use it.
14645         (mm-codepage-setup): New helper function.
14646         (mm-charset-eval-alist): New variable.
14647         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14648         Warn about unknown charsets.
14649
14650         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14651
14652 2005-10-04  David Hansen  <david.hansen@gmx.net>
14653
14654         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14655         (nnrss-check-group): Ditto.
14656
14657 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14660         Rename x-gnus-verbatim to x-verbatim.
14661         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14662
14663         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14664         x-verbatim.
14665
14666         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14667
14668         * gnus-util.el (gnus-remove-duplicates): Remove.
14669
14670         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14671         instead of gnus-remove-duplicates.
14672
14673         * message.el (message-remove-duplicates): Remove.
14674         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14675         message-remove-duplicates.
14676
14677         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14678         available, else use implementation from `delete-dups'.
14679
14680         * message.el (message-insert-expires): New function.
14681         (message-mode-map): Add key binding.
14682         (message-mode-field-menu): Add menu entry.
14683         (message-mode): Document it.
14684         (message-make-expires-date): Use `message-make-date'.
14685
14686 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14687
14688         * message.el (message-make-expires-date): New function.
14689
14690 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * Makefile.in (list-installed-shadows): New entry.
14693         (install): Use it.
14694         (remove-installed-shadows): New entry.
14695
14696         * dgnushack.el (dgnushack-default-load-path): New variable.
14697         (dgnushack-find-lisp-shadows): New function.
14698         (dgnushack-remove-lisp-shadows): New function.
14699
14700 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * Makefile.in (install-el-elc): New entry.
14703         (install): Use it so that .el files are necessarily installed.
14704
14705 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14708
14709 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14710
14711         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14712         function rather than the diff-mode.el package.
14713         (mm-display-external): Use with-current-buffer.
14714         (mm-viewer-completion-map, mm-viewer-completion-map):
14715         Move initialization inside declaration.
14716
14717 2005-09-29  Simon Josefsson  <jas@extundo.com>
14718
14719         * spam.el: Load hashcash when compiling, to avoid warnings.
14720         Don't autoload mail-check-payment.
14721         (spam-check-hashcash): Define unconditionally, since hashcash.el
14722         is part of Gnus now.  Ignore errors from payment checking.
14723
14724 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * message.el (message-bold-region, message-unbold-region):
14727         Rename from `bold-region' and `unbold-region'.
14728
14729         * message.el: Remove useless autoloads.
14730
14731 2005-09-28  Simon Josefsson  <jas@extundo.com>
14732
14733         * message.el (message-use-idna): Default to t.
14734         (message-use-idna): Test whether encoding works too.  Doc fix.
14735
14736 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * nntp.el (nntp-warn-about-losing-connection): Remove.
14739
14740 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14741
14742         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14743         customizable.  Change default value.
14744         (mm-uu-diff-groups-regexp): Change default value.
14745         (mm-uu-type-alist): Add doc string.
14746         (mm-uu-configure): Add doc string.  Make it interactive.
14747         (mm-uu-tex-groups-regexp): New variable.
14748         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14749         (mm-uu-type-alist): Add LaTeX documents.
14750         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14751         of "text/verbatim".
14752         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14753
14754         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14755         instead of "text/verbatim".
14756
14757         * message.el (message-mark-inserted-region)
14758         (message-mark-insert-file): Use slrn style marks when called with
14759         prefix argument.
14760
14761 2005-09-27  Simon Josefsson  <jas@extundo.com>
14762
14763         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14764
14765 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14766
14767         * message.el (message-remove-duplicates): New function.
14768         Implementation borrowed from `gnus-remove-duplicates'.
14769         (message-idna-to-ascii-rhs): Also encode idna addresses in
14770         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14771         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14772         only ask about the same idna domain once per header and also tell
14773         in what header to replace the idna domain.
14774
14775         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14776         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14777         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14778         a header is decoded and not just the last one.
14779
14780 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14783         has been decoded.
14784
14785         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14786         (mm-insert-part): Don't modify text if it has been decoded.
14787
14788         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14789         decoded.
14790
14791         * mm-view.el (mm-inline-text): Don't strip text props unless
14792         decoding enriched or richtext parts.
14793
14794 2005-09-25  Romain Francoise  <romain@orebokech.com>
14795
14796         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14797         * gnus-start.el (gnus-subscribe-interactively):
14798         * gnus-uu.el (gnus-uu-grab-articles):
14799         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14800         space.
14801
14802 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14803
14804         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14805         * mm-view.el (mm-view-pkcs7-decrypt):
14806         * gnus-sum.el (gnus-summary-limit-to-extra)
14807         (gnus-summary-respool-article, gnus-read-move-group-name):
14808         * gnus-score.el (gnus-summary-increase-score):
14809         * gnus-util.el (gnus-completing-read-with-default):
14810         * gnus-art.el (gnus-read-save-file-name)
14811         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14812         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14813         * message.el (message-check-news-header-syntax):
14814         Follow convention for reading with the minibuffer.
14815
14816 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14817
14818         * spam-report.el (spam-report-url-ping-plain):
14819         Use gnus-extended-version as User-Agent.
14820
14821         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14822         default value is nil.
14823
14824         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14825         (mm-uu-verbatim-marks-extract): New function.
14826         (mm-uu-extract): New face.
14827         (mm-uu-copy-to-buffer): Use it.
14828
14829         * spam-report.el (spam-report-gmane-ham): Rename from
14830         `spam-report-gmane-unspam'.
14831         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14832         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14833
14834         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14835         Autoload.
14836         (spam-report-gmane-unregister-routine):
14837         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14838
14839 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14840
14841         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14842         (spam-report-gmane-unregister-routine): Add support for gmane
14843         unregistration.
14844
14845         * spam-report.el (spam-report-gmane-unspam)
14846         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14847         (spam-report-gmane): Change to take a single article and do unspam
14848         registration.
14849
14850 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * mm-url.el (mm-url-decode-entities): Fix regexp.
14853
14854 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14855
14856         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14857         default to nil, to be able to use Gnus at all.  If the default
14858         switches to something else, then the function should be fixed not
14859         be exceedingly slow.
14860
14861 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14862
14863         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14864         fail hard.
14865
14866         * spam-report.el: Add better Keywords line.
14867
14868         * spam.el: Add Maintainer and better Keywords line.
14869
14870 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * gnus-art.el (gnus-article-replace-part)
14873         (gnus-mime-replace-part): New functions.
14874         (gnus-mime-action-alist, gnus-mime-button-commands)
14875         (gnus-mime-save-part-and-strip): Add file argument.
14876         (gnus-article-part-wrapper): Add interactive argument.
14877
14878         * gnus-sum.el (gnus-summary-mime-map):
14879         Add `gnus-article-replace-part'.
14880
14881 2005-09-19  Didier Verna  <didier@xemacs.org>
14882
14883         The nnml compaction feature:
14884         * nnml.el (nnml-request-compact-group): New function.
14885         * nnml.el (nnml-request-compact): New function.
14886         * gnus-int.el (gnus-request-compact-group): New function.
14887         * gnus-int.el (gnus-request-compact): New function.
14888         * gnus-group.el (gnus-group-compact-group): New function.
14889         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14890         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14891         * gnus-srvr.el (gnus-server-compact-server): New function.
14892         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14893         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14894
14895 2005-09-18  Deepak Goel  <deego@gnufans.org>
14896
14897         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14898         format spec.
14899
14900 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14903
14904 2005-09-15  Romain Francoise  <romain@orebokech.com>
14905
14906         * message.el (message-fill-paragraph): Clarify docstring.
14907
14908 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-art.el (gnus-mime-display-part): Protect against broken
14911         MIME messages.
14912
14913 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14916         before parsing header.
14917
14918 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14919
14920         * html2text.el (html2text-replace-list): Add new entities.
14921
14922 2005-09-11  Romain Francoise  <romain@orebokech.com>
14923
14924         * message.el (message-alternative-emails): Improve docstring.
14925         (message-setup-1): Call `message-use-alternative-email-as-from'
14926         after `message-setup-hook' to give it precedence over posting
14927         styles, etc.
14928         (message-use-alternative-email-as-from): Add docstring.
14929         Remove the original From header if present.
14930
14931         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14932         (nnml-save-mail): Use it.
14933
14934         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14935         articles.  Add new argument `silent'.
14936         (gnus-uu-mark-all): Report the total number of marked articles.
14937
14938 2005-09-10  Romain Francoise  <romain@orebokech.com>
14939
14940         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14941         (gnus-uu-mark-series): Likewise.
14942
14943 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * spam-report.el (spam-report-gmane): Fix generation of spam
14946         report URL.
14947
14948 2005-09-10  Simon Josefsson  <jas@extundo.com>
14949
14950         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14951         t, based on discussion on the ding list with Robert Epprecht
14952         <epprecht@solnet.ch>.
14953
14954 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14955
14956         * spam-report.el (spam-report-gmane): Make it work without
14957         X-Report-Spam header.  Gmane now only provides Archived-At.
14958         This is only used if `spam-report-gmane-use-article-number' is nil.
14959         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14960
14961         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14962         make `gnus-summary-sort-by-recipient' work with threading.
14963
14964         * nnweb.el (nnweb-google-wash-article): Print a message if article
14965         is not available.
14966
14967 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14968
14969         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14970         change.  Decode text/* parts content before displaying.
14971
14972 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14975
14976 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14979
14980         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14981         url-package-name, url-package-version,
14982         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14983         w3m-display-inline-images, and w3m-minor-mode-map.
14984
14985 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * message.el (message-tab-body-function): Fix mismatched custom type.
14988
14989         * gnus.el (gnus-group-change-level-function): Ditto.
14990
14991         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14992
14993         * gnus-art.el (gnus-signature-limit)
14994         (gnus-article-mime-part-function): Ditto.
14995
14996 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * mml.el (mml-mode): Silence the byte compiler.
14999
15000         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15001         using `(sit-for 0)' before moving the point to the specified part;
15002         skip unbuttonized parts.
15003         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15004         return to the summary window if gnus-auto-select-part is non-nil.
15005
15006 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15009         New variables.
15010         (mml-dnd-attach-file, mml-mode): Use them.
15011
15012         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15013         Make fetching article by MID work again for Google Groups.
15014         Add FIXME concerning gnus-group-make-web-group.
15015
15016         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15017         Don't depend on Gnus by using mail-extract-address-components if
15018         gnus-extract-address-components is not bound.
15019
15020 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15021
15022         * gnus-art.el (gnus-mime-display-security): Don't display the
15023         signature, but only the signed part.
15024
15025 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15028
15029         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15030         list, not listp.
15031
15032 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15033
15034         * mm-encode.el (mm-encode-content-transfer-encoding):
15035         Likewise when encoding.
15036
15037         * mm-bodies.el (mm-decode-content-transfer-encoding):
15038         De-canonicalize CRLF for all text content types, not just
15039         text/plain.
15040
15041 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15044         valid article; point arrow and cursor at the MIME button.
15045
15046 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15049         Suggested by Dan Christensen <jdc@uwo.ca>.
15050
15051         * mm-decode.el (mm-save-part): Enable change of prompt.
15052
15053 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15054
15055         * gnus-msg.el (gnus-inews-add-send-actions):
15056         Make `message-post-method' lambda parameter ARG `&optional'.
15057
15058 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15059
15060         * gnus-sum.el (gnus-summary-mime-map):
15061         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15062         gnus-article-jump-to-part.
15063
15064         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15065         (gnus-article-edit-part): Use it.
15066         (gnus-article-part-wrapper): Add no-handle argument.
15067         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15068         New functions.
15069
15070 2005-08-29  Romain Francoise  <romain@orebokech.com>
15071
15072         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15073         docstring.
15074         (gnus-face-from-file): Likewise.
15075
15076 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15079         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15080         non-nil.
15081         (gnus-auto-select-part): New variable.
15082         (gnus-article-jump-to-part): New function.
15083         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15084         (gnus-mime-delete-part): Allow selecting specified part after
15085         deleting or stripping parts.
15086         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15087         part if argument is bogus.
15088
15089 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15090
15091         * gnus-art.el (w3m-minor-mode-map):
15092         * gnus-spec.el (gnus-newsrc-file-version):
15093         * gnus-util.el (nnmail-active-file-coding-system)
15094         (gnus-original-article-buffer, gnus-user-agent):
15095         * gnus.el (gnus-ham-process-destinations)
15096         (gnus-parameter-ham-marks-alist)
15097         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15098         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15099         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15100         * mm-decode.el (gnus-current-window-configuration):
15101         * mm-extern.el (gnus-article-mime-handles):
15102         * mm-url.el (url-current-object, url-package-name)
15103         (url-package-version):
15104         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15105         (smime-keys, w3m-cid-retrieve-function-alist)
15106         (w3m-current-buffer, w3m-display-inline-images)
15107         (w3m-minor-mode-map):
15108         * mml-smime.el (gnus-extract-address-components):
15109         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15110         (gnus-newsrc-hashtb, message-default-charset)
15111         (message-deletable-headers, message-options)
15112         (message-posting-charset, message-required-mail-headers)
15113         (message-required-news-headers):
15114         * mml1991.el (mc-pgp-always-sign):
15115         * mml2015.el (mc-pgp-always-sign):
15116         * nnheader.el (nnmail-extra-headers):
15117         * rfc1843.el (gnus-decode-encoded-word-function)
15118         (gnus-decode-header-function, gnus-newsgroup-name):
15119         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15120
15121 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15122
15123         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15124         the end of the date treatments.
15125
15126 2005-08-15  Simon Josefsson  <jas@extundo.com>
15127
15128         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15129         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15130         Capello and Romain Francoise.
15131         (pgg-fetch-key-function): Remove, not used?
15132         (pgg-insert-url-with-w3): Require url, to get
15133         url-insert-file-contents regardless of where it is defined.
15134
15135 2005-08-13  Romain Francoise  <romain@orebokech.com>
15136
15137         * message.el (message-cite-original-1): New function.
15138         (message-cite-original): Use it.
15139         (message-cite-original-without-signature): Ditto.
15140
15141 2005-08-08  Romain Francoise  <romain@orebokech.com>
15142
15143         * message.el (message-yank-empty-prefix): New variable.
15144         (message-indent-citation): Use it.
15145         (message-cite-original-without-signature): Respect X-No-Archive.
15146
15147 2005-08-08  Simon Josefsson  <jas@extundo.com>
15148
15149         * pgg.el: Autoload url-insert-file-contents instead of loading
15150         w3/url.
15151         (pgg-insert-url-with-w3): Don't load url here.
15152
15153 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15154
15155         * message.el (message-kill-to-signature): Don't insert newline at
15156         bol.
15157         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15158
15159 2005-08-06  Romain Francoise  <romain@orebokech.com>
15160
15161         * message.el (message-user-fqdn): Fix typo in docstring.
15162
15163 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15164
15165         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15166
15167         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15168
15169 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * mm-bodies.el (mm-encode-body): Use coding system rather than
15172         charset to encode text.
15173
15174         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15175         number of charsets if utf-8 is available (XEmacs).
15176
15177 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15180         taken from `gnus-button-mid-or-mail-regexp'.
15181         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15182         (gnus-button-alist): Improve regexp for domain part of the MIDs
15183         for news:localpart@domain buttons.
15184         (gnus-button-ctan-directory-regexp): Update.
15185
15186 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * sieve-manage.el (sieve-manage-interactive-login):
15189         Use make-local-variable rather than make-variable-buffer-local.
15190         (sieve-manage-open): Ditto.
15191         (sieve-manage-authenticate): Ditto.
15192
15193         * mml.el (mml-generate-mime-1): Make the content type default to
15194         text/plain if the filename is not specified.
15195
15196 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15199         instead of insert-buffer.
15200
15201         * message.el (message-yank-original): Ditto; set the mark at the
15202         end of the yanked message.
15203
15204 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15207         lines to scroll rather than to stop it.
15208
15209         * mml.el (mml-generate-default-type): Add doc string.
15210         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15211         default to application/octet-stream when determining the content
15212         type if it is not specified for the part or the mml contents; add
15213         a comment about mml-generate-default-type.
15214
15215 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15218         make it default to application/octet-stream when determining the
15219         content type if it is not specified for the external contents.
15220
15221 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15224         segmented parameter but also other parameters might be there.
15225
15226 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * mm-decode.el (mm-display-external): Delete temp file, directory
15229         and buffer immediately if the external process is exited.
15230
15231 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15234         fewer lines than that of scroll-margin.
15235         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15236
15237 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * gnus-art.el (gnus-article-next-page): Revert.
15240         (gnus-article-beginning-of-window): New macro.
15241         (gnus-article-next-page-1): Use it.
15242         (gnus-article-prev-page): Ditto.
15243         (gnus-article-edit-part): Use insert-buffer-substring instead of
15244         insert-buffer.
15245         (gnus-article-edit-exit): Ditto.
15246
15247         * gnus-util.el (gnus-beginning-of-window): Remove.
15248         (gnus-end-of-window): Remove.
15249
15250         * lpath.el: Don't bind header-line-format and scroll-margin.
15251
15252 2005-07-25  Simon Josefsson  <jas@extundo.com>
15253
15254         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15255         to have the url package without w3.  Reported by Daiki Ueno
15256         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15257
15258 2005-07-20  Didier Verna  <didier@xemacs.org>
15259
15260         * gnus-diary.el: Remove the description comment (nndiary is now
15261         properly documented in the Gnus manual).
15262         Fix the spelling of "Back End".
15263         * nndiary.el: Ditto.
15264         Fix the copyright notice.
15265
15266 2005-07-18  Romain Francoise  <romain@orebokech.com>
15267
15268         * gnus-sum.el (gnus-summary-to-prefix)
15269         (gnus-summary-newsgroup-prefix): New variables.
15270         (gnus-summary-from-or-to-or-newsgroups): Use them.
15271
15272 2005-07-17  Romain Francoise  <romain@orebokech.com>
15273
15274         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15275         space as it's generally not especially interesting to the user.
15276
15277 2005-07-16  Romain Francoise  <romain@orebokech.com>
15278
15279         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15280         nil to avoid prompting and file modification if one of the
15281         messages at the top of the nnfolder file contains a copyright
15282         notice.
15283         Update copyright notice.
15284
15285         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15286         instead of `current-time-string' as the latter creates a time
15287         string that is not RFC 2822 compliant (it lacks the zone).
15288         Update copyright notice.
15289
15290 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15291
15292         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15293         for text/rtf.  Display default in prompt.  Pass default for M-n.
15294
15295         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15296
15297 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15298
15299         * gnus-msg.el (gnus-button-mailto):
15300         Remove save-selected-window-window hackery because it relies on
15301         save-selected-window internals.
15302
15303 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15306         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15307         (gnus-article-prev-page): Ditto.
15308
15309         * gnus-util.el (gnus-beginning-of-window): New function.
15310         (gnus-end-of-window): New function.
15311
15312         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15313
15314 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15315
15316         * gnus-score.el (gnus-score-edit-all-score):
15317         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15318         gnus-message.
15319
15320 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15321
15322         * gnus-msg.el (gnus-button-mailto):
15323         Remove save-selected-window-window hackery because it relies on
15324         save-selected-window internals.
15325
15326 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15329         add-minor-mode.
15330         (gnus-binary-mode): Ditto.
15331
15332         * gnus-topic.el (gnus-topic-mode): Ditto.
15333
15334 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15335
15336         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15337         (gnus-article-prev-page): Take scroll-margin into consideration.
15338
15339 2005-07-04  Lute Kamstra  <lute@gnu.org>
15340
15341         Update FSF's address in GPL notices.
15342
15343 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15344
15345         * gnus.el (gnus-exit):
15346         * gnus-group.el (gnus-group-icons):
15347         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15348
15349         * gnus-nocem.el (gnus-nocem):
15350         * message.el (message-various, message-buffers, message-sending)
15351         (message-interface, message-forwarding, message-insertion)
15352         (message-headers, message-news, message-mail):
15353         * pgg-gpg.el (pgg-gpg):
15354         * pgg-parse.el (pgg-parse):
15355         * pgg-pgp.el (pgg-pgp):
15356         * pgg-pgp5.el (pgg-pgp5):
15357         * pop3.el (pop3): Finish `defgroup' description with period.
15358
15359 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-art.el (article-display-face): Improve the efficiency.
15362         (article-display-x-face): Ditto; remove grey x-face stuff.
15363
15364 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-art.el (article-display-face): Correct the position in
15367         which Faces are inserted.
15368
15369 2005-06-29  Didier Verna  <didier@xemacs.org>
15370
15371         * gnus-art.el (article-display-face): Display faces in correct
15372         order.
15373
15374 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15377         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15378         (gnus-nocem-check-article): Fetch the Type header.
15379         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15380         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15381         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15382         make sure gnus-nocem-hashtb is initialized.
15383         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15384         (gnus-nocem-unwanted-article-p): Ditto.
15385
15386         * pgg.el (pgg-verify): Return the verification result.
15387
15388 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15389
15390         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15391         is ascii.
15392
15393 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15394
15395         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15396         `show-nonbreak-escape'.
15397
15398 2005-06-23  Lute Kamstra  <lute@gnu.org>
15399
15400         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15401
15402         * dig.el (dig-mode):
15403         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15404
15405 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15406
15407         * nnimap.el (nnimap-split-download-body): Fix spellings.
15408
15409 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15410
15411         * gnus-art.el (gnus-article-encrypt-body):
15412         * gnus-cus.el (gnus-score-customize):
15413         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15414         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15415
15416 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15417
15418         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15419         header by looking for magic "MII" at the beginnig.
15420
15421 2005-06-16  Miles Bader  <miles@gnu.org>
15422
15423         * gnus-xmas.el (gnus-xmas-group-startup-message):
15424         Use renamed gnus-splash face.
15425
15426         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15427         (assistant-field-face): New backward-compatibility alias for renamed
15428         face.
15429         (assistant-render-text): Use renamed assistant-field face.
15430
15431         * spam.el (spam): Remove "-face" suffix from face name.
15432         (spam-face): New backward-compatibility alias for renamed face.
15433         (spam-face, spam-initialize): Use renamed spam face.
15434
15435         * message.el (message-header-to, message-header-cc)
15436         (message-header-subject, message-header-newsgroups)
15437         (message-header-other, message-header-name)
15438         (message-header-xheader, message-separator, message-cited-text)
15439         (message-mml): Remove "-face" suffix from face names.
15440         (message-header-to-face, message-header-cc-face)
15441         (message-header-subject-face, message-header-newsgroups-face)
15442         (message-header-other-face, message-header-name-face)
15443         (message-header-xheader-face, message-separator-face)
15444         (message-cited-text-face, message-mml-face):
15445         New backward-compatibility aliases for renamed faces.
15446         (message-font-lock-keywords): Use renamed message faces.
15447
15448         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15449         (sieve-test-commands, sieve-tagged-arguments):
15450         Remove "-face" suffix from face names.
15451         (sieve-control-commands-face, sieve-action-commands-face)
15452         (sieve-test-commands-face, sieve-tagged-arguments-face):
15453         New backward-compatibility aliases for renamed faces.
15454         (sieve-control-commands-face, sieve-action-commands-face)
15455         (sieve-test-commands-face, sieve-tagged-arguments-face):
15456         Use renamed sieve faces.
15457
15458         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15459         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15460         (gnus-group-news-3-empty, gnus-group-news-4)
15461         (gnus-group-news-4-empty, gnus-group-news-5)
15462         (gnus-group-news-5-empty, gnus-group-news-6)
15463         (gnus-group-news-6-empty, gnus-group-news-low)
15464         (gnus-group-news-low-empty, gnus-group-mail-1)
15465         (gnus-group-mail-1-empty, gnus-group-mail-2)
15466         (gnus-group-mail-2-empty, gnus-group-mail-3)
15467         (gnus-group-mail-3-empty, gnus-group-mail-low)
15468         (gnus-group-mail-low-empty, gnus-summary-selected)
15469         (gnus-summary-cancelled, gnus-summary-high-ticked)
15470         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15471         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15472         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15473         (gnus-summary-low-undownloaded)
15474         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15475         (gnus-summary-low-unread, gnus-summary-normal-unread)
15476         (gnus-summary-high-read, gnus-summary-low-read)
15477         (gnus-summary-normal-read, gnus-splash):
15478         Remove "-face" suffix from face names.
15479         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15480         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15481         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15482         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15483         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15484         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15485         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15486         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15487         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15488         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15489         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15490         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15491         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15492         (gnus-summary-normal-ticked-face)
15493         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15494         (gnus-summary-normal-ancient-face)
15495         (gnus-summary-high-undownloaded-face)
15496         (gnus-summary-low-undownloaded-face)
15497         (gnus-summary-normal-undownloaded-face)
15498         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15499         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15500         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15501         (gnus-splash-face):
15502         New backward-compatibility aliases for renamed faces.
15503         (gnus-group-startup-message): Use renamed gnus faces.
15504
15505         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15506         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15507         (gnus-server-agent): Remove "-face" suffix from face names.
15508         (gnus-server-agent-face, gnus-server-opened-face)
15509         (gnus-server-closed-face, gnus-server-denied-face)
15510         (gnus-server-offline-face):
15511         New backward-compatibility aliases for renamed faces.
15512         (gnus-server-agent-face, gnus-server-opened-face)
15513         (gnus-server-closed-face, gnus-server-denied-face)
15514         (gnus-server-offline-face): Use renamed gnus faces.
15515
15516         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15517         Remove "-face" suffix from face names.
15518         (gnus-picon-xbm-face, gnus-picon-face):
15519         New backward-compatibility aliases for renamed faces.
15520
15521         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15522         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15523         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15524         (gnus-cite-11): Remove "-face" suffix from face names.
15525         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15526         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15527         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15528         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15529         New backward-compatibility aliases for renamed faces.
15530         (gnus-cite-attribution-face, gnus-cite-face-list)
15531         (gnus-article-boring-faces): Use renamed gnus faces.
15532
15533         * gnus-art.el (gnus-signature, gnus-header-from)
15534         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15535         (gnus-header-content): Remove "-face" suffix from face names.
15536         (gnus-signature-face, gnus-header-from-face)
15537         (gnus-header-subject-face, gnus-header-newsgroups-face)
15538         (gnus-header-name-face, gnus-header-content-face):
15539         New backward-compatibility aliases for renamed faces.
15540         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15541
15542         * gnus-sum.el (gnus-summary-selected-face)
15543         (gnus-summary-highlight): Use renamed gnus faces.
15544         * gnus-group.el (gnus-group-highlight): Likewise.
15545
15546 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15547
15548         * gnus-sieve.el (gnus-sieve-article-add-rule):
15549         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15550         * spam-stat.el (spam-stat-buffer-change-to-spam)
15551         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15552
15553         * message.el (message-is-yours-p):
15554         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15555
15556 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * mm-view.el (mm-inline-text): Withdraw the last change.
15559
15560 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15563         executing enriched-decode.
15564
15565 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15568         charset of tar files.
15569
15570 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15571
15572         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15573
15574 2005-06-04  Lute Kamstra  <lute@gnu.org>
15575
15576         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15577         information is never recorded.
15578
15579 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15580
15581         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15582
15583 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * pop3.el (pop3-apop): Run md5 in the binary mode.
15586
15587         * starttls.el (starttls-set-process-query-on-exit-flag):
15588         Use eval-and-compile.
15589
15590 2005-05-31  Simon Josefsson  <jas@extundo.com>
15591
15592         * smime.el (smime-replace-in-string): Define.
15593         (smime-cert-by-ldap-1): Use it.
15594
15595 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-art.el (article-display-x-face): Replace
15598         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15599
15600         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15601         set-process-query-on-exit-flag or process-kill-without-query.
15602
15603         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15604         loop instead of replace-regexp.
15605
15606         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15607         instead of process-kill-without-query if it is available.
15608
15609         * lpath.el: Fbind ldap-search-entries.
15610
15611         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15612         instead of find-file-hooks if it is available.
15613
15614         * mml1991.el: Bind pgg-default-user-id when compiling.
15615
15616         * mml2015.el: Bind pgg-default-user-id when compiling.
15617
15618         * nndraft.el (nndraft-request-associate-buffer):
15619         Use write-contents-functions instead of write-contents-hooks if it is
15620         available.
15621
15622         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15623         instead of find-file-hooks if it is available.
15624
15625         * nntp.el (nntp-open-connection): Replace
15626         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15627         (nntp-open-ssl-stream): Ditto.
15628         (nntp-open-tls-stream): Ditto.
15629
15630         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15631         set-process-query-on-exit-flag or process-kill-without-query.
15632         (starttls-open-stream-gnutls): Use it instead of
15633         process-kill-without-query.
15634         (starttls-open-stream): Ditto.
15635
15636 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15637
15638         * smime.el (smime-cert-by-ldap-1): Don't use
15639         replace-regexp-in-string.
15640
15641 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15642
15643         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15644
15645         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15646         in PEM format.  Adjust to the XEmacs compability.
15647
15648 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15651         by `string-to-number'.
15652         * gnus-agent.el (gnus-agent-regenerate-group)
15653         (gnus-agent-fetch-articles): Ditto.
15654         * gnus-art.el (gnus-button-fetch-group): Ditto.
15655         * gnus-cache.el (gnus-cache-generate-active)
15656         (gnus-cache-articles-in-group): Ditto.
15657         * gnus-group.el (gnus-group-set-current-level)
15658         (gnus-group-insert-group-line): Ditto.
15659         * gnus-score.el (gnus-score-set-expunge-below)
15660         (gnus-score-set-mark-below, gnus-summary-score-effect)
15661         (gnus-summary-score-entry): Ditto.
15662         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15663         (gnus-soup-pack): Ditto.
15664         * gnus-spec.el (gnus-xmas-format): Ditto.
15665         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15666         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15667         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15668         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15669         * nndb.el (nndb-get-remote-expire-response): Ditto.
15670         * nndiary.el (nndiary-parse-schedule-value)
15671         (nndiary-string-to-number, nndiary-request-replace-article)
15672         (nndiary-request-article): Ditto.
15673         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15674         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15675         * nneething.el (nneething-make-head): Ditto.
15676         * nnfolder.el (nnfolder-request-article)
15677         (nnfolder-retrieve-headers): Ditto.
15678         * nnheader.el (nnheader-file-to-number): Ditto.
15679         * nnkiboze.el (nnkiboze-request-article): Ditto.
15680         * nnmail.el (nnmail-process-unix-mail-format)
15681         (nnmail-process-babyl-mail-format): Ditto.
15682         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15683         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15684         (nnmh-request-create-group, nnmh-request-list-1)
15685         (nnmh-request-group, nnmh-request-article): Ditto.
15686         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15687         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15688         * nnsoup.el (nnsoup-make-active): Ditto.
15689         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15690         * nntp.el (nntp-find-group-and-number)
15691         (nntp-retrieve-headers-with-xover): Ditto.
15692         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15693         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15694         (pgg-format-key-identifier): Ditto.
15695         * pop3.el (pop3-last, pop3-stat): Ditto.
15696         * qp.el (quoted-printable-decode-region): Ditto.
15697
15698         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15699         of concat.
15700
15701 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15704
15705         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15706
15707         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15708
15709         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15710
15711         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15712
15713         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15714
15715         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15716         (gnus-carpal-mode): Ditto.
15717
15718         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15719         (gnus-browse-mode): Ditto.
15720
15721         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15722
15723         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15724
15725 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15726
15727         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15728
15729 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-util.el (gnus-run-mode-hooks): New function.
15732
15733         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15734
15735         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15736         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15737
15738 2005-05-27  Lute Kamstra  <lute@gnu.org>
15739
15740         * dns-mode.el (dns-mode): Specify customization group.
15741
15742 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15743
15744         * gnus-agent.el (gnus-agent-make-mode-line-string):
15745         Use mode-line-highlight as mouse-face.
15746
15747 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * canlock.el (canlock): Change the parent group to news.
15750
15751         * deuglify.el (gnus-outlook-deuglify): Add :group.
15752
15753         * dig.el (dig): Add :group.
15754
15755         * dns-mode.el (dns-mode): Add :group.
15756
15757         * encrypt.el (encrypt): Add :group.
15758
15759         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15760         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15761         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15762         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15763         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15764
15765         * gnus-diary.el (gnus-diary): Add :group.
15766
15767         * gnus.el (gnus-group-news-1-face): Add :group.
15768         (gnus-group-news-1-empty-face): Ditto.
15769         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15770         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15771         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15772         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15773         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15774         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15775         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15776         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15777         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15778         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15779         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15780         (gnus-summary-high-ticked-face): Ditto.
15781         (gnus-summary-low-ticked-face): Ditto.
15782         (gnus-summary-normal-ticked-face): Ditto.
15783         (gnus-summary-high-ancient-face): Ditto.
15784         (gnus-summary-low-ancient-face): Ditto.
15785         (gnus-summary-normal-ancient-face): Ditto.
15786         (gnus-summary-high-undownloaded-face): Ditto.
15787         (gnus-summary-low-undownloaded-face): Ditto.
15788         (gnus-summary-normal-undownloaded-face): Ditto.
15789         (gnus-summary-high-unread-face): Ditto.
15790         (gnus-summary-low-unread-face): Ditto.
15791         (gnus-summary-normal-unread-face): Ditto.
15792         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15793         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15794
15795         * hashcash.el (hashcash): New custom group.
15796         (hashcash-default-payment): Add :group.
15797         (hashcash-payment-alist): Ditto.
15798         (hashcash-default-accept-payment): Ditto.
15799         (hashcash-accept-resources): Ditto.
15800         (hashcash-path): Ditto.
15801         (hashcash-extra-generate-parameters): Ditto.
15802         (hashcash-double-spend-database): Ditto.
15803         (hashcash-in-news): Ditto.
15804
15805         * message.el (message-minibuffer-local-map): Add :group.
15806
15807         * netrc.el (netrc): Add :group.
15808
15809         * sieve-manage.el (sieve-manage-log): Add :group.
15810         (sieve-manage-default-user): Diito.
15811         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15812         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15813         (sieve-manage-authenticators): Ditto.
15814         (sieve-manage-authenticator-alist): Ditto.
15815         (sieve-manage-default-port): Ditto.
15816
15817         * sieve-mode.el (sieve-control-commands-face): Add :group.
15818         (sieve-action-commands-face): Ditto.
15819         (sieve-test-commands-face): Ditto.
15820         (sieve-tagged-arguments-face): Ditto.
15821
15822         * smime.el (smime): Add :group.
15823
15824         * spam-report.el (spam-report): Add :group.
15825
15826         * spam.el (spam, spam-face): Add :group.
15827
15828 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15829
15830         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15831         return \n.\n.\n at the end of articles.  Protect against that.
15832         (nntp-with-open-group): Allow debugging.
15833
15834         * nnheader.el (mail-header-set-extra): Make into a function
15835         because I just could't understand how to quote the list properly.
15836
15837         * dns.el (query-dns-cached): New function.
15838
15839 2005-05-26  Lute Kamstra  <lute@gnu.org>
15840
15841         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15842
15843 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15846
15847         * gnus-art.el: Don't autoload mail-extract-address-components.
15848
15849         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15850         eval-and-compile to evaluate it.
15851
15852         * hashcash.el: Don't autoload executable-find.
15853
15854         * nndb.el: Don't declare the nndb back end two or more times; don't
15855         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15856
15857         * nntp.el: Autoload format-spec instead of format; use
15858         eval-and-compile to evaluate autoload forms.
15859
15860 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15861
15862         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15863
15864 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15865
15866         * gnus.el (gnus-version-number): Bump version.
15867
15868 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15869
15870         * gnus.el: No Gnus v0.3 is released.
15871
15872 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15873
15874         * lpath.el (featurep): Bind show-nonbreak-escape.
15875
15876 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus-art.el (gnus-article-edit-part): Disable undo.
15879
15880 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15883         gnus-article-date-lapsed-new-header is t if date timer is active;
15884         skip headers in which the original date value is empty.
15885         (gnus-article-save-original-date): Redefine it as a macro.
15886         (gnus-display-mime): Use it.
15887
15888 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * gnus-art.el (article-date-ut): Support converting date in
15891         forwarded parts as well.
15892         (gnus-article-save-original-date): New function.
15893         (gnus-display-mime): Use it.
15894
15895 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15896
15897         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15898         enclosure element of <item>.
15899
15900 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * message.el (message-kill-buffer-query): Rename from
15903         `message-kill-buffer-query-if-modified'.  Add :version.
15904
15905 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15908         window layout.
15909
15910 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * mml.el: Autoload dnd when compiling.
15913
15914 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15915
15916         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15917         x-dnd-*.
15918
15919 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * qp.el (quoted-printable-encode-region): Save excursion.
15922
15923 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15924
15925         * message.el (message-kill-buffer-query-if-modified): Add new variable
15926         so the user can kill a modified message buffer quickly.
15927         (message-kill-buffer): Use it.
15928
15929 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * lpath.el: Fbind display-time-event-handler; don't fbind
15932         string-to-multibyte.
15933
15934         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15935
15936 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15939         contained in text because xml.el decodes entities) with LFs.
15940
15941 2005-04-11  Lute Kamstra  <lute@gnu.org>
15942
15943         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15944         differently.
15945
15946 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15947
15948         * mm-util.el (mm-detect-coding-region): Typo.
15949
15950 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15953
15954 2005-04-06  Deepak Goel  <deego@gnufans.org>
15955
15956         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15957         user-function allow user modifications of the scores.
15958         (spam-stat-score-buffer-user): New function, to allow
15959         user-computed modifications to the score.
15960         (spam-stat-score-buffer-user-functions): List of additional
15961         scoring functions.
15962         (spam-stat-error-holder): Global temporary error holder.
15963         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15964         variable.
15965
15966 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * gnus-registry.el (gnus-registry-clean-empty-function)
15969         (gnus-registry-trim, gnus-registry-fetch-groups)
15970         (gnus-registry-delete-group): Groups that match
15971         `gnus-registry-ignored-groups' are removed from the registry
15972         entries, not just ignored for splitting.  This helps clean up the
15973         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15974         to get all the groups a message ID is in.
15975
15976         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15977         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15978         (spam-stat-score-buffer-user-functions): Add :number custom type.
15979
15980 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15983         argument in XEmacs.
15984
15985         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15986         (nnrss-request-group): Decode group name first.
15987         (nnrss-request-article): Make a text/plain article if mml-to-mime
15988         failed.
15989         (nnrss-get-encoding): Return a compatible encoding according to
15990         nnrss-compatible-encoding-alist.
15991         (nnrss-find-el): Use consp instead of listp.
15992         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15993
15994 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15997         which Emacs 20 doesn't support.
15998         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15999
16000 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16001
16002         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16003         silence the byte compiler inside the defun.
16004
16005         * gnus-demon.el (parse-time-string): Add autoload.
16006
16007         * gnus-delay.el (parse-time-string): Add autoload.
16008
16009         * gnus-art.el (parse-time-string): Add autoload.
16010
16011         * nnultimate.el (parse-time): Require for `parse-time-string'.
16012
16013 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16016
16017         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16018
16019         * smime.el (smime-ldap-host-list): Add :version.
16020
16021 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16022
16023         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16024         pass it to `gnus-browse-read-group'.
16025         (gnus-browse-read-group): Add NUMBER argument and pass it to
16026         `gnus-group-read-ephemeral-group'.
16027
16028         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16029         argument and pass it to `gnus-group-read-group'.
16030
16031 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16032
16033         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16034         mm-xemacs-find-mime-charset-1 if we have the mule feature
16035         available at runtime.
16036
16037 2005-03-25  Werner Lemberg  <wl@gnu.org>
16038
16039         * nnmaildir.el: Replace `illegal' with `invalid'.
16040
16041 2005-03-23  Lute Kamstra  <lute@gnu.org>
16042
16043         * time-date.el: Add comment on time value formats.
16044         Don't require parse-time.
16045         (with-decoded-time-value): New macro.
16046         (encode-time-value): New function.
16047         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16048         (days-to-time): Return a valid time value when arg is huge.
16049         (time-since): Use time-subtract.
16050         (time-to-number-of-days): Use time-to-seconds.
16051
16052 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16053
16054         * gnus-start.el (gnus-display-time-event-handler):
16055         Check display-time-timer at runtime rather than only at load time
16056         in case display-time-mode is turned off in the mean time.
16057
16058 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16061         used.
16062
16063         * nneething.el (nneething-map-file-directory): Derive from
16064         `gnus-directory'.
16065
16066         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16067         the To/Cc button.
16068
16069 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16070
16071         * nnmaildir.el (nnmaildir-request-accept-article):
16072         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16073
16074 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16075
16076         * gnus-async.el: Require timer-funcs at compile time when in
16077         XEmacs for `run-with-idle-timer'.
16078
16079 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16080
16081         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16082         autoloaded function.
16083
16084 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16085
16086         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16087
16088 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16089
16090         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16091
16092 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16093
16094         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16095         Add gnus-expert-user to default.
16096
16097 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16098
16099         * nnimap.el (nnimap-open-server): Ditto.
16100
16101         * imap.el (imap-authenticate): Fix typo.
16102
16103 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16104
16105         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16106         buffer (since IMAP server might return FETCH response out of
16107         order, and the nntp buffer must be sorted).
16108
16109 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16110
16111         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16112         comparison on string.
16113
16114         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16115         (gnus-agent-score): Rename category keywords to match gnus-cus.
16116         (gnus-agent-summary-fetch-series): Modify to protect against
16117         gnus-agent-summary-fetch-group clearing processable flags.
16118         (gnus-agent-synchronize-group-flags): Update live group buffer as
16119         synchronization may occur due to the user toggle the plugged
16120         status.
16121         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16122         successfully downloaded.
16123         (gnus-agent-expire-group-1): Avoid using markers when the overview
16124         is in ascending order; greatly improves performance.
16125         (gnus-agent-regenerate-group):
16126         Use gnus-agent-synchronize-group-flags to reset read status in both
16127         gnus and server.
16128         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16129
16130 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * message.el: Don't autoload former message-utils variables.
16133         (message-strip-subject-trailing-was): Change doc string.
16134
16135         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16136         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16137         (nnweb-google-search): Add "hl=en" here.
16138         (nnweb-google-parse-1, nnweb-google-create-mapping):
16139         Don't hardcode URL.
16140
16141 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16142
16143         * message.el (message-get-reply-headers, message-followup):
16144         Mention related variables `message-use-followup-to' and
16145         `message-use-mail-followup-to', in the information buffer.
16146
16147         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16148         of broken groups(-beta).google.com.
16149
16150 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16153         parameter to invoked gnus-request-move-article; remove the
16154         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16155         all at once instead of once per article.
16156         (gnus-summary-remove-process-mark): Accept a list of articles as
16157         well as a single article for processing.
16158
16159         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16160         parameter.
16161
16162         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16163
16164         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16165
16166         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16167         parameter.
16168
16169         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16170         parameter.
16171
16172         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16173         parameter and remove the gnus-sum-hint-move-is-internal variable.
16174
16175         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16176         parameter.
16177
16178         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16179         parameter.
16180
16181         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16182         parameter.
16183
16184         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16185
16186         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16187         parameter.
16188
16189         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16190         parameter.
16191
16192 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16193
16194         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16195         a more conservative way.
16196
16197 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16198
16199         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16200         buffer, so it moves the window's cursor.
16201
16202 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16203
16204         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16205         `mm-dissect-multipart' and receive the from field as an (optional)
16206         argument from `mm-dissect-multipart'.
16207         (mm-dissect-multipart): Receive the from field as an argument and
16208         pass it on when we call `mm-dissect-buffer' on MIME parts.
16209         Fixes verification/decryption of signed/encrypted MIME parts.
16210
16211 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16212
16213         * gnus-sum.el (gnus-summary-move-article):
16214         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16215         whatever it calls (right now, only nnimap-request-move article
16216         respects it).
16217
16218         * nnimap.el (nnimap-request-move-article):
16219         When gnus-sum-hint-move-is-internal is set, don't do the extra
16220         nnimap-request-article.
16221
16222 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16225
16226         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16227         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16228
16229         * gnus-sum.el (gnus-summary-caesar-message):
16230         Apply `gnus-treat-article' after rotation.
16231
16232         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16233         doc string.
16234
16235 2005-02-22  Simon Josefsson  <jas@extundo.com>
16236
16237         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16238         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16239         <arne@arnested.dk>.
16240         (encrypt): Add password-cache and password-cache-expiry as group
16241         members.
16242
16243 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16244
16245         * smime.el (smime-ldap-host-list): Doc fix.
16246         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16247         cache) password.
16248         (smime-sign-region): Use it.
16249         (smime-decrypt-region): Use it.
16250         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16251         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16252         fails.
16253         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16254         certificate from DER to PEM format rather than calling openssl.
16255
16256         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16257
16258         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16259         for signing/encryption.
16260
16261         * mml.el (mml-parse-1): Use them.
16262
16263 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16264
16265         * nnrss.el (nnrss-verbose): Remove.
16266         (nnrss-request-group): Use `nnheader-message' instead.
16267
16268 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16269
16270         * nnrss.el (nnrss-verbose): New variable.
16271         (nnrss-request-group): Make it say nnrss is requesting a group.
16272
16273 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16276         Handle news URL with given port correctly.
16277
16278 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16281         containing special characters.
16282
16283         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16284
16285         * mml.el (mime-to-mml): Ditto.
16286
16287         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16288         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16289         (rfc2047-decode-region): Quote decoded words containing special
16290         characters when rfc2047-quote-decoded-words-containing-tspecials
16291         is non-nil.
16292
16293 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16294
16295         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16296
16297         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16298
16299 2005-02-15  Simon Josefsson  <jas@extundo.com>
16300
16301         * nnimap.el (nnimap-debug): Doc fix.
16302
16303         * imap.el (imap-debug): Doc fix.
16304
16305 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16308
16309 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16310
16311         * gnus.el (spam-contents): Improve docs for spam-contents
16312         parameter in its variable incarnation.
16313
16314 2005-02-14  Simon Josefsson  <jas@extundo.com>
16315
16316         * smime-ldap.el: Use require instead of load-library for ldap.
16317         (smime-ldap-search): Indent.
16318         (smime-ldap-search-internal): Shorten line.
16319
16320         * smime.el (smime-cert-by-dns): Add doc-string.
16321         (smime-cert-by-ldap-1): Indent.
16322
16323         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16324         mml-smime-get-dns-ldap.
16325         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16326
16327 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16328
16329         * smime.el: Require smime-ldap.
16330         (smime-ldap-host-list): New variable.
16331         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16332
16333         * mml-smime.el (mml-smime-encrypt-query): New function.
16334         (mml-smime-encrypt-query): Use it.
16335
16336         * smime-ldap.el: New file.
16337
16338 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16341
16342 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16343
16344         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16345         argument in doc string.  Make query for type more clear.
16346
16347 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * gnus.el (gnus-group-startup-message): Search for gnus images in
16350         etc/images/gnus.
16351         * mm-util.el (mm-image-load-path): Likewise.
16352         * smiley.el (smiley-data-directory): Search for smilies in
16353         etc/images/smilies.
16354
16355 2005-02-09  Kim F. Storm  <storm@cua.dk>
16356
16357         Change Emacs release version from 21.4 to 22.1 throughout.
16358         Change Emacs development version from 21.3.50 to 22.0.50.
16359
16360 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16363
16364         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16365         non-Mule XEmacs as well.
16366         (mm-decompress-buffer): Signal an error intentionally if it does
16367         not decompress compressed data because auto-compression-mode is
16368         disabled.
16369
16370 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16371
16372         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16373         an ID in the registry even if it has no groups.
16374
16375 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16378         merge it into mm-decompress-buffer.
16379         (gnus-mime-copy-part): Use the MIME part charset, the value which
16380         a user specified or gnus-newsgroup-charset for decoding, like
16381         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16382         save-buffer what was used.  Suggested by Kevin Ryde
16383         <user42@zip.com.au>.
16384         (gnus-mime-inline-part): Allow the name parameter as well as the
16385         filename parameter; force decompressing of compressed data; always
16386         display contents being not decoded as unibyte.
16387
16388         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16389         as well as the filename parameter.
16390
16391         * mm-util.el (mm-decompress-buffer):
16392         Merge gnus-mime-jka-compr-maybe-uncompress.
16393         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16394         of compressed data.
16395
16396 2005-02-08  Simon Josefsson  <jas@extundo.com>
16397
16398         * imap.el (imap-log): Doc fix.
16399
16400 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16403         the coding cookies; decompress compressed parts.
16404
16405         * mml.el (mml-generate-mime-1): Add the charset parameter according
16406         to the value which a user specified manually or the coding cookie.
16407
16408         * mm-util.el (mm-string-to-multibyte): New function.
16409         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16410         (mm-coding-system-to-mime-charset): New function.
16411         (mm-decompress-buffer): New function.
16412         (mm-find-buffer-file-coding-system): New function.
16413
16414         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16415         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16416         parts.
16417
16418 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16419
16420         * mm-view.el (mm-display-inline-fontify): Decode a part according
16421         to the charset parameter.
16422
16423 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16426         prefix arg is neither nil nor a number, as info specifies.
16427
16428 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16431         timestamps.
16432
16433 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16434
16435         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16436         groups error checking and notify user.
16437
16438 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16439
16440         * message.el (message-send-mail-function): Check existence of
16441         sendmail-program first before using default value
16442         `message-send-mail-with-sendmail'.  Otherwise use more generic
16443         `smtpmail-send-it'.
16444
16445 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * nntp.el (nntp-request-update-info): Always return nil.
16448
16449 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16450
16451         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16452
16453 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16454
16455         * message.el (message-beginning-of-line): Change the behavior when
16456         invoked between BOL and : so that it first moves backward.
16457
16458 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16461         article buffer when editing of the article is discarded.
16462         (gnus-article-prepare): Revert.
16463
16464 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * gnus-art.el (gnus-article-prepare):
16467         Remove message-strip-forbidden-properties from the local hook.
16468
16469 2005-01-27  Simon Josefsson  <jas@extundo.com>
16470
16471         * password.el (password-cache-add): Only start one timer per key.
16472         Reported by Derek Atkins <warlord@MIT.EDU>.
16473
16474 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16475
16476         * run-at-time.el: Remove.  It is no longer needed as
16477         timer-funcs.el in the xemacs-base package has a working version of
16478         `run-at-time'.
16479
16480         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16481
16482         * password.el: Require timer-funcs instead of run-at-time in
16483         XEmacs.
16484         Remove `password-run-at-time' macro.
16485         (password-cache-add): Use `run-at-time' instead of
16486         `password-run-at-time'.
16487
16488         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16489         Remove `nnheader-cancel-function-timers' alias,
16490         `cancel-function-timers' exists in XEmacs in timer-funcs.
16491
16492         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16493         for `run-with-idle-timer'.
16494
16495         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16496         for `run-at-time'.
16497
16498         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16499         for `with-timeout'.
16500
16501         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16502         the same as for XEmacs 21.4.
16503         No need to ignore `run-with-idle-timer', this function exists in
16504         XEmacs now in timer-funcs.el in the xemacs-base package.
16505         (dgnushack-compile): No need to delete
16506         run-at-time.el from the list of files to compile because it
16507         doesn't exist anymore.
16508
16509 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16512         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16513
16514 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16515
16516         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16517         sensitively.
16518
16519 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16520
16521         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16522
16523 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16526         which will be inserted according to the multibyteness of a buffer
16527         rather than the type of contents.  Suggested by ARISAWA Akihiro
16528         <ari@mbf.ocn.ne.jp>.
16529
16530         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16531         of string which old xml.el may return rather than a string.
16532
16533 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16536
16537 2005-01-16  Simon Josefsson  <jas@extundo.com>
16538
16539         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16540         idn/idna.el isn't available.
16541         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16542         <michael@waxrat.com>.
16543
16544         * hashcash.el: Remove non-FSF copyright header.
16545
16546         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16547         (hashcash-generate-payment): Use it.
16548         (hashcash-generate-payment-async): Use it.
16549
16550 2005-01-15  Simon Josefsson  <jas@extundo.com>
16551
16552         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16553         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16554
16555         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16556         gnus-summary-idna-message.
16557         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16558         (gnus-summary-idna-message): New function.
16559
16560 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16561
16562         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16563         gnus-novice-user.
16564
16565 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * nnrss.el (nnrss-request-delete-group): Delete entries in
16568         nnrss-group-alist as well.
16569         (nnrss-save-server-data): Insert newline.
16570
16571 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16572
16573         * gnus.el (gnus-user-agent): Use list of symbols instead of
16574         symbols.  Display full version number for (S)XEmacs.
16575         Optionally display (S)XEmacs codename.
16576
16577         * gnus-util.el (gnus-emacs-version): Update for new
16578         `gnus-user-agent'.
16579
16580         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16581         Gnus version.
16582
16583 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16586         which is unreadable in some setups.
16587
16588 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-spec.el (gnus-update-format-specifications): Flush the
16591         group format spec cache if it doesn't support decoded group names.
16592
16593 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16596         Allow to apply decay on score files matching a regexp.
16597
16598 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16601         compatibility in %g and %c.
16602
16603 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16606         name for only %g and %c.
16607         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16608         of gnus-tmp-group to decoded group name.
16609         (gnus-group-make-rss-group): Exclude `/'s from group names.
16610
16611 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * nnrss.el (nnrss-get-encoding): Fix regexp.
16614
16615 2004-12-27  Simon Josefsson  <jas@extundo.com>
16616
16617         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16618         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16619         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16620
16621 2004-12-17  Kim F. Storm  <storm@cua.dk>
16622
16623         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16624
16625         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16626
16627 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16628
16629         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16630
16631 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * nnrss.el: Require rfc2047 and mml.
16634         (nnrss-file-coding-system): New variable.
16635         (nnrss-format-string): Redefine it as an inline function.
16636         (nnrss-decode-group-name): New function.
16637         (nnrss-string-as-multibyte): Remove.
16638         (nnrss-retrieve-headers): Decode group name; don't use
16639         nnrss-format-string.
16640         (nnrss-request-group): Decode group name.
16641         (nnrss-request-article): Decode group name; allow a Message-ID as
16642         well as an article number; don't use nnrss-format-string; encode a
16643         Message-ID string which may contain non-ASCII characters; use
16644         mml-to-mime to compose a MIME article.
16645         (nnrss-request-expire-articles): Decode group name.
16646         (nnrss-request-delete-group): Decode group name.
16647         (nnrss-fetch): Clarify error message.
16648         (nnrss-read-server-data): Use insert-file-contents instead of load;
16649         bind file-name-coding-system; use multibyte buffer.
16650         (nnrss-save-server-data): Bind coding-system-for-write to the
16651         value of nnrss-file-coding-system; bind file-name-coding-system;
16652         add coding cookie.
16653         (nnrss-read-group-data): Use insert-file-contents instead of load;
16654         bind file-name-coding-system; use multibyte buffer.
16655         (nnrss-save-group-data): Bind coding-system-for-write to the
16656         value of nnrss-file-coding-system; bind file-name-coding-system.
16657         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16658         make it work with non-ASCII text.
16659         (nnrss-find-el): Make it work with old xml.el as well.
16660
16661 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16662
16663         * nnrss.el (nnrss-get-encoding): New function.
16664         (nnrss-fetch): Use unibyte buffer initially; bind
16665         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16666         decode contents according to the encoding attribute.
16667         (nnrss-save-group-data): Add coding cookie.
16668         (nnrss-mime-encode-string): New function.
16669         (nnrss-check-group): Use it to encode subject and author.
16670
16671 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16672
16673         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16674         imaginary variable.
16675
16676 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16679         correctly even if there are wide characters.
16680
16681 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16682
16683         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16684         downcased symbol names; make a new cache instead of reusing
16685         bbdb-hashtable.
16686
16687 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16690         concatenating segments rather than before concatenating them.
16691         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16692
16693         * message.el (message-get-reply-headers): Bind `extra'.
16694
16695 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16696
16697         * message.el (message-extra-wide-headers): New variable.
16698         (message-get-reply-headers): Use it.
16699
16700 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16703         (gnus-agent-group-pathname): Ditto.
16704
16705         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16706
16707         * gnus-group.el (gnus-group-make-group): Decode group name.
16708         (gnus-group-make-rss-group): Register the group data after opening
16709         the nnrss group.
16710
16711 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16712
16713         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16714         by expiry now get marked as read.
16715
16716 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16719
16720 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16721
16722         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16723         unify Latin characters in XEmacs.
16724         (mm-find-mime-charset-region): Use it.
16725
16726 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-util.el (gnus-delete-directory): New function.
16729
16730         * gnus-agent.el (gnus-agent-delete-group): Use it.
16731
16732         * gnus-cache.el (gnus-cache-delete-group): Use it.
16733
16734 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16737         names.
16738
16739 2004-12-16  Simon Josefsson  <jas@extundo.com>
16740
16741         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16742
16743 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16746
16747         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16748         (gnus-group-set-current-level): Decode group name.
16749
16750 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16751
16752         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16753         failed.
16754
16755 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * gnus-group.el (gnus-group-delete-group): Decode group name.
16758         (gnus-group-make-rss-group): Encode group name.
16759         (gnus-group-catchup-current): Decode group name.
16760         (gnus-group-kill-group): Decode group name.
16761
16762 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16763
16764         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16765
16766 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-group.el (gnus-group-make-rss-group):
16769         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16770
16771         * gnus-start.el (gnus-setup-news): Honor user's setting to
16772         gnus-message-archive-method.  Suggested by Lute Kamstra
16773         <lute@gnu.org>.
16774
16775 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16776
16777         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16778         global counterparts of the buffer-local variables.
16779
16780 2004-11-16  Romain Francoise  <romain@orebokech.com>
16781
16782         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16783         counterparts of the buffer-local variables.
16784
16785 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16786
16787         * message.el (message-forbidden-properties): Fix typo in doc
16788         string.
16789
16790 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-util.el (gnus-replace-in-string): Add doc string.
16793
16794         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16795         to avoid problems when splitting mails with many recipients.
16796
16797 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16798
16799         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16800         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16801
16802 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16803
16804         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16805         if there is no hashtable in memory or file modification time is
16806         newer than cached timestamp.
16807
16808 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16809
16810         * gnus-sum.el (gnus-summary-limit-to-recipient):
16811         Implement not-matching option.
16812
16813 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16816         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16817         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16818         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16819         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16820         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16821
16822 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * message.el (message-forward-make-body-mml): Remove headers
16825         according to message-forward-ignored-headers if a message is decoded.
16826
16827 2004-12-02  Romain Francoise  <romain@orebokech.com>
16828
16829         * message.el (message-forward-make-body-plain): Always remove
16830         headers according to message-forward-ignored-headers.
16831
16832 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16833
16834         * spam.el (spam-summary-prepare-exit): Remove the
16835         gnus-summary-limit pop for now, it has problems with ham marks for
16836         me.
16837
16838 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16839
16840         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16841         correctly.
16842
16843 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16844
16845         * format-spec.el (format-spec): Message the char.
16846
16847 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16848
16849         * gnus-art.el (gnus-split-methods): Reformat comments.
16850
16851         * spam.el (spam-summary-prepare-exit): Remove article limits
16852         before exiting the summary buffer.
16853
16854 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16857         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16858
16859         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16860         order to silence the byte compiler.
16861
16862         * spam.el: Fix the way to silence the byte compiler, which
16863         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16864         bbdb-search-simple, spam-BBDB-register-routine,
16865         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16866         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16867         spam-stat-buffer-is-spam, spam-stat-load,
16868         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16869         spam-stat-save and spam-stat-split-fancy.
16870
16871 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16874         which may confuse users.
16875         (canlock-password-for-verify): Ditto.
16876
16877         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16878
16879         * gnus-art.el (gnus-emphasis-alist): Ditto.
16880
16881         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16882
16883         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16884
16885         * gnus-start.el (gnus-save-killed-list): Ditto.
16886
16887         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16888         (gnus-sum-thread-tree-root): Ditto.
16889         (gnus-sum-thread-tree-false-root): Ditto.
16890         (gnus-sum-thread-tree-single-indent): Ditto.
16891
16892         * message.el (message-courtesy-message): Ditto.
16893         (message-archive-note): Ditto.
16894         (message-subscribed-address-file): Ditto.
16895         (message-user-fqdn): Ditto.
16896
16897         * spam-report.el (spam-report-gmane-regex): Ditto.
16898
16899         * spam.el (spam-blackhole-good-server-regex): Ditto.
16900
16901 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * mml.el (mml-preview): Widen the message buffer before copying
16904         the contents to the preview buffer; sort headers before previewing.
16905
16906         * message.el (message-hidden-headers): Fix the way to avoid a bug
16907         in the `repeat' widget in Emacs 21.3 or earlier.
16908
16909 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * message.el (message-hidden-headers): Default to "^References:".
16912         Improve customization type.  Suggested by Reiner Steib
16913         <Reiner.Steib@gmx.de>.
16914
16915 2004-11-25  Romain Francoise  <romain@orebokech.com>
16916
16917         * message.el (message-strip-forbidden-properties): Remove check for
16918         obsolete `message-hidden' text property, hidden headers are not
16919         accessible in the buffer anymore.
16920
16921 2004-11-22  Romain Francoise  <romain@orebokech.com>
16922
16923         * message.el (message-header-format-alist): Add `From' in list
16924         so that it can be sorted.
16925         (message-fix-before-sending): Widen and sort headers before
16926         sending.
16927         (message-hide-headers): Use narrowing to hide headers by moving
16928         them to the top of the buffer and narrowing to the region
16929         underneath.
16930
16931 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * message.el (message-strip-forbidden-properties):
16934         Bind buffer-read-only (etc) to nil.
16935
16936 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16939         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16940
16941 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16942
16943         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16944
16945 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16946
16947         * dns.el (query-dns): Use sit-for to time instead of
16948         accept-process-output, since that doesn't seem to work on udp
16949         sockets.
16950
16951 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16954
16955 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16956
16957         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16958         doc string.  Improve doc string.
16959
16960 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * nntp.el (nntp-request-update-info): Return nil if
16963         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16964         may not call gnus-activate-group which uselessly issues the GROUP
16965         commands for all nntp groups and wastes time.  Reported by Romain
16966         Francoise <romain@orebokech.com>.
16967
16968         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16969
16970 2004-11-15  Simon Josefsson  <jas@extundo.com>
16971
16972         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16973         headers separately.
16974         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16975         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16976
16977 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16978
16979         * gnus-start.el (gnus-convert-old-newsrc):
16980         Assign legacy-gnus-agent to 5.10.7.
16981
16982 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983
16984         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16985         start of the lines.
16986
16987 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16988
16989         * hashcash.el (hashcash-default-payment): Change default to 20.
16990         (hashcash-default-accept-payment): Change default to 20.
16991         (hashcash-process-alist): New variable.
16992         (hashcash-generate-payment-async): Add.
16993         (hashcash-already-paid-p): Add.
16994         (hashcash-insert-payment): Don't generate payments twice.
16995         (hashcash-insert-payment-async): Add.
16996         (hashcash-insert-payment-async-2): Add.
16997         (hashcash-cancel-async): Add.
16998         (hashcash-wait-async): Add.
16999         (hashcash-processes-running-p): Add.
17000         (hashcash-wait-or-cancel): Add.
17001         (mail-add-payment): New optional argument.  Conditionally start
17002         asynchronous calculation.
17003         (mail-add-payment-async): Add.
17004
17005         * message.el (message-send-mail): Wait for asynchronous hashcash
17006         results.  Don't clobber existing X-Hashcash headers.
17007         (message-setup-1): Call mail-add-payment-async when
17008         message-generate-hashcash is non-nil.
17009
17010 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17011
17012         * message.el (message-use-alternative-email-as-from): Examine the
17013         From header as well; use message-make-from in order to include a
17014         user's full name.
17015
17016 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17019         default; improve customization type.
17020         (gnus-emphasis-custom-with-format): New macro.
17021         (gnus-emphasis-custom-value-to-external): New function.
17022         (gnus-emphasis-custom-value-to-internal): New function.
17023
17024 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17025
17026         * dns.el (query-dns): Resolve reverse addresses.
17027
17028 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17029
17030         * gnus-group.el (gnus-group-get-new-news): Use it.
17031
17032         * gnus-start.el (gnus-check-reasonable-setup): New function.
17033
17034 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17037         "Args out of range" error.  Reported by Arnaud Giersch
17038         <arnaud.giersch@free.fr>.
17039
17040 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17041
17042         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17043
17044 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17045
17046         * spam.el (spam group): Add :version.
17047
17048         * pgg-def.el (pgg group): Add :version.
17049
17050 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-art.el (gnus-article-edit-article): Don't associate the
17053         article buffer with a draft file.  This is a temporary measure
17054         against the 2004-08-22 change to gnus-article-edit-mode.
17055
17056 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17059         (html2text-format-tags): Remove unused variable `attr'.
17060
17061 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17064
17065         * tls.el (tls-process-connection-type, tls-success)
17066         (tls-certtool-program): Add :version.
17067
17068         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17069         (starttls-extra-arguments, starttls-process-connection-type)
17070         (starttls-connect, starttls-failure, starttls-success): Add :version.
17071
17072         * spam-stat.el (spam-stat): Add :version.
17073
17074         * sieve.el (sieve): Add :version.
17075
17076         * sha1.el (sha1): Add :version.
17077         (sha1-use-external): Remove redundant version.
17078
17079         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17080         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17081         (nnmail-split-fancy-match-partial-words)
17082         (nnmail-split-lowercase-expanded): Add :version.
17083
17084         * nndiary.el (nndiary): Add :version.
17085
17086         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17087
17088         * mml-sec.el (mml-default-sign-method)
17089         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17090         Add :version.
17091
17092         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17093
17094         * mm-url.el (mm-url-use-external, mm-url-program)
17095         (mm-url-arguments): Add :version.
17096
17097         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17098         (mm-attachment-file-modes, mm-decrypt-option)
17099         (mm-w3m-safe-url-regexp): Add :version.
17100
17101         * message.el (message-cite-prefix-regexp)
17102         (message-sendmail-envelope-from, message-minibuffer-local-map)
17103         (message-user-fqdn, message-completion-alist): Add :version.
17104
17105         * gnus-win.el (gnus-configure-windows-hook)
17106         (gnus-use-frames-on-any-display): Add :version.
17107
17108         * gnus-art.el (gnus-article-address-banner-alist)
17109         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17110         (gnus-treat-from-picon, gnus-treat-mail-picon)
17111         (gnus-treat-x-pgp-sig): Add :version.
17112
17113         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17114         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17115         (gnus-summary-article-delete-hook)
17116         (gnus-summary-display-while-building): Add :version.
17117
17118         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17119         (gnus-get-top-new-news-hook): Add :version.
17120
17121         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17122         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17123
17124         * gnus-registry.el (gnus-registry): Add :version.
17125
17126         * gnus-spec.el (gnus-use-correct-string-widths)
17127         (gnus-make-format-preserve-properties): Add :version.
17128
17129         * gnus.el (gnus-group-charter-alist)
17130         (gnus-group-fetch-control-use-browse-url)
17131         (gnus-install-group-spam-parameters): Add :version.
17132
17133         * gnus-diary.el (gnus-diary): Add :version.
17134
17135         * gnus-delay.el (gnus-delay): Add :version.
17136
17137         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17138         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17139         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17140         Add :version.
17141
17142         * gnus-agent.el (gnus-agent-max-fetch-size)
17143         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17144         (gnus-agent-prompt-send-queue): Add :version.
17145
17146         * deuglify.el (gnus-outlook-deuglify): Add :version.
17147
17148         * html2text.el: Beautify code.  Improve doc strings.
17149         Some checkdoc cleanup.
17150         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17151
17152 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17153
17154         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17155
17156 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17157
17158         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17159         when package is loaded.
17160
17161         * spam.el (spam-summary-score-preferred-header): Add global preference
17162         for people who want to override the default SpamAssassin over
17163         Bogofilter preference (when both are set).
17164         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17165         (spam-user-format-function-S):
17166         Check spam-summary-score-preferred-header.
17167         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17168         (spam-user-format-function-S): Format the score correctly.
17169
17170 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17173         signature file.  Suggested by Manoj Srivastava
17174         <srivasta@golden-gryphon.com>.
17175
17176         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17177         iso-2022-jp even in the Japanese language environment.
17178         Suggested by Jason Rumney <jasonr@gnu.org>.
17179
17180 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17183         use the same characters as the dummy marks; make it free from
17184         getting affected by the language environment.
17185         (gnus-summary-read-group-1): Update mark positions only when the
17186         format spec is updated.
17187
17188         * gnus-spec.el (gnus-update-format-specifications): Return a list
17189         of updated types.
17190
17191 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17194         of boundp to check if display-warning is available.
17195
17196 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17197
17198         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17199
17200 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * nnspool.el (nnspool-spool-directory): Use news-path if the
17203         news-directory variable is not bound.
17204
17205         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17206         function instead of display-warning if it is not available.
17207
17208 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17209
17210         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17211         v5-10: Use `point-at-bol'.
17212
17213 2004-10-26  Simon Josefsson  <jas@extundo.com>
17214
17215         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17216         <chenggao@gmail.com>.
17217
17218 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17219
17220         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17221         instead.
17222
17223 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17224
17225         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17226         to remove a server from the nnimap-server-buffer-alist.
17227         (nnimap-open-connection, nnimap-close-server): Use it.
17228
17229         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17230
17231 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17234         running the major-mode function.
17235
17236 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17239         dummy marks in the right way.
17240
17241 2004-10-18  David Edmondson  <dme@dme.org>
17242
17243         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17244         excessively.
17245
17246 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * gnus-util.el (gnus-split-references): Accept a nil references
17249         string and go on blissfully.
17250
17251         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17252         cases where the references string is non-nil but has no references.
17253
17254         * encrypt.el: Add autoload tags.
17255
17256         * spam.el (spam-resolve-registrations-routine): Remove article
17257         from unregistration list too.  Reported by David Hanak
17258         <dhanak@isis.vanderbilt.edu>
17259
17260 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17261
17262         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17263         nil.  Change custom type.
17264
17265 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17268
17269         * gnus-sum.el (gnus-summary-move-article): Use it.
17270
17271 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17272
17273         * encrypt.el: Add autoload cookies.
17274
17275         * spam.el (spam-backend-article-list-property)
17276         (spam-backend-get-article-todo-list)
17277         (spam-backend-put-article-todo-list)
17278         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17279         Resolve registrations separately.
17280         (spam-register-routine): Format comments.
17281         (spam-unregister-routine, spam-register-routine): Always call with
17282         specific-articles, no default list.
17283         (spam-summary-prepare-exit): Use the spam-classifications function.
17284
17285         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17286         gnus-encrypt.el.
17287
17288         * encrypt.el: Copied from gnus-encrypt.el.
17289
17290         * gnus-encrypt.el: Commented that it's obsolete.
17291
17292 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17293
17294         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17295         (gnus-score-save): Use it.
17296
17297         * message.el (message-bury): Use `window-dedicated-p'.
17298
17299 2004-10-15  Simon Josefsson  <jas@extundo.com>
17300
17301         * pop3.el (top-level): Don't require nnheader.
17302         (pop3-read-timeout): Add.
17303         (pop3-accept-process-output): Add.
17304         (pop3-read-response, pop3-retr): Use it.
17305
17306 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17307
17308         * spam.el (spam-register-routine): Move comment.
17309         (spam-verify-bogofilter): Use 'unknown for the initial
17310         spam-bogofilter-valid state, not 'never.
17311
17312         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17313         for netrc-machine.
17314
17315         * nnimap.el (nnimap-open-connection):
17316         Use netrc-machine-user-or-password.
17317
17318 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17319
17320         * gnus-registry.el (gnus-registry-unload-hook):
17321         Set as a variable with add-hook.
17322
17323         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17324         of news-path.
17325
17326         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17327
17328         * spam.el: Delete duplicate `provide'.
17329         (spam-unload-hook): Set as a variable with add-hook.
17330
17331 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17332
17333         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17334         in the doc string.
17335
17336         * message.el (message-ignored-news-headers)
17337         (message-ignored-supersedes-headers)
17338         (message-ignored-resent-headers)
17339         (message-forward-ignored-headers): Improve custom type.
17340
17341 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * message.el (message-tokenize-header): Fix 2004-09-06 change
17344         which used point-min in the wrong place.
17345
17346 2004-10-12  Simon Josefsson  <jas@extundo.com>
17347
17348         * tls.el (tls-certtool-program): New variable.
17349         (tls-certificate-information): New function, based on
17350         ssl-certificate-information.
17351
17352 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * compface.el: Move the version of ELisp-based uncompface program
17355         to the contrib directory because of the copyright problem.
17356
17357 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * message.el (message-kill-buffer): Raise the current frame.
17360
17361 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17364
17365         * gnus.el (message-y-or-n-p): Autoload.
17366
17367         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17368         (pop3-password-required, pop3-authentication-scheme)
17369         (pop3-leave-mail-on-server): Make customizable.
17370         (pop3): New custom group.
17371         (pop3-retr): Remove `sleep-for' statements.
17372         Suggested by Dave Love <fx@gnu.org>.
17373
17374         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17375         Windows/DOS.
17376
17377         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17378         (imap-parse-body): Fix incorrect use of `assert'.
17379         Suggested by Dave Love <fx@gnu.org>.
17380
17381         * mml.el (mml-minibuffer-read-disposition): Require match.
17382         Suggested by Dave Love <fx@gnu.org>.
17383
17384 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17385
17386         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17387         doc string.
17388
17389 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17392
17393 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17394
17395         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17396         instead of calling `mm-insert-inline', to decode text/* parts
17397         before displaying them.
17398
17399 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * mm-uu.el (mm-uu-text-plain-type): New variable.
17402         (mm-uu-pgp-signed-extract-1): Use it.
17403         (mm-uu-pgp-encrypted-extract-1): Use it.
17404         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17405         bind mm-uu-text-plain-type with that value.
17406         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17407         mm-uu-dissect.
17408
17409 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * gnus-group.el (gnus-update-group-mark-positions):
17412         * gnus-sum.el (gnus-update-summary-mark-positions):
17413         * message.el (message-check-news-body-syntax):
17414         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17415         of string-as-multibyte.
17416
17417 2004-10-05  Juri Linkov  <juri@jurta.org>
17418
17419         * gnus-group.el (gnus-update-group-mark-positions):
17420         * gnus-sum.el (gnus-update-summary-mark-positions):
17421         * message.el (message-check-news-body-syntax):
17422         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17423         8-bit unibyte values to a multibyte string for search functions.
17424
17425 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17428         (mm-uu-dissect-text-parts): New function.
17429
17430         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17431         dissect text parts.
17432
17433         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17434         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17435
17436         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17437
17438         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17439         Use gnus-current-topics instead of gnus-current-topic.
17440
17441 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17442
17443         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17444
17445 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17446
17447         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17448         where approriate.
17449
17450         * nnml.el (nnml-generate-active-info): do.
17451
17452         * nndiary.el (nndiary-generate-active-info): do.
17453
17454         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17455         (gnus-topic-move): do.
17456
17457         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17458         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17459
17460         * gnus-srvr.el (gnus-server-prepare)
17461         (gnus-server-open-all-servers): do.
17462
17463         * gnus-msg.el (gnus-summary-cancel-article)
17464         (gnus-summary-resend-message)
17465         (gnus-summary-mail-crosspost-complaint): do.
17466
17467         * gnus-move.el (gnus-change-server): do.
17468
17469         * gnus-group.el (gnus-group-unmark-all-groups)
17470         (gnus-group-set-current-level): do.
17471
17472 2004-10-04  Simon Josefsson  <jas@extundo.com>
17473
17474         * message.el (message-generate-hashcash): Doc fix.
17475
17476 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17477
17478         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17479         avoid infinite recursion via gnus-get-function.
17480
17481 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17482
17483         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17484
17485         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17486
17487         * nnmail.el (nnmail-split-history): do.
17488
17489         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17490         (nnml-request-delete-group): do.
17491
17492         * nnslashdot.el (nnslashdot-read-groups): do.
17493
17494         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17495         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17496
17497         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17498         (nnspool-sift-nov-with-sed): Use last.
17499         (nnspool-retrieve-headers-with-nov): Use mapc.
17500         (nnspool-request-newgroups): Use dolist.
17501         (nnspool-request-group): Use last.
17502
17503         * nntp.el (nntp-read-server-type): Use dolist.
17504
17505         * nnvirtual.el (nnvirtual-create-mapping)
17506         (nnvirtual-update-read-and-marked): Use dolist.
17507         (nnvirtual-convert-headers): Simplify.
17508
17509 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17510
17511         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17512         Add support for sync'ing tick marks.
17513
17514 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17517         there's no visible header.
17518
17519 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17520
17521         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17522         When necessary, pass full group name to gnus-request-set-marks.
17523
17524 2004-10-01  Simon Josefsson  <jas@extundo.com>
17525
17526         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17527         acroread.
17528
17529 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17530
17531         * spam-report.el (spam-report-gmane): Fix interactive.
17532
17533         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17534
17535         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17536         when writing file.
17537         (gnus-agent-synchronize-flags): Don't default to being
17538         interactive.
17539
17540 2004-09-30  Simon Josefsson  <jas@extundo.com>
17541
17542         * message.el (message-generate-hashcash): Add.
17543         (message-send-mail): Use it, call mail-add-payment.
17544
17545 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17546
17547         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17548
17549 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17550
17551         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17552         gnus-requst-update-info with explicit code to sync the in-memory
17553         info read flags with the marks being sync'd to the backend.
17554
17555         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17556
17557 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17558
17559         * spam.el (spam-verify-bogofilter): Add new function.
17560         (spam-check-bogofilter)
17561         (spam-bogofilter-register-with-bogofilter): Use it.
17562         (spam-verify-bogofilter): Add small fixes.
17563
17564 2004-09-28  Simon Josefsson  <jas@extundo.com>
17565
17566         * hashcash.el (hashcash-generate-payment): Revert.
17567
17568 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17569
17570         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17571         Use gnus-extract-references instead of gnus-split-references.
17572
17573         * gnus-util.el (gnus-extract-references): Add new function, analogous
17574         to gnus-split-references but extracts only the message-ID without
17575         anything extra.
17576
17577         * hashcash.el (hashcash-generate-payment)
17578         (hashcash-check-payment): Do the right thing if hashcash-path is
17579         nil (because the hashcash program could not be found).
17580
17581         * spam.el (spam-use-hashcash): Remove comment.
17582
17583 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17584
17585         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17586         (gnus-cache-enter-article, gnus-cache-remove-article)
17587         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17588
17589         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17590
17591         * gnus-art.el (article-hide-boring-headers)
17592         (article-translate-strings, article-display-face)
17593         (gnus-article-mime-match-handle-first)
17594         (gnus-article-highlight-headers)
17595         (gnus-article-add-buttons-to-head): do.
17596
17597 2004-09-27  Simon Josefsson  <jas@extundo.com>
17598
17599         * hashcash.el: New version, from
17600         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17601         ../contrib/.
17602
17603 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17606
17607 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17608
17609         * gnus-dup.el (gnus-dup-open): Use mapc.
17610         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17611
17612         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17613         Reported by Stefan Wiens <s.wi@gmx.net>.
17614
17615         * gnus.el (gnus-shutdown): Use dolist.
17616
17617         * gnus-undo.el (gnus-undo): Use mapc.
17618
17619         * nnrss.el (nnrss-generate-active): do.
17620
17621         * message.el (message-cite-original-without-signature)
17622         (message-cite-original): Use mapc.
17623         (message-do-actions, message-make-forward-subject): Use dolist.
17624
17625 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17626
17627         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17628         deletion to remove entire duplicate line.  Fixes merged article
17629         number bug.
17630
17631 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17632
17633         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17634         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17635         first ask if you want to open a server and then, even when you
17636         responded with no, asking if you want to synchronize the server's
17637         flags.
17638         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17639         multi-line expressions.
17640         (gnus-agent-synchronize-group-flags): New internal function.
17641         Updates marks in memory (in the info structure) AND in the
17642         backend.
17643
17644         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17645
17646         * nnagent.el (nnagent-request-set-mark):
17647         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17648         method, to ensure that synchronization updates marks in the
17649         backend and in the info (in memory) structure.
17650
17651 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17654         convention fully; don't miss the root article of a thread; make
17655         the X-Draft-From header with correct article numbers.
17656
17657 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17658
17659         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17660         unless plugged.  Disable the agent so that an open failure causes
17661         an error.
17662
17663         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17664         Revert 2004-09-21 change.  The backend must be opened while
17665         synchronizing flags even when the backend stores the flags
17666         locally.
17667
17668 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17669
17670         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17671         in `header' match.  Reported by Svend Tollak Munkejord.
17672
17673         * message.el (message-cite-original): Fix use of
17674         `message-cite-articles-with-x-no-archive'.
17675
17676 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17679         (gnus-window-to-buffer): Ditto.
17680
17681         * mml.el (mml-preview-buffer): New variable.
17682         (mml-preview): Manage window layout with gnus-buffer-configuration.
17683
17684         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17685         X-Draft-From header even if those articles aren't quoted.
17686
17687 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17688
17689         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17690         (gnus-request-set-mark, gnus-request-update-mark): Use new
17691         g-s-t-u-l-m to decide to use backend even when unplugged.
17692
17693 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17696         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17697
17698 2004-09-20  Simon Josefsson  <jas@extundo.com>
17699
17700         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17701         "utf-16-le".
17702
17703 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17704
17705         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17706
17707 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * uudecode.el (uudecode-use-external): Add :version.
17710
17711         * smime.el (smime-CA-file, smime-encrypt-cipher)
17712         (smime-dns-server): Add :version.
17713
17714         * smiley.el (gnus-smiley-file-types): Add :version.
17715
17716         * sha1.el (sha1-use-external): Add :version.
17717
17718         * pgg-def.el (pgg-query-keyserver): Add :version.
17719
17720         * nnmail.el (nnmail-fancy-expiry-targets)
17721         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17722         Add :version.
17723
17724         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17725         (nnimap-retrieve-groups-asynchronous): Add :version.
17726         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17727
17728         * mml.el (mml-content-disposition-parameters)
17729         (mml-insert-mime-headers-always): Add :version.
17730
17731         * mm-util.el (mm-coding-system-priorities): Add :version.
17732
17733         * mm-decode.el (mm-inline-text-html-with-images)
17734         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17735         (mm-verify-option): Add :version.
17736         (mm-text-html-renderer): Change :version.
17737
17738         * message.el (message-fcc-externalize-attachments)
17739         (message-required-headers, message-draft-headers)
17740         (message-subject-trailing-was-query)
17741         (message-subject-trailing-was-ask-regexp)
17742         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17743         (message-mark-insert-end, message-archive-header)
17744         (message-archive-note, message-cross-post-default)
17745         (message-cross-post-note, message-followup-to-note)
17746         (message-cross-post-note-function, message-use-mail-followup-to)
17747         (message-subscribed-address-functions)
17748         (message-subscribed-address-file, message-subscribed-addresses)
17749         (message-subscribed-regexps, message-allow-no-recipients)
17750         (message-yank-cited-prefix, message-signature-insert-empty-line)
17751         (message-hidden-headers, message-hierarchical-addresses)
17752         (message-mail-user-agent, message-use-idna)
17753         (message-valid-fqdn-regexp)
17754         (message-strip-special-text-properties, message-header-synonyms)
17755         (message-beginning-of-line, message-tab-body-function): Add :version.
17756         (message-insert-canlock, message-wide-reply-confirm-recipients):
17757         Change :version.
17758
17759         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17760         and :version.
17761         (mail-source-delete-old-incoming-confirm)
17762         (mail-source-movemail-program): Add :version.
17763
17764         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17765         (gnus-agent-cache, gnus-agent): Change :version.
17766
17767         * gnus-util.el (gnus-use-byte-compile): Change :version.
17768
17769         * gnus-sum.el (gnus-summary-make-false-root-always)
17770         (gnus-summary-default-high-score)
17771         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17772         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17773         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17774         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17775         (gnus-sum-thread-tree-single-indent)
17776         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17777         (gnus-sum-thread-tree-leaf-with-other)
17778         (gnus-sum-thread-tree-single-leaf): Add :version.
17779         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17780         (gnus-article-loose-mime): Change :version.
17781
17782         * gnus-start.el (gnus-backup-startup-file)
17783         (gnus-save-startup-file-via-temp-buffer): Add :version.
17784
17785         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17786         (gnus-server-offline-face): Add :version.
17787
17788         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17789
17790         * gnus-msg.el (gnus-gcc-externalize-attachments)
17791         (gnus-debug-files, gnus-debug-exclude-variables)
17792         (gnus-discouraged-post-methods): Change :version.
17793         (gnus-confirm-mail-reply-to-news)
17794         (gnus-confirm-treat-mail-like-news): Add :version.
17795
17796         * gnus-int.el (gnus-server-unopen-status): Add :version.
17797
17798         * gnus-group.el (gnus-group-jump-to-group-prompt)
17799         (gnus-large-ephemeral-newsgroup)
17800         (gnus-fetch-old-ephemeral-headers): Add :version.
17801
17802         * gnus-fun.el (gnus-x-face-directory)
17803         (gnus-convert-pbm-to-x-face-command)
17804         (gnus-convert-image-to-x-face-command)
17805         (gnus-convert-image-to-face-command): Add :version.
17806
17807         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17808
17809         * gnus-cite.el (gnus-cite-blank-line-after-header)
17810         (gnus-article-boring-faces): Add :version.
17811
17812         * gnus-art.el (gnus-buttonized-mime-types)
17813         (gnus-inhibit-mime-unbuttonizing)
17814         (gnus-treat-display-face)
17815         (gnus-treat-body-boundary): Change :version.
17816         (gnus-body-boundary-delimiter, gnus-picon-databases)
17817         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17818         (gnus-treat-date-english, gnus-treat-fold-headers)
17819         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17820         (gnus-treat-mail-picon, gnus-treat-wash-html)
17821         (gnus-article-encrypt-protocol)
17822         (gnus-use-idna, gnus-article-over-scroll)
17823         (gnus-mime-display-multipart-alternative-as-mixed)
17824         (gnus-mime-display-multipart-related-as-mixed)
17825         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17826         (gnus-ctan-url, gnus-button-ctan-handler)
17827         (gnus-button-handle-ctan-bogus-regexp)
17828         (gnus-button-ctan-directory-regexp)
17829         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17830         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17831         (gnus-button-man-level, gnus-button-emacs-level)
17832         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17833
17834         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17835         (gnus-agent-go-online): Change :version.
17836         (gnus-agent-expire-unagentized-dirs)
17837         (gnus-agent-auto-agentize-methods): Add :version.
17838
17839         * flow-fill.el (fill-flowed-display-column)
17840         (fill-flowed-encode-column): Add :version.
17841
17842         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17843         (gnus-outlook-deuglify-unwrap-max)
17844         (gnus-outlook-deuglify-cite-marks)
17845         (gnus-outlook-deuglify-unwrap-stop-chars)
17846         (gnus-outlook-deuglify-no-wrap-chars)
17847         (gnus-outlook-deuglify-attrib-cut-regexp)
17848         (gnus-outlook-deuglify-attrib-verb-regexp)
17849         (gnus-outlook-deuglify-attrib-end-regexp)
17850         (gnus-outlook-display-hook): Add :version.
17851
17852         * binhex.el (binhex-use-external): Add :version.
17853
17854 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17855
17856         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17857         and `invisible'.
17858
17859 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17860
17861         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17862         in gnus-registry-trim.
17863
17864 2004-09-13  Simon Josefsson  <jas@extundo.com>
17865
17866         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17867
17868         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17869
17870         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17871         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17872         <yamaoka@jpl.org>.
17873         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17874         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17875         <yamaoka@jpl.org>.
17876
17877         * sieve.el (sieve-manage-mode): Ditto.
17878
17879 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17880
17881         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17882
17883 2004-09-11  Simon Josefsson  <jas@extundo.com>
17884
17885         * dns-mode.el: Add.
17886
17887         * mm-view.el (mm-display-dns-inline): Add.
17888
17889         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17890         (mm-automatic-display): Ditto.
17891
17892         * mailcap.el (mailcap-mime-data): Add text/dns.
17893         (mailcap-mime-extensions): Map .soa to text/dns.
17894
17895 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17896
17897         * gnus-art.el (article-decode-mime-words, article-babel)
17898         (gnus-article-highlight-signature, gnus-article-add-buttons)
17899         (gnus-signature-toggle): Remove unnecessary bindings of
17900         `inhibit-read-only' inherited from v5.10 merge.
17901
17902 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * nntp.el (nntp): New customization group.
17905         (nntp-authinfo-file): Add customization group.
17906
17907         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17908
17909         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17910
17911         * gnus.el (to-address, to-list, subscribed)
17912         (large-newsgroup-initial): Ditto.
17913
17914         * flow-fill.el (fill-flowed-display-column)
17915         (fill-flowed-encode-column): Ditto.
17916
17917 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17918
17919         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17920         Use point-min rather than 1.
17921         (message-send-mail): Use buffer-size rather than point-max.
17922
17923         * gnus-sum.el (gnus-summary-search-article-forward):
17924         Signal a specific `search-failed' rather than a generic `error'.
17925
17926         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17927         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17928         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17929
17930 2004-09-10  Simon Josefsson  <jas@extundo.com>
17931
17932         * nndb.el (require): Remove tcp and duplicate cl.
17933
17934 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * gnus-agent.el (directory-files-and-attributes): Move forward.
17937
17938 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17939
17940         * gnus-agent.el (directory-files-and-attributes):
17941         Optionally defined to support XEmacs.
17942
17943 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17944
17945         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17946         to avoid run-time CL dependencies.
17947         (gnus-agent-unfetch-articles): New function.
17948         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17949         article numbers even when local .overview file is missing.
17950         (gnus-agent-read-article-number): New function.  Only accepts
17951         27-bit article numbers.
17952         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17953         Use gnus-agent-read-article-number.
17954         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17955         from backend while recognizing that article numbers in .overview
17956         must be valid.
17957         (gnus-agent-update-files-total-fetched-for):
17958         Use directory-files-and-attributes to improve performance.
17959         * gnus-int.el (gnus-request-move-article):
17960         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17961         improve performance.
17962
17963         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17964         some users confused by references to .newsrc when they only have a
17965         .newsrc.eld file.
17966         (gnus-convert-mark-converter-prompt)
17967         (gnus-convert-converter-needs-prompt): Fix use of property list.
17968         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17969         New function.  Used internally to only display 'gnus converting
17970         files' message when actually necessary.
17971
17972         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17973         methods now autoloaded.
17974
17975 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17978         identifiers.
17979
17980 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17981
17982         * gnus-picon.el: Fix indentation and closing parenthesis.
17983
17984 2004-09-01  Simon Josefsson  <jas@extundo.com>
17985
17986         * message.el (message-canlock-generate): Require sha1, not
17987         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17988         to require within a function.  Sadly, if sha1.el isn't loaded, the
17989         let binding in m-c-g will hide the defcustom definition, which is
17990         bad.)
17991
17992         * canlock.el: Require sha1, not sha1-el.
17993
17994         * message.el: Don't autoload sha1 (there is a autoload cookie in
17995         sha1.el).
17996
17997         * sha1-el.el: Rename to sha1.el.
17998
17999 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18000
18001         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18002
18003 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18004
18005         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18006
18007 2004-08-30  Kim F. Storm  <storm@cua.dk>
18008
18009         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18010
18011         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18012         Add :group 'nnimap.
18013
18014 2004-08-30  Andreas Schwab  <schwab@suse.de>
18015
18016         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18017         ?* and ?\;.
18018
18019         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18020         and ?\' to symbol instead of whitespace.
18021
18022 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18025
18026         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18027         instead of re-search-forward.
18028
18029         * gnus-uu.el (gnus-uu-save-article): Ditto.
18030         (gnus-uu-post-encode-uuencode): Ditto.
18031
18032         * html2text.el (html2text-clean-list-items): Ditto.
18033         (html2text-clean-dtdd): Ditto.
18034         (html2text-format-tags): Ditto.
18035
18036         * message.el (message-send-mail-with-sendmail): Fix regexp.
18037         (message-fill-field-general): Use search-forward instead of
18038         re-search-forward.
18039         (unbold-region): Ditto.
18040
18041         * nnrss.el (nnrss-request-article): Ditto.
18042
18043         * nnslashdot.el (nnslashdot-request-article): Ditto.
18044
18045         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18046
18047         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18048         "Unrecognized menu descriptor" error in XEmacs.
18049
18050 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18051
18052         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18053         parent article of a sparse article in the thread hashtb.
18054
18055 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18056
18057         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18058         (nnmail-expand-newtext): Lowercase expanded entries if
18059         nnmail-split-lowercase-expanded is non-nil.
18060
18061 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18064
18065         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18066         of gnus-tmp-news-method into string under XEmacs.  It will be
18067         passed to gnus-correct-length which takes only a string argument.
18068
18069 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * gnus-util.el (gnus-bind-print-variables): New macro.
18072         (gnus-prin1): Use it.
18073         (gnus-prin1-to-string): Use it.
18074         (gnus-pp): New function.
18075         (gnus-pp-to-string): New function.
18076
18077         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18078         Replace pp-to-string with gnus-pp-to-string.
18079         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18080         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18081         * gnus-msg.el (gnus-debug): Ditto.
18082         * gnus-score.el (gnus-score-save): Ditto.
18083         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18084         gnus-pp-to-string.
18085         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18086         with gnus-pp.
18087         * score-mode.el (gnus-score-pretty-print): Ditto.
18088         * webmail.el (webmail-debug): Ditto.
18089
18090 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus-art.el (article-display-face, article-display-x-face):
18093         Use buffer-read-only.
18094
18095 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * gnus-art.el (article-hide-list-identifiers):
18098         Bind inhibit-read-only as t.
18099
18100 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18103
18104 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18105
18106         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18107         (gnus-narrow-to-page): Don't assume point-min == 1.
18108         (gnus-article-edit-mode): Derive from message-mode.
18109
18110         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18111         point-min == 1.
18112
18113         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18114         Disable incorrect use of `assert'.
18115
18116         * message.el (message-mode): Set comment-start-skip.
18117
18118
18119 2004-08-22  Sam Steingold  <sds@gnu.org>
18120
18121         * pop3.el (pop3-leave-mail-on-server): New user variable.
18122         (pop3-movemail): Delete mail only when it is nil.
18123
18124 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18125
18126         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18127
18128         * mml.el (mml-preview): Use `pop-to-buffer'.
18129
18130         * message.el (message-goto-mail-followup-to): Insert after "To".
18131         (message-carefully-insert-headers): Add comment.
18132
18133         * gnus.el: Remove unused variable `gnus-article-check-size'.
18134
18135         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18136
18137         * gnus-art.el (gnus-button-alist):
18138         Improve `gnus-button-handle-library' entry.
18139
18140 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18141
18142         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18143         Use downcase, since XEmacs capitalizes error messages differently.
18144
18145 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * nntp.el: Add (require 'gnus) due to reference to
18148         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18149
18150 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18151
18152         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18153         Bind `mm-fill-flowed'.
18154
18155         * mm-decode.el (mm-dissect-singlepart): Check it.
18156
18157 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18158
18159         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18160         'imap' for netrc parsing.
18161
18162 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18163
18164         * mailcap.el (mailcap-mime-data): Mark as risky.
18165
18166 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18169         may be included in the encoded word.
18170         (rfc2047-encode): Don't append a space if the encoded word
18171         includes close parenthesis.
18172
18173 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18176         of text within parentheses.
18177
18178 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18179
18180         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18181         (gnus-encrypt-write-file-contents): Make the password key the file
18182         name PLUS the cipher, not just the cipher.  Also remove failed
18183         passwords from the cache.
18184
18185 2004-08-06  Simon Josefsson  <jas@extundo.com>
18186
18187         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18188         Doc fix.
18189
18190 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18193         LWSP.
18194
18195 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18196
18197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18198         Try to append in-reply-to: data to the references: header.
18199
18200         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18201         (netrc-parse): Use gnus-encrypt.el functions.
18202
18203         * gnus-encrypt.el: Add new file for encryption support; currently
18204         does only a few GPG ciphers and an internal XOR cipher.
18205
18206         * password.el: Add comments on using password-read-and-add.
18207         (password-read-and-add): Add function to read and add the
18208         password to the cache at once.
18209
18210 2004-07-28  Simon Josefsson  <jas@extundo.com>
18211
18212         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18213         parameter (but don't use it, for now).
18214
18215         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18216         instead of hard coding to nil.
18217
18218 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18221         as mm-inline-image-xemacs does.
18222
18223 2004-07-26  Simon Josefsson  <jas@extundo.com>
18224
18225         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18226         Revert part of 2004-07-17 change below.
18227
18228 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18231         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18232
18233 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18234
18235         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18236         quotes that actually start with ">" at the beginning of the
18237         lines.
18238
18239 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * rfc2047.el (rfc2047-encode-region): Fix last change.
18242         (rfc2047-encode-parameter): Remove useless concat.
18243
18244 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18247         encode special characters; fix some kind of misconfigured headers;
18248         signal a real error if debug-on-quit or debug-on-error is non-nil.
18249         (rfc2047-encode-max-chars): New variable.
18250         (rfc2047-encode-1): Use it.
18251         (rfc2047-encode-parameter): New function.
18252
18253         * mml.el (mml-insert-parameter): Remove an excessive space.
18254
18255 2004-07-17  Simon Josefsson  <jas@extundo.com>
18256
18257         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18258         Kai Grossjohann <kai@emptydomain.de>.
18259         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18260         (gnus-group-make-menu-bar): Ditto.
18261
18262         * gnus-util.el (gnus-group-server): Add.
18263
18264 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18265
18266         * message.el (message-clone-locals): Clone sendmail and smtp
18267         variables.
18268
18269 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * rfc2047.el (rfc2047-encode-region): Fix last change.
18272
18273 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18276         characters as non-special.
18277
18278 2004-07-09  Simon Josefsson  <jas@extundo.com>
18279
18280         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18281         Users will lose all flag changes made while unplugged with
18282         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18283         good default.  See numerous reports on ding mailing list.
18284
18285 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18288         add generate-head-function and generate-article-function to the
18289         rfc822-forward entry.
18290         (nndoc-rfc822-forward-generate-article): New function.
18291         (nndoc-rfc822-forward-generate-head): New function.
18292
18293         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18294
18295 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18296
18297         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18298         respect display group parameter and gnus-summary-expunge-below.
18299         (gnus-articles-to-read): Remove unused reference to display group
18300         parameter.
18301
18302 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18303
18304         * nnheader.el (nnheader-uniquify-message-id): New experimental
18305         variable.
18306         (nnheader-nov-read-message-id): Use it.
18307
18308         * spam-report.el (spam-report-gmane): Add interactive.
18309
18310 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * mm-encode.el (mm-content-transfer-encoding-defaults):
18313         Use qp-or-base64 for the application/* types.
18314
18315 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18316
18317         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18318
18319 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18320
18321         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18322         trim value.
18323
18324 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18325
18326         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18327         New macro and function.
18328         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18329
18330 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18331
18332         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18333         after-load-alist.
18334
18335 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18336
18337         * gnus-group.el (gnus-group-get-new-news-this-group):
18338         Don't update info that isn't there.
18339
18340 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18341
18342         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18343         entry.
18344
18345 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * mm-view.el (mm-inline-render-with-function): Use multibyte
18348         buffer; decode html source by charset.
18349
18350         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18351
18352         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18353         Mule-UCS is loaded under XEmacs.
18354         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18355
18356 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18357
18358         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18359
18360 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * mm-util.el (mm-coding-system-p): Return a coding-system.
18363         (mm-mime-mule-charset-alist): Use shift_jis instead of
18364         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18365         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18366         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18367         instead of japanese-shift-jis and iso-latin-1 respectively in
18368         order to share the default value with both Emacs and XEmacs-mule.
18369         (mm-mule-charset-to-mime-charset):
18370         Make mm-coding-system-priorities effective.
18371         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18372         while predicating of candidates upon the priorities.
18373
18374 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18375
18376         * gnus-sum.el (gnus-summary-make-menu-bar):
18377         Add gnus-uu-invert-processable.
18378
18379         * gnus.el: Autoload gnus-uu-invert-processable.
18380
18381 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * mm-util.el (mm-with-multibyte-buffer): New macro.
18384
18385         * rfc2047.el (rfc2047-encode-string): Use it.
18386         (rfc2047-encode-region): Move point to the end of the region after
18387         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18388
18389 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18392         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18393
18394 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18395
18396         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18397         (gnus-cite-parse): Ignore quoted envelope From_.
18398         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18399
18400 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18401
18402         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18403         invalid addresses.
18404
18405 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18406
18407         * spam.el: Change section markers, revise TODO list.
18408         (spam-backends): Make new master list of all installed backends.
18409         (spam-summary-exit-behavior): Add new variable to determine how
18410         messages moves are done at summary exit.
18411         (spam-move-spam-nonspam-groups-only)
18412         (spam-process-ham-in-nonham-groups)
18413         (spam-process-ham-in-spam-groups): Remove variables, the
18414         spam-summary-exit-behavior variable should be used to manage this
18415         behavior.
18416         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18417         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18418         and spam-old-spam-articles.
18419         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18420         Add empty variables, placeholders for the backends they represent.
18421         (spam-set-difference): Move, unchanged.
18422         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18423         unless the user has a processor variable.
18424         (spam-classifications, spam-classification-valid-p)
18425         (spam-backend-properties, spam-backend-property-valid-p)
18426         (spam-backend-function-type-valid-p)
18427         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18428         (spam-report-articles-gmane, spam-report-articles-resend):
18429         Remove functions, they are not needed.
18430         (spam-install-backend-super, spam-backend-list)
18431         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18432         (spam-backend-function, spam-backend-ham-registration-function)
18433         (spam-backend-spam-registration-function)
18434         (spam-backend-ham-unregistration-function)
18435         (spam-backend-spam-unregistration-function)
18436         (spam-backend-statistical-p, spam-backend-mover-p)
18437         (spam-install-backend-alias, spam-install-checkonly-backend)
18438         (spam-install-mover-backend, spam-install-nocheck-backend)
18439         (spam-install-backend, spam-install-statistical-backend)
18440         (spam-install-statistical-checkonly-backend): Add backend installation
18441         support.
18442         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18443         (spam-group-processor-p): Use the new backend code and respect the
18444         summary exit behavior.
18445         (spam-mark-spam-as-expired-and-move-routine): Remove.
18446         (spam-summary-prepare): Change to use the new spam-old-articles
18447         variable.
18448         (spam-copy-or-move-routine, spam-copy-spam-routine)
18449         (spam-move-spam-routine, spam-copy-ham-routine)
18450         (spam-move-ham-routine): Add code to copy/move ham or spam.
18451         (spam-fetch-field-fast): Improve doc and code, plus allow the
18452         'number request.
18453         (spam-list-of-checks, spam-list-of-statistical-checks):
18454         Remove variables.
18455         (spam-split, spam-find-spam): Use the new backend code.
18456         (spam-registration-functions): Remove variable.
18457         (spam-unregister-routine): Add convenience wrapper.
18458         (spam-log-undo-registration, spam-register-routine)
18459         (spam-log-processing-to-registry)
18460         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18461         where possible.
18462         (spam-check-gmane-xref, spam-check-regex-headers)
18463         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18464         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18465         (spam-check-bogofilter-headers, spam-check-spamoracle)
18466         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18467         (spam-check-crm114-headers): Use the spam-split-group that
18468         spam-split prepares, no need to determine it every time.
18469
18470         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18471         to the nnheader-parse-naked-head call.
18472
18473         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18474
18475         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18476         the nnheader-nov-read-message-id call.
18477
18478 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18481         gnus-activate-group twice.  Suggested by Markus Peter
18482         <warp@spin.de>.
18483
18484 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * gnus-art.el (gnus-article-time-format): Exchange the order of
18487         day and month in the default value; fix customization type.
18488         (article-date-ut): Use add-text-properties.
18489         (article-make-date-line): Use message-make-date instead of
18490         current-time-string.
18491
18492         * message.el (message-fetch-field): Don't use set-text-properties.
18493         (message-make-date): Simplify.
18494
18495         * messagexmas.el (message-xmas-make-date): New function.
18496         (message-xmas-redefine): Defalias message-make-date to it.
18497
18498 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18501         (rfc2047-encode-region): Treat text within parentheses as special;
18502         show the original text when error has occurred.
18503
18504         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18505         already-computed method to gnus-activate-group.
18506
18507         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18508         same select-methods identical Lisp objects.
18509
18510         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18511         object when modifying the info.
18512
18513 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18516         gnus-opened-servers since it has never been opened with the new
18517         configuration yet.
18518
18519 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18522         arg to nnheader-generate-fake-message-id.
18523
18524 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18525
18526         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18527         number and build a fake message ID localized to a group and
18528         article number (so it's repeatable from that point on).
18529         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18530         ID format.
18531
18532         * gnus-sum.el (gnus-get-newsgroup-headers):
18533         Call nnheader-generate-fake-message-id with the article number.
18534
18535 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18536
18537         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18538         end-of-buffer.
18539
18540 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18541
18542         * message.el (message-ignored-supersedes-headers): Add Approved.
18543
18544 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18545
18546         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18547         goto-char.
18548         (rfc2047-encode): Fold the line before encoding.
18549
18550 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18551
18552         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18553         folding -- not all headers can be folded, and this should be done
18554         by the message composition mode.  Probably.  I think.
18555
18556 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18559         fast.
18560
18561         * gnus-ems.el (gnus-remove-image): Don't use
18562         message-text-with-property; remove only the image found first.
18563
18564         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18565         found first.
18566
18567 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18568
18569         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18570
18571 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * message.el (message-text-with-property): Make it fast and accept
18574         optional arguments.
18575         (message-strip-forbidden-properties): Use it.
18576         (message-fix-before-sending): Follow the m-t-w-p change.
18577
18578         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18579
18580 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18581
18582         * gnus-art.el (article-hide-headers): Don't change the buffer
18583         mistakenly when performing mml-preview even if
18584         gnus-single-article-buffer is nil.
18585
18586 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18587
18588         * message.el (message-expand-name-databases): New user option.
18589         (message-expand-name): Use it.
18590
18591 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18592
18593         * spam.el (spam-report-articles-resend)
18594         (spam-report-resend-register-routine): Allow ham reporting.
18595         (spam-report-resend-register-ham-routine): Add wrapper.
18596         (spam-registration-functions): Add ham resending functions.
18597         (spam-list-of-processors): Add ham resend processor.
18598
18599         * gnus.el (ham-resend-to): Add new group parameter.
18600         (spam-process): Add ham resend option.
18601
18602         * spam-report.el (spam-report-resend): Allow reporting ham.
18603         (spam-report-resend-ham): Add wrapper.
18604
18605 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18606
18607         * message.el (message-cite-articles-with-x-no-archive):
18608         New variable.
18609         (message-cite-original): Use it.
18610
18611 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18612
18613         * message.el (message-cite-original): Respect X-No-Archive.
18614
18615 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * gnus-art.el (article-hide-headers): Refer to the values for
18618         gnus-ignored-headers and gnus-visible-headers in the summary
18619         buffer since a user may have set them as group parameters.
18620
18621 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18622
18623         * assistant.el (assistant-node-name): Add convenience function.
18624         (assistant-render-text, assistant-render-node): Add error handling,
18625         plus handle multiple next nodes.
18626         (assistant-find-next-node): Comment out for now.
18627         (assistant-find-next-nodes): Add function, returns list of next
18628         nodes.
18629
18630 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18631
18632         * mail-source.el (mail-source-directory): Fix doc-string.
18633
18634 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18635
18636         * assistant.el (assistant-render-text, assistant-eval): Add :set
18637         widget type, which is different because it takes and returns a
18638         list.  Much hilarity ensues.
18639
18640 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18641
18642         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18643
18644         * gnus-group.el (gnus-group-get-new-news-this-group):
18645         Add doc-string.
18646
18647         * gnus-start.el (gnus-activate-group): Add doc-string.
18648
18649 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18652
18653 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18654
18655         * assistant.el (assistant-render-text): Try to add a :set
18656         widget, more to come.
18657
18658         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18659         strings.
18660         (spam-report-articles-resend)
18661         (spam-register-routine): Do registration iff any articles warrant
18662         it.
18663         (spam-summary-prepare-exit): Change log message for nil group
18664         destinations.
18665
18666 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18667
18668         * spam.el (spam-report-resend-register-routine):
18669         Allow spam-report-resend-to to be a group parameter or a global value.
18670
18671 2004-05-26  Simon Josefsson  <jas@extundo.com>
18672
18673         * starttls.el: Merge with my GNUTLS based starttls.el.
18674         (starttls-gnutls-program, starttls-use-gnutls)
18675         (starttls-extra-arguments, starttls-process-connection-type)
18676         (starttls-connect, starttls-failure, starttls-success):
18677         New variables.
18678         (starttls-program, starttls-extra-args): Doc fix.
18679         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18680         New functions.
18681         (starttls-negotiate, starttls-open-stream):
18682         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18683         function if it is set.
18684
18685 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18688         structured fields.
18689
18690 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18693
18694 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18695
18696         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18697         Add variable.
18698         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18699         assigning the spam-mark to new messages.
18700
18701 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18702
18703         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18704
18705 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18708
18709         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18710         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18711         default.
18712
18713 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18714
18715         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18716         correct data.
18717
18718 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18719
18720         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18721         (spam-group-processor-p): Fix function.
18722         (spam-group-processor-multiple-p)
18723         (spam-group-spam-processor-report-gmane-p)
18724         (spam-group-spam-processor-report-resend-p)
18725         (spam-group-spam-processor-bogofilter-p)
18726         (spam-group-spam-processor-blacklist-p)
18727         (spam-group-spam-processor-ifile-p)
18728         (spam-group-ham-processor-ifile-p)
18729         (spam-group-spam-processor-spamoracle-p)
18730         (spam-group-spam-processor-crm114-p)
18731         (spam-group-ham-processor-bogofilter-p)
18732         (spam-group-spam-processor-stat-p)
18733         (spam-group-ham-processor-stat-p)
18734         (spam-group-ham-processor-whitelist-p)
18735         (spam-group-ham-processor-BBDB-p)
18736         (spam-group-ham-processor-spamoracle-p)
18737         (spam-group-ham-processor-copy-p): Remove functions with some
18738         prejudice against unneeded code.
18739         (spam-report-articles-resend)
18740         (spam-report-resend-register-routine): Allow the group/topic
18741         spam-resend-to value to override spam-report-resend-to.
18742         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18743         properly now.
18744
18745         * gnus.el (spam-resend-to): Add group/topic parameter.
18746         (spam-process): Move the OBSOLETE processors to the end of the
18747         choices.
18748
18749 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18750
18751         * spam-report.el (spam-report-resend-to, spam-report-resend):
18752         Start with resend-to set to nil, and then ask the user if necessary.
18753         (spam-report-resend): spam-report-resend takes a list of articles, not
18754         separate article numbers.
18755
18756 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18759         addition to emacs-w3m.
18760
18761 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18762
18763         * assistant.el (assistant-authinfo-data): New function.
18764         (assistant-eval): Eval for entire assistant.
18765
18766         * netrc.el (netrc-services-file): New variable.
18767         (netrc-parse-services): New function.
18768         (netrc-find-service-name): New function.
18769         (netrc-find-service-number): New function.
18770         (netrc-port-equal): New function.
18771         (netrc-machine): Use it.
18772
18773         * nnimap.el (nnimap-open-connection): Use netrc.
18774
18775         * gnus-util.el (gnus-netrc-get): Remove aliases.
18776
18777         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18778
18779         * assistant.el (wid-edit): Fix compilation.
18780
18781         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18782
18783 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18784
18785         * gnus-util.el (gnus-set-file-modes): New function.  (small
18786         patch).
18787
18788 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18789
18790         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18791
18792         * assistant.el (assistant-render-node): Fix up rendering and
18793         read-only text.
18794         (assistant-render-node): Reset.
18795         (assistant-make-read-only): Not sticky.
18796
18797 2004-05-20  Danny Siu  <dsiu@adobe.com>
18798
18799         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18800         centered even when gnus-auto-center-summary is t.
18801
18802 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18803
18804         * dns.el (dns-get-txt-answer): New function.
18805         (dns-read-txt): Ditto.
18806         (query-dns): Use it.
18807
18808 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18809
18810         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18811         active for foreign groups even if the group level is higher than
18812         the specified value.
18813
18814 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18815
18816         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18817         non-active groups.
18818
18819         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18820
18821 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18822
18823         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18824
18825 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18826
18827         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18828         (spam-crm114-header, spam-crm114-spam-switch)
18829         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18830         (spam-crm114-positive-spam-header)
18831         (spam-crm114-database-directory, spam-list-of-processors)
18832         (spam-group-spam-processor-crm114-p)
18833         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18834         (spam-generic-score, spam-list-of-checks)
18835         (spam-list-of-statistical-checks, spam-registration-functions)
18836         (spam-check-crm114-headers, spam-crm114-score)
18837         (spam-check-crm114, spam-crm114-register-with-crm114)
18838         (spam-crm114-register-spam-routine)
18839         (spam-crm114-unregister-spam-routine)
18840         (spam-crm114-register-ham-routine)
18841         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18842         From asjo@koldfront.dk (Adam Sjøgren).
18843
18844         * gnus.el: Add spam-use-crm114.
18845
18846         * spam.el (spam-list-of-processors, spam-registration-functions):
18847         Add spam-use-resend.
18848         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18849         (spam-report-articles-gmane): Add doc fix.
18850         (spam-report-articles-resend, spam-report-resend-register-routine):
18851         Add wrappers around spam-report-resend-to.
18852
18853         * spam-report.el (spam-report-resend-to, spam-report-resend):
18854         Add support for resending spam.
18855         (spam-report-gmane): Fix line length >80.
18856
18857         * gnus.el (spam-process): Add spam-use-resend.
18858
18859 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18860
18861         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18862         number of processed spam messages.
18863         (spam-ham-copy-or-move-routine): Return the number of processed
18864         ham messages.
18865         (spam-summary-prepare-exit): Use the above values to decide
18866         whether status messages shouled be displayed.
18867
18868 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18871         `rfc2047-encoding-function-alist' in order to avoid conflicting
18872         with the old version.
18873         (rfc2047-encode-region): Concatenate words containing non-ASCII
18874         characters in structured fields; don't encode space-delimited
18875         ASCII words even in unstructured fields; don't break words at
18876         char-category boundaries.
18877         (rfc2047-encode-1): New function.
18878         (rfc2047-encode): Use it; encode text so that it occupies the
18879         maximum width within 76-column; work correctly on Q encoding for
18880         iso-2022-* charsets.
18881         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18882         sure not to break a line just after the header name.
18883         (rfc2047-b-encode-region): Remove.
18884         (rfc2047-b-encode-string): New function.
18885         (rfc2047-q-encode-region): Remove.
18886         (rfc2047-q-encode-string): New function.
18887
18888         * mm-util.el (mm-replace-in-string): New function.
18889
18890 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18893         Really get it right.
18894         (gnus-inews-make-draft): Really.
18895
18896 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18897
18898         * nnmh.el (nnmh-request-list-1): Don't check the link count
18899         before descending.  (small patch)
18900
18901 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18902
18903         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18904         stuff.
18905
18906         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18907         Match on real group name.
18908
18909         * gnus-art.el (gnus-signature-limit): Doc fix.
18910
18911         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18912
18913         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18914
18915 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18916
18917         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18918         isn't a string.
18919
18920 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18921
18922         * gnus-draft.el (gnus-draft-send):
18923         Bind rfc2047-encode-encoded-words.
18924
18925         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18926         (rfc2047-encodable-p): Say that =? needs encoding.
18927         (rfc2047-encode-encoded-words): New variable.
18928
18929         * gnus-group.el (gnus-group-select-group): Doc fix.
18930
18931         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18932
18933         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18934         to nil.
18935
18936         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18937
18938         * nnheader.el (nnheader-get-lines-and-char): New function.
18939
18940 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18941
18942         * gnus-msg.el (gnus-summary-followup-with-original):
18943         Document yanking of region when active.
18944
18945 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18948         groups if the group level is higher than the specified value.
18949
18950 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18951
18952         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18953         (gnus-group-jump-to-group): Add prefix argument using
18954         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18955         non-active group.
18956
18957         * compface.el (uncompface): Be verbose when changing
18958         `uncompface-use-external'.
18959
18960         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18961         handle manual section.
18962
18963 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18964
18965         * gnus-art.el (gnus-button-alist): Revert previous change.
18966
18967 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18968
18969         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18970
18971 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18972
18973         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18974         whether backend can accept message.
18975
18976         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18977
18978 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18979
18980         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18981         Avoid creating directory when nntp-marks-is-evil is true.
18982         Reported by Reiner Steib.
18983
18984 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18985
18986         * gnus-picon.el (gnus-picon-style): New variable.
18987         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18988         (gnus-picon-transform-address): Support `gnus-picon-style'.
18989         From Jesper Harder <harder@ifa.au.dk>.
18990
18991 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18992
18993         * message.el (message-fill-field): Return point.
18994         (message-generate-headers): Go to end of field.
18995
18996         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18997         stuff for non-living groups.
18998
18999 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19000
19001         * gnus-art.el (gnus-article-followup-with-original)
19002         (gnus-article-reply-with-original): gnus-mark-active-p ->
19003         gnus-region-active-p.
19004
19005 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19006
19007         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19008         only when there is spam or ham to be processed.
19009
19010 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19011
19012         * mail-source.el (mail-source-delete-crash-box): Refactor.
19013         (mail-source-fetch): Use it.
19014         (mail-source-fetch-file): Ditto.
19015         (mail-source-fetch-directory): Run postscript in loop.
19016         (mail-source-fetch-pop): Delete.
19017         (mail-source-fetch-maildir): Ditto.
19018         (mail-source-fetch-imap): Ditto.
19019
19020         * imap.el (imap-authenticators): Comment out sasl.
19021
19022         * message.el (message-skip-to-next-address): New function.
19023         (message-fill-header-address): Refactor.
19024         (message-fill-address): Use it.
19025         (message-delete-address): Use it.
19026         (message-fill-header-general): Refactor.
19027         (message-fill-field-address): Rename.
19028         (message-narrow-to-field): Find the start of the header.
19029         (message-header-format-alist): Don't pre-fill.
19030         (message-fill-header): Remove.
19031         (message-insert-header): New function.
19032         (message-shorten-references): Use it.
19033
19034         * rfc2047.el (rfc2047-field-value): Strip props.
19035
19036         * mail-parse.el (mail-header-make-address): New alias.
19037
19038         * ietf-drums.el (ietf-drums-make-address): New function.
19039
19040         * imap.el: Add compiler directives.
19041
19042         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19043
19044         * gnus-art.el (article-decode-idna-rhs): Don't use
19045         message-idna-inside-rhs-p.
19046
19047 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19048
19049         * message.el (message-idna-inside-rhs-p): Remove.
19050         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19051
19052         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19053         false positives.
19054
19055 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19056
19057         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19058
19059 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19060
19061         * nneething.el (nneething-file-name): Don't create spurious
19062         files.
19063
19064         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19065         (gnus-inews-do-gcc): Remove sleep.
19066
19067         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19068         part under point.
19069
19070         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19071         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19072
19073 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19074
19075         * spam.el (spam-summary-prepare-exit): Fix (length).
19076
19077 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19078
19079         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19080         as expired without moving it" message when there are spam
19081         messages left.
19082
19083 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19084
19085         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19086         header is not nil.
19087
19088 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19089
19090         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19091         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19092         (nntp-marks-changed-p): New arg SERVER.
19093         (nntp-request-update-info): Adjust caller.
19094
19095 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19096
19097         * nntp.el (nntp-save-marks): Pass missing arg.
19098
19099 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19100
19101         * nntp.el: Support marks.
19102         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19103         (nntp-marks-modtime, nntp-marks-directory): New variables.
19104         (nntp-request-set-mark, nntp-request-update-info)
19105         (nntp-possibly-create-directory, nntp-marks-changed-p)
19106         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19107         New functions.
19108
19109 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19110
19111         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19112         (gnus-xmas-redefine): Rename.
19113
19114         * gnus-score.el (gnus-score-insert-help):
19115         Use gnus-select-lowest-window.
19116
19117         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19118         appt-select-lowest-window and rename to gnus-select-lowest-window.
19119
19120         * gnus.el: do.
19121
19122 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19123
19124         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19125         encodings of MIME-encoded words, in order to improve
19126         interoperability with several broken MUAs.
19127
19128 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19129
19130         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19131         tags, only when charsets are not specified in headers.
19132         (mm-inline-text-html-render-with-w3m): Ditto.
19133
19134         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19135         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19136
19137 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19138
19139         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19140         instead of MIME-decoded from fields when checking
19141         `gnus-article-address-banner-alist'.
19142
19143 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19144
19145         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19146         description rather than subject.
19147
19148 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19149
19150         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19151
19152 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19153
19154         * gnus.el (gnus-version-number): Bump.
19155
19156 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19157
19158         * gnus.el: No Gnus v0.2 is released.
19159
19160 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19161
19162         * gnus-agent.el (gnus-agent-read-agentview):
19163         Inline gnus-uncompress-range.
19164
19165 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19166
19167         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19168         `exec-installed-p'.
19169
19170 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19171
19172         * gnus.el (spam-process, spam-autodetect-methods):
19173         Add bsfilter and bsfilter-headers.
19174
19175         * spam.el (spam-bsfilter): New customize group.
19176         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19177         (spam-bsfilter-header, spam-bsfilter-probability-header)
19178         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19179         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19180         (spam-bsfilter-database-directory): New options.
19181         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19182         (spam-list-of-statistical-checks, spam-registration-functions):
19183         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19184         (spam-bsfilter-score): New command.
19185         (spam-check-bsfilter-headers, spam-check-bsfilter)
19186         (spam-bsfilter-register-with-bsfilter)
19187         (spam-bsfilter-register-spam-routine)
19188         (spam-bsfilter-unregister-spam-routine)
19189         (spam-bsfilter-register-ham-routine)
19190         (spam-bsfilter-unregister-ham-routine): New functions.
19191         (spam-generic-score): Support bsfilter; Accept an optional argument
19192         to recalcurate spam score even if scoring header has already been
19193         added.
19194         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19195         optional argument to recalcurate spam score even if scoring header
19196         has already been added.
19197
19198 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19199
19200         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19201         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19202         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19203         link is missing.
19204
19205 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19206
19207         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19208         (html2text-get-attr): Rewrite.
19209
19210         * message.el (message-setup-1): Remove redundant put-text-property
19211         on mail-header-separator.
19212
19213 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19214
19215         * gnus-registry.el (gnus-registry-cache-whitespace)
19216         (gnus-registry-action, gnus-registry-spool-action)
19217         (gnus-registry-split-fancy-with-parent): Change message levels
19218         from 5 to 3 or 7, as needed.
19219
19220         * spam.el (spam-summary-prepare-exit)
19221         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19222         (spam-split, spam-find-spam, spam-log-undo-registration)
19223         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19224         level from 5 to 6.
19225
19226 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19229         2004-03-04 change).
19230
19231 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19232
19233         * sieve-manage.el (sieve-manage-open):
19234         * nnweb.el (nnweb-insert-html):
19235         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19236         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19237         * nnspool.el (nnspool-request-group):
19238         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19239         * nnml.el (nnml-request-update-info):
19240         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19241         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19242         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19243         (nnimap-request-set-mark):
19244         * nnfolder.el (nnfolder-request-update-info):
19245         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19246         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19247         * gnus-uu.el (gnus-uu-find-articles-matching):
19248         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19249         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19250         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19251         * gnus-nocem.el (gnus-nocem-scan-groups):
19252         * gnus-int.el (gnus-start-news-server):
19253         * gnus-group.el (gnus-group-make-kiboze-group)
19254         (gnus-group-browse-foreign-server):
19255         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19256         Use mapc when appropriate.
19257
19258 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19259
19260         FIXME: Make separate entries for each person.
19261
19262         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19263         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19264         <shields@msrl.com>:
19265
19266         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19267         may need for spam sorting and scoring.
19268         (spam-user-format-function-S): Add user format function suitable for
19269         general use.
19270         (spam-article-sort-by-spam-status): Add sorting function for summary
19271         sorting.
19272         (spam-extra-header-to-number): Add function to get a score from a
19273         header.
19274         (spam-summary-score): Add function to get a numeric score from the
19275         headers.
19276         (spam-generic-score): Fix function doc, was in wrong place.
19277         (spam-initialize): Take symbols when it's run, and install the
19278         extra headers that spam-necessary-extra-headers thinks we need.
19279
19280 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19281
19282         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19283         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19284
19285 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19286
19287         * gnus-sum.el (gnus-set-global-variables)
19288         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19289         (gnus-article-get-xrefs, gnus-summary-best-group)
19290         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19291         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19292         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19293         Use with-current-buffer.
19294
19295 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19296
19297         * spam.el (spam-summary-prepare-exit): Simplify logic.
19298         (spam-fetch-article-header): Read the article header if it's not
19299         available.
19300         (spam-list-articles): Simplify logic.
19301         (spam-filelist-register-routine): Fix bug with unregister-list.
19302
19303         * gnus-registry.el: Fix comments at beginning.
19304
19305 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19306
19307         * message.el (message-cater-to-broken-inn): Remove.
19308         (message-shorten-references): Make sure the total folded length of
19309         References is shorter than 998 characters to cater to a bug in INN
19310         2.3.  Also, don't pretend that references aren't folded -- this
19311         hasn't worked for a while.
19312
19313 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19314
19315         * gnus-agent.el (gnus-agentize):
19316         gnus-agent-send-mail-real-function no longer set to current value
19317         of message-send-mail-function but rather a lambda that calls
19318         message-send-mail-function.  The change makes the agent real-time
19319         responsive to user changes to message-send-mail-function.
19320
19321 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19322
19323         * legacy-gnus-agent.el
19324         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19325         help from Florian Weimer <fw@deneb.enyo.de>
19326
19327 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * nnmail.el (nnmail-cache-insert): Revert last change.
19330
19331 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * nnmail.el (nnmail-cache-insert): Always check whether
19334         nnmail-cache-ignore-groups matches a group name.
19335
19336 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19337
19338         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19339         (spam-find-spam, spam-log-processing-to-registry)
19340         (spam-log-registered-p, spam-log-unregistration-needed-p)
19341         (spam-log-undo-registration): Use gnus-message instead of
19342         gnus-error, none of these errors are fatal.
19343
19344         * gnus-registry.el (gnus-registry-clean-empty-function)
19345         (gnus-registry-clean-empty): Remove only empty entries without
19346         extra data.
19347
19348 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19349
19350         * spam-stat.el (spam-stat-buffer-change-to-spam)
19351         (spam-stat-buffer-change-to-non-spam): Change (error) to
19352         (gnus-message 8) invocation.
19353
19354 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19355
19356         * nntp.el (nntp-via-netcat-command): New variable.
19357         (nntp-via-netcat-switches): New variable.
19358         (nntp-open-via-rlogin-and-netcat): New function.
19359         (nntp-open-connection-function): Doc fix.
19360         (nntp-telnet-command): Doc fix.
19361         (nntp-end-of-line): Doc fix.
19362         (nntp-via-rlogin-command): Doc fix.
19363         (nntp-via-user-name): Doc fix.
19364         (nntp-via-address): Doc fix.
19365
19366 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19367
19368         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19369         error in Emacs 21.1.
19370
19371 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19372
19373         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19374
19375 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19376
19377         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19378         (gnus-agent-with-refreshed-group): New macro.
19379         (gnus-agent-rename-group): New function.
19380         (gnus-agent-delete-group): New function.
19381         (gnus-agent-save-group-info): Use gnus-command-method when
19382         `method' parameter is nil.  Don't write nil entries into the
19383         active file.
19384         (gnus-agent-get-group-info): New function.
19385         (gnus-agent-fetch-articles):
19386         Use gnus-agent-update-files-total-fetched-for to increment disk space
19387         used.
19388         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19389         Use gnus-agent-update-view-total-fetched-for to increment disk space
19390         used.
19391         (gnus-agent-get-local): Add optional parameters to avoid calling
19392         gnus-group-real-name and gnus-find-method-for-group.
19393         (gnus-agent-set-local): Delete stored entry if either min, or max,
19394         are nil.
19395         (gnus-agent-fetch-session): Reworded error/quit messages.
19396         On quit, use gnus-agent-regenerate-group to record existance of any
19397         articles fetched to disk before the quit occurred.
19398         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19399         gnus-agent-update-view-total-fetched-for, and
19400         gnus-agent-update-files-total-fetched-for to decrement disk space
19401         used.
19402         (gnus-agent-retrieve-headers):
19403         Use gnus-agent-update-view-total-fetched-for to increment disk space
19404         used.
19405         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19406         with gnus-agent-update-files-total-fetched-for to decrement disk
19407         space and fresh group buffer.
19408         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19409         (gnus-agent-need-update-total-fetched-for): New variable.
19410         (gnus-agent-update-files-total-fetched-for): New function.
19411         (gnus-agent-update-view-total-fetched-for): New function.
19412         (gnus-agent-total-fetched-for): New function.
19413
19414         * gnus-cache.el (gnus-cache-save-buffers):
19415         Use gnus-cache-update-overview-total-fetched-for to change disk space
19416         used by this group.
19417         (gnus-cache-possibly-enter-article):
19418         Use gnus-cache-update-file-total-fetched-for to increment disk space
19419         used by this group.
19420         (gnus-cache-possibly-remove-article):
19421         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19422         used by this group.
19423         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19424         (gnus-cache-rename-group): New function.
19425         (gnus-cache-delete-group): New function.
19426         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19427         (gnus-cache-need-update-total-fetched-for): New variable.
19428         (gnus-cache-with-refreshed-group): New macro.
19429         (gnus-cache-update-file-total-fetched-for): New function.
19430         (gnus-cache-update-overview-total-fetched-for): New function.
19431         (gnus-cache-rename-group-total-fetched-for): New function.
19432         (gnus-cache-delete-group-total-fetched-for): New function.
19433         (gnus-cache-total-fetched-for): New function.
19434
19435         * gnus-group.el: Require gnus-sum and autoload functions to
19436         resolve warnings when gnus-group.el compiled alone.
19437         (gnus-group-line-format): Documented new %F.
19438         (size of Fetched data) group line format; identifies disk space
19439         used by agent and cache.
19440         (gnus-group-line-format-alist): Defined new F format.
19441         (gnus-total-fetched-for): New function.
19442         (gnus-group-delete-group): No longer update
19443         gnus-cache-active-altered as gnus-request-delete-group now keeps
19444         the cache in sync.
19445         (gnus-group-list-active): Let the agent store a server's active
19446         list if currently plugged.
19447
19448         * gnus-int.el (gnus-request-delete-group):
19449         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19450         local disk in sync with the server.
19451         (gnus-request-rename-group):
19452         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19453         local disk in sync with the server.
19454
19455         * gnus-start.el (gnus-get-unread-articles):
19456         Cosmetic simplification to logic.
19457
19458         * gnus-util.el (gnus-rename-file): New function.
19459
19460 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19461
19462         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19463
19464 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19465
19466         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19467         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19468
19469 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19470
19471         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19472         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19473
19474 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19475
19476         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19477
19478 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19479
19480         * spam.el (spam-set-difference): Add function to replace
19481         gnus-set-difference in spam.el.
19482         (spam-summary-prepare-exit): Use spam-set-difference.
19483
19484 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19485
19486         * gnus-registry.el (gnus-registry-cache-file): Update to use
19487         gnus-dribble-directory OR gnus-home-directory OR ~.
19488         (gnus-registry-split-fancy-with-parent): Fix doc.
19489
19490 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19491
19492         * message.el (message-exchange-point-and-mark):
19493         Use message-mark-active-p.  Suggested by Jesper Harder
19494         <harder@ifa.au.dk>.
19495
19496 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * message.el (message-exchange-point-and-mark): Don't activate
19499         region if it was inactive.  Suggested by Hiroshi Fujishima
19500         <pooh@nature.tsukuba.ac.jp>.
19501
19502 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * gnus-art.el (article-display-face): Display Faces in the same
19505         order as X-Faces.
19506
19507 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19510
19511 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19512
19513         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19514         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19515         (gnus-article-mime-hierarchy): Remove.
19516         (gnus-article-mime-hierarchy-next): Remove.
19517         (gnus-article-mode): Revert 2004-03-19 change.
19518         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19519         (gnus-insert-mime-button): Revert 2004-03-19 change.
19520         (gnus-mime-accumulate-hierarchy): Remove.
19521         (gnus-mime-enter-multipart): Remove.
19522         (gnus-mime-leave-multipart): Remove.
19523         (gnus-mime-display-part): Revert 2004-03-19 change.
19524         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19525
19526         * mml.el (mml-preview): Revert 2004-03-19 change.
19527
19528 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19529
19530         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19531
19532 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19535         t while entering a file name using the mm-with-multibyte macro.
19536         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19537
19538         * mm-util.el (mm-with-multibyte): New macro.
19539
19540 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19543         New user option.
19544         (gnus-mime-multipart-functions): Doc and customization fix.
19545         (gnus-article-mime-hierarchy): New variable.
19546         (gnus-article-mime-hierarchy-next): New variable.
19547         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19548         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19549         gnus-article-mime-hierarchy-next to nil.
19550         (gnus-insert-mime-button): Show hierarchy numbers.
19551         (gnus-mime-accumulate-hierarchy): New function.
19552         (gnus-mime-enter-multipart): New function.
19553         (gnus-mime-leave-multipart): New function.
19554         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19555         (gnus-mime-display-alternative): Show hierarchy numbers.
19556
19557         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19558         gnus-article-mime-hierarchy-next to nil.
19559
19560 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19561
19562         * dns.el: Don't require gnus-xmas.
19563
19564 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19565
19566         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19567         inline PGP.
19568         (mml-menu): Disable mml-quote-region if mark is inactive.
19569
19570 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19573         when the group's active is not available.
19574
19575 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19578         error.
19579
19580 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19581
19582         * imap.el (imap-store-password): New variable.
19583         (imap-interactive-login): Use it.
19584         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19585
19586 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19587
19588         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19589         window-start and hscroll to summary window.
19590
19591 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19592
19593         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19594         conversion message to newsrc-dribble when an actual conversion is
19595         performed.
19596
19597 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19598
19599         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19600
19601 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * mm-decode.el (mm-complicated-handles): New function reviving
19604         former definition of mm-multiple-handles.
19605
19606         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19607         (gnus-mime-delete-part): Use it.
19608
19609 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19610
19611         * gnus-agent.el (gnus-agent-read-local):
19612         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19613         avoid the implicit assumption that they will always be equal.
19614         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19615         coding-system-for-write, as the with-temp-file macro first prints
19616         to a buffer then saves the buffer.
19617
19618 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * gnus-art.el (gnus-article-edit-part): New function.
19621         (gnus-mime-save-part-and-strip): Use it; do query instead of
19622         signaling an error; don't use mm-multiple-handles.
19623         (gnus-mime-delete-part): Ditto.
19624
19625 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19626
19627         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19628         old file versions.
19629         (gnus-group-prepare-hook): Remove function that converted list
19630         form of gnus-agent-expire-days to group properties.
19631
19632         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19633         (gnus-request-accept-article): Re-indented.
19634
19635         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19636         converters to handle old agent file formats.  Add logic for a
19637         "backup before upgrading warning".
19638         (gnus-convert-mark-converter-prompt): Developers can mark
19639         functions as needing (default), or not needing,
19640         gnus-convert-old-newsrc's "backup before upgrading warning".
19641         (gnus-convert-converter-needs-prompt): Tests whether the user
19642         should be protected from potentially irreversable changes by the
19643         function.
19644
19645         * legacy-gnus-agent.el: New.  Provides converters that are only
19646         loaded when gnus-convert-old-newsrc needs to call them.
19647
19648 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * mail-source.el (mail-source-touch-pop): Doc fix.
19651
19652         * message.el (message-smtpmail-send-it): Doc fix.
19653
19654 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19655
19656         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19657
19658         * nnmail.el (nnmail-split-fancy): do.
19659
19660         * gnus-kill.el (gnus-kill, gnus-execute): do.
19661
19662 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19663
19664         * gnus-sum.el (gnus-widget-reversible-match)
19665         (gnus-widget-reversible-to-internal)
19666         (gnus-widget-reversible-to-external): New functions.
19667         (gnus-widget-reversible): New widget.
19668         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19669
19670 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19671
19672         * gnus-sum.el (gnus-thread-sort-functions)
19673         (gnus-article-sort-functions): Document `(not F)' items.
19674
19675 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19676
19677         * spam.el (spam-use-gmane-xref): Add new backend.
19678         (spam-gmane-xref-spam-group): Add variable to control the name of the
19679         Gmane spam group.
19680         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19681         (spam-regex-headers-spam, spam-regex-headers-ham)
19682         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19683         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19684         backends and checks.
19685         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19686
19687         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19688         an autodetect method.
19689
19690 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19691
19692         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19693         articles are being added to a group.
19694         (gnus-request-replace-article): Inform the agent that articles
19695         need to be uncached as the cached contents are no longer valid.
19696
19697 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19698
19699         * binhex.el: Don't autoload executable-find.
19700
19701         * canlock.el: Don't autoload mail-fetch-field.
19702
19703         * dgnushack.el: Autoload c-mode for XEmacs.
19704
19705         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19706
19707         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19708         rmail-dont-reply-to and rmail-output.
19709
19710         * gnus-score.el: Don't autoload ffap-string-at-point.
19711
19712         * gnus-setup.el: Don't autoload sc-cite-original.
19713
19714         * imap.el: Don't autoload base64-decode-string,
19715         base64-encode-string and md5.
19716
19717         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19718         and rmail-msg-restore-non-pruned-header.
19719
19720         * mm-decode.el: Don't autoload executable-find.
19721
19722         * mm-url.el: Don't autoload executable-find.
19723
19724         * mm-view.el: Don't autoload diff-mode.
19725
19726         * nndb.el: Don't autoload news-reply-mode, news-setup,
19727         cancel-timer and telnet.
19728
19729         * password.el: Don't autoload run-at-time for Emacs.
19730
19731         * sha1-el.el: Don't autoload executable-find.
19732
19733         * sieve-mode.el: Don't autoload c-mode.
19734
19735         * uudecode.el: Don't autoload executable-find.
19736
19737 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19738
19739         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19740         (gnus-agent-possibly-alter-active): Avoid null in numeric
19741         comparison.
19742         (gnus-agent-set-local): Refuse to save null in local object table.
19743         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19744         list of articles that will be marked as unread.
19745
19746 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19747
19748         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19749
19750 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19751
19752         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19753         language tags.
19754
19755 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19756
19757         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19758         Don't bind "obarray".
19759
19760         * gnus-sum.el (gnus-thread-sort-functions):
19761         Add `gnus-thread-sort-by-most-recent-number' and
19762         `gnus-thread-sort-by-most-recent-date'.
19763         Reported by Kai Grossjohann <kai@emptydomain.de>.
19764
19765 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19768
19769 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19770
19771         * gnus-cus.el (gnus-agent-customize-category):
19772         Remove ignore-errors macro reference that required cl to be loaded at
19773         run-time.
19774
19775         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19776         single-interval range of the form (min . max).  Previously the
19777         range had to look like ((min . max)).  Likewise, return
19778         (min . max) rather than ((min . max)).
19779         (gnus-range-map): Use gnus-range-normalize to accept
19780         single-interval range.
19781
19782         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19783         the cache, but not the agent, now appear with their usual face.
19784
19785         * dgnushack.el (loaddir): New variable that is bound to the
19786         directory containing the dgnushack.el file. Use loaddir, rather
19787         than srcdir, to update load-path. Change lets dgnushack compile
19788         code in directories other than GNUS/lisp.
19789
19790 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19791
19792         * lpath.el: Don't bind w3m-safe-url-regexp.
19793
19794         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19795         w3m-safe-url-regexp variable buffer-local.
19796
19797         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19798
19799 2004-02-27  Simon Josefsson  <jas@extundo.com>
19800
19801         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19802         gnus-group-real-prefix.
19803         (gnus-summary-move-article): Use it, instead of
19804         gnus-group-real-prefix.
19805
19806 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19807
19808         * lpath.el: Bind w3m-safe-url-regexp.
19809
19810         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19811         w3m-safe-url-regexp variable buffer-local and set it as the value
19812         of mm-w3m-safe-url-regexp.
19813
19814         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19815
19816         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19817         parsing gnus-posting-styles when the message is not for replying.
19818
19819         * dgnushack.el: Autoload sgml-mode for XEmacs.
19820
19821         * nnrss.el (nnrss-opml-export):
19822         Use mm-set-buffer-file-coding-system instead of
19823         set-buffer-file-coding-system.
19824
19825 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19826
19827         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19828         of checkdoc.el).
19829         * nnrss.el: do.
19830         * gnus-mlspl.el: do.
19831         * gnus-ml.el: do.
19832         * gnus-srvr.el: do.
19833
19834         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19835
19836 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19837
19838         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19839         Corrections to custom-manual links.
19840
19841         * gnus-art.el (gnus-article): Ditto.
19842
19843         * mm-decode.el (mime-display, mime-security): Ditto.
19844
19845 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19846
19847         * flow-fill.el: Typo.
19848
19849 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19850
19851         * spam-wash.el: New file.
19852
19853 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19854
19855         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19856
19857 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19858
19859         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19860         to be run with new-articles as LIST1, not LIST2.
19861         (spam-registration-functions): Add spam-use-ham-copy as a nil
19862         registration backend.
19863
19864 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19865
19866         * spam-stat.el (spam-stat-washing-hook): New option.
19867         (spam-stat-buffer-words): Use it.
19868         (spam-stat-process-directory, spam-stat-test-directory):
19869         Use insert-file-contents-literally.
19870         (spam-stat-coding-system): New variable.
19871         (spam-stat-load, spam-stat-save): Use it.
19872
19873 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * spam-report.el (spam-report-plug-agent):
19876         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19877
19878 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19879
19880         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19881         Allow / in mailto URLs.
19882
19883 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * spam-report.el (spam-report-process-queue): Fix interactive use.
19886         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19887         (spam-report-unplug-agent): Doc fixes.
19888         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19889         (spam-report-agentize, spam-report-deagentize): Autoload.
19890
19891 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19894
19895         * message.el (message-setup-fill-variables): Add mml tags to
19896         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19897         <ajk@iu.edu>.
19898         (message-mode): Don't modify paragraph-separate there.
19899
19900 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * compface.el (uncompface-use-external): Default to undecided.
19903         (uncompface-use-external-threshold): New variable.
19904         (uncompface-float-time): New macro.
19905         (uncompface): Determine whether to use the external decoder if
19906         uncompface-use-external is undecided.
19907
19908 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19909
19910         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19911         after images.
19912
19913         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19914
19915 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19916
19917         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19918
19919         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19920
19921         * gnus-sum.el (gnus-summary-limit-to-age)
19922         (gnus-summary-limit-children): do.
19923
19924         * gnus-int.el (gnus-request-scan): do.
19925
19926         * gnus-group.el (gnus-group-suspend): do.
19927
19928         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19929
19930         * gnus-cite.el (gnus-cite-parse-attributions): do.
19931
19932         * gnus-agent.el (gnus-summary-set-agent-mark)
19933         (gnus-agent-regenerate-group): do.
19934
19935         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19936
19937         * binhex.el (binhex-decode-region-internal): do.
19938
19939 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * gnus-fun.el (gnus-face-properties-alist): New user option.
19942         (gnus-display-x-face-in-from): Use it.
19943
19944         * gnus-art.el (article-display-face): Ditto.
19945
19946         * compface.el (uncompface-use-external): Default to nil.
19947
19948 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19949
19950         * nntp.el (nntp-erase-buffer): New function.
19951         (nntp-retrieve-data, nntp-send-command)
19952         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19953         (nntp-possibly-change-group): Use it.
19954
19955         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19956         Use with-current-buffer.
19957
19958 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19959
19960         * compface.el: Merge the ELisp-based uncompface program.
19961         (compface): New customization group.
19962         (uncompface-use-external): New user option.
19963         (uncompface): Call uncompface-internal if uncompface-use-external
19964         is nil.
19965         (uncompface-internal): New function.  Note that there are also
19966         some other functions and variables added for this function.
19967
19968 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19969
19970         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19971         if necessary.
19972
19973 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19974
19975         * spam-report.el (spam-report-unplug-agent)
19976         (spam-report-plug-agent, spam-report-deagentize)
19977         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19978         Add support for the Agent in spam-report: when unplugged, report to a
19979         file; when plugged, submit all the requests.
19980
19981         * spam.el (spam-register-routine): Fix message about
19982         registration.
19983
19984 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19985
19986         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19987         dependencies.
19988         (rfc2047-encode): Use it.
19989
19990         * gnus-art.el (gnus-button-marker-list): Move before first
19991         reference.
19992
19993         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19994         (imap-parse-body): Fix format string mismatch.
19995
19996         * gnus-score.el (gnus-summary-increase-score): do.
19997
19998         * nnrss.el (nnrss-close): New function.
19999
20000 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20001
20002         * nnrss.el (nnrss-make-filename): New function.
20003         (nnrss-request-delete-group, nnrss-read-server-data)
20004         (nnrss-save-server-data, nnrss-read-group-data)
20005         (nnrss-save-group-data): Use it.
20006         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20007         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20008         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20009
20010 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20011
20012         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20013
20014 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20015
20016         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20017         files.
20018
20019         * message.el (message-generate-headers-first): Don't quote nil
20020         and t in docstrings.
20021
20022         * imap.el (imap-id): do.
20023
20024         * gnus-agent.el (gnus-agent-consider-all-articles)
20025         (gnus-agent-queue-mail): do.
20026
20027 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20028
20029         * spam-report.el (spam-report-process-queue): New function.
20030         Process requests from `spam-report-requests-file'.
20031         (spam-report-process-queue): Doc fix.
20032
20033 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20034
20035         * spam.el (spam-register-routine)
20036         (spam-log-processing-to-registry, spam-log-registered-p)
20037         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20038         Change "check" to "spam-check" for semi-clarity.
20039
20040 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20041
20042         * pop3.el: Require nnheader.
20043
20044         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20045
20046         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20047
20048         * gnus-picon.el: Require cl.
20049
20050         * gnus-fun.el: Require gnus-ems and gnus-util.
20051
20052         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20053
20054         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20055
20056         * gnus-art.el (gnus-article-edit-mode): Define before first
20057         reference.
20058
20059 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20060
20061         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20062         (gnus-uu-post-encoded): Use point-at-bol.
20063
20064         * gnus-topic.el (gnus-group-active-topic-p): do.
20065
20066         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20067
20068         * gnus-group.el (gnus-group-kill-region): do.
20069
20070         * gnus-art.el (article-date-ut): do.
20071
20072         * message.el (message-fetch-field): Remove redundant
20073         case-fold-search binding.
20074         (message-narrow-to-field): Simplify.
20075
20076 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20077
20078         * spam.el (spam-directory): Derive from `gnus-directory'.
20079
20080         * spam-report.el (spam-report-url-to-file)
20081         (spam-report-requests-file): New function and variable for offline
20082         reporting.
20083         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20084         and user defined function.
20085         (spam-report-url-ping-mm-url): Remove doubled slash.
20086
20087 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20088
20089         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20090
20091 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20092
20093         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20094         Fix format string mismatch.
20095
20096         * sieve.el (sieve-deactivate-all): do.
20097
20098         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20099
20100         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20101
20102         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20103
20104         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20105
20106 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20107
20108         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20109         the list of checks.
20110
20111 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20112
20113         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20114         padding.
20115
20116 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20117
20118         * mm-view.el (mm-fill-flowed): New variable.
20119         (mm-inline-text): Use it.
20120
20121 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20122
20123         * spam.el (spam-spamassassin-register-ham-routine)
20124         (spam-spamassassin-register-spam-routine): Fix function names.
20125
20126 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20127
20128         * gnus.el (gnus-tmp-grouplens): Remove.
20129         (gnus-summary-line-format): Remove grouplens.
20130
20131         * gnus-group.el (gnus-group-line-format): Ditto.
20132
20133         * gnus-spec.el (gnus-format-specs): Ditto.
20134         (gnus-update-format-specifications): Flush the group format spec
20135         cache if there's the grouplens stuff.
20136         (gnus-parse-simple-format): Replace %l with the empty string.
20137
20138 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20139
20140         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20141         omission.
20142
20143 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20146         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20147
20148 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20149
20150         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20151         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20152         New macros and functions.
20153         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20154         Handle > NLINK_MAX messages.
20155         * nnmaildir.el (nnmaildir-request-set-mark):
20156         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20157
20158 2004-01-25  Alex Schroeder  <alex@gnu.org>
20159
20160         * spam-stat.el (spam-stat-process-directory-age): New option.
20161         (spam-stat-process-directory): Use it.
20162
20163 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20164
20165         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20166         (spam-stat-save): Accept prefix argument.
20167
20168 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20169
20170         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20171         links" error.
20172
20173 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20176         the rest of the and/or forms.
20177
20178 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20179
20180         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20181         compatibility with old .newsrc.eld files.
20182
20183         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20184
20185         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20186
20187         * gnus-start.el (gnus-1): do.
20188
20189         * gnus-group.el (gnus-group-line-format-alist): do.
20190
20191         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20192
20193         * gnus-gl.el: Remove.
20194
20195 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20196
20197         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20198         marks consisting of a single range {for example, (3 . 5)} rather
20199         than a list of a single range { ((3 . 5)) }.
20200
20201 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20202
20203         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20204         Use with-current-buffer.
20205         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20206         avoid consing a string.
20207
20208         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20209         Remove obsolete entries for big5 and gb2312.
20210
20211 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20212
20213         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20214         uncompressed list.
20215
20216 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20217
20218         * spam-stat.el (spam-stat-strip-xref): New function.
20219         (spam-stat-process-directory): Use it.
20220
20221         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20222         here -- it's done in message-fetch-field.
20223
20224 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20225
20226         * gnus-agent.el (gnus-agent-queue-mail)
20227         (gnus-agent-prompt-send-queue): New variables.
20228         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20229         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20230         "nndraft:queue" along to gnus-draft-send.
20231         Use gnus-agent-prompt-send-queue.
20232         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20233         is "nndraft:queue".  Suggested by Gaute Strokkenes
20234         <gs234@srcf.ucam.org>
20235
20236         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20237         (agent-enable-undownloaded-faces): Add.
20238         (gnus-agent-cat-groups): Use eval-and-compile, not
20239         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20240         method of gnus-agent-cat-groups even when the buffer has been
20241         evaled.
20242         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20243         delete gnus-agent-save-active-1.
20244         (gnus-agent-save-groups): Delete.  Identical to
20245         gnus-agent-save-active.
20246         (gnus-agent-write-active): No longer adjust agent's copy of active
20247         file as agent's adjustments are now stored in their own
20248         file.  Remove optional parameter.
20249         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20250         servers.  Add use of min/max range limits from server's local
20251         file.
20252         (gnus-agent-save-alist): Remove unused optional argument.
20253         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20254         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20255         (gnus-agent-set-local): A per-server file that keeps min/max range
20256         limits for articles known to the agent.  Provides a fast mechanism
20257         for altering many active ranges.
20258         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20259         active file (local makes it unnecessary).
20260         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20261
20262         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20263         (agent-enable-undownloaded-faces): Add.
20264
20265         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20266         disable it when sending to "nndraft:queue".
20267         (gnus-group-send-queue): Add safety check to avoid sending queue
20268         when unplugged.
20269
20270         * gnus-group.el (gnus-group-catchup): Use new
20271         gnus-sequence-of-unread-articles, not
20272         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20273         numbers of articles.  Use gnus-range-map to avoid having to
20274         uncompress the unread list.
20275         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20276         Fix invalid ange-ftp reference.
20277
20278         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20279         (gnus-sorted-range-intersection): Intersection of two ranges
20280         without requiring that they first be uncompressed.
20281
20282         * gnus-start.el (gnus-activate-group): Unless blocked by the
20283         caller, possibly expand the active range to include both cached
20284         and agentized articles.
20285         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20286         multiple version-dependent converters.
20287         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20288         gnus-agent-save-active.
20289         (gnus-save-newsrc-file): Save dirty agent range limits.
20290
20291         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20292         gnus-agent-possibly-alter-active.
20293         (gnus-adjust-marked-articles): Faster handling of simple lists.
20294
20295 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20296
20297         * spam-stat.el (spam-stat-test-directory): New optional argument
20298         displays a list of files detected.  Suggested by Andrew Cohen
20299         <cohen@andy.bu.edu>.
20300         (spam-stat-buffer-words-with-scores): Don't narrow and change
20301         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20302
20303 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20304
20305         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20306         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20307         (spam-spamassassin-arguments)
20308         (spam-spamassassin-spam-flag-header)
20309         (spam-spamassassin-positive-spam-flag-header)
20310         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20311         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20312         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20313         (spam-list-of-processors, spam-list-of-checks)
20314         (spam-list-of-statistical-checks, spam-registration-functions)
20315         (spam-check-spamassassin-headers, spam-check-spamassassin)
20316         (spam-spamassassin-score)
20317         (spam-spamassassin-register-with-sa-learn)
20318         (spam-spamassassin-register-spam-routine)
20319         (spam-spamassassin-register-ham-routine)
20320         (spam-assassin-register-spam-routine)
20321         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20322         (spam-bogofilter-score): Fix to show article before scoring.
20323
20324 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20325
20326         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20327         default scoring function.
20328         (spam-generic-score): Call spam-spamassassin-score if
20329         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20330         spam-bogofilter-score otherwise.
20331
20332         * gnus.el (spam-process, spam-autodetect-methods):
20333         Add spamassassin and spamassassin-headers.
20334
20335 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20336
20337         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20338         Suppress unnecessary messages.
20339
20340 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20341
20342         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20343         make-hash-table.
20344
20345 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20346
20347         * canlock.el (base64-encode-string): Don't autoload it.
20348
20349 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * run-at-time.el: Remove useless (require 'itimer),
20352         eval-and-compile and (featurep 'xemacs).
20353
20354 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20355
20356         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20357         GROUP is a virtual group.
20358
20359 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20360
20361         * gnus.el: Autoload `message-y-or-n-p'.
20362
20363 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20364
20365         * pgg-parse.el: Remove unnecessary (require 'custom).
20366
20367         * pgg-def.el: do.
20368
20369         * nnmail.el: do.
20370
20371         * gnus-undo.el: do.
20372
20373         * gnus-picon.el: do.
20374
20375         * gnus-util.el: do.
20376
20377 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20378
20379         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20380
20381 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20382
20383         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20384         handle, as well as a list.
20385
20386         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20387         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20388         (mm-w3m-cid-retrieve): Simplify.
20389
20390 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20391
20392         * message.el (message-kill-to-signature): Allow prefix arg to
20393         specify number of lines to keep before signature.
20394
20395 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20396
20397         * message.el (message-kill-to-signature): Change docstring.
20398
20399 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20400
20401         * canlock.el: Always require sha1-el.
20402         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20403
20404         * message.el: Autoload sha1 only when compiling.
20405
20406         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20407         eudc-expand-inline for XEmacs.
20408
20409 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * message.el (message-canlock-generate): Require sha1-el.
20412
20413 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20414
20415         * message.el (message-expand-name): Silence the byte compiler.
20416
20417         * lpath.el: Add detect-coding-system.
20418
20419         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20420         cus-edit.
20421
20422 2004-01-13  Simon Josefsson  <jas@extundo.com>
20423
20424         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20425         Invoke gnus-score-mode.
20426         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20427
20428         * gnus-range.el (gnus-compress-sequence): Doc fix.
20429         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20430
20431 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20432
20433         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20434
20435 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20436
20437         * spam.el (spam-get-article-as-string): Update to use
20438         gnus-request-article-this-buffer, much simpler.
20439         (spam-get-article-as-buffer): Remove.
20440
20441 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20442
20443         * message.el (message-expand-name): Use EUDC if the user uses that.
20444
20445 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20446
20447         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20448         character for the encoding to avoid consing a string.
20449
20450         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20451         unnecessarily.
20452
20453         * mm-util.el (mm-replace-chars-in-string): Remove.
20454
20455         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20456         of mm-replace-chars-in-string.
20457
20458 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20459
20460         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20461
20462         * mm-util.el (mm-subst-char-in-string): Support inplace.
20463
20464         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20465         a new string in every iteration.  Use shy groups.
20466
20467 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20468
20469         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20470         * gnus-soup.el (gnus-soup-group-brew):
20471         * gnus-msg.el (gnus-put-message):
20472         * gnus-move.el (gnus-group-move-group-to-server):
20473         * gnus-kill.el (gnus-batch-score):
20474         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20475         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20476         (gnus-group-update-group, gnus-group-read-group)
20477         (gnus-group-make-group, gnus-group-make-help-group)
20478         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20479         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20480         (gnus-group-sort-by-unread, gnus-group-catchup)
20481         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20482         (gnus-group-yank-group, gnus-group-set-info)
20483         (gnus-group-list-groups):
20484         * gnus.el (gnus-generate-new-group-name):
20485         * gnus-delay.el (gnus-delay-send-queue):
20486         * nnvirtual.el (nnvirtual-catchup-group):
20487         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20488         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20489         (gnus-group-prepare-topics, gnus-topic-check-topology):
20490         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20491         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20492         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20493         (gnus-group-make-articles-read):
20494         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20495         (gnus-group-change-level, gnus-kill-newsgroup)
20496         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20497         (gnus-get-unread-articles, gnus-make-articles-unread)
20498         (gnus-make-ascending-articles-unread): Use accessor
20499         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20500         to get group information for improved readability.
20501
20502
20503 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20504
20505         * gnus-art.el (article-decode-mime-words, article-babel)
20506         (gnus-article-highlight-signature, gnus-article-add-buttons)
20507         (gnus-signature-toggle): Use gnus-with-article-buffer.
20508
20509         * gnus-art.el (gnus-article-highlight-headers)
20510         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20511
20512         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20513         (gnus-article-set-globals, gnus-request-article-this-buffer)
20514         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20515         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20516         (gnus-mime-display-alternative): Use with-current-buffer.
20517
20518 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20519
20520         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20521         also under 80 char limit, and call gnus-error if needed.
20522         (spam-fetch-article-header): Fix - it was a
20523         buffer-local variable (gnus-newsgroup-data).
20524         (spam-find-spam): Use spam-generate-fake-headers, forget about
20525         spam-insert-fake-headers.
20526         (spam-insert-fake-headers): Remove.
20527
20528 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20529
20530         * deuglify.el (gnus-article-outlook-unwrap-lines)
20531         (gnus-outlook-rearrange-article)
20532         (gnus-outlook-repair-attribution-outlook)
20533         (gnus-outlook-repair-attribution-block)
20534         (gnus-outlook-repair-attribution-other): Remove redundant
20535         save-excursion.
20536
20537 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20538
20539         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20540         (spam-fetch-field-subject-fast)
20541         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20542         (spam-fetch-article-header): Add functions to deal with Gnus
20543         internals for fast retrieval of article header data.
20544         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20545
20546 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20547
20548         * pop3.el (pop3-md5): Remove.
20549         (pop3-apop): Replace pop3-md5 with md5.
20550
20551         * mm-bodies.el: base64 is always built-in.
20552
20553         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20554         Use with-current-buffer.
20555
20556 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20557
20558         * canlock.el (canlock-insert-header): Remove excessive grouping in
20559         regexp.
20560
20561         * gnus-sum.el (gnus-summary-read-document): Ditto.
20562
20563         * gnus-uu.el (gnus-uu-part-number): Ditto.
20564
20565         * html2text.el (html2text-remove-tags): Ditto.
20566         (html2text-format-tags): Ditto.
20567         (html2text-format-single-elements): Ditto.
20568
20569         * mml.el (mml-parse-1): Ditto.
20570
20571 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20572
20573         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20574
20575         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20576
20577         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20578
20579         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20580
20581 2003-11-15  Simon Josefsson  <jas@extundo.com>
20582
20583         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20584         (pgg-gpg-lookup-key): Use regexp match instead of
20585         split-string (split-string is different between emacs 21.2 and
20586         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20587
20588 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20589
20590         * gnus-art.el (gnus-mime-view-all-parts)
20591         (gnus-article-part-wrapper, gnus-article-view-part):
20592         Use with-current-buffer.
20593
20594 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20595
20596         * spam.el (spam-disable-spam-split-during-ham-respool)
20597         (spam-spamoracle-database, spam-cache-lookups)
20598         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20599         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20600         (spam-group-ham-marks, spam-group-spam-marks)
20601         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20602         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20603         also add spam-use-blackholes to the statistical checks.
20604         (spam-fetch-field-fast): Add interface to fetching fields, may
20605         become a macro.
20606         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20607         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20608         (spam-insert-fake-headers): Fake an article when needed.
20609         (spam-find-spam): Fake article when possible.
20610         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20611         (spam-check-bogofilter-headers): Use message-fetch-field instead
20612         of nnmail-fetch-field.
20613
20614 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20615
20616         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20617
20618 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20619
20620         * spam.el (spam-split): Do not require spam-use-CHECK to be
20621         enabled if that check is passed to spam-split explicitly; also
20622         fix so 'spam doesn't get converted to spam-split-group when
20623         spam-split-symbolic-return is t.
20624         (spam-find-spam): Find registrations of the article and use those
20625         instead of re-running spam-split to find the spam/ham
20626         classification of the article.
20627         (spam-log-processing-to-registry, spam-log-registered-p)
20628         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20629         Use gnus-error instead of gnus-message.
20630         (spam-log-registration-type): Add function to determine the
20631         classification of a message based on registry entries; will
20632         return nil if both 'spam and 'ham are found.
20633         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20634         a reasonably fast local cache without the loading errors.
20635         (spam-cache-lookups): Set to t by default.
20636         (spam-find-spam): Don't try to guess spam-cache-lookups.
20637         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20638         spam-caches entry.
20639         (spam-filelist-build-cache, spam-filelist-check-cache):
20640         Fix caching of whitelist/blacklist entries.
20641         (spam-check-whitelist, spam-check-blacklist):
20642         Invoke spam-from-listed-p with a type, not a cache variable.
20643         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20644
20645 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20646
20647         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20648
20649         * nnmail.el (nnmail-split-fancy): do.
20650
20651         * mml.el (mml-parse): do.
20652
20653         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20654         (gnus-score-adaptive): do.
20655
20656 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20657
20658         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20659         (gnus-mime-button-map): Don't set keymap parent.
20660         (gnus-button-ctan-directory-regexp): Use shy grouping.
20661         (gnus-prev-page-map): Don't set keymap parent.
20662         (gnus-prev-page-map): Remove duplicated one.
20663         (gnus-next-page-map): Don't set keymap parent.
20664         (gnus-mime-security-button-map): Ditto.
20665
20666         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20667         version number.
20668
20669         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20670
20671 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20672
20673         * canlock.el (canlock-sha1-function): Remove.
20674         (canlock-sha1-function-for-verify): Remove.
20675         (canlock-openssl-program): Remove.
20676         (canlock-openssl-args): Remove.
20677         (canlock-ignore-errors): Remove.
20678         (canlock-sha1-with-openssl): Remove.
20679         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20680         (canlock-verify): Don't use canlock-ignore-errors.
20681
20682         * sha1-el.el (sha1-string-external): Make it can return a string
20683         in binary form.
20684         (sha1-region-external): Ditto.
20685         (sha1-string-internal): Ditto.
20686         (sha1-region-internal): Ditto.
20687         (sha1-region): Ditto.
20688         (sha1-string): Ditto.
20689         (sha1): Ditto.
20690
20691 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20692
20693         * spam.el (spam-report-articles-gmane): New command.
20694
20695 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20696
20697         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20698
20699         * run-at-time.el (run-at-time-saved): Remove.
20700         (run-at-time): Doc fix.
20701
20702 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20703
20704         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20705         (gnus-summary-limit-map): Add it.
20706         (gnus-summary-make-menu-bar): do.
20707
20708 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20709
20710         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20711         Make attempt at some caching support (done for BBDB only now).
20712         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20713         addresses to be checked.
20714         (spam-clear-cache-BBDB): Add function, to be invoked by
20715         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20716         (spam-check-BBDB): Check and use the caches, if
20717         spam-cache-lookups is on, remove superfluous (provide).
20718
20719 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20720
20721         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20722
20723 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20724
20725         * run-at-time.el (run-at-time-saved): Move to after the definition
20726         of `run-at-time'.
20727
20728         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20729
20730 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20731
20732         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20733         mm-w3m-local-map-property.
20734
20735         * mm-view.el (mm-w3m-mode-map): Remove.
20736         (mm-w3m-local-map-property): Remove.
20737         (mm-inline-text-html-render-with-w3m): Don't use
20738         mm-w3m-local-map-property.
20739
20740 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20741
20742         * run-at-time.el: New file.
20743
20744         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20745         under Emacs.
20746
20747         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20748         of gnus-set-text-properties.
20749
20750         * gnus-uu.el (gnus-uu-save-article): Ditto.
20751
20752         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20753
20754         * gnus-cite.el (gnus-cite-parse): Ditto.
20755
20756         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20757         of gnus-.
20758
20759         * gnus-xmas.el (run-at-time): Require run-at-time.
20760
20761         * gnus.el: Change calls to nnheader-run-at-time and
20762         password-run-at-time throughout to use run-at-time directly.
20763
20764         * password.el: Remove definition of run-at-time.
20765
20766         * nnheaderxm.el: Remove definition of run-at-time.
20767
20768 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20769
20770         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20771         in prompt.
20772
20773 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20774
20775         * messagexmas.el (message-xmas-redefine): Alias
20776         `message-make-caesar-translation-table' to
20777         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20778         version.
20779
20780         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20781         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20782         `gnus-xmas-set-text-properties'.
20783         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20784         `gnus-xmas-completing-read'.
20785         (gnus-xmas-completing-read): Removed.
20786         (gnus-xmas-open-network-stream): Removed.
20787
20788         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20789         XEmacs version.
20790
20791         * dns.el (dns-make-network-process): Use `open-network-stream'
20792         instead of `gnus-xmas-open-network-stream'.
20793
20794         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20795
20796         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20797
20798 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20799
20800         * gnus-art.el (gnus-mime-display-alternative)
20801         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20802         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20803         Don't use gnus-local-map-property.
20804
20805         * gnus-util.el (gnus-local-map-property): Remove.
20806
20807         * mm-view.el (mm-view-pkcs7-decrypt):
20808         Replace gnus-completing-read-maybe-default with completing-read.
20809
20810         * gnus-util.el (gnus-completing-read): do.
20811         (gnus-completing-read-maybe-default): Remove.
20812
20813 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20814
20815         * password.el: Only autoload `run-at-time' if not XEmacs.
20816         Only autoload the itimer functions if XEmacs.
20817
20818 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20819
20820         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20821         XEmacsen.
20822
20823         * dgnushack.el: Autoload executable-find for XEmacs.
20824
20825 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20826
20827         * gnus-art.el (gnus-read-string): Remove.
20828         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20829         read-string.
20830
20831 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20832
20833         * netrc.el: Autoload password-read.
20834         (netrc): Add configuration group.
20835         (netrc-encoding-method, netrc-openssl-path):
20836         Add variables for encoding and decoding of files with symmetric
20837         ciphers.
20838         (netrc-encode): Add assistant function to encode a file with
20839         netrc-encoding-method.
20840         (netrc-parse): Add interactive parameter, added optional
20841         decoding if netrc-encoding-method is non-nil but otherwise
20842         behavior is standard.
20843         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20844         Do s/encode/encrypt/ everywhere.
20845
20846         * spam.el: Remove executable-find autoload.
20847
20848 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20849
20850         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20851
20852         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20853
20854 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * gnus-art.el (gnus-treat-ansi-sequences)
20857         (article-treat-ansi-sequences): New variable and function.
20858         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20859
20860         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20861         Use it.
20862
20863 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20864
20865         * mm-util.el (mm-quote-arg): Remove.
20866
20867         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20868         shell-quote-argument.
20869
20870         * gnus-uu.el (gnus-uu-command): do.
20871
20872         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20873
20874         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20875         with make-char.
20876
20877         * mm-util.el (mm-make-char): Remove.
20878
20879         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20880         add-minor-mode.
20881
20882         * gnus-undo.el (gnus-undo-mode): do.
20883
20884         * gnus-topic.el (gnus-topic-mode): do.
20885
20886         * gnus-sum.el (gnus-dead-summary-mode): do.
20887
20888         * gnus-start.el (gnus-slave-mode): do.
20889
20890         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20891
20892         * gnus-ml.el (gnus-mailing-list-mode): do.
20893
20894         * gnus-gl.el (gnus-grouplens-mode): do.
20895
20896         * gnus-draft.el (gnus-draft-mode): do.
20897
20898         * gnus-dired.el (gnus-dired-mode): do.
20899
20900         * gnus-ems.el (gnus-add-minor-mode): Remove.
20901
20902         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20903         Replace gnus-char-width with char-width.
20904
20905         * gnus-ems.el (gnus-char-width): Remove.
20906
20907         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20908         Replace gnus-char-width with char-width.
20909
20910         * gnus-ems.el (gnus-char-width): Remove.
20911
20912         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20913         definition.
20914         Remove Emacs 20 hash table compatibility code.
20915
20916         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20917         20 compatibility code.
20918
20919         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20920
20921         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20922
20923         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20924         Replace with point-at-{eol,bol}.
20925
20926         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20927
20928         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20929
20930         * flow-fill.el (fill-flowed-point-at-bol)
20931         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20932
20933         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20934         Replace with point-at-{eol,bol} throughout all files.
20935
20936 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20937
20938         * ntlm.el (ntlm-string-as-unibyte): New macro.
20939         (ntlm-build-auth-response): Use it.
20940
20941         Remove Emacs 20 stuff:
20942         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20943         (butlast, mapc, remove): Remove the compiler macros.
20944         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20945         of delq and copy-sequence.
20946         * gnus-art.el (popup-menu): Remove the compiler macro.
20947         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20948         Emacs 20.
20949
20950 2004-01-05  Simon Josefsson  <jas@extundo.com>
20951
20952         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20953         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20954         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20955         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20956         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20957         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20958         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20959         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20960         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20961         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20962         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20963         string-xor into ntlm-string-xor.
20964         Suggested by Jesper Harder <harder@myrealbox.com>.
20965
20966         * ntlm.el: Don't include poem.
20967
20968         * md4.el (print-int32, print-string-hexa): Remove.
20969         Suggested by Jesper Harder <harder@myrealbox.com>.
20970
20971         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20972
20973         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20974         probably breaks emacs with DL patch, but do we care? Is anyone
20975         still using the DL stuff?)
20976
20977         * sieve-manage.el: Use the password package.
20978         (sieve-manage-read-passwd): Remove.
20979         (sieve-manage-interactive-login): Use password.  Re-add
20980         condition-case around loop.
20981
20982         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20983         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20984         Use the password package.
20985
20986 2003-02-19  Simon Josefsson  <jas@extundo.com>
20987
20988         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20989         token.
20990
20991 2002-08-07  Simon Josefsson  <jas@extundo.com>
20992
20993         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20994         (sieve-manage-authenticators):
20995         (sieve-manage-authenticator-alist): Add some SASL mechs.
20996         (sieve-sasl-auth): New function.
20997         (sieve-manage-cram-md5-auth):
20998         (sieve-manage-plain-auth): Rewrite using SASL library.
20999         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21000         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21001         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21002         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21003
21004 2004-01-05  Simon Josefsson  <jas@extundo.com>
21005
21006         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21007         New files.
21008
21009 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21010
21011         * gnus-group.el (gnus-no-groups-message): Update.
21012
21013         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21014
21015 2003-11-09  Simon Josefsson  <jas@extundo.com>
21016
21017         * imap.el: Support for ID IMAP extension (RFC 2971).
21018         (imap-local-variables): Add imap-id.
21019         (imap-id): New variable.
21020         (imap-id): New function.
21021         (imap-parse-response): Parse untagged ID response.
21022         * nnimap.el (nnimap-id): New variable.
21023         (nnimap-open-connection): Use it.
21024
21025 2003-12-28  Simon Josefsson  <jas@extundo.com>
21026
21027         * gnus-score.el (gnus-score-edit-all-score): New.
21028         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21029
21030 2004-01-04  Simon Josefsson  <jas@extundo.com>
21031
21032         * password.el: Add.
21033
21034 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21035
21036         * dns.el (dns-query-types): Fix typo.
21037         (dns-query-types): New function.
21038         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21039         PTR and SOA replies, see RFC 1035.
21040
21041 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21042
21043         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21044
21045         * Move to Changelog.2.
21046
21047 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21048
21049         * gnus.el (gnus-version-number): Bump version.
21050
21051 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21052
21053         * gnus.el: No Gnus v0.1 is released.
21054
21055 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21056
21057         * gnus.el: No Gnus v0.0 is released.
21058
21059 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21060
21061         * gnus.el (gnus-version-number): Bump.
21062         (gnus-version): No.
21063
21064 See ChangeLog.2 for earlier changes.
21065
21066   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21067
21068   This file is part of GNU Emacs.
21069
21070   GNU Emacs is free software: you can redistribute it and/or modify
21071   it under the terms of the GNU General Public License as published by
21072   the Free Software Foundation, either version 3 of the License, or
21073   (at your option) any later version.
21074
21075   GNU Emacs is distributed in the hope that it will be useful,
21076   but WITHOUT ANY WARRANTY; without even the implied warranty of
21077   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21078   GNU General Public License for more details.
21079
21080   You should have received a copy of the GNU General Public License
21081   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21082
21083 ;; Local Variables:
21084 ;; coding: utf-8
21085 ;; fill-column: 79
21086 ;; add-log-time-zone-rule: t
21087 ;; End: