Always restart the date timer so that user changes to the frequency is respected.
[gnus] / lisp / ChangeLog
1 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4         (gnus-article-setup-buffer): Always restart the date timer so that user
5         changes to the frequency is respected.
6
7         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
8         port numbers, so make sure it gets that if nnimap-server-port is
9         explicit.
10
11 2011-02-21  Simon Josefsson  <simon@josefsson.org>
12
13         * nnimap.el (nnimap-inbox): Doc fix.
14
15 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
16
17         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
18         Autoload.  Add optional arg FRAME, and pass it to color-values.
19         (color-complement): Caller changed.  Doc fix.
20         (color-gradient): Rewrite for better clarity and efficiency.
21
22 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
23
24         * shr-color.el (shr-color->hexadecimal): Use renamed function names
25         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
26         color-lab-to-srgb.
27
28 2011-02-20  Drew Adams  <drew.adams@oracle.com>
29
30         * color.el: First part of merge from hexrgb.el.
31         (color-rgb-to-hex): Rename from color-rgb->hex.
32         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
33         saturation to zero if the value is too small.
34         (color-rgb-to-hsl): Rename from color-rgb->hsl.
35         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
36         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
37         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
38         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
39         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
40         (color-cie-de2000): Doc fix.
41
42 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
43
44         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
45         given method as in the group name if we're using an extended method.
46         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
47         command, if we're using that, instead of waiting for the beginning.
48
49         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
50         we're sure to get unique server names, and we don't output two async
51         commands in the same buffer.  This fixes an NNTP hang for some users.
52
53 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
54
55         * gnus.el: No Gnus v0.11 is released.
56
57 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
58
59         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
60         summary buffer before reading going to the next buffer.  This avoids
61         putting the point in the group buffer if you `C-g' the command.
62
63         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
64         cache (for now) to make ~/.authinfo.gpg files usable.
65
66         * nnfolder.el (copyright-update): Define for the compiler.
67
68         * auth-source.el (auth-source-search): Fix unbound variable.
69
70 2011-02-19  Glenn Morris  <rgm@gnu.org>
71
72         * gnus.el (gnus-meta): Doc fix.
73
74 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
75
76         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
77         in case it's not yet loaded.
78
79 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
80
81         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
82         line we're waiting for.
83
84 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
85
86         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
87         face with line-width greater than zero will cause RET in gnus summary
88         buffer to scroll down article page-wise because auto vscroll happens,
89         it should be temporalily disabled when doing a scroll-up.
90
91 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
92
93         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
94         outputs from the server.
95
96 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
97
98         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
99         later so that bbdb can hook in easier.
100
101 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
102
103         * auth-source.el (auth-source-search): Don't try to create credentials
104         if the caller doesn't want that.
105         (auth-source-search): If we don't find a match, don't bug out on
106         non-bound variables.
107         (auth-source-search): Only ask a single backend to create the
108         credentials.
109
110         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
111         logging.
112         (nnimap-credentials): Protect against auth-source-search returning nil.
113         (nnimap-request-list): Protect against not being able to open the
114         server.
115
116 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
117
118         * auth-source.el (auth-source-search): Do a two-phase search, one with
119         no :create to get the responses from all backends.
120
121         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
122         when getting credentials.
123
124         * gnus-util.el (gnus-delete-duplicates): New function.
125
126 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * nnimap.el (nnimap-credentials): Instead of picking the first port as
129         a creation default, pass the whole port list down.  It will be
130         completed.
131
132         * auth-source.el (auth-source-search): Updated docs to talk about
133         multiple creation choices.
134         (auth-source-netrc-create): Accept a list as a value (from the search
135         parameters) and do completion on that list.  Keep a separate netrc line
136         with the password obscured for showing the user.
137
138         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
139         first choice to `auth-source-search' so it will be used for entry
140         creation instead of the server's Gnus-specific name.
141         (nnimap-credentials): Rely on the auth-source library to select which
142         port is actually wanted in the new netrc entry, so don't override
143         `auth-source-creation-defaults'.
144
145         * auth-source.el (auth-source-netrc-parse): Use :port instead of
146         :protocol and accept a missing user, host, or port as a wildcard match.
147         (auth-source-debug): Default to off.
148
149         (auth-source-netrc-search, auth-source-netrc-create)
150         (auth-source-secrets-search, auth-source-secrets-create)
151         (auth-source-user-or-password, auth-source-backend, auth-sources)
152         (auth-source-backend-parse-parameters, auth-source-search): Use :port
153         instead of :protocol.
154
155         * nnimap.el (nnimap-credentials): Pass a port default to
156         `auth-source-search' in case an entry needs to be created.
157         (nnimap-open-connection-1): Use :port instead of :protocol.
158
159 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * auth-source.el: Bind load-path when loading EIEIO from
162         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
163         21.4 doesn't support, to `require'.
164         (auth-source-secrets-search): Use mm-delete-duplicates instead of
165         delete-dups that is not available in XEmacs 21.4.
166
167 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
168
169         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
170         as EIEIO must also be loaded when auth-source.el is being
171         byte-compiled.
172
173 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
174
175         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
176
177         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
178
179         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
180
181         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
182
183         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
184
185         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
186
187         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
188
189         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
190         necessary.
191
192 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
195         nil means that nnimap doesn't get updated.
196
197 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
198
199         * auth-source.el (auth-source-netrc-create): Return a synthetic search
200         result when the user doesn't want to write to the file.
201         (auth-source-netrc-search): Expect a synthetic result and proceed
202         accordingly.
203         (auth-source-cache-expiry): New variable to override
204         `password-cache-expiry'.
205         (auth-source-remember): Use it.
206
207         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
208         parameter.  Create entry if necessary by using :create t.
209         (nnimap-open-connection-1): Don't pass `inhibit-create'.
210
211 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
212
213         * auth-source.el (auth-source-debug): Enable by default and don't
214         mention the obsolete `auth-source-hide-passwords'.
215         (auth-source-do-warn): New function to debug unconditionally.
216         (auth-source-do-debug): Use it.
217         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
218         and for Secrets API entries when the secrets.el library is not
219         available.
220
221 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-sum.el (gnus-propagate-marks): Default to nil.
224         (gnus-summary-exit): Kill the correct article buffer on exit from a
225         `C-d' group.
226
227         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
228         gnus-propagate-marks.
229
230         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
231         before killing the buffers so that a non-full window conf gets handled
232         correctly.
233         (gnus-summary-exit): Ditto.
234         (gnus-summary-read-group-1): Ditto.
235
236         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
237         async code again so that we can debug it properly.
238
239         * message.el (message-reply): Take an optional switch-buffer parameter
240         so that Gnus window confs are respected better.
241
242 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
243
244         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
245         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
246         docstring.
247         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
248         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
249         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
250         Login collection is "Login" and not "login".
251
252 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
255         multiple headers.
256
257         * nnimap.el (nnimap-inhibit-logging): New variable.
258         (nnimap-log-command): Don't log login commands.
259
260         * auth-source.el (auth-source-netrc-search): The asserts seem to want
261         to have more parameters.
262
263         * nnimap.el (nnimap-send-command): Mark the command time for each
264         command, so that we don't get NOOPs stepping on our toes.
265
266         * gnus-art.el (article-date-ut): Get the date from the Date header on
267         `t'.
268
269 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * auth-source.el (auth-source-search): Use copy-sequence instead of
272         the cl.el copy-list.
273
274 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
275
276         * imap.el: Bring it back (revert
277         84d800cd31de3064f0ed39617d725709a2f8f42f).
278
279 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
280
281         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
282         Improve prompt.
283
284 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-art.el (gnus-article-mode-line-format): Remove the article
287         washing status from the default format.  It isn't very informative.
288
289 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
290
291         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
292         Gcc processing on imap.
293
294 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
295
296         * imap.el: Remove file.  All the functionality is in nnimap.el.
297
298 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
299
300         * message.el (message-bury): Don't pop up a new window when selected
301         window is dedicated.
302
303 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
304
305         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
306
307 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
308
309         * sieve-manage.el: Autoload `auth-source-search'.
310         (sieve-sasl-auth): Use it.
311
312 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         * nnimap.el: Autoload `auth-source-forget+'.
315         (nnimap-open-connection-1): Use it if the connection fails.
316
317         * auth-source.el: Require `password-cache'.
318         (auth-source-hide-passwords, auth-source-cache): Remove and mark
319         obsolete.
320         (auth-source-magic): Marker for `password-cache' keys.
321         (auth-source-do-cache): Update docstring.
322         (auth-source-search): Use and check cache.
323         (auth-source-forget-all-cached, auth-source-remember)
324         (auth-source-recall, auth-source-forget, auth-source-forget+)
325         (auth-source-specmatchp): Caching support functions.
326         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
327         Remove and obsolete.
328         (auth-source-user-or-password): Remove caching to further discourage
329         using it.  Always hide passwords.
330
331         * password-cache.el (password-cache-remove): Accept secrets that are
332         not strings.
333
334 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
335
336         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
337         code for now, since it doesn't work for all users.
338
339 2011-02-09  Julien Danjou  <julien@danjou.info>
340
341         * message.el (message-options): Make message-options really buffer
342         local.
343
344 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
345
346         * mail-source.el: Autoload `auth-source-search'.
347         (mail-source-keyword-map): Note order matters.
348         (mail-source-set-1): Get all the mail-source source values and
349         defaults and search auth-source on those if needed.  This can all
350         probably be simplified.
351
352         * nnimap.el: Autoload `auth-source-search'.
353         (nnimap-credentials): Use it.
354         (nnimap-open-connection-1): Ask for the virtual server and physical
355         address in one shot.
356
357         * nntp.el: Autoload `auth-source-search'.
358         (nntp-send-authinfo): Use it.  Note TODO.
359
360 2011-02-08  Julien Danjou  <julien@danjou.info>
361
362         * shr.el (shr-tag-body): Add support for text attribute in body
363         markups.
364
365         * message.el (message-options): Make message-options a local variable.
366
367 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
368
369         * auth-source.el (auth-source-secrets-search)
370         (auth-source-user-or-password): Use `append' instead of `nconc'.
371         (auth-source-user-or-password): Build return list better and protect
372         against nil :secret.
373
374 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
375
376         * nnimap.el (nnimap-update-info): Refactor slightly.
377         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
378         (nnimap-update-info): Clean up slightly.
379         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
380         characters.
381         (nnimap-process-quirk): Rename function to avoid collision.
382         (nnimap-update-info): Fix macrology bug-out.
383         (nnimap-update-info): Simplify split history test.
384
385 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
386
387         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
388         `secrets-get-attributes' instead of `secrets-get-attribute'.
389         (auth-source-secrets-search): Limit search when `max' is greater than
390         number of results.
391
392 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
393
394         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
395         part not returning any data.
396
397         * proto-stream.el (open-protocol-stream): Document the return value.
398
399 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * auth-source.el (auth-source-secrets-search): Add examples.
402
403 2011-02-06  Julien Danjou  <julien@danjou.info>
404
405         * message.el (message-setup-1): Handle message-generate-headers-first
406         set to t.
407
408 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
409
410         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
411         API with a string "secrets:collection-name" and with 'default.
412         (auth-source-backend-parse): Parse "secrets:collection-name" and
413         'default.  Recurse on parses instead of repeating code.  Use the
414         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
415         message when ignoring a source.
416         (auth-source-search): List ignored search keys at the top level.
417         (auth-source-netrc-create): Use `case' instead of `cond'.
418         (auth-source-secrets-search): Created with TODOs.
419         (auth-source-secrets-create): Created with TODOs.
420         (auth-source-retrieve, auth-source-create, auth-source-delete)
421         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
422         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
423         (auth-source-user-or-password-sftp)
424         (auth-source-user-or-password-smtp): Removed.
425         (auth-source-user-or-password): Deprecated and modified to be a wrapper
426         around `auth-source-search'.  Not tested thoroughly.
427
428 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
429
430         * auth-source.el: Bring in assoc and eioeio libraries.
431         (secrets-enabled): New variable to track the status of the Secrets API.
432         (auth-source-backend): New EIOEIO class to represent a backend.
433         (auth-source-creation-defaults): New variable to set prompt defaults
434         during token creation (see the `auth-source-search' docstring for
435         details).
436         (auth-sources): Simplify to allow a simple string as a netrc backend
437         spec.
438         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
439         (auth-source-backend-parse-parameters): Fill in the backend parameters.
440         (auth-source-search): Main auth-source API entry point.
441         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
442         (auth-source-search-collection): Helper function for searching.
443         (auth-source-netrc-parse, auth-source-netrc-normalize)
444         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
445         Supports search, create, and delete.
446         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
447         backend stubs.
448         (auth-source-user-or-password): Call `auth-source-search' but it's not
449         ready yet.
450
451 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
452
453         * message.el (message-setup-1): Remove the read-only stuff, since it
454         doesn't work under XEmacs, for some reason.
455
456         * gnus-sum.el (gnus-user-date): Rename back from
457         gnus-summary-user-date since user code refers to it.
458
459         * shr.el (shr-render-td): Store the actual background colour used.
460
461         * message.el (message-setup-1): Don't bind the constant
462         -forbidden-properties.
463         (message-setup-1): Revert previous change, since it needs to bind the
464         props to insert them.
465         (message-resend): Allow removing the read-only separator line.
466
467 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
468
469         * nnimap.el (nnimap-request-accept-article): Give an error message if
470         the APPEND wasn't successful.
471
472 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
473
474         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
475         that have no groups.
476
477 2011-02-03  Julien Danjou  <julien@danjou.info>
478
479         * gnus-draft.el: Remove progn around gnus-draft-setup.
480
481 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
482
483         * gnus-start.el (gnus-read-active-for-groups): This function is never
484         called with a nil `infos', so clean that up.
485         (gnus-get-unread-articles): Request active files from primary/secondary
486         methods that have no groups (yet).
487
488 2011-02-03  Julien Danjou  <julien@danjou.info>
489
490         * message.el (message-setup-1): Always generate References first.
491         (message-mail): Return the return value of message-setup, not always t.
492         (message-setup-1): Insert mail-header-separator with read-only and
493         intangible properties set.
494
495         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
496         user-date in docstring.
497
498         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
499
500         * gnus.el (gnus-summary-line-format): Mention &user-date format in
501         docstring.
502
503         * gnus.el (gnus-user-date-format-alist): Change default value. Use
504         defcustom, with type and group. Move from gnus-util.el. Rename to
505         gnus-summary-user-date-format-alist.
506
507 2011-02-03  Glenn Morris  <rgm@gnu.org>
508
509         * nnimap.el (gnus-fetch-headers): Declare.
510
511         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
512
513 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
514
515         * message.el (message-forward-make-body-digest-plain)
516         (message-followup, message-reply): Clean up things noted by Stefan.
517
518         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
519         gnus-article-update-date-headers is nil.
520         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
521         it didn't really work with defcustom.
522         (article-update-date-lapsed): Make sure the window start doesn't move,
523         either.
524
525 2011-02-01  Julien Danjou  <julien@danjou.info>
526
527         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
528         format.
529
530         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
531         standard in Emacs nowadays.
532
533         * color.el (color-gradient): Add a color-gradient function.
534
535 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
536
537         * message.el (message-expand-name): Don't trust the return value of
538         bbdb-complete-name.
539         (message-check-news-header-syntax): Remove unused var `start'.
540         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
541         (message-inhibit-body-encoding): Move to before first use.
542         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
543         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
544         (Organization, Message-ID, Date, mh-previous-window-config):
545         Defvar the vars using dynamic scoping.
546
547 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * shr.el (shr-render-td): Only do colours at the final rendering.
550         Should be slightly faster.
551         (shr-insert-table): Fix up TD background colours when doing the
552         vertical padding.
553
554         * gnus-art.el (article-date-ut): Protect against articles with no Date
555         header.
556         (article-update-date-lapsed): Don't use current-column to find the
557         horizontal position.  It's fragile in the presence of \003 characters.
558
559         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
560
561 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
562
563         * gnus-art.el (article-transform-date): Rewrite to still work when
564         there are several rfc2822 parts.
565         (article-transform-date): Fix infinite recursion.
566         (article-date-ut): Replace infinitely many Date headers with a single
567         one when called interactively.
568
569         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
570         secure manner.
571
572         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
573         move around by not using save-window-excursion.  It seems to work...
574
575 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-art.el (article-make-date-line): Work for user-defined format.
578
579 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
580
581         * nntp.el (nntp-retrieve-group-data-early)
582         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
583         fetching functions.
584
585         * gnus-start.el (gnus-read-active-for-groups): Read the active files
586         thoroughly for all backends that have no known groups.  This should
587         allow new nnml methods to retrieve mail.
588
589         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
590         that Gnus doesn't know exists again.
591
592         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
593         (gnus-treat-date-ut): Ditto.
594         (gnus-article-update-date-header): Renamed.
595         (gnus-treat-date-local): Removed.
596         (gnus-treat-date-english): Removed.
597         (gnus-treat-date-lapsed): Removed.
598         (gnus-treat-date-combined-lapsed): Removed.
599         (gnus-treat-date-original): Removed.
600         (gnus-treat-date-iso8601): Removed.
601         (gnus-treat-date-user-defined): Removed.
602         (gnus-article-date-headers): New variable to control all the date
603         header options.
604         (article-date-ut): Rewrite to allow using the new way to format date
605         headers(s).
606
607 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
608
609         * nnmail.el (nnmail-article-group): Check for a direct fancy split
610         method.
611         (nnmail-article-group): A better test for fanciness.
612
613         * nnimap.el (nnimap-request-head): Protect against not finding the
614         article by Message-ID.
615
616 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-art.el (article-update-date-lapsed): Try a better way to really
619         keep point at the "same place".
620
621 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
624         data if the group is unactivated.
625
626 2011-01-28  Julien Danjou  <julien@danjou.info>
627
628         * gnus-win.el: Remove dead function gnus-window-configuration-element.
629         (gnus-all-windows-visible-p): Remove old compatibility code.
630         (gnus-window-top-edge): Add docstring.
631
632         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
633
634 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
637         older request-update-info.
638
639         * gnus-art.el (article-make-date-line): Limit the length a bit more.
640
641 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
642
643         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
644         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
645
646 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
649         groups.  This makes the nndraft:queue group pop up if it's not already
650         there.
651
652         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
653         messages" logic, which was reversed.
654
655         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
656         the "same place" even if point is on the line being replaced.
657         (article-update-date-lapsed): Allow updating both the combined lapsed
658         and the lapsed headers.
659         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
660         (article-make-date-line): Limit the number of segments dynamically to
661         avoid too-long lines.
662
663 2011-01-27  Julien Danjou  <julien@danjou.info>
664
665         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
666         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
667
668 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
671         Use plist-get instead of the cl function getf.
672
673 2011-01-27  Glenn Morris  <rgm@gnu.org>
674
675         * gnus-util.el (float-time): Get rid of compiler warning, again.
676
677 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
678
679         * shr.el (shr-put-color): Special-case background colours: Do put them
680         at the blank parts at the front of the lines.
681
682         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
683         exit hook to nix out all data on readedness on group exit.
684
685         * gnus-util.el (float-time): If float-time is bound, always use it on
686         all Emacsen.  It's unclear why the subrp check was there.
687         (time-date): Require to make some autoload issues on XEmacs go away.
688
689         * shr.el (shr-put-color): Don't do the box padding in tables, since
690         they're already padded.
691
692 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-art.el (gnus-article-next-page): When the last line of the
695         article is displayed, scroll down once more instead of going to the
696         next article at once.
697         (article-lapsed-string): Refactor out and allow specifying how many
698         segments you want.
699         (gnus-article-setup-buffer): Start updating the lapsed header directly.
700         (gnus-article-update-lapsed-header): New variable.
701
702         * shr.el: Revert change that made headings use different-sized faces.
703         The Emacs display engine isn't advanced enough that, for instance,
704         tables can comfortably use differntly-sized faces.
705
706 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
707
708         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
709         used.
710         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
711         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
712         we're using an encrypted connection.
713
714         * proto-stream.el: Alter the interface functions to also return the
715         actual stream type used: network or tls.
716
717 2011-01-25  Julien Danjou  <julien@danjou.info>
718
719         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
720         (mm-display-javascript-inline): New function.
721
722         * mm-decode.el (mm-inline-media-tests): Add application/javascript
723         viewing function.
724
725 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * shr.el (shr-expand-newlines): Fix variable name.
728
729 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
730
731         * shr.el (shr-expand-newlines): Make nested boxes work.
732
733 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
734
735         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
736         backgrounds.
737         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
738         in a more sensible manner.
739
740 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
743         if EPG is loaded.
744
745 2011-01-24  Julien Danjou  <julien@danjou.info>
746
747         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
748         tags.
749
750 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
751
752         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
753         commands.
754
755         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
756         in the article buffer.
757         (gnus-gravatar-insert): Use blank space from the current buffer to
758         avoid breaking text properties.  This makes X-Sent updating work again.
759
760         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
761
762 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
765         fix the bug in url-http.el instead.
766
767         * shr.el (shr-image-fetched): Ditto.
768
769         * shr.el (shr-image-fetched): Avoid having point move in the article
770         buffer.
771
772         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
773         buffer after being called.  It's apparently being killed by url.el, and
774         killing it made point move to end-of-buffer in a random buffer.
775
776         * shr.el (shr-image-fetched): Ditto.
777
778 2011-01-23  Julien Danjou  <julien@danjou.info>
779
780         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
781
782         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
783         text/x-org.
784
785 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-sum.el (gnus-summary-move-article): Protect against backends
788         (i.e., nnimap) returning nil as the article number.
789
790 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
791
792         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
793         "DelSp" parameter in RFC3676.
794
795 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
796
797         * message.el (message-check-recipients): Display the encoded version of
798         the bogus address if they differ.
799
800         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
801         after sending.
802
803         * gnus-agent.el (gnus-agent-send-mail): Ditto.
804
805         * gnus-group.el (gnus-group-refresh-group): New convenience function.
806
807         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
808         group buffer after sending the queue.
809
810         * gnus-agent.el (gnus-agent-send-mail): Ditto.
811
812 2011-01-22  Julien Danjou  <julien@danjou.info>
813
814         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
815
816 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
817
818         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
819         nested related parts.
820
821         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
822         unexpired articles.  This fixes the regression that led expiry marks to
823         disappear from nnfolder groups.
824
825 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
826
827         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
828         Don't confuse the "ret" of "retrograde" with RET.
829
830 2011-01-21  Julien Danjou  <julien@danjou.info>
831
832         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
833         than mm-insert-inline.
834
835 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
838         Widen article buffer.
839
840 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
841
842         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
843         the temp buffer.
844         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
845
846 2011-01-20  Julien Danjou  <julien@danjou.info>
847
848         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
849
850         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
851         than mm-insert-inline to insert inline part: this respect
852         mm-inline-media-tests displayers.
853
854         * mm-view.el (mm-display-shell-script-inline): New function.
855
856         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
857
858         * mm-uu.el (mm-uu-type-alist): Add org block.
859         (mm-uu-org-src-code-block-extract): New function.
860
861         * mm-view.el (mm-display-org-inline): New function.
862
863         * mm-decode.el (mm-automatic-display): Add text/org.
864
865         * mailcap.el (mailcap-mime-extensions): Add .org.
866
867 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * gnus-art.el (gnus-article-highlight): Remove argument passed to
870         gnus-article-add-buttons.
871
872 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
873
874         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
875         From header with a date and "nobody" as the sender.
876
877 2011-01-19  Julien Danjou  <julien@danjou.info>
878
879         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
880         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
881         if you have the same regexp several times.
882         (gnus-button-push): Fix matching when regexp is symbol.
883
884 2011-01-15  Glenn Morris  <rgm@gnu.org>
885
886         * message.el (message-mail): A compose-mail function should
887         accept headers as strings.
888
889 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
890
891         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
892         Add :vert-only tags.
893         (message-mail): New arg RETURN-ACTION.
894         (message-return-action): New var.
895         (message-bury): Use it.
896         (message-mode): Make it buffer-local.
897         (message-send-and-exit): Always call message-bury.
898
899         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
900         message-mail.
901
902 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * nnimap.el (nnimap-convert-partial-article): Protect against
905         zero-length body parts.
906
907         * mm-decode.el (mm-preferred-alternative-precedence):
908         Discourage showing empty parts.
909
910         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
911         and stuff if the backend didn't return the article number.  This fixes
912         an Exchange-related nnimap bug.
913
914         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
915         group window, because it does the wrong thing when a separate frame
916         displays the group buffer.
917
918         * proto-stream.el (open-protocol-stream): Protect against the low-level
919         transport functions returning nil.
920
921 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
922
923         * mml2015.el (epg-sub-key-fingerprint): Autoload.
924         (mml2015-epg-find-usable-secret-key): New function.
925         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
926         mml2015-epg-find-usable-key (Bug#7797).
927         (mml2015-epg-encrypt): Ditto.
928
929 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * dgnushack.el (rot13-string): Fix the way to get the argument.
932
933 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
936
937 2011-01-03  Glenn Morris  <rgm@gnu.org>
938
939         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
940
941         * sieve.el (sieve-open-server): Give a more explicit error if
942         sieve-manage-open returns nil.  (Bug#7720)
943
944 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
945
946         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
947
948 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
951         This avoids sending passwords in plain text over non-encrypted
952         channels.
953
954         * shr.el (shr-rescale-image): Display all GIF images as animated images.
955
956         * nnimap.el (nnimap-login): Refactored out into own function, and
957         implement CRAM-MD5.
958         (nnimap-wait-for-line): Refactored out.
959
960         * mm-view.el (mml-smime): Require.
961
962 2010-12-20  David Engster  <deng@eml.cc>
963
964         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
965         use EPG to decrypt S/MIME messages instead of openssl.
966
967 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
970
971         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
972         status is the group clearly is unreachable.
973
974         * auth-source.el (auth-source-create): Add the optional second
975         parameter to `local-variable-p' to be compatible with XEmacs.
976
977 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
978
979         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
980         work when using a compressed nnml folder.
981
982 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
985         backends after sanitising on entry, because this never makes sense:
986         If the articles have gone missing, then the data no longer exists on
987         the backend, and if they haven't, then Gnus is wrong, and shouldn't
988         overwrite anything anyway.
989
990         * shr.el (shr-insert-document): Bind shr-width dynamically to
991         window-width if it's nil.
992
993 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
994
995         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
996         with the meaning of using the full emacs window width for rendering.
997
998 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
999
1000         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1001         case when sender is not given.
1002
1003 2010-12-23  Julien Danjou  <julien@danjou.info>
1004
1005         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1006         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1007         the addresses, otherwise we might misplaced the gravatar.
1008
1009 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1010
1011         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1012         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1013         obsolete in Emacs.
1014
1015 2010-12-20  Julien Danjou  <julien@danjou.info>
1016
1017         * gnus-util.el (gnus-rescale-image): Revert last change.
1018
1019 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1020
1021         * binhex.el: Improve commentary (Bug#7482).
1022
1023 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * gnus-group.el (gnus-group-delete-articles): New command.
1026
1027 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1028
1029         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1030
1031 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1034         here, since it's up to the backends to do CRLF removal if their
1035         protocol has it.
1036
1037         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1038
1039 2010-12-17  Julien Danjou  <julien@danjou.info>
1040
1041         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1042         they are from file. Can also scale up.
1043
1044 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1045
1046         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1047         gnus-use-agent.
1048         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1049
1050         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1051
1052 2010-12-17  Julien Danjou  <julien@danjou.info>
1053
1054         * gravatar.el (gravatar-retrieve-synchronously): New function.
1055         (gravatar-get-data): Make more robust.
1056
1057 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1060
1061 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1064         to really consider the last line.
1065
1066 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1067
1068         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1069         list of recipient keys, or use symmetric encryption if not a list.
1070         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1071         EPA override, replacing the call to `netrc-store-data'.
1072
1073 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1074
1075         * gnus-srvr.el: Avoid passing nil regexp argument to
1076         delete-matching-lines.
1077
1078 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1081         fetching stops when Gnus exits.
1082
1083         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1084         function.
1085         (nnfolder-request-expire-articles): Save all the buffers after doing
1086         expiry.
1087
1088         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1089         the last article", since that led to serious performance regressions
1090         when expiring nnml groups.
1091
1092 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1093
1094         * nnir.el: Improve customizations.
1095
1096 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1099
1100         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1101         group has been killed.
1102         (gnus-group-yank-group): Ditto.
1103
1104         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1105
1106         * nnimap.el (nnimap-request-update-group-status): New function.
1107
1108         * gnus-int.el (gnus-request-update-group-status): New interface
1109         function.
1110
1111         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1112         copying read-ness to the backends.
1113
1114         * nnimap.el (nnimap-quirk): New function.
1115         (nnimap-retrieve-group-data-early): Use it.
1116         (nnimap-quirks): New alist.
1117
1118 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1121         don't delete it within indentation.
1122
1123 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1126         previous line.
1127
1128 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1131         QRESYNC command by deleting a superfluous space which broke Cyrus
1132         servers.  This change will break other servers that are buggy the other
1133         way around.
1134
1135 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1136
1137         * spam.el: Reindent and fix long lines.
1138         (spam-copy-or-move-routine): Exclude invalid move destinations.
1139
1140 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1141
1142         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1143         installed the registry.
1144
1145 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1148
1149 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1150
1151         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1152         groupname doesn't contain "gmane".
1153
1154 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1157         and netrc-bound-and-true-p bindings.
1158         (netrc-parse): Cache the netrc contents.
1159
1160         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1161         (gnus-1): Don't create the nndrafts group twice.
1162         (gnus-setup-news): There's no need to read the active file here, since
1163         that's done again later on a per-backend basis.
1164         (gnus-start-draft-setup): Make sure that the new group is started out
1165         empty.
1166
1167         * gnus-agent.el (gnus-agentize): Don't create the queue group
1168         automatically on startup.  It'll be created later, if needed.
1169
1170         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1171         of automatically subscribed groups.
1172         (gnus-auto-subscribed-categories): New variable.
1173         (gnus-matches-options-n): Use it.
1174         (gnus-default-subscribed-newsgroups): Remove unused variable.
1175         (gnus-start-draft-setup): Message a bit less.
1176
1177 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1178
1179         * nnir.el (nnir-run-imap): Return article list in order of increasing
1180         UID.
1181
1182 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * gnus-sum.el (gnus-summary-enter-digest-group):
1185         Mention gnus-auto-select-on-ephemeral-exit.
1186
1187         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1188         convention of the network-only option.
1189
1190 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * proto-stream.el (proto-stream-open-network-only): New function to
1193         have a way to specify non-STARTTLS upgrade connections.
1194
1195 2010-12-10  Julien Danjou  <julien@danjou.info>
1196
1197         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1198         email address is nil.
1199
1200         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1201
1202 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1203
1204         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1205         deletion.
1206         (nnir-run-imap): Only need to parse list once.
1207
1208 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * shr.el (shr-tag-script): Ignore <script>.
1211         (shr-tag-label): Add <label> support.
1212
1213 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1216
1217         * shr.el (shr-image-displayer): Work for images lined side by side.
1218
1219 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1220
1221         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1222         parameter, since XEmacs doesn't accept t as a parameter.
1223
1224 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1225
1226         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1227         ids.
1228         (nnir-run-gmane): Simplify groupspec formatting.
1229         (nnir-request-expire-articles): New function.
1230
1231 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1234         overflow, possibly.
1235
1236         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1237         (shr-render-td): Handle td style="" better.
1238         (shr-tag-table): Use the color from the style sheet.
1239         (shr-render-td): Make sure we copy over all the overlays, too.
1240
1241 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1242
1243         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1244         (nnir-request-article): Improve article retrieval.
1245
1246 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * mm-util.el (mm-extra-numeric-entities): New variable.
1249
1250         * mm-url.el (mm-url-decode-entities):
1251         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1252
1253         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1254
1255 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1256
1257         * message.el: Use completion-at-point.
1258         (message-completion-function): New fun, extracted from message-tab.
1259         (message-mode): Use it for completion-at-point-functions.
1260         (message-tab): Use it and completion-at-point.
1261
1262 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1265         character if a non-breakable character follows.
1266
1267 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1270         any stream.
1271
1272         * shr.el (shr-tag-font): Colorize the region.
1273         (shr-tag-body): Ditto.
1274         (shr-tag-font): Actually let the styles be inherited instead of
1275         overwriting them.
1276         (shr-tag-font): Get the background color right.
1277         (shr-tag-style): Ignore all <style> tags for the moment.
1278
1279         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1280         a Message-ID to avoid having nnimap depend on gnus-sum.
1281
1282         * shr.el (shr-descend): Only colorize something if we have a node that
1283         sets colors.
1284
1285 2010-12-06  Julien Danjou  <julien@danjou.info>
1286
1287         * shr.el (shr-render-td): Render td content with shr-descend, so style
1288         will be applied to <td> too.
1289         (shr-colorize-region): Colorize region even if we only have a background.
1290         (shr-tag-body): Fix color and background color inheritance.
1291         Do not recolorize after shr-generic.
1292         (shr-tag-font): Let shr-generic colorize via inheritance.
1293
1294 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1297
1298 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1299
1300         * nnir.el (nnir-request-move-article): Remove obsolete code.
1301
1302 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1305
1306 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-sum.el (gnus-summary-respool-article): The completion function
1309         expects a list instead of an alist.
1310
1311         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1312         string as the parameter.
1313
1314         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1315
1316         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1317         styles.
1318         (shr-colorize-region): New function.
1319         (shr-insert-background-overlay): Remove.
1320         (shr-render-td): Background setting should be taken care of on a higher
1321         level.
1322         (shr-tag-body): Use post-hoc colorizations.
1323         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1324         (shr-put-color-1): Don't overwrite old colors.
1325         (shr-colorize-region): When the background color isn't explicit, use
1326         a fixed background.
1327
1328         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1329         nnmail variables.
1330
1331 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1332
1333         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1334         unless necessary.
1335
1336 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1337
1338         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1339         server.
1340
1341 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1344         so that TAB works.
1345
1346         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1347         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1348
1349         * shr.el (shr-urlify): Show the URL before the title to avoid
1350         misleading URLs.
1351
1352 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1353
1354         * shr.el (shr-urlify): Display the title in <a> tags.
1355
1356 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1357
1358         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1359
1360 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1361
1362         * nnir.el: Rearrange code to allow macros to be autoloaded by
1363         gnus-sum.el.
1364         (nnir-retrieve-headers-override-function): Make this variable
1365         customizable.
1366         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1367
1368         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1369         from nnir.el.
1370
1371 2010-12-03  Julien Danjou  <julien@danjou.info>
1372
1373         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1374
1375 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1378         allow optional argument `environment'.
1379
1380 2010-12-03  Glenn Morris  <rgm@gnu.org>
1381
1382         * mm-extern.el (message-goto-body): Update declaration.
1383
1384 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-util.el (gnus-macroexpand-all): New function.
1387
1388         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1389         instead of macroexpand-all that is unavailable in XEmacs.
1390
1391 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1392
1393         * nnir.el (nnir-summary-line-format): New variable.
1394         (nnir-mode): Use it.
1395         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1396         (nnir-article-ids): Reimplement as defsubst.
1397         (nnir-retrieve-headers): Don't mangle the subject header.
1398         (nnir-run-imap): Use 100 as RSV score.
1399         (nnir-run-find-grep): Fix for full server searching.
1400         (nnir-run-gmane): Better restriction to gmane groups.
1401
1402         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1403         summary buffers.
1404
1405 2010-12-02  Julien Danjou  <julien@danjou.info>
1406
1407         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1408
1409         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1410
1411         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1412         support.
1413
1414 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1415
1416         * nnir.el: Update to handle the registry better.
1417         (autoload): Silence byte-compiler.
1418         (nnir-open-server): Add a hook for nnir groups.
1419         (nnir-request-move-article): Don't mangle the header. Better to use
1420         formating variables (which will be added in the future).
1421         (nnir-registry-action): Update the registry using the original article
1422         group name.
1423         (nnir-mode): Install nnir-specific hooks for updating the registry.
1424
1425         * gnus-sum.el
1426         (gnus-article-original-subject,gnus-newsgroup-original-name):
1427         Remove obsolete variables.
1428         (gnus-summary-move-article): Remove use of obsolete variables.
1429         (gnus-summary-local-variables): Make move and delete hooks local to
1430         summary buffers.
1431
1432 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * rtree.el: New file.
1435
1436 2010-12-01  Julien Danjou  <julien@danjou.info>
1437
1438         * message.el (message-user-organization): Do not use
1439         gnus-local-organization.
1440
1441         * gnus.el: Remove gnus-local-organization.
1442
1443         * gnus-msg.el: Remove nastygram thing.
1444
1445 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1446
1447         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1448         funcall.
1449
1450 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1453         names.
1454
1455         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1456         characters.
1457
1458         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1459         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1460         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1461         (gnus-gravatar-transform-address): Use mail-extract-address-components
1462         that supports non-ASCII names rather than mail-header-parse-addresses.
1463
1464 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * proto-stream.el (open-protocol-stream): All starttls connections are
1467         handled by the network handler.
1468
1469 2010-11-30  Julien Danjou  <julien@danjou.info>
1470
1471         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1472         (nnimap-open-connection-1): Fix PREAUTH.
1473
1474         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1475
1476 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1479         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1480         (shr-insert): Use them.
1481         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1482
1483 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1484
1485         * nnir.el (nnir-request-move-article): Bail out if original group
1486         doesn't support article moves.
1487         (nnir-get-active): Improve active list retrieval.
1488
1489 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1492
1493 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1494
1495         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1496         seem to accept strings-with-numbers as port numbers,
1497
1498 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1499
1500         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1501         change the registry.
1502
1503 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1506         delete-dups that is not available in XEmacs 21.4.
1507
1508         * mm-util.el (mm-delete-duplicates): Add comment.
1509
1510 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1511
1512         * nnir.el (nnir-ignored-newsgroups): New variable.
1513         (nnir-get-active): Use it.
1514
1515 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * proto-stream.el (proto-stream-open-network): Add some comments.
1518
1519         * nntp.el (nntp-open-connection): Provide a :success condition.
1520
1521         * nnimap.el (nnimap-open-connection-1): Ditto.
1522
1523         * proto-stream.el (proto-stream-open-network): See what the response to
1524         the STARTTLS command is.
1525
1526         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1527         backwards compatibility).
1528         (nnimap-open-connection-1): Really respect nnimap-server-port.
1529
1530         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1531         TLS upgrades we don't really care about the identity of the peer.
1532         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1533         that what we've checked for.
1534         (proto-stream-always-use-starttls): Only default to t if
1535         open-gnutls-stream exists.
1536         (proto-stream-open-network): If STARTTLS failed, then just open a
1537         normal connection.
1538         (proto-stream-open-network): Wait until the greeting before doing
1539         STARTTLS.
1540
1541         * nntp.el (nntp-open-connection): Report what the connection error is.
1542
1543         * proto-stream.el (open-protocol-stream): Rename from
1544         open-proto-stream.
1545
1546 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * nnimap.el (nnimap-stream): Change default to `undecided'.
1549         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1550         first, and then network.
1551         (nnimap-open-connection-1): Respect nnimap-server-port.
1552         (nnimap-open-connection): Be more backwards-compatible.
1553
1554         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1555         (proto-stream-open-starttls): De-duplicate the starttls code.
1556         (proto-stream-open-starttls): Folded back into the main function.
1557         (proto-stream-open-network): Fix typo in the gnutls path.
1558         (proto-stream-command): Refactor out.
1559
1560         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1561
1562         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1563         starttls.el STARTTLS.
1564
1565         * color.el (color-lab->srgb): Fix function call name.
1566
1567         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1568         if we're using tls.el.
1569         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1570         built in, then don't try to establish a STARTTLS connection.
1571
1572         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1573         servers.
1574
1575         * proto-stream.el (open-proto-stream): Use network, not stream.
1576         (open-proto-stream): Add a way to specify what the end of a command is.
1577
1578         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1579         connections types.
1580         (nntp-open-network-stream): Remove.
1581         (nntp-open-ssl-stream): Remove.
1582         (nntp-open-tls-stream): Remove.
1583         (nntp-ssl-program): Remove.
1584
1585         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1586
1587 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1588
1589         * nnir.el: Fix typos.
1590         (nnir-retrieve-headers-override-function): Rename variable to reflect
1591         new semantics.
1592         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1593         macros.
1594         (nnir-request-article, nnir-request-move-article): Use them.
1595         (nnir-categorize): New function.
1596         (nnir-run-query): Use it.
1597         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1598         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1599         sorted.
1600         (nnir-group-full-name): Use gnus-group-full-name instead.
1601         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1602         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1603
1604 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1607
1608         * proto-stream.el: New library to provide protocol-specific
1609         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1610         protocols.
1611         (open-proto-stream): Complete the documentation.
1612         (proto-stream-open-network): Fix some typos.
1613
1614         * nnimap.el (nnimap-open-connection): Use it.
1615
1616 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1617
1618         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1619         negotiation.
1620
1621 2010-11-26  Julien Danjou  <julien@danjou.info>
1622
1623         * color.el: Rename various rgb functions to srgb.
1624
1625 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1628         names.
1629
1630 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * shr.el (shr-insert): Revert last change.
1633         (shr-find-fill-point): Never leave point being at bol;
1634         relax the kinsoku limitation when rendering tables.
1635
1636 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1639         results from -accept-article.
1640
1641         * shr-color.el: Require cl when compiling.
1642
1643         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1644         checkin.
1645
1646         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1647
1648         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1649
1650         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1651         'add and 'delete to set backend marks.
1652
1653         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1654
1655         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1656
1657         * nntp.el (nntp-request-set-mark): Use it.
1658
1659         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1660
1661         * nnml.el (nnml-request-set-mark): Ditto.
1662
1663         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1664         introduces regressions in article selection.
1665         (nnimap-find-uid-response): New function.
1666         (nnimap-request-accept-article): Use the UID returned, if any.
1667         (nnimap-request-move-article): Use the UID returned, if any.
1668         (nnimap-get-groups): Reimplement to work with folded lines.
1669         (nnimap-find-uid-response): The UID is the last element in the list.
1670         (nnimap-request-set-mark): Extend syntax with 'set.
1671
1672         * nnml.el (nnml-request-set-mark): Ditto.
1673
1674         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1675
1676         * nntp.el (nntp-request-set-mark): Ditto.
1677
1678 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * message.el (message-called-interactively-p): A temporary macro.
1681         (message-goto-body): Use it temporarily.
1682
1683 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1686         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1687         (nnimap-last-response-string): Fix last unfolding fix.
1688
1689 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * shr.el (shr-insert): Fix the way to fold lines.
1692
1693 2010-11-25  Julien Danjou  <julien@danjou.info>
1694
1695         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1696
1697         * color.el: Rename from color-lab.el
1698         (color-rgb->hex): Add.
1699         (color-complement): Add.
1700         (color-complement-hex): Add.
1701
1702         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1703
1704 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1707         don't exist.
1708
1709 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1712         assuming that article displaying or another mml-preview may be
1713         interrupted for an error or for the like.
1714
1715         * shr.el (shr-get-background): Fix argument name.
1716
1717 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1720
1721         * gnus-sum.el (gnus-summary-include-articles): New function.
1722
1723         * message.el (message-goto-body): called-interactively-p needs a
1724         parameter, so use `any'.
1725
1726         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1727         clear marks before moving, since they're synced from the Gnus side
1728         first.
1729
1730         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1731         (gnus-summary-move-article): Copy over all marks before moving, so that
1732         IMAP doesn't think a new article has arrived.
1733
1734 2010-11-24  Julien Danjou  <julien@danjou.info>
1735
1736         * shr.el (shr-insert-background-overlay): Fix typo.
1737         (shr-render-td): Copy the background before rendering.
1738
1739         * shr-color.el (shr-color-visible): Fix docstring.
1740
1741         * shr.el (shr-tag-table): Add bgcolor support.
1742         (shr-render-td): Add bgcolor support.
1743         (shr-get-background): Add.
1744         (shr-insert-foreground-overlay): Use shr-get-background.
1745
1746         * message.el (message-goto-body): Use called-interactively-p.
1747         (message-in-body-p): message-goto-body returns point.
1748
1749 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1752         Fixes something or other in Emacs 23, and is backwards compatible.
1753
1754         * message.el (message-goto-body): Remove the <#secure special-casing,
1755         which is too special.
1756
1757         * shr.el (shr-parse-style): Drop !important from styles.
1758
1759 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1760
1761         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1762         this function to return incorrect results when calling it with an
1763         explicit article argument different from
1764         (gnus-summary-article-number).
1765
1766 2010-11-24  Julien Danjou  <julien@danjou.info>
1767
1768         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1769         (shr-tag-body): Add background support.
1770         (shr-descend): Add background support.
1771         (shr-tag-title): Add.
1772
1773         * shr-color.el (shr-color-visible): Really return original background
1774         if fixed.
1775
1776 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * shr.el (shr-color-check): Protect against non-existant colour names.
1779
1780 2010-11-24  Julien Danjou  <julien@danjou.info>
1781
1782         * color-lab.el: Require 'cl when compiling.
1783
1784         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1785
1786         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1787         matched part.
1788
1789         * color-lab.el: Fix all expt calls to use float type.
1790
1791 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1794         expression to shr-color-check as is.
1795
1796         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1797
1798         * color-lab.el: Add coding cookie.
1799         (float-pi): Use eval-and-compile.
1800
1801         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1802         compiled for Emacsen having no `libxml-parse-html-region' support.
1803
1804 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * shr.el (shr-insert-color-overlay): Split stuff like
1807         "#444444 !important" to find the real colour.
1808         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1809         parse <font color="red"> entries.
1810
1811 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1812
1813         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1814         point when parsing headers.
1815
1816         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1817         is positioned properly when parsing headers.
1818
1819 2010-11-23  Julien Danjou  <julien@danjou.info>
1820
1821         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1822
1823         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1824
1825         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1826
1827         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1828         Use shr-color-hue-to-rgb.
1829         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1830
1831 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * shr.el (shr-color->hexadecimal): Autoload.
1834         (shr-descend): Add color to all tags.
1835
1836 2010-11-22  Julien Danjou  <julien@danjou.info>
1837
1838         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1839         shr-color->hexadecimal.
1840
1841         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1842         RGB() or HSL() color representation.
1843
1844         * shr.el (shr-tag-font): Add.
1845         (shr-tag-color-check): New function to get better colors.
1846         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1847         tag-span.
1848
1849         * shr-color.el: New file.
1850
1851         * color-lab.el: New file.
1852
1853         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1854
1855 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1856
1857         * nnir.el: Fix typo in comments.
1858         (nnir-run-imap): Simplify code. No need to reverse artlist.
1859         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1860
1861 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1864
1865         * nnimap.el (nnimap-get-capabilities): Refactor out.
1866         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1867
1868 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1869
1870         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1871         appearing when `mm-uu-hide-markers' is nil.
1872
1873 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * nnimap.el (nnimap-unselect-group): Make into its own function.
1876         (nnimap-request-rename-group): Unselect group before renaming.
1877         This had gotten lost somewhere.
1878         (nnimap-request-accept-article): Keep track of examined groups, and
1879         unselect the group before APPENDing to read-only groups.
1880         (nnimap-request-move-article): Clear flags before moving so that they
1881         can be re-set later.
1882
1883 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1886         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1887
1888 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * gnus-art.el (gnus-mime-display-single)
1891         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1892         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1893         parameter.
1894
1895 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1898         (shr-table-vertical-line): New variable.
1899         (shr-insert-table): Use it.
1900
1901 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-html.el (gnus-html-wash-images): Don't display images if
1904         gnus-inhibit-images is non-nil; register displayer for cid images.
1905         (gnus-html-display-image): Work for cid image.
1906         (gnus-html-insert-image): Allow arguments.
1907         (gnus-html-put-image): Inhibit read-only.
1908         (gnus-html-prefetch-images): Don't prefetch images if
1909         gnus-inhibit-images is non-nil.
1910
1911 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * shr.el (shr-put-image): Break lines when inserting big pictures.
1914
1915 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1916
1917         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1918         sender, thanks Katsumi Yamaoka.
1919
1920 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1921
1922         * nnir.el (nnir-run-imap): Reverse the article list for each group
1923         rather than the whole list.
1924
1925 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * shr.el (shr-image-displayer): Protect function against non-existent
1928         image source.
1929
1930         * gnus-art.el (gnus-inhibit-images): New user option.
1931         (gnus-mime-display-single): Don't display image if it is non-nil.
1932
1933         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1934         gnus-inhibit-images.
1935
1936         * shr.el (shr-image-displayer): New function.
1937         (shr-tag-img): Use it.
1938
1939 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1940
1941         * mml2015.el (mml2015-epg-sign): Use From header.
1942
1943 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1946
1947         * gnus-util.el (gnus-find-text-property-region): Return markers.
1948
1949         * shr.el (shr-tag-img): Put a displayer in the text property.
1950
1951         * gnus-util.el (gnus-find-text-property-region): New utility function.
1952
1953         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1954         (gnus-html-show-images): Remove.
1955
1956         * gnus-art.el (gnus-article-show-images): New, more general function.
1957
1958         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1959         image url text properties.
1960
1961         * shr.el: Ditto.
1962
1963         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1964         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1965
1966 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1969         work for two or more articles.
1970
1971 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1974         divide an image that's in an html article to two or more when washing
1975         non-ASCII characters in alt text of it.
1976
1977 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1980         smime-decrypt-region using function argument.
1981         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1982
1983         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1984
1985         * smime.el (smime-decrypt-region): Catch it.
1986
1987 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1988
1989         * smime.el (smime-mode-map): Move initialization into declaration.
1990         (gnus-run-mode-hooks): Don't autoload.
1991         (smime-mode): Use define-derived-mode.
1992
1993 2010-11-11  Glenn Morris  <rgm@gnu.org>
1994
1995         * smime.el (from): Restrict declaration to XEmacs.
1996
1997         * nnir.el (gnus-group-topic-name): Autoload.
1998
1999 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * shr.el (shr-insert): Don't break long line if it is because of
2002         kinsoku-bol characters in the line end.
2003
2004 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2005
2006         * nnir.el (nnir-request-move-article): Fix to provide original group
2007         and subject.
2008         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2009         been retrieved.
2010
2011         * gnus-sum.el (gnus-summary-move-article): Use original group and
2012         subject for virtual articles such as those in an nnir summary buffer.
2013
2014 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2017         least 21.5).
2018
2019         * smime.el (from): Declare it again for XEmacs.
2020
2021 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * message.el (message-resend): Don't disable encoding unless it's
2024         already encoded.
2025
2026         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2027         low-numbered articles.
2028
2029 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * rfc2047.el (rfc2047-syntax-table): Simplify.
2032
2033         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2034
2035         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2036         set-char-table-range for XEmacs.
2037
2038 2010-11-10  Glenn Morris  <rgm@gnu.org>
2039
2040         * time-date.el (time-to-seconds): Always an alias on Emacs,
2041         never a real function.
2042         (with-no-warnings): Remove compat stub, now unused.
2043         (time-less-p): Doc fix.
2044         (time-to-number-of-days): Simplify.
2045
2046         * smime.el (from): Remove unused declaration.
2047
2048         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2049         (gnus-float-time): On Emacs, always an alias.
2050
2051         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2052         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2053
2054 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * dgnushack.el: Don't use ignore-errors in the top level form since it
2057         is unavailable in XEmacs even if cl is loaded.
2058
2059         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2060
2061 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * shr.el (browse-url-mailto): Autoload.
2064
2065         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2066
2067         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2068         regexp doesn't need quoting.
2069
2070 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2071
2072         * message.el (message-subject-trailing-was-ask-regexp)
2073         (message-subject-trailing-was-regexp): Match was: in addition to was.
2074
2075 2010-11-09  Glenn Morris  <rgm@gnu.org>
2076
2077         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2078         (nnbabyl-check-mbox): Use point-at-bol.
2079
2080 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2083
2084         * message.el (message-mailto): New function.
2085         (message-mailto): Should accept other parameters.
2086         (message-mailto): Remove since it duplicates browse-url-mailto
2087         functionality.
2088
2089 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2092         methods.
2093         (gnus-read-active-file): Ditto.
2094
2095         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2096         ": " from the prompt.
2097         (gnus-group-make-group): Ditto.
2098
2099 2010-11-07  Glenn Morris  <rgm@gnu.org>
2100
2101         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2102         (gnus-bookmark-kill-line): Use point-at-eol.
2103
2104 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2107         asterisks in From header.
2108
2109 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2112         string to avoid making the From headers syntactically invalid.
2113
2114         * message.el (message-send-mail): Don't insert courtesy messages if the
2115         message already has List-Post and List-ID messages.
2116
2117 2010-11-06  Glenn Morris  <rgm@gnu.org>
2118
2119         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2120         `condition', `type', `length' a prefix.
2121         (gnus-treat-predicate): Update for above name changes.
2122
2123 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2124
2125         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2126         binding.  Handled by `gnus-summary-refer-thread' instead.
2127         (nnir-warp-to-article): New backend function.
2128
2129         * nnimap.el (nnimap-request-thread): Force dependency updating.
2130
2131         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2132         (gnus-summary-refer-thread): Rework to improve thread-referral.
2133
2134         * gnus-int.el (gnus-warp-to-article): New function.
2135
2136         * gnus-sum.el (gnus-summary-article-map): Bind it.
2137
2138 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2139
2140         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2141         gnus-summary-refer-thread.
2142
2143         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2144         headers.
2145         (gnus-summary-limit-include-thread): Prevent articles in thread from
2146         being cut in gnus-cut-threads.
2147         (gnus-summary-refer-thread): Limit retrieved headers to those in
2148         thread.
2149
2150 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * message.el (message-send-mail): Use the value of
2153         message-courtesy-message from the message buffer.
2154
2155         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2156
2157         * shr.el (shr-browse-url): Implement mailto: URLs.
2158
2159         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2160         "raw".
2161
2162         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2163         if it's already selected.
2164
2165         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2166
2167 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2170         to measure the length and truncate alt text.
2171
2172 2010-11-03  Glenn Morris  <rgm@gnu.org>
2173
2174         * nndiary.el (nndiary-generate-nov-databases-1)
2175         (nndiary-generate-active-info): Rename dynamic variable `files' to
2176         something less generic.
2177
2178 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2179
2180         * nnir.el (nnir-request-move-article): Call the underlying backend to
2181         move articles from nnir.
2182
2183 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2186
2187 2010-11-02  Julien Danjou  <julien@danjou.info>
2188
2189         * nnir.el: Remove wais support.
2190
2191 2010-11-02  Glenn Morris  <rgm@gnu.org>
2192
2193         * gnus-html.el: Reorder requirements to quieten compiler.
2194
2195 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2198         properly for XEmacs as well.
2199         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2200         (gnus-article-natural-long-line-p): Use window-width rather than
2201         frame-width.
2202
2203 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2204
2205         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2206         (nnir-read-parms): Don't modify query.
2207         (nnir-run-query): Add ability to search topic on current line.
2208         (nnir-get-active): Clean up.
2209
2210 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2213         degenerate articles.
2214
2215         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2216         (gnus-print-buffer): Just print the buffer as is, without any copying
2217         to a buffer and then re-highlighting.
2218
2219         * nnimap.el (nnimap-request-group): Store the new updated info.
2220         (nnimap-request-group): Select the group when we don't know whether it
2221         exists or not.
2222
2223         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2224         groups.
2225
2226         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2227         groups.
2228
2229         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2230         groups.
2231
2232         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2233         long-lines case by only filling the long lines.
2234
2235         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2236         (bug #7311).
2237
2238 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * shr.el: No need to declare `declare-function' since shr.el is for
2241         only Emacsen that provide `libxml-parse-html-region'.
2242
2243         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2244         effective only in a file it is referred to.
2245
2246 2010-11-01  Glenn Morris  <rgm@gnu.org>
2247
2248         * mm-util.el (gnus-completing-read): Autoload.
2249         (mm-read-coding-system): Simplify Emacs definition.
2250
2251         * nnmail.el (gnus-activate-group):
2252         * nnimap.el (gnutls-negotiate):
2253         * nntp.el (netrc-parse): Fix declarations.
2254
2255 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2258         string-match-p in Emacs >=23.
2259
2260         * gnus-msg.el (gnus-configure-posting-styles)
2261         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2262
2263 2010-11-01  Glenn Morris  <rgm@gnu.org>
2264
2265         * nnir.el (declare-function): Add compat stub.
2266         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2267         (nnir-run-gmane): Require 'mm-url.
2268
2269         * mm-util.el (mm-string-to-multibyte): Simplify.
2270
2271         * shr.el (declare-function): Add compat stub.
2272         (url-cache-create-filename): Declare.
2273         (mm-disable-multibyte, widget-convert-button): Autoload.
2274
2275         * smime.el (ldap-search): Declare.
2276         (smime-cert-by-ldap-1): Require ldap on Emacs.
2277
2278         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2279         (nnimap-keepalive): Use gnus-float-time.
2280
2281         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2282         (mail-source-delete-crash-box): Use gnus-float-time.
2283
2284         * gnus-dired.el (gnus-completing-read): Autoload.
2285
2286         * mm-view.el (gnus-rescale-image): Autoload.
2287
2288         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2289
2290         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2291
2292         * sieve-manage.el: Require 'cl when compiling.
2293
2294         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2295         (gnus-iswitchb-completing-read): Require iswitchb.
2296         (gnus-select-frame-set-input-focus): Silence compiler.
2297
2298 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * message.el (message-subject-trailing-was-query): Change default to t,
2301         since I think that's what most people want.
2302
2303         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2304         appending for easier debugging.
2305         (nnimap-wait-for-connection): Take a regexp.
2306         (nnimap-request-accept-article): Wait for the continuation line before
2307         sending anything unless we're streaming.
2308
2309         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2310         leave the header washing to take place.
2311
2312 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2313
2314         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2315         regular expression match and replace in posting styles.
2316
2317 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2318
2319         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2320         an entire server.
2321         (nnir-get-active): New function.
2322         (nnir-run-imap): Use it.
2323         (nnir-run-gmane): Who knew, gmane search returns an article score!
2324
2325         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2326         server on the current line with nnir.
2327
2328 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2331         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2332         left edge.
2333         (gnus-article-foldable-buffer): Skip past the prefix when determining
2334         raggedness.
2335
2336         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2337         the raw article, and change `C-u g' to show the article without doing
2338         treatments.
2339
2340         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2341         on to `gnus-treat-article'.
2342         (gnus-inhibit-article-treatments): New variable.
2343
2344         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2345
2346         * gnus-art.el (gnus-treatment-function-alist): Have
2347         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2348         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2349         sections.
2350
2351         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2352         parameter.
2353         (gnus-article-fill-cited-long-lines): New function.
2354         (gnus-article-fill-cited-article): Allow filling only long sections.
2355
2356         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2357         and non-punctuation (like after the apostrophe in "'We").
2358
2359         * gnus-sum.el (gnus-summary-select-article): Make sure
2360         gnus-original-article-buffer is alive.
2361
2362         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2363         reflect the order they're in in the digest.
2364
2365         * gnus.el (gnus-group-startup-message): Move point to the start of the
2366         buffer.
2367
2368         * nnimap.el (nnimap-capability): New function.
2369         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2370         is set.
2371
2372 2010-10-31  David Engster  <dengste@eml.cc>
2373
2374         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2375         conform with changes to gnus-completing-read.
2376
2377 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2380
2381 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2382
2383         * nnir.el: Move defvar, defcustom around to keep file organized
2384         and keep byte-compiler quiet.
2385         (nnir-read-parms): Accept search-engine as arg.
2386         (nnir-run-query): Pass search-engine as arg.
2387         (nnir-search-engine): Remove.
2388
2389 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * shr.el (shr-generic): The text nodes should be text, not :text.
2392
2393         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2394         later in the file.
2395
2396 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2397
2398         * nnir.el: General clean up.  Allow searching with multiple engines.
2399         Allow separate extra-parameters for each engine.
2400         Batch queries when possible.
2401         (nnir-imap-default-search-key,nnir-method-default-engines):
2402         Add customize interface.
2403         (nnir-run-gmane): New engine.
2404         (nnir-engines): Use it.  Qualify all prompts with engine name.
2405         (nnir-search-engine): Remove global variable.
2406         (nnir-run-hyrex): Restore for now.
2407         (nnir-extra-parms,nnir-search-history): New variables.
2408         (gnus-group-make-nnir-group): Use them.
2409         (nnir-group-server): Remove in favor of gnus-group-server.
2410         (nnir-request-group): Avoid searching twice.
2411         (nnir-sort-groups-by-server): New function.
2412
2413 2010-10-30  Julien Danjou  <julien@danjou.info>
2414
2415         * gnus-group.el: Remove gnus-group-fetch-control.
2416
2417         * gnus-start.el (gnus-find-new-newsgroups):
2418         Remove gnus-check-first-time-used.
2419
2420         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2421
2422 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2423
2424         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2425         set on groups that don't have \* permanentflags.
2426
2427 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2430         control the background color.
2431         (shr-tag-img): Ignore very small web bug type images.
2432         (shr-put-image): Add help-echo alt texts to the images.
2433         (shr-tag-video): Show the video poster image.
2434
2435 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * shr.el (shr-table-depth): New variable.
2438         (shr-tag-table-1): Only insert the images after the top-level table.
2439
2440         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2441
2442         * gnus-util.el (gnus-list-memq-of-list): New function.
2443
2444         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2445         selected.
2446         (nnimap-unsplittable-articles): New slot.
2447         (nnimap-new-articles): Use it.
2448
2449 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2450
2451         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2452         move to the previous line on `M-g'.
2453
2454 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2457         *-request-group, which seems unnecessary.
2458
2459         * nnimap.el (nnimap-quote-specials): Function copied over from
2460         imap.el.
2461         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2462         they support that.  Suggested by Tom Regner.
2463
2464 2010-10-29  Julien Danjou  <julien@danjou.info>
2465
2466         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2467         defalias.
2468         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2469
2470         * gnus.el: Remove `gnus-nntp-service' variable.
2471         (gnus-secondary-servers): Make obsolete.
2472         (gnus-nntp-server): Make obsolete.
2473
2474         * gnus-start.el (gnus-1): Remove x-splash calls.
2475
2476         * gnus-ems.el (gnus-x-splash): Remove.
2477
2478         * gnus.el (gnus-group-startup-message): Simplify/update code.
2479
2480         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2481         definition.
2482
2483         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2484         capability before doing anything.
2485         (gnus-group-insert-group-line): Remove useless
2486         gnus-group-remove-excess-properties.
2487
2488 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2491
2492 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2495         config after reselecting.
2496
2497 2010-10-28  Julien Danjou  <julien@danjou.info>
2498
2499         * shr.el (shr-put-image): Use point even if only inserting text.
2500         (shr-put-image): Save excursion when inserting alt text on non-graphic
2501         display, so the behaviour is the same when we are on a graphic display.
2502
2503         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2504
2505 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2508         (gnus-mime-copy-part): Check coding system, not charset.
2509         (gnus-mime-view-part-externally): Never remove part.
2510         (gnus-mime-view-part-internally): Don't remove part here.
2511         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2512         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2513         multipart/alternative.
2514
2515         * mm-decode.el (mm-display-part): Take optional arg `force'.
2516
2517 2010-10-26  Julien Danjou  <julien@danjou.info>
2518
2519         * gnus-group.el (gnus-group-default-list-level): Add this function to
2520         compute the default list level.
2521         (gnus-group-default-list-level): Add possibility to use a function.
2522
2523 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2526
2527         * gnus-group.el (gnus-group-completing-read)
2528         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2529         gnus-replace-in-string.
2530
2531 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * shr.el (shr-tag-div): Add.
2534
2535         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2536
2537 2010-10-25  Julien Danjou  <julien@danjou.info>
2538
2539         * gnus-util.el: Remove `gnus-with-local-quit'.
2540
2541         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2542
2543 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2546         the original article buffer.
2547
2548 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * nnimap.el (nnimap-request-head): New function.
2551         (nnimap-request-move-article): Try to be slighly faster by not
2552         requesting the entire message when moving.
2553         (nnimap-transform-headers): Don't bug out on bodiless articles.
2554         (nnimap-send-command): Have no outstanding messages if the IMAP server
2555         doesn't support streaming.
2556         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2557
2558 2010-10-24  Julien Danjou  <julien@danjou.info>
2559
2560         * message.el (message-default-headers): Fix type.
2561
2562 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2565         prefetching images.
2566
2567         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2568         backend for unknown groups.  This is mainly useful for nnimap groups.
2569
2570         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2571         group isn't covered by the agent.
2572
2573 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2574
2575         * nnir.el (nnir-method-default-engines): New variable.
2576         (nnir-run-query): Use it.
2577         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2578         (gnus-summary-nnir-goto-thread): Change group if needed.
2579
2580         * gnus-group.el (gnus-group-group-map): Add key binding for
2581         gnus-group-make-nnir-group.
2582
2583 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * shr.el (shr-tag-object): Add.
2586
2587         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2588         original article buffer live.
2589         (gnus-summary-select-article-buffer):
2590         Mention gnus-widen-article-buffer.
2591
2592 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * shr.el (shr-tag-strong): Add.
2595
2596 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2599         group names.  They mess up the group buffer badly.
2600
2601         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2602
2603         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2604         instead of the summary one.
2605
2606 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * mml.el (mml-preview): Work properly when editing article.
2609
2610         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2611         gnus-have-read-active-file if it's already been in.
2612
2613 2010-10-22  Tom Tromey  <tromey@redhat.com>
2614
2615         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2616         gnus-group-completing-read.
2617
2618 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * message.el (message-mode-map): Don't bind M-; to comment region, to
2621         allow the global comment-dwim to work.
2622
2623 2010-10-21  Julien Danjou  <julien@danjou.info>
2624
2625         * message.el (message-setup-1): Allow message-default-headers to be a
2626         function.
2627
2628 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * shr.el (shr-tag-table): Simplify.
2631
2632 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2635         to avoid trying to snarf invalid stuff.
2636
2637         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2638
2639         * gnus.el (gnus-message-archive-group): Quote value.
2640         (gnus-message-archive-group): Mark as changed.
2641
2642         * shr.el (shr-add-font): Don't put the font properties on the newline
2643         or the indentation.
2644
2645         * message.el (message-fix-before-sending): Change options when sending
2646         non-printable characters.
2647
2648         * gnus.el (gnus-message-archive-method): Change the default to
2649         monthly outgoing groups.
2650
2651         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2652         that have gotten new numbers.
2653
2654         * nnimap.el (nnimap-request-replace-article): New function.
2655
2656 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2659         (nnrss-request-article): Don't use special html washing code.
2660
2661 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * shr.el (shr-tag-table): Remove useless nconc.
2664
2665 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * gnus-art.el (article-wash-html): Simplify and remove the charset
2668         stuff.  Use the normal html rendering code instead of the special html
2669         washing code.
2670
2671         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2672         `gnus-w3m' symbols.
2673         (mm-text-html-washer-alist): Remove.
2674
2675         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2676         (mm-inline-media-tests): Remove use.
2677         (mm-text-html-renderer): Change default to the `shr' symbol.
2678
2679         * mm-view.el (mm-inline-text-html): Remove use.
2680
2681         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2682         `gnus-blocked-images' to be a function.
2683         (gnus-article-wash-function): Remove.
2684
2685 2010-10-20  Julien Danjou  <julien@danjou.info>
2686
2687         * spam.el (spam-list-of-processors): Mark as obsolete.
2688
2689         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2690         (nnimap-insert-partial-structure): Fix boundary detection.
2691
2692 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2693
2694         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2695         run file-truename on remote files.  This can be expensive and even
2696         prevent one from editing drafts if some unrelated buffer has a stale
2697         connection.
2698
2699 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2702         kinsoku-eol regardless of shr-kinsoku-shorten.
2703         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2704         (shr-tag-table): Support caption, thead, and tfoot.
2705
2706 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2709         lines.
2710         (shr-save-contents): New command and keystroke.
2711
2712         * nndoc.el (nndoc-type-alist): Add git support.
2713         (nndoc-git-type-p): New function.
2714         (nndoc-transform-git-article): Ditto.
2715         (nndoc-transform-git-headers): Ditto.
2716         (nndoc-transform-git-headers): Generate Subject headers.
2717
2718         * shr.el (shr-parse-style): New function.
2719         (shr-tag-span): Ditto.
2720
2721         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2722         to `G G' to avoid collisions.
2723
2724 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * shr.el: Load kinsoku if necessary.
2727         (shr-kinsoku-shorten): New internal variable.
2728         (shr-find-fill-point): Make kinsoku shorten text line if
2729         shr-kinsoku-shorten is bound to non-nil.
2730         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2731         shr-indentation too when testing if table is wider than frame width.
2732         (shr-insert-table): Use `string-width' instead of `length' to measure
2733         text width.
2734         (shr-insert-table-ruler): Make sure indentation is done at bol.
2735
2736 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2737
2738         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2739         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2740         undecoded network data.
2741
2742 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2745         name in the mode line spec so that the mode line menu works
2746         (bug #2431).
2747
2748         * message.el (message-get-reply-headers): If we're fed `to-address',
2749         then always use that.
2750
2751         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2752         aren't so wide as to need to switch off the edit menu.
2753
2754         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2755         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2756
2757         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2758         `M-g'.
2759         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2760         the permanent marks.
2761
2762 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2763
2764         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2765         Splitting according to references/in-reply-to obeys the ignore-groups
2766         variable, while splitting by sender and subject do not.
2767
2768 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2771         alist, so that we can look for non-Unicode chars.
2772         (article-translate-strings): Allow both character and string maps.
2773
2774 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * shr.el (shr-insert): Don't insert space behind a wide character
2777         categorized as kinsoku-bol, or between characters both categorized as
2778         nospace.
2779
2780 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2781
2782         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2783         headers to gnus-newsgroup-headers.
2784
2785 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * shr.el (shr-tag-img): Don't align images -- since we're not
2788         rescaling, this often leads to ugly displays.
2789
2790 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2791
2792         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2793         duplicates.
2794
2795 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2796
2797         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2798         call.
2799
2800 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * gnus.el: Autoload gnus-html-show-images.
2803
2804         * nnimap.el: Use nnheader-message throughout.
2805
2806         * shr.el (shr-tag-img): Ignore images with no data.
2807
2808 2010-10-15  Julien Danjou  <julien@danjou.info>
2809
2810         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2811         a possibility to disable format=flow encoding when using hard newlines.
2812
2813 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * shr.el (shr-insert): Remove space inserted before or after a
2816         breakable character or at the beginning or the end of a line.
2817         (shr-find-fill-point): Do kinsoku; find the second best point or give
2818         it up if there's no breakable point.
2819
2820 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * nnimap.el (nnimap-open-connection): Message when opening connection
2823         for debugging purposes.
2824
2825         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2826         on every setup buffer call to allow this to change from article to
2827         article.
2828
2829         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2830         buffers where we have a wide table.
2831
2832 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2833
2834         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2835         uses *-request-thread.
2836
2837 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2840         incantation, which is no longer valid.
2841
2842 2010-10-14  Julien Danjou  <julien@danjou.info>
2843
2844         * shr.el: Fix defcustom type (char -> character).
2845
2846 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2849         programs.
2850
2851 2010-10-14  Julien Danjou  <julien@danjou.info>
2852
2853         * shr.el (shr-tag-a): Use url-link as widget type.
2854
2855         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2856         `gnus-group-get-icon'.
2857
2858 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2861         This should make server editing work better.
2862
2863         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2864
2865         * tls.el (tls-program): Remove spurious %s from openssl.
2866
2867         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2868         (nnimap-parse-flags): Fix regexp.
2869
2870         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2871         probably work for CJVK text, too.
2872
2873         * nnimap.el (nnimap-extend-tls-programs): Remove.
2874         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2875
2876         * tls.el (tls-starttls-switches): Remove starttls hack.
2877         (open-tls-stream): Ditto.
2878         (tls-find-starttls-argument): Ditto.
2879
2880 2010-10-13  Julien Danjou  <julien@danjou.info>
2881
2882         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2883         responses.
2884
2885 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2888
2889         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2890         anything in Emacs.
2891
2892         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2893
2894 2010-10-13  Julien Danjou  <julien@danjou.info>
2895
2896         * shr.el (shr-width): Make shr-width a defcustom with default to
2897         fill-column.
2898         (shr-tag-img): Use shr-width rather than fill-column.
2899
2900 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * dgnushack.el (byte-optimize-apply)
2903         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2904
2905         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2906         position when (X-)Faces exist.
2907         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2908         avatars when called interactively.
2909
2910 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2913         gnus-article-x-face-too-ugly is bound.
2914
2915 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2918
2919         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2920         mailbox that doesn't exist.
2921
2922 2010-10-12  Julien Danjou  <julien@danjou.info>
2923
2924         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2925         (shr-get-image-data): Encode URL properly when fetching from cache.
2926         (shr-tag-img): Use aligned-to spaces to align correctly images.
2927
2928         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2929         before inserting the Gravatar.
2930
2931         * shr.el (shr-tag-img): Add align attribute support for <img>.
2932
2933 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus-gravatar.el (gnus-art): Require.
2936
2937         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2938         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2939         Remove long obsoleted functions.
2940
2941 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2944
2945         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2946
2947         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2948         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2949         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2950         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2951         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2952         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2953         * sieve-manage.el, smime.el, spam.el:
2954         Fix comment for declare-function.
2955
2956 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * nnimap.el (nnimap-request-rename-group): Select group read-only
2959         before renaming it.
2960
2961         * shr.el (shr-insert): Fix up the white space only regexp.
2962
2963         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2964         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2965
2966         * shr.el (shr-current-column): New function.
2967         (shr-find-fill-point): New function.
2968
2969 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2970
2971         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2972         numbers.
2973
2974 2010-10-11  Julien Danjou  <julien@danjou.info>
2975
2976         * shr.el (shr-hr-line): Add.
2977         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2978         display hr lines.
2979         (shr-max-columns): Do not change state to nil if we just inserting
2980         spaces.
2981
2982 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983
2984         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2985         select the last group.
2986
2987 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2988
2989         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2990
2991 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2992
2993         * dig.el (dig-mode-map): Declare and define in one step.
2994
2995 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2998         for Gnus.
2999         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3000         (nnimap-update-qresync-info): Mark \Seen articles as read.
3001
3002         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3003         non-variable, too.
3004
3005         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3006         available.
3007         (nnimap-update-info): Rely more on the current active than the param
3008         active to avoid marking articles as read too much.
3009
3010         * auth-source.el (auth-source-create): Use (user-login-name) for the
3011         user name default.
3012
3013         * nnimap.el (nnimap-update-info): If the server doesn't return any
3014         useful info, just use the previous info.
3015         (nnimap-update-info): Prefer old info over start-article.
3016         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3017
3018 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3019
3020         * nnir.el (autoload): Clean up autoloads.
3021         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3022         Use key rather than value.
3023         (nnir-imap-search-other): New variable.
3024         (nnir-read-parm): Use it.
3025         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3026         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3027
3028 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3029
3030         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3031         the process, too.
3032
3033 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * spam.el (gnus-summary-mode-map): Bind to "$".
3036         Suggested by Russ Allbery.
3037
3038         * shr.el: Rework the way things are indented by <li> slightly.
3039
3040         * gnus.el (gnus-group-set-parameter): Fix typo.
3041
3042         * nnimap.el: Start implementing QRESYNC support.
3043
3044 2010-10-09  Julien Danjou  <julien@danjou.info>
3045
3046         * nnir.el (nnir-engines): Fix too many arguments.
3047
3048 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3051         group is the "last", so that the backends like nnfolder actually save
3052         their folders.
3053
3054         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3055         try to use that for the tls stream.
3056         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3057         UIDVALIDITY and find out which groups are read-only and not.
3058         (nnimap-get-flags): Use the same marks parsing code as the rest of
3059         nnimap.
3060
3061 2010-10-09  Julien Danjou  <julien@danjou.info>
3062
3063         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3064
3065         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3066         retrieving gravatars.
3067
3068         * shr.el (shr-table-corner): Add.
3069         (shr-table-line): Add.
3070         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3071
3072 2010-10-08  Julien Danjou  <julien@danjou.info>
3073
3074         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3075
3076 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3077
3078         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3079
3080         * gnus-sum.el (gnus-mark-article-as-unread)
3081         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3082         (gnus-summary-set-bookmark): Use it.
3083
3084         * gnus-msg.el (gnus-setup-message): Use it.
3085
3086         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3087
3088         * gnus.el (gnus-group-remove-parameter): Use it.
3089
3090         * gnus-group.el (gnus-group-make-web-group): Use it.
3091
3092         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3093
3094         * nnregistry.el: Update docs to mention manual.
3095
3096         * gnus-registry.el: Update docs to mention nnregistry.el.
3097         (gnus-registry-initialize): Don't install nnregistry refer method
3098         automatically.
3099         (gnus-registry-install-nnregistry): Remove it.
3100
3101 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * shr.el (shr-insert): Don't insert double spaces.
3104
3105 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-gravatar.el (gnus-treat-from-gravatar)
3108         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3109         called interactively.
3110
3111         * gnus-art.el (gnus-mime-view-part-externally)
3112         (gnus-mime-view-part-internally): Make predicate function passed to
3113         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3114         of a mime type.
3115
3116         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3117
3118 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * shr.el (require): Require cl when compiling.
3121         (shr-tag-hr): New function.
3122
3123         * nnimap.el (nnimap-update-info): Remove double setting of high.
3124         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3125         This makes nnimap work properly on Courier again.
3126
3127         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3128         the variable for backwards compatability.
3129
3130         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3131         the file name before using to avoid setting mm-default-directory to
3132         nil.
3133
3134         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3135         bidning gnus-agent variables.
3136
3137         * shr.el (shr-render-td): Use a cache for the table rendering function
3138         to avoid getting an exponential rendering behaviour in nested tables.
3139         (shr-insert): Rework the line-breaking algorithm.
3140         (shr-insert): Don't leave trailing spaces.
3141         (shr-insert-table): Also insert empty TDs.
3142         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3143
3144 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3145
3146         * gnus-sum.el (gnus-number): Rename from `number'.
3147         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3148         (gnus-summary-limit-children): Update uses correspondingly.
3149
3150 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3153         (gnus-gravatar-transform-address): Don't show avatars of people of
3154         which mail addresses match gnus-gravatar-too-ugly.
3155
3156 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * shr.el (shr-table-widths): Expand TD elements to fill available
3159         space.
3160
3161 2010-10-07  Julien Danjou  <julien@danjou.info>
3162
3163         * nnimap.el (nnimap-request-rename-group): Add this method.
3164
3165 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3168         name from XEmacs' function-arglist.
3169
3170         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3171         gravatar under XEmacs.
3172
3173 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3174
3175         * auth-source.el: Update docs with TODO items.
3176
3177         * gnus-sync.el: Update docs to explain state and plans.
3178
3179         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3180         Hooks for mark updates.
3181         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3182
3183         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3184         hooks with arguments, which is needed for mark update hooks.
3185
3186 2010-10-06  Julien Danjou  <julien@danjou.info>
3187
3188         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3189         was matched.
3190
3191         * sieve-manage.el: Update example in `Commentary'.
3192
3193         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3194
3195         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3196         not 2000.
3197         (sieve-manage-authenticate): Re-add function.
3198
3199 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * shr.el (shr-insert): Get 'space transition right.
3202         (shr-render-td): Only delete space at the end of the TD.
3203
3204         * nnimap.el (nnimap-open-connection): Prepare to support
3205         open-gnutls-stream.
3206
3207         * shr.el: Rearrange function order to be more logical.
3208
3209 2010-10-06  Julien Danjou  <julien@danjou.info>
3210
3211         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3212         (nnrss-discover-feed): Remove 404 URL in docstring.
3213
3214         * nnir.el: Fix Swish-E URL.
3215         Fix Namazu URL.
3216
3217         * message.el (message-change-subject): Remove 404 URL in a comment.
3218
3219 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3222         called interactively.
3223
3224         * gnus-util.el (gnus-remove-if): Allow hash table.
3225         (gnus-remove-if-not): New function.
3226
3227         * gnus-art.el (gnus-mime-view-part-as-type)
3228         * gnus-score.el (gnus-summary-score-effect)
3229         * gnus-sum.el (gnus-read-move-group-name):
3230         Replace remove-if-not with gnus-remove-if-not.
3231
3232         * gnus-group.el (gnus-group-completing-read):
3233         Regard collection as a hash table if it is not a list.
3234
3235 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3238
3239         * shr.el: Document the table-rendering algorithm.
3240
3241 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3244         for Emacsen having no `libxml-parse-html-region' support.
3245
3246 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3249         invalid URLs.
3250
3251         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3252         line-broken.
3253         (shr-tag-img): Ignore image fetching errors.
3254         (shr-overlays-in-region): Compute overlay positions correctly.
3255
3256         * mm-decode.el (mm-shr): Require shr.
3257
3258         * gnus-art.el (gnus-blocked-images): Move variable here.
3259
3260         * shr.el (shr-insert-table): Bind free variable.
3261
3262         * mm-decode.el (mm-shr): Bind shr-content-function.
3263
3264         * shr.el (shr-content-function): New variable.
3265
3266         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3267         added for symmetry.
3268
3269         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3270
3271         * gnus-group.el (gnus-group-make-group): Doc fix.
3272
3273         * nnimap.el (nnimap-request-newgroups): Return success.
3274
3275         * shr.el (shr-find-elements): New function.
3276         (shr-tag-table): Put all the images after the table.
3277         (shr-tag-table): Really inhibit images inside the table.
3278         (shr-collect-overlays): Copy over overlays from the TD elements to the
3279         main document.
3280
3281         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3282         gnus-blocked-images.
3283
3284 2010-10-05  Julien Danjou  <julien@danjou.info>
3285
3286         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3287
3288         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3289         (gnus-html-maximum-image-size): Add this function.
3290         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3291
3292         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3293         server-value of the capability is nil.
3294
3295 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * shr.el (shr-tag-em): Add <EM> tag.
3298
3299 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3300
3301         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3302         customizable.
3303
3304         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3305         handing broken links to browse-url.
3306
3307 2010-10-05  Julien Danjou  <julien@danjou.info>
3308
3309         * gnus-util.el (gnus-emacs-completing-read)
3310         (gnus-iswitchb-completing-read): Use autoload rather than require.
3311
3312 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3315         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3316         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3317         iswitchb-temp-buflist for XEmacs.
3318
3319         * gnus-util.el (gnus-completing-read-function): Exclude
3320         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3321         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3322         XEmacs.
3323
3324         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3325         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3326
3327         * gnus-html.el: Don't require help-fns under XEmacs.
3328         (gnus-html-schedule-image-fetching): Work for XEmacs.
3329
3330         * mm-decode.el (mm-shr): Decode contents by charset.
3331
3332 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3335         unknown.
3336
3337         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3338         (shr-get-image-data): Ensure against the cache file missing.
3339
3340         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3341         for data.
3342
3343         * spam-report.el (spam-report-url-ping-plain): Don't query about
3344         killing the process.
3345
3346         * shr.el (shr-render-td): Protect against too-wide text.
3347
3348 2010-10-04  Julien Danjou  <julien@danjou.info>
3349
3350         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3351         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3352
3353         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3354         retrieved.
3355
3356 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * shr.el (browse-url): Require.
3359         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3360         lines.
3361         (shr-show-alt-text, shr-browse-image): New commands.
3362         (shr-browse-url, shr-copy-url): New commands.
3363
3364         * gnus-sum.el (gnus-widen-article-window): New variable.
3365         (gnus-summary-select-article-buffer): Use it.
3366
3367         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3368         without @ signs.
3369
3370 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3371
3372         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3373
3374 2010-10-04  Julien Danjou  <julien@danjou.info>
3375
3376         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3377         for XEmacs.
3378
3379 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3382
3383         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3384         (nnimap-close-server): Implement.
3385
3386         * dgnushack.el (iswitchb): Require to shut up the compiler.
3387
3388         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3389         (shr-insert): Tweak line breaking.
3390         (shr-insert): Handle <pre> better.
3391         (shr-tag-li): Get <li> indentation right.
3392         (shr-tag-li): Get <li> indentation even righter.
3393         (shr-tag-blockquote): Ensure paragraph start.
3394         (shr-make-table): Tweak table generation.
3395         (shr-make-table): Fix typo.
3396
3397         * shr.el: Implement table rendering.
3398
3399 2010-10-04  Julien Danjou  <julien@danjou.info>
3400
3401         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3402
3403 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * shr.el (shr-insert): Use string anchors instead of line anchors.
3406
3407 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * shr.el: Add headings.
3410         (shr-ensure-paragraph): Actually work.
3411         (shr-tag-li): Make <ul> prettier.
3412         (shr-insert): Get white space at the beginning/end of elements right.
3413         (shr-tag-p): Collapse subsequent <p>s.
3414         (shr-ensure-paragraph): Don't insert double line feeds after blank
3415         lines.
3416         (shr-insert): \t is also space.
3417         (shr-tag-s): Fix "s" tag name function.
3418         (shr-tag-s): Fix face prop name.
3419
3420 2010-10-03  Julien Danjou  <julien@danjou.info>
3421
3422         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3423
3424         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3425         gnus-window-inside-pixel-edges.
3426
3427         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3428         gnus-ems.
3429
3430         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3431
3432         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3433         function.
3434
3435         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3436         resize choice.
3437
3438 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3441         beginning of the buffer.
3442
3443         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3444         article buffer again.
3445
3446         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3447
3448         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3449         when it's at the start of the buffer.
3450
3451         * shr.el (shr-tag-blockquote): Convert name.
3452         (shr-rescale-image): Use the right image-size variant.
3453
3454         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3455         buffer isn't shown, then select the current article first instead of
3456         bugging out.
3457         (gnus-summary-select-article-buffer): Show both the article and summary
3458         buffers again.
3459
3460         * shr.el (shr-fontize-cont): Protect against regions with no text.
3461         Rename tag functions to shr-tag-* for enhanced security.
3462         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3463
3464 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3465
3466         * shr.el (shr-insert):
3467         * pop3.el (pop3-movemail):
3468         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3469         loaded.
3470
3471 2010-10-03  Glenn Morris  <rgm@gnu.org>
3472
3473         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3474
3475         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3476
3477         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3478
3479         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3480
3481         * gnus-util.el (gnus-make-local-hook): Simplify.
3482
3483 2010-10-02  Julien Danjou  <julien@danjou.info>
3484
3485         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3486         (gnus-ido-completing-read): New function.
3487         (gnus-emacs-completing-read): New function.
3488         (gnus-completing-read): Use gnus-completing-read-function.
3489         Add gnus-completing-read-function.
3490
3491 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * shr.el (shr-insert-document): Autoload.
3494         (shr-img): Be silent.
3495         (shr-insert): Add a newline after every picture before text.
3496         (shr-add-font): Use overlays for combining faces.
3497         (shr-insert): Pass upwards the text start point.
3498
3499         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3500         possible.
3501         (mm-shr): New function.
3502
3503 2010-10-02  Julien Danjou  <julien@danjou.info>
3504
3505         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3506         should go backward.
3507
3508 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3509
3510         * shr.el (shr): Fix typo in provide call.
3511
3512 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * shr.el: New file.
3515
3516         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3517
3518         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3519         completing read.
3520
3521 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3524         we're being queried about.  Suggested by Dan Jacobson.
3525
3526         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3527         Suggested by Jason Eisner.
3528
3529         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3530         table, too.  Suggested by Stefan Wiens.
3531         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3532         the table unnecessary.  Suggested by Stefan Wiens.
3533
3534         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3535         longer needed, and probably doesn't work either, as pointed out by
3536         Stefan Wiens.
3537         (gnus-summary-exit): Remove call to the clearing function.
3538         (gnus-summary-exit-no-update): Ditto.
3539
3540         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3541         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3542         Reported by Stefan Monnier.
3543         (gnus-summary-save-in-rmail): Ditto.
3544
3545         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3546         article buffer, instead of both the article buffer and the summary
3547         buffer.  Sort of suggested by Dan Jacobson.
3548
3549         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3550
3551         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3552         Suggested by Dan Jacobson.
3553
3554         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3555         documentation clearer.
3556
3557         * message.el (message-shorten-references): Comment on the number "21".
3558         Suggested by Stefan Monnier.
3559
3560         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3561         Suggested by Dan Jacobson.
3562
3563         * gnus.el (gnus-large-newsgroup):
3564         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3565
3566         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3567         externalize attachments.  Bug reported by Steve Wen.
3568
3569         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3570         really message anything to the user.
3571
3572         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3573         directly.
3574
3575         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3576         messages in empty groups.
3577
3578 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3579
3580         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3581         non-UIDNEXT group.
3582
3583 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3586         not the value from the collection.
3587
3588         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3589         values.  This sometimes happens on some groups that have no info.
3590         (nnimap-request-newgroups): New function.
3591
3592 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3593
3594         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3595         check into `gnus-registry-initialize'.
3596         (gnus-registry-initialize): Ditto.
3597         Fix and extend header docs.
3598
3599 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3602         regexp backtrace overflows.
3603
3604         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3605         for starttls that tls.el implements; i.e. openssl.
3606
3607         * tls.el (tls-starttls-switches): Give up on using starttls with
3608         gnutls-cli.
3609         (tls-program): Add --insecure to be consistent with the defaults from
3610         openssl s_client.  Now all three commands are insecure.
3611
3612 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * lpath.el: Bind completion-styles-alist for XEmacs.
3615
3616         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3617         (gravatar-create-image): New function that's an alias to
3618         gnus-xmas-create-image, gnus-create-image, or create-image.
3619         (gravatar-data->image): Use it.
3620
3621 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3622
3623         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3624         install the nnregistry refer method.
3625         (gnus-registry-install-hooks): Use it.
3626         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3627         unfollowed groups.
3628
3629 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3630
3631         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3632         expanding threads.
3633
3634 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * nnir.el: Use the server names without suffixes (bug #7009).
3637
3638         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3639         unencrypted to STARTTLS, if possible.
3640
3641 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3642
3643         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3644         headers before superseding.
3645
3646 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * nnrss.el (nnrss-use-local): Add documentation.
3649
3650         * nnimap.el (nnimap-extend-tls-programs): New function.
3651         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3652         (nnimap-wait-for-connection): Accept the greeting from the stupid
3653         output from openssl s_client -starttls, too.
3654
3655         * tls.el (tls-starttls-switches): New variable.
3656         (tls-find-starttls-argument): Use it.
3657         (open-tls-stream): Ditto.
3658
3659         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3660         (netrc-machine): Ditto.
3661
3662         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3663         article number.
3664         (nnimap-split-fancy): New variable.
3665         (nnimap-split-incoming-mail): Use it.
3666
3667         * nntp.el (nntp-server-list-active-group): Document.
3668
3669         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3670         SELECT to get the message-id.
3671
3672         * mail-source.el (mail-sources): Remove webmail support.
3673         (defvar): Ditto.
3674         (mail-source-fetcher-alist): Ditto.
3675         (mail-source-fetch-webmail): Remove.
3676
3677         * webmail.el: Remove -- doesn't seem relevant any more.
3678
3679         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3680
3681         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3682         the \r.
3683
3684 2010-09-30  Julien Danjou  <julien@danjou.info>
3685
3686         * gnus-agent.el (gnus-agent-add-group): Fix call to
3687         gnus-completing-read.
3688
3689 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * nndoc.el (nndoc-retrieve-groups): New function.
3692
3693         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3694         `default', use nnmail-split-methods.
3695         (nnimap-request-article): Downcase the NILs so that they are nil.
3696
3697         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3698         symbol.
3699
3700         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3701         code, since if the user has requested network, that's what they ought
3702         to get.
3703         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3704         (nnimap-split-rule): Mark as obsolete.
3705
3706         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3707         New variable.
3708
3709         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3710         correct slot, too.
3711
3712 2010-09-29  Julien Danjou  <julien@danjou.info>
3713
3714         * gnus.el (gnus-local-domain): Declare variable obsolete.
3715
3716         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3717         Fix history computing.
3718         (gnus-ido-completing-read): Require ido.
3719
3720 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721
3722         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3723         build Gnus.
3724
3725         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3726         when interpreting the structures.
3727         (nnimap-request-accept-article): Add \r\n to the lines to make this
3728         work with Cyrus.
3729
3730         * nndraft.el (nndraft-request-expire-articles): Use the group name
3731         instead if "nndraft".  Fix found by Nils Ackermann.
3732
3733 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3734
3735         * nnregistry.el: Add.
3736
3737 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3738
3739         * nnmail.el (group, group-art-list, group-art):
3740         Remove unneeded directives.
3741
3742 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3745         (mm-mime-charset)
3746         * rfc2047.el (rfc2047-syntax-table)
3747         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3748
3749         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3750         rather than `insert-file-contents' and `eval-region'.
3751
3752         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3753         construction.
3754
3755         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3756
3757         * time-date.el: No need to require cl for Emacs 21.
3758
3759 2010-09-29  Julien Danjou  <julien@danjou.info>
3760
3761         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3762         replacement of `gnus-gravatar-relief' to mimic
3763         `gnus-faces-properties-alist'.
3764         Add :version property.
3765
3766 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * mail-source.el (mail-source-report-new-mail)
3769         * message.el (message-default-mail-headers)
3770         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3771
3772         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3773
3774 2010-09-28  Julien Danjou  <julien@danjou.info>
3775
3776         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3777         mail-address contains the same string as real-name.
3778
3779         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3780         non-blank in header, otherwise it'll get stripped.
3781
3782         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3783         real-name, and then for mail address rather than doing : or , search.
3784
3785 2010-09-27  Julien Danjou  <julien@danjou.info>
3786
3787         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3788         right completing-read function.
3789         (gnus-use-ido): New variable
3790         (gnus-completing-read-with-default): Remove.
3791         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3792         (gnus-agent-add-group):
3793         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3794         * mm-view.el (mm-view-pkcs7-decrypt):
3795         * mm-util.el (mm-codepage-setup):
3796         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3797         * mml-smime.el (mml-smime-openssl-sign-query):
3798         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3799         (mml-insert-multipart):
3800         * gnus-msg.el (gnus-summary-yank-message):
3801         * gnus-int.el (gnus-start-news-server):
3802         * mm-decode.el (mm-interactively-view-part):
3803         * gnus-dired.el (gnus-dired-attach):
3804         * gnus.el (gnus-read-method):
3805         * gnus-bookmark.el (gnus-bookmark-jump):
3806         * gnus-art.el (gnus-mime-view-part-as-type)
3807         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3808         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3809         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3810         * nnmairix.el (nnmairix-create-server-and-default-group)
3811         (nnmairix-update-groups, nnmairix-get-server)
3812         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3813         (nnmairix-get-group-from-file-path):
3814         * nnrss.el (nnrss-find-rss-via-syndic8):
3815         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3816         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3817         (gnus-group-browse-foreign-server):
3818         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3819         (gnus-summary-execute-command, gnus-summary-respool-article)
3820         (gnus-read-move-group-name):
3821         * gnus-score.el (gnus-summary-increase-score)
3822         (gnus-summary-score-effect):
3823         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3824
3825 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3828         x-focus-frame.
3829
3830         * nnimap.el (auth-source-forget-user-or-password)
3831         (auth-source-user-or-password): Autoload.
3832
3833         * message.el (message-from-style, message-interactive)
3834         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3835         (message-yank-prefix, message-indentation-spaces, message-signature)
3836         (message-signature-file): Add comment.
3837
3838 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3841         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3842         new articles.
3843
3844         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3845         parts.
3846         (nnimap-request-article): Work with the t setting, too.
3847
3848         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3849         that you don't get flashes of other buffers.
3850         (gnus-summary-show-complete-article): Intern before setting.
3851
3852 2010-09-27  David Engster  <dengste@eml.cc>
3853
3854         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3855         well as HEADERS.
3856         (nnmairix-retrieve-headers): Provide new argument for the above.
3857
3858 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * gnus-sum.el (gnus-summary-move-article): Don't alter
3861         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3862         group.
3863
3864         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3865
3866         * message.el (message-cite-prefix-regexp): Revert my last edit.
3867
3868         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3869         variable instead of the Gnus variable.
3870
3871         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3872
3873         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3874
3875         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3876         since some servers don't like it.
3877         (nnimap-open-connection): Forget credentials if the server says the
3878         password was wrong.
3879         (nnimap-parse-line): Protect against invalid data.
3880
3881         * gnus-sum.el (gnus-summary-move-article): Add comment.
3882         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3883         nothing alters it while scanning for new messages.
3884
3885         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3886         which may or may not help.
3887         (nnimap-open-connection): If we're doing a stream connection, and then
3888         discover we're on a STARTTLS-capable server, then open a STARTTLS
3889         connection instead.
3890
3891 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3892
3893         * nnimap.el (utf7): Require.
3894
3895         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3896         prefix.
3897
3898 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3899
3900         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3901
3902 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * nnimap.el (nnimap-request-accept-article): Message the error on
3905         error.
3906
3907 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3910
3911 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * nndoc.el (nndoc-request-list): Return success always.
3914
3915         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3916         `fetch-old' -- we only want to fetch the articles we've requested.
3917         The rest are in the agent, probably.
3918         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3919         disappeared server" to something low.  It's not important.
3920
3921         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3922         arrived before the FETCH data.
3923
3924         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3925         target here, because we don't know the Gnus name of the group.
3926
3927         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3928         for the correct group.
3929
3930         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3931
3932         * gnus.el (gnus): Give a final warning after startup.
3933
3934         * gnus-util.el (gnus-action-message-log): New variable.
3935         (gnus-message): Use it.
3936         (gnus-final-warning): New function.
3937
3938         * nnimap.el (nnimap-open-connection): Record the greeting.
3939         (nnimap): Add greeting.
3940
3941 2010-09-26  Julien Danjou  <julien@danjou.info>
3942
3943         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3944         arguments.
3945         (gnus-html-wash-images): Fix spec computing to include start/end.
3946
3947         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3948
3949 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3952         deletion.
3953         (nnimap-retrieve-headers): Don't select the group, because that's
3954         already done by nnimap-possibly-change-group.
3955
3956         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3957         (gnus-picon-transform-address): Use it.
3958
3959         * mail-source.el (mail-source-value): Revert previous patch.
3960
3961         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3962         on failure.
3963         (nnimap-open-connection): Look up both virtual and physical server name
3964         credentials.
3965
3966         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3967
3968 2009-02-07  Dave Love  <fx@gnu.org>
3969
3970         * tls.el (open-tls-stream): Don't query killing process.
3971
3972 2009-02-08  Dave Love  <fx@gnu.org>
3973
3974         * gnus-win.el (gnus-window-to-buffer-helper)
3975         (gnus-all-windows-visible-p): Function needn't be a symbol.
3976
3977         * mail-source.el (mail-source-value): Function needn't be a symbol.
3978
3979 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * message.el (message-cite-prefix-regexp): Remove } from the cite
3982         prefix.
3983
3984         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3985         highlight again, so that the highlight is correct.
3986
3987         * gnus-picon.el (gnus-picon): Remove again.
3988         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3989
3990         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3991         doing the header highlightling, so that the background colour of the
3992         picon is correct.
3993
3994         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3995         (gnus-picon): Ditto.
3996         (gnus-picon): Reinstate.  The background colour for picons is white.
3997         (gnus-picon-insert-glyph): Make the background white.
3998
3999         * nnml.el (nnml-open-nov): Don't return dead buffers.
4000
4001         * auth-source.el (auth-source-create): Query the user for whether to
4002         store the credentials.
4003
4004         * netrc.el (netrc-store-data): New function.
4005
4006         * auth-source.el (auth-source-user-or-password): Use the existing auth
4007         sources, if any, for creation.
4008
4009         * gnus.el (gnus-group-fast-parameter): Return the last matching
4010         parameter instead of the first matching parameter.
4011
4012 2010-09-26  Julien Danjou  <julien@danjou.info>
4013
4014         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4015
4016 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * mml2015.el (mml2015-use): Remove gpg support.
4019
4020         * mml1991.el (mml1991-function-alist): Remove gpg function.
4021         (mml1991-gpg-sign): Remove.
4022
4023 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4024
4025         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4026         (gnus-browse-unsubscribe-current-group): Document it.
4027         (gnus-browse-unsubscribe-group): Use it.
4028
4029 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4032         address to the To list for easier response.
4033
4034         * gnus.el (gnus-play-startup-jingle): Remove.
4035         (gnus-splash): Don't play jingle.
4036         (gnus): Silence gnus-load message.
4037
4038         * gnus-art.el (gnus-treat-play-sounds): Remove.
4039
4040         * gnus.el (gnus-play-jingle): Remove audio support.
4041
4042         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4043
4044         * earcon.el: Remove -- no users.
4045
4046         * gnus-audio.el: Remove -- no users of this package.
4047
4048         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4049
4050         * gnus-start.el (gnus-setup-news): Remove nocem support.
4051
4052         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4053
4054         * gnus.el (gnus-use-nocem): Remove.
4055
4056         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4057         Remove.
4058
4059         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4060         uses NoCeM any more.
4061
4062         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4063         (gnus-button-ctan-handler): Ditto.
4064         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4065         (gnus-button-ctan-directory-regexp): Ditto.
4066         (gnus-button-handle-ctan): Ditto.
4067         (gnus-button-tex-level): Ditto.
4068         (gnus-button-alist): Remove CTAN stuff.
4069
4070 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4073         nnimap-streaming test.
4074
4075         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4076         servers twice.
4077
4078         * nnimap.el (nnimap-open-connection): Add more error reporting when
4079         nnimap fails early.
4080
4081         * nnheader.el (nnheader-get-report-string): New function.
4082         (nnheader-get-report): Use it.
4083
4084         * gnus-int.el (gnus-check-server): Say what the error was when opening
4085         failed.
4086
4087         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4088         using streaming.
4089
4090 2010-09-25  Julien Danjou  <julien@danjou.info>
4091
4092         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4093         gnus-window-inside-pixel-edges.
4094
4095 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4098
4099         * mm-decode.el (mm-save-part): Allow saving to other directories the
4100         normal Emacs way.
4101
4102         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4103         Suggested by Jay Berkenbilt.
4104
4105         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4106         there isn't a single byte.
4107
4108         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4109         just do it.  It doesn't really seem to matter what the user responds
4110         here, I think, so it's just a confusing question.
4111
4112         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4113         non-streaming case.
4114
4115         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4116         (gnus-article-encrypt-body): Use it.
4117
4118         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4119         keystroke.
4120
4121         * nnimap.el (nnimap-find-wanted-parts-1):
4122         Use gnus-fetch-partial-articles.
4123
4124         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4125
4126         * nnimap.el (nnimap-insert-partial-structure): New function.
4127         (nnimap-get-partial-article): New function.
4128         (nnimap-request-article): Use it.
4129         (nnimap-wait-for-response): Return whether the wait was successful.
4130         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4131         retrieval wasn't successful.
4132         (nnimap-retrieve-group-data-early): Allow throttling servers.
4133         (nnimap-streaming): New variable.
4134         (nnimap-fetch-partial-articles): Remove.
4135
4136         * mm-decode.el (mm-with-part): Protect against killed buffers.
4137
4138         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4139         for prettier summary display.
4140
4141 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4142
4143         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4144
4145 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4148         apparently third-party libraries depend on it.
4149
4150         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4151         before starting negotiation.
4152
4153         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4154         privacy reasons.
4155         (gnus-treat-mail-gravatar): Ditto.
4156
4157         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4158         buffer when inserting images.  Inserting text into the headers, for
4159         instance, can make them invalid.
4160
4161 2010-09-25  Julien Danjou  <julien@danjou.info>
4162
4163         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4164         variables.
4165
4166         * nnheader.el: Remove useless variables news-reply-yank-from and
4167         news-reply-yank-message-id.
4168
4169         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4170         variables.
4171
4172         * mml1991.el: Remove useless mml1991-verbose.
4173
4174         * gnus.el: Remove useless variable gnus-use-generic-from.
4175         Remove obsolete variable gnus-topic-indentation.
4176
4177         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4178
4179         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4180
4181         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4182
4183         * gnus-group.el: Remove useless gnus-group-icon-cache.
4184         Remove useless gnus-ephemeral-group-server.
4185
4186         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4187
4188         * mml2015.el: Remove useless mml2015-verbose.
4189
4190         * mml-smime.el: Remove useless mml-smime-verbose.
4191
4192         * gnus.el: Remove useless gnus-local-domain.
4193
4194         * gnus-gravatar.el (gnus-gravatar-transform-address):
4195         Use gnus-gravatar-size.
4196
4197         * gnus-art.el: Remove useless gnus-treat-translate.
4198
4199 2010-09-24  Julien Danjou  <julien@danjou.info>
4200
4201         * gnus-sum.el: Add support for Gravatars.
4202
4203         * gnus-art.el: Add support for Gravatars.
4204
4205         * gnus-gravatar.el: Add this file.
4206
4207         * gravatar.el: Add this file.
4208
4209 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4212
4213         * gnus-group.el (gnus-group-fetch-faq): Remove.
4214
4215         * gnus.el (gnus-group-faq-directory): Remove.
4216
4217         * gnus-group.el (gnus-group-fetch-charter): Remove.
4218
4219         * gnus.el (gnus-group-charter-alist): Remove.
4220
4221         * gnus-group.el (gnus-group-archive-directory): Remove.
4222         (gnus-group-recent-archive-directory): Ditto.
4223         (gnus-group-make-archive-group): Remove.
4224
4225         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4226
4227         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4228         use the same article number for all the cached articles.
4229
4230         * nnimap.el (nnimap-command): Register the last command time so
4231         that we can use it for idling NOOPs.
4232         (nnimap-open-connection): Start the keeplive timer.
4233         (nnimap-make-process-buffer): Store all the process buffers.
4234         (nnimap-keepalive): New function.
4235
4236         * starttls.el (starttls-open-stream): Add autoload cookie.
4237
4238 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4239
4240         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4241         handling.
4242
4243 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4246         its data structures.
4247
4248         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4249         instead of the cl.el copy-list.
4250         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4251         equalp.
4252
4253 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4256         and tool-bar-local-item-from-menu.
4257
4258         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4259         mode-line-highlight face for Emacs.
4260
4261         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4262         loading gnus-sum.elc; fix comment for canlock-verify.
4263         (gnus-article-jump-to-part): Use read-number.
4264         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4265         Remove Emacs pre-21 compatible code for help-echo.
4266         (gnus-article-next-page-1): No need to adjust the number of lines.
4267         (gnus-article-describe-bindings): Always use help-buffer.
4268
4269         * gnus-audio.el (gnus-audio-inline-sound)
4270         * gnus-cus.el (gnus-custom-mode)
4271         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4272
4273         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4274
4275         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4276         compatible code.
4277
4278 2010-09-24  Glenn Morris  <rgm@gnu.org>
4279
4280         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4281         visiting the fcc file in rmail-mode.
4282
4283         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4284
4285 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * nnir.el: Silence the byte compiler.
4288
4289         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4290         alias to browse-url-url-encode-chars if any.
4291         (gnus-html-encode-url): Use it.
4292
4293 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-start.el (gnus-use-backend-marks): New variable.
4296         (gnus-get-unread-articles-in-group): Use it.
4297
4298         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4299         makeover.
4300
4301 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4302
4303         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4304
4305 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4308         Remove.
4309         (gnus-setup-news-hook):
4310         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4311
4312         * gnus-int.el (gnus-request-update-info): Protect against backends not
4313         having the function.
4314
4315         * nnimap.el (nnimap-stream): Mention starttls.
4316         (nnimap-open-connection): Add starttls support.
4317
4318 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4319
4320         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4321
4322 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4325         BODYSTRUCTUREs.
4326         (nnimap-transform-headers): Unfold quoted {42} headers.
4327
4328         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4329         the info.
4330         (gnus-get-unread-articles): Only call updatep on backends that support
4331         it.
4332
4333         * nnweb.el (nnweb-request-update-info): NOOP.
4334
4335         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4336
4337         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4338         since it only deals with marks.
4339
4340         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4341         gnus-request-marks, and make a new gnus-request-update-info.
4342
4343         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4344         the active instead of the high number, which is usually too low.
4345
4346 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4349         * encrypt.el: Remove.
4350
4351 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4354         server in symbolic form.
4355
4356         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4357
4358 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4361         (nnimap-update-info): Fix up code slightly.
4362
4363         * gnus-int.el (gnus-open-server): Add tracing for performance
4364         debugging.
4365
4366         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4367         (gnus-group-insert-group-line): Pass the real group name so that it
4368         gets the right data.
4369
4370         * gnus-start.el (gnus-get-unread-articles): Don't have
4371         `gnus-get-unread-articles-in-group' update info, since that can be
4372         really slow and doesn't seem to be needed?
4373
4374 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4375
4376         * time-date.el (date-to-time): Try using parse-time-string first before
4377         using the slower timezone-make-date-arpa-standard.
4378
4379 2010-09-22  Julien Danjou  <julien@danjou.info>
4380
4381         * gnus-group.el (gnus-group-insert-group-line):
4382         Call gnus-group-highlight-line.
4383         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4384         default hook list.
4385         (gnus-group-update-eval-form): Add new function.
4386         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4387         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4388
4389 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4392         immediate, then expire all articles.
4393         (nnimap-update-info): Fix off-by-one errors.
4394         (nnimap-flags-to-marks): Would return no marks lists for group with no
4395         flags.  Instead return the other data.
4396
4397 2010-09-22  Julien Danjou  <julien@danjou.info>
4398
4399         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4400         Only return an icon.
4401         (gnus-group-insert-group-line): Compute icon to return.
4402
4403         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4404         (gnus-html-image-fetched): Only cache if
4405         gnus-html-image-automatic-caching is set.
4406         (gnus-html-image-fetched): Check for errors.
4407
4408 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4411         once per method on `g'.  This ensures that backends like nnfolder don't
4412         open all their folders.
4413
4414         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4415         (nnimap-request-list): Nix out group in the correct buffer.
4416         (nnimap-parse-flags): Implement by using `read' instead of
4417         hand-parsing.
4418         (nnimap-flags-to-marks): Pass on permanent-flags.
4419         (nnimap-make-process-buffer): Record the server name.
4420         (nnimap-parse-flags): Fix typo.
4421         (nnimap-request-scan): Run split on the server in general, not just a
4422         single group.
4423
4424         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4425         parameter, and propagate this downwards.
4426
4427         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4428         since EXAMINE changes it on the server.
4429
4430         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4431         this command might take a while.
4432
4433 2010-09-22  Julien Danjou  <julien@danjou.info>
4434
4435         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4436         harmful if you have 2 images side-by-side, they can't be properly
4437         update on text deletion.  Using text-property is safer here.
4438         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4439         data.
4440
4441 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * nnimap.el (nnimap-expunge-inbox): Remove.
4444         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4445         (nnimap-expunge): Flip default to t.
4446
4447         * gnus.el (gnus-method-to-server): Don't push things to the cache
4448         unless it's unique.
4449         (gnus-server-to-method): Ditto.
4450
4451 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4454
4455 2010-09-22  Julien Danjou  <julien@danjou.info>
4456
4457         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4458         get the start of data.
4459         (gnus-html-encode-url): Add this function to encode special chars in
4460         URL.
4461         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4462         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4463
4464         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4465         default.
4466         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4467
4468         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4469         images alt-text.
4470         (gnus-html-put-image): Put alt-text as help-echo.
4471
4472 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4475         * mm-util.el (mm-decompress-buffer)
4476         * nnir.el (nnir-run-find-grep)
4477         * pop3.el (pop3-list): Use 3rd arg of split-string.
4478
4479         * time-date.el (format-seconds): Comment fix.
4480
4481         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4482         and byte-optimize-form-code-walker.
4483         (dgnushack-make-auto-load): Don't advise make-autoload.
4484
4485         * lpath.el: Remove Emacs 21 stuff.
4486
4487 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4490         outside the active range.  Suggested by Dan Christensen.
4491
4492         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4493         slightly later to avoid double-getting it.
4494
4495         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4496         previous patch.
4497
4498         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4499
4500 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4501
4502         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4503
4504 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * gnus-int.el (gnus-open-server): Give a better error message in the
4507         "go offline" case.
4508
4509         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4510         marks for nnimap, which is seldom the right thing to do.
4511
4512         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4513         (gnus-same-method-different-name): New function.
4514
4515         * nnimap.el (parse-time): Require.
4516
4517         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4518         method in the presence of many similar methods.
4519
4520         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4521
4522         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4523         nnml-inhibit-expiry.
4524
4525         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4526         find out whether methods are equal.
4527
4528         * nnimap.el (nnimap-find-expired-articles): New function.
4529         (nnimap-process-expiry-targets): New function.
4530         (nnimap-request-move-article): Request the article before looking at
4531         what the Message-ID is.  Fix found by Andrew Cohen.
4532         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4533
4534         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4535         for oldness in addition to being a predicate.
4536
4537         * nnimap.el (nnimap-request-group): When we have zero articles, return
4538         the right data to Gnus.
4539         (nnimap-request-expire-articles): Only delete articles immediately if
4540         the target is 'delete.
4541
4542         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4543         method, this would bug out.
4544
4545         * gnus-group.el (gnus-group-expunge-group): Rename from
4546         gnus-group-nnimap-expunge, and implemented as a normal interface
4547         function.
4548
4549         * gnus-int.el (gnus-request-expunge-group): New function.
4550
4551         * nnimap.el (nnimap-request-create-group): Implement.
4552         (nnimap-request-expunge-group): New function.
4553
4554 2010-09-21  Julien Danjou  <julien@danjou.info>
4555
4556         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4557         (gnus-html-cache-expired): Add new function.
4558         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4559         wethever we should display image for fetch it.
4560         Compute alt-text earlier to pass it to the fetching function too.
4561         (gnus-html-schedule-image-fetching): Change function argument to only
4562         get one image at a time, not a list.
4563         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4564         cache.
4565         (gnus-html-get-image-data): New function to retrieve image data from
4566         cache.
4567         (gnus-html-put-image): Change buffer argument to use image data rather
4568         than file, and place image above region rather than inserting a new
4569         one.  Do not take alt-text as argument, since it's useless now: we place
4570         the image above alt-text.
4571         (gnus-html-prune-cache): Remove.
4572         (gnus-html-show-images): Start to fetch image when we find one, do not
4573         push into a temporary list.
4574         (gnus-html-prefetch-images): Only fetch image if they have expired.
4575         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4576         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4577
4578 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4581
4582 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4585         spec inser "*" if the group isn't active instead of 0.
4586
4587         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4588         opening the server.
4589         (nnimap-request-delete-group): Implement group deletion.
4590         (nnimap-transform-headers): Return the size of the entire message in
4591         the Bytes header, not just the size of the first part.
4592         (nnimap-request-move-article): When moving an article from nnimap,
4593         request the article first so the accepting form has an article to
4594         accept.  Reported by Dan Christensen.
4595         (nnimap-command): Make sure that the error message doesn't error out.
4596
4597 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4598
4599         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4600         we haven't requested anything.
4601
4602 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4605         "".  Fix found by Andrew Cohen.
4606
4607         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4608         instead of -encode-string.
4609
4610 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4613
4614         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4615         by mm-subst-char-in-string.
4616
4617 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4620         waiting for the connection string.
4621
4622         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4623         arriving.
4624
4625         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4626         bogus characters.  This allows selecting certain Gmail groups.
4627
4628         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4629         (nnimap-fetch-partial-articles): New variable.
4630         (nnimap-open-connection): When looking for credentials, also use the
4631         nnimap-server-port.
4632         (nnimap-request-article): Return the group/article number, so that Gnus
4633         `^' works as expected.
4634         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4635
4636         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4637         comments.
4638         (gnus-methods-sloppily-equal): New function.
4639         (gnus): When using the development version of Gnus, load the gnus-load
4640         file.
4641
4642         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4643         `gnus-open-server' on each method before trying to scan them etc.
4644         This ensures that all the backend parameters are set correctly.
4645
4646         * nnimap.el (nnimap-authenticator): New variable.
4647         (nnimap-open-connection): Allow anonymous login.
4648         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4649         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4650
4651         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4652         patch, found by Knut Anders Hatlen.
4653
4654 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4655
4656         * gnus-agent.el (gnus-agent-batch-confirmation)
4657         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4658         to gnus-message.
4659         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4660         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4661         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4662         * gnus-int.el (gnus-open-server): Likewise.
4663         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4664         (gnus-score-check-syntax): Likewise.
4665         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4666         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4667         Likewise.
4668         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4669
4670 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4673         calling conventions so that prefetch doesn't bug out.
4674
4675 2010-09-19  Julien Danjou  <julien@danjou.info>
4676
4677         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4678         rather than `subst-char-in-region' in order to be able to replace ASCII
4679         char by UTF-8 ones.
4680
4681         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4682         than curl.
4683         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4684         the right URL and ALT text on images.
4685         (gnus-html-wash-tags): Fix tag case.
4686         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4687         (gnus-article-html): Add -o display_ins_del=2 option.
4688         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4689
4690 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4693         the extra mail headers, which sometimes seem to happen for unknown
4694         reasons.
4695
4696         * mail-parse.el (mail-header-encode-parameter): Define as
4697         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4698         (or most, perhaps?) mail readers don't understand the latter, but do
4699         understand the former.
4700
4701         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4702         to nil, so that no methods are automatically agentized.  I think this
4703         is probably what most users want.
4704
4705         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4706         from url-retrieve, for instance about invalid URLs.
4707
4708         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4709         groups that have no articles.
4710         (nnimap-request-article): Check that we really got an article when we
4711         requested one.
4712
4713         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4714         doesn't exist.
4715
4716         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4717         nntp buffer so the agent can save it.
4718         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4719         that CRLF doesn't get translated to \n.
4720         (nnimap-open-connection): Don't make 'shell commands only send \n.
4721
4722 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4723
4724         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4725         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4726         Update var name.
4727         (nnml-generate-nov-file): Use dolist.
4728         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4729         Use with-current-buffer.
4730
4731 2010-09-18  Julien Danjou  <julien@danjou.info>
4732
4733         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4734         parallel.
4735
4736 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4739         the range update right.
4740         (nnimap-request-group): Don't make `M-g' bug out on group with no
4741         marks.
4742         (nnoo): Require, so that other packages can require nnimap.
4743         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4744         command we're looking for.  This helps when the server sends more
4745         responses after we've gotten everything we expected.
4746         (nnimap): Add a `newlinep' field to keep track of end-of-line
4747         conventions.
4748         Don't send CRLF to things that don't want it.
4749         (nnimap-request-accept-article): Ditto.
4750
4751 2010-09-18  Julien Danjou  <julien@danjou.info>
4752
4753         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4754         than curl to retrieve images.
4755
4756 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4759         the marks.
4760         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4761         (nnimap-wait-for-connection): New function.
4762         (nnimap-open-connection): If we have PREAUTH, don't query for login
4763         credentials.
4764         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4765         when doing a partial update.
4766
4767 2010-09-18  Julien Danjou  <julien@danjou.info>
4768
4769         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4770         tags.
4771
4772 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773
4774         * nnimap.el (nnimap-credentials): New function.
4775         (nnimap-open-connection): Use the new function to look for credentials
4776         also on the numeric equivalents of "imap" and "imaps".
4777
4778         * gnus-start.el (gnus-activate-group): Send the info to
4779         gnus-request-group.
4780
4781         * nnimap.el (nnimap-request-group): Have the "check" version of the
4782         function parse flags and update the info, so that a `M-g' get a total
4783         resync of all flags from the group.
4784
4785         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4786         to allow backends to alter the info on group selection.  Also alter all
4787         the backend -request-group functions to take the parameter.
4788
4789         * nnimap.el (nnimap-store-info): New function.
4790         (nnimap-update-info): Store the info for later usage.
4791         (nnimap-request-group): Use the stored info for the dont-check case, so
4792         that we don't retrieve all marks when we enter a group.
4793
4794         * nnimap.el: Use deffoo instead of defun for interface functions.
4795
4796         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4797         update the group info.  This makes the nndraft groups, for instance, go
4798         back to their old behaviour.
4799
4800         * gnus-sum.el (gnus-select-newsgroup): Indent.
4801
4802         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4803         in.
4804         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4805         nothing.
4806
4807         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4808         from methods that are denied.
4809
4810         * gnus-int.el (gnus-method-denied-p): New function.
4811
4812         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4813         store the password instead of netrc.
4814         (nnimap-open-connection): Don't error out when we can't make a
4815         connections.
4816
4817         * auth-source.el (auth-source-create): In the password prompt, say what
4818         we're querying for.  Also prompt for user name if that hasn't been
4819         given.
4820
4821         * nnimap.el (nnimap-with-process-buffer): Remove.
4822
4823 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4826         method when we're reading from the agent.
4827
4828         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4829
4830         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4831         that's probably most useful for users.
4832
4833         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4834         "failed" all the time.
4835
4836         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4837         ...)) with (with-current-buffer ... ).
4838
4839         * nntp.el (nntp-open-server): Return whether the open was successful or
4840         not.
4841
4842         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4843         select an unread unseen article first.
4844
4845         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4846         /etc/services, supply some sensible port defaults.
4847
4848         * dgnushack.el: Define netrc-credentials.
4849
4850 2010-09-17  Julien Danjou  <julien@danjou.info>
4851
4852         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4853
4854 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4855
4856         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4857         doesn't have any parameters.
4858
4859 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4862         only upcased checks.
4863
4864         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4865
4866         * nnimap.el (nnimap-open-shell-stream): New function.
4867         (nnimap-open-connection): Use it.
4868         (nnimap-transform-headers): Get the number of lines in each message.
4869         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4870         number of lines.
4871         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4872         problem.
4873
4874         * utf7.el (utf7-encode): Autoload.
4875
4876         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4877         to allow the mail splitting to not return a default group.  This is
4878         useful for nnimap, which will leave unmatched mail in the inbox.
4879
4880         * nnimap.el: Rewritten.
4881
4882         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4883         nnimap usage.
4884
4885         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4886         if the move is internal, so that nnimap can do fast internal moves.
4887
4888         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4889         data.
4890         (gnus-read-active-for-groups): Support finishing the early retrieval of
4891         data.
4892
4893         * gnus-range.el (gnus-range-nconcat): New function.
4894
4895         * gnus-int.el (gnus-finish-retrieve-group-infos)
4896         (gnus-retrieve-group-data-early): New functions.
4897
4898 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4899
4900         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4901         (nnrss-retrieve-groups):
4902         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4903         (pop3-quit): Use with-current-buffer.
4904
4905 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4908         instead of nnheader-accept-process-output.
4909
4910         * dgnushack.el (dgnushack-compile): Add comment.
4911
4912         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4913
4914         * gnus-html.el (gnus-html-schedule-image-fetching)
4915         (gnus-html-prefetch-images): Replace process-kill-without-query by
4916         gnus-set-process-query-on-exit-flag.
4917
4918 2010-09-16  Romain Francoise  <romain@orebokech.com>
4919
4920         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4921
4922 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4925         parameter to unintern is mandatory-ish in Emacs 24.
4926
4927         * gnus-html.el (gnus-html-schedule-image-fetching)
4928         (gnus-html-prefetch-images): Check for curl before using it.
4929
4930         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4931         depend on curl, which isn't essential.
4932
4933         * imap.el: Revert back to version
4934         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4935         seem problematic.
4936
4937 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4938
4939         * gnus-registry.el (gnus-registry-install-shortcuts):
4940         Explicitly pass `obarray' to `unintern' to avoid a warning.
4941
4942 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943
4944         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4945         change.
4946
4947         * nnrss.el (nnrss-request-list): Remove this function and related
4948         functions, including the moreover stuff.
4949
4950 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4951
4952         * nnrss.el (nnrss-retrieve-groups): New function.
4953
4954 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4955
4956         * .dir-locals.el: Add no-byte-compile cookie.
4957
4958 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * time-date.el (format-seconds): Comment fix.
4961
4962         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4963         for back end that doesn't support request-scan.
4964
4965 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4966
4967         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4968         then do request scans from the backends.
4969
4970         * netrc.el (netrc-credentials): New conveniency function.
4971
4972         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4973         avoid running a hook per line, since this takes a lot of time,
4974         profiling shows.
4975         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4976         directly if gnus-visual-p is true.
4977
4978 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4981         groups; replace mapcar with dolist which is a bit faster; pass groups
4982         info to gnus-read-active-file-1.
4983         (gnus-read-active-file-1): Scan only specified groups if the new
4984         optional arg `infos' is given.
4985
4986 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4989
4990         * pop3.el (pop3-movemail): Remove.
4991         (pop3-streaming-movemail): Rename to pop3-movemail.
4992
4993         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4994         don't restrict end-tag searches to the end of the line.
4995
4996 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4999         articles of every unchecked group to t, which means unknown since the
5000         server has never been opened.
5001
5002 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * gnus-html.el (gnus-html-show-alt-text): New command.
5005         (gnus-html-browse-image): Ditto.
5006         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5007         to browse the image directly.
5008         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5009         better.
5010
5011         * gnus-async.el (gnus-async-article-callback):
5012         Call `gnus-html-prefetch-images' unconditionally.
5013
5014         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5015         before feeding URLs to curl.
5016
5017 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5020         internal images as deletable by `W D D'.
5021
5022         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5023         (gnus-async-article-callback): Fix typo.
5024
5025 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5028         current line to work around bugs in the output from w3m.
5029
5030         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5031         for groups that want that.
5032
5033         * nntp.el (nntp-wait-for-string): Supply a timeout for
5034         accept-process-output to ensure progress.
5035
5036         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5037         level to get unread articles from, then use that for foreign groups,
5038         too.
5039
5040         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5041         confuses the rest of the function.
5042
5043         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5044         for the methods that support -retrieve-groups, too.
5045
5046         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5047
5048 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5051         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5052
5053         * pop3.el: Require cl when compiling.
5054         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5055
5056 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5059         that aren't going to be activated.
5060         (gnus-get-unread-articles): Fix up the last commit.
5061
5062         * gnus-html.el (gnus-article-html): Allow calling without specifying
5063         the handle.  In that case, dissect the buffer first.
5064
5065         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5066
5067         * nnimap.el (nnimap-open-connection): Revert the change that would look
5068         into authinfo for imaps instead of imap.
5069
5070         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5071         say that you don't want to call gnus-request-group with don-check, but
5072         do check the reponse.  This is for virtual groups only.
5073         (gnus-get-unread-articles): Count the archive groups as secondary, so
5074         that they're activated the same way as before.
5075
5076         * imap.el (imap-message-map): Removed optional buffer parameter, since
5077         no callers use it.
5078         (imap-message-get): Ditto.
5079         (imap-message-put): Ditto.
5080         (imap-mailbox-map): Ditto.
5081         (imap-mailbox-put): Ditto.
5082         (imap-mailbox-get): Ditto.
5083         (imap-mailbox-get): Revert last change for this function.
5084
5085         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5086         case-insensitively.
5087         (nnimap-debug): Remove.
5088
5089         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5090         to use `imap-fetch' instead.  According to the comments, this should be
5091         safe, since all other IMAP clients use the 1:* syntax.
5092         (imap-enable-exchange-bug-workaround): Removed.
5093         (imap-debug): Removed -- doesn't seem very useful.
5094
5095         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5096         mail from a file, and the file doesn't exist.
5097
5098         * imap.el (imap-log): New convenience function used throughout instead
5099         of repeating the same code all over the place.
5100
5101         * pop3.el (pop3-streaming-movemail): Return t for success.
5102
5103         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5104         .authinfo if we're using ssl connection.
5105
5106         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5107         already have if we're in a main Gnus `g' run.
5108
5109         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5110
5111 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5114
5115         * nnmh.el (nnmh-request-list-1): Bind `file'.
5116
5117         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5118         alias to set-process-query-on-exit-flag or process-kill-without-query.
5119         (pop3-open-server): Use it.
5120
5121 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5122
5123         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5124         box to the Incoming file.  Fixes mistake in previous checkin.
5125
5126         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5127         request loop (for debugging purposes) removed.
5128
5129         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5130         culprit is more visible.
5131         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5132         (nnml-add-incremental-nov): New functions to do "incremental" nov
5133         updates, where we just append to the end of the existing nov files
5134         without reading/writing them in full.
5135
5136         * mail-source.el (mail-source-delete-crash-box): Really only check the
5137         incoming files once in a while.
5138
5139         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5140
5141         * mail-source.el (mail-source-delete-crash-box): Only check the
5142         incoming files for deletion once per day to save a lot of file
5143         accesses.
5144
5145         * pop3.el (pop3-logon): Fix up unbound variable typo.
5146
5147         * mail-source.el (pop3-streaming-movemail): Autoload.
5148
5149         * pop3.el (pop3-streaming-movemail):
5150         Respect pop3-leave-mail-on-server.
5151
5152         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5153         retrieval.
5154
5155         * pop3.el (pop3-process-filter): Remove unused function.
5156         (pop3-streaming-movemail, pop3-send-streaming-command)
5157         (pop3-wait-for-messages, pop3-write-to-file)
5158         (pop3-number-of-responses): New functions for streaming pop3
5159         retrieval.
5160
5161         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5162         come from no known methods.
5163         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5164         list.
5165
5166         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5167         message sizes.
5168         (pop3-movemail): Use erase-buffer instead of looping and deleting
5169         regions, which seems rather odd.
5170
5171         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5172         file once per `g' run.
5173
5174         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5175         directories.  This makes the draft queue directory work.
5176
5177         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5178         data from the backends, so that we only request the list of groups from
5179         each method once.  This should speed things up considerably.
5180
5181         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5182         detect that it's not implemented.
5183
5184         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5185         we actually do recurse down into the tree, but don't stat all leaf
5186         nodes.
5187
5188         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5189         then say so instead of bugging out.
5190
5191         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5192         files exist before trying to read them.
5193
5194         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5195         around <pre_int>.
5196
5197         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5198
5199         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5200
5201 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202
5203         * mm-util.el (mm-image-load-path): Just return the image directories,
5204         not all directories in the path in addition to the image directories.
5205         (mm-image-load-path): Maintain a cache of the image directories so that
5206         the `g' command in Gnus doesn't have to stat dozens of directories each
5207         time.
5208
5209         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5210         (gnus-html-wash-tags): Add a new `i' command to insert images.
5211         (gnus-html-insert-image): New command and keystroke.
5212         (gnus-html-redisplay-with-images): New command and keystroke.
5213         (gnus-html-show-images): Rename command.
5214         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5215         spacers.
5216         (gnus-html-wash-tags): Decode entities at the end, so that entities
5217         inside the tags don't mess up the rest of the "parsing".
5218
5219         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5220         so that nnimap methods aren't agentized by default.  There's apparently
5221         many problems related to agent/imap behaviour.
5222
5223         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5224
5225         * gnus-html.el: Doc fix.
5226
5227 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5230         specifier-spec-list for Emacs 21.
5231
5232         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5233         glyph-width and glyph-height instead of display-graphic-p and
5234         image-size; make avoidance of displaying small images work for XEmacs.
5235
5236         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5237         for XEmacs.
5238
5239         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5240         of symbol that holds plist data.
5241         (gnus-process-plist): Remove plist of process after getting it.
5242
5243 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * message.el (message-generate-hashcash): Change default to
5246         'opportunistic if hashcash is installed.
5247
5248         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5249         (gnus-html-put-image): Only call image-size once, since it's somewhat
5250         time-consuming on remote X servers.
5251
5252 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5255         type on data, not a file name.
5256
5257         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5258         window-pixel-edges for Emacs 21.
5259
5260         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5261         decoded contents.
5262         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5263
5264 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5267         group line format, since it isn't very interesting.
5268
5269         * gnus-agent.el (gnus-agent-short-article),
5270         (gnus-agent-long-article): Increase values for these two variables,
5271         since most people are likely to have more network connection and
5272         storage than before.
5273
5274         * gnus.el (gnus-refer-article-method): Change default to 'current.
5275         When referring an article, the common behaviour is to refer it from the
5276         current select method, not the native select method.  The chances of
5277         the native select method having the message in question is rather slim
5278         these days.
5279
5280         * gnus-sum.el (gnus-auto-select-subject): Change default to
5281         `unseen-or-unread'.  I think it's likely that most people want to
5282         select an unseen article over a previously seen, but unread one.
5283
5284         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5285         means that in the article buffer none of the minor mode elements will
5286         be shown, usually, and this is not desirable in most cases.
5287
5288         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5289         that commands like `d' (and the like) go to the next line in the
5290         buffer, instead of the next unread article.  I think this is the
5291         behaviour that is most natural for most users.
5292         (gnus-single-article-buffer): Change default to nil, so that people can
5293         have as many article buffers open as they have summary buffer.  I think
5294         this is the most natural way for the groups to behave.
5295
5296         * message.el (message-generate-new-buffers): Change default to
5297         `unsent', so that all new message buffers start their names with the
5298         string "*unsent", and it's easier to find the buffers if you move from
5299         them.
5300
5301 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5304         small.  They're probably tracking images.
5305         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5306         (gnus-html-rescale-image): Yet another try at getting the image sizing
5307         right.
5308
5309         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5310         nntp-marks-file-name is nil.
5311
5312 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5313
5314         * gnus-html.el (gnus-html-wash-tags)
5315         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5316         Better logging.
5317
5318 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5321
5322         * gnus-html.el (gnus-html-wash-tags): Check the value of
5323         gnus-blocked-images in the summary buffer.
5324
5325 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5326
5327         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5328
5329 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5332         like "a", it seems like.
5333         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5334         since it needs to be picked from the correct buffer.
5335
5336         * nnwfm.el: Remove.
5337
5338         * nnlistserv.el: Remove.
5339
5340 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5343         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5344
5345 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * nnkiboze.el: Remove.
5348
5349         * nndb.el: Remove.
5350
5351         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5352         alt text.
5353         (gnus-html-rescale-image): Try to get the rescaling logic right for
5354         images that are just wide and not tall.
5355
5356         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5357         overshadow variable bindings.
5358
5359 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5360
5361         * gnus-html.el (gnus-html-wash-tags)
5362         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5363         Add extra logging.
5364
5365 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5368         (gnus-max-image-proportion): New variable.
5369         (gnus-html-rescale-image): New function.
5370         (gnus-html-put-image): Rescale images.
5371
5372 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5373
5374         Fix up some byte-compiler warnings.
5375         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5376         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5377         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5378         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5379         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5380         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5381         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5382
5383 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-html.el (gnus-article-html): Decode contents by charset.
5386
5387 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5390         (gnus-html-frame-width, gnus-blocked-images)
5391         * message.el (message-prune-recipient-rules): Add custom version.
5392         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5393
5394         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5395         functions.
5396
5397         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5398         gnus-process-get.
5399
5400 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5401
5402         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5403         instead of lsub directly.
5404
5405 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * nnwarchive.el: Remove.
5408
5409         * gnus-soup.el: Remove.
5410
5411         * nnsoup.el: Remove.
5412
5413         * nnultimate.el: Remove.
5414
5415         * gnus-html.el (gnus-blocked-images): New variable.
5416
5417         * message.el (message-prune-recipients): New function.
5418         (message-prune-recipient-rules): New variable.
5419
5420         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5421         guess whether a long line is natural text or not.
5422
5423         * gnus-html.el (gnus-html-schedule-image-fetching):
5424         Use gnus-process-plist and friends for compatibility.
5425
5426 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5427
5428         * gnus-html.el: Require packages that define macros used in this file.
5429         (gnus-article-mouse-face): Declare to silence byte-compiler.
5430         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5431         process-get.
5432         (gnus-html-put-image): Use plist-get to avoid getf.
5433         (gnus-html-prefetch-images): Use with-current-buffer.
5434
5435 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-ems.el: Provide compatibility functions for
5438         gnus-set-process-plist.
5439
5440         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5441         header-line-format for XEmacs 21.4.
5442
5443         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5444         * gnus.el (gnus-valid-select-methods)
5445         * message.el (message-send-mail-partially-limit)
5446         * mm-decode.el (mm-text-html-renderer)
5447         * mml.el (mml-insert-mime-headers-always)
5448         * smiley.el (smiley-regexp-alist): Bump custom version.
5449
5450 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * gnus-html.el: require mm-url.
5453         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5454         with the url to `url'.
5455         (gnus-html-wash-tags): Support cid: URLs/images.
5456
5457 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5460         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5461         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5462
5463         * gnus-move.el: Remove file, since it doesn't really work.
5464
5465         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5466         UTF-8.  This seems to fix problems with some German web feeds.
5467
5468         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5469         at the top so that the proper colours are applied.
5470
5471         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5472         don't have dots in their names.
5473
5474         * gnus-art.el (gnus-article-view-part): Doc fix.
5475
5476         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5477         XEmacs-compatible.
5478         (gnus-html-put-image): Don't do images on non-graphic displays.
5479
5480         * nnslashdot.el: Remove this unused backend.
5481
5482         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5483         actions.
5484         (gnus-undo-register-1): Revert last change.
5485
5486         * gnus-group.el (gnus-group-completing-read): Protect against not
5487         having completion-styles bound.
5488
5489         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5490         make broken recipients happier.
5491
5492         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5493
5494         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5495         point parameter.
5496
5497         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5498
5499         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5500         completion-styles for group selection.
5501
5502 2009-02-04  Andreas Schwab  <schwab@suse.de>
5503
5504         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5505         headers and regexp-quote the match if necessary.
5506
5507 2009-03-24  Miles Bader  <miles@gnu.org>
5508
5509         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5510         the blinking smiley.
5511
5512 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5513
5514         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5515         blink smiley.
5516
5517 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5520         where the dribbel file lives exists.
5521
5522         * message.el (message-send-mail-partially-limit): Change the default to
5523         nil, since most people don't want this.
5524
5525         * mm-url.el (mm-url-decode-entities): Also decode entities like
5526         &#x3212.
5527
5528 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5529
5530         * gnus-sum.el (gnus-summary-idna-message):
5531         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5532         Hyperlink urls in docstrings with URL `...'.
5533
5534 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5535
5536         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5537         functions.
5538
5539 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5540
5541         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5542         say what the mouseover text should be.
5543
5544         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5545         version of the mm-w3m-safe-url-regexp variable to only download images
5546         in the groups where we want that to happen.
5547
5548         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5549
5550         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5551         easier debugging.
5552         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5553         big pictures in the article buffer.
5554
5555         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5556         gnus-article-html.
5557         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5558         w3m.
5559
5560         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5561
5562 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5565         which doesn't exist.
5566
5567         * message.el (message-inhibit-ecomplete): New variable to allow some
5568         function to inhibit ecomplete address storage.
5569         (message-resend): Disable ecomplete message storage when resending
5570         messages.
5571
5572         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5573
5574 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5577         Save excursion while copying, moving, and deleting articles in order to
5578         prevent the cursor from jumping to unforeseen place.
5579
5580 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * lpath.el: No need to bind bookmark-current-buffer,
5583         bookmark-yank-point and bookmark-make-record-function.
5584
5585 2010-08-17  Glenn Morris  <rgm@gnu.org>
5586
5587         * gnus-sync.el: Require gnus components whose functions are used.
5588
5589         * gnus-art.el (bookmark-make-record-function):
5590         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5591         Declare for compiler.
5592
5593         * mm-url.el (mml-compute-boundary): Autoload.
5594
5595 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5598
5599 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         Typo fix "hoo4a" -> "hook".
5602
5603         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5604
5605 2010-08-14  Glenn Morris  <rgm@gnu.org>
5606
5607         * gnus-sync.el (gnus-sync): Fix defgroup version.
5608
5609 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5612
5613         * gnus-sync.el: Fix docs.
5614         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5615         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5616
5617 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         Optimizations for gnus-sync.el.
5620
5621         * gnus-sync.el: Add docs about gnus-sync-backend
5622         possibilities.
5623         (gnus-sync-save): Remove unnecessary message.
5624         (gnus-sync-read): Optimize and show what groups were skipped.
5625
5626 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5627
5628         Minor bug fixes for gnus-sync.el.
5629
5630         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5631         Don't read the sync on get-new-news.
5632
5633         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5634         quiet.
5635
5636         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5637         (fix typo).
5638
5639 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5640
5641         Make saving and restoring of hidden threads work with overlays.
5642         Patch applied by Ted Zlatanov.
5643
5644         * gnus-sum.el (gnus-hidden-threads-configuration)
5645         (gnus-restore-hidden-threads-configuration): Update to deal with text
5646         properties, rather than searching for a magic character.
5647
5648 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5649
5650         New gnus-sync.el library for synchronization of marks.
5651
5652         * gnus-sync.el: New library for synchronization of marks.
5653
5654         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5655         renamed from `gnus-registry-grep-in-list'.
5656
5657         * gnus-registry.el (gnus-registry-follow-group-p):
5658         Use `gnus-grep-in-list'.
5659
5660         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5661
5662 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5665         determining charset of text fails.
5666
5667 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * nnmail.el (nnmail-get-new-mail-1): Revert.
5670
5671         * nnml.el (nnml-active-number): Make sure names of newly created groups
5672         in nnml-group-alist are encoded.
5673
5674 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5677         containing non-ASCII characters in active file for nnml back end.
5678
5679 2010-07-24  David Engster  <dengste@eml.cc>
5680
5681         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5682         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5683
5684 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5685
5686         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5687         tag (Bug#6654).
5688
5689 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5692         the article buffer, not the summary buffer.
5693
5694 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5697         Emacs 23 as well.
5698
5699 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5702         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5703
5704 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5705
5706         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5707         Patch applied by Karl Fogel.
5708
5709         * gnus-sum.el (gnus-summary-bookmark-make-record):
5710         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5711
5712 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5713
5714         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5715         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5716         C-w still not working correctly from Article buffers; Thierry's
5717         patch to fix that will be applied after this.
5718
5719         * gnus-art.el (bookmark-make-record-function): New local variable.
5720
5721         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5722         article buffer.
5723         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5724
5725 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5726
5727         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5728         on changes in bookmark.el.
5729
5730 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5733         `no-log' instead of message not to log prompt string.
5734
5735 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5736
5737         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5738         the *other* type of HTML form submission.
5739
5740 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5741
5742         * auth-source.el (auth-source-pick): If choice does not contain a
5743         questioned keyword, set the check to t.
5744
5745 2010-06-12  Romain Francoise  <romain@orebokech.com>
5746
5747         * gnus-util.el (gnus-date-get-time): Move up before first use.
5748
5749 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5752         (gnus-article-edit-part): Bind it to make last part that is substituted
5753         or deleted visible.
5754         (gnus-mime-display-single): Buttonize part of which id equals to
5755         gnus-mime-buttonized-part-id.
5756
5757 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5758
5759         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5760         (gnus-dd-mmm): Use gnus-date-get-time.
5761         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5762         simplify logic.
5763         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5764         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5765
5766 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5767
5768         * auth-source.el (top): Autoload `secrets-list-collections',
5769         `secrets-create-item', `secrets-delete-item'.
5770         (auth-sources): Fix tag string.
5771         (auth-get-source, auth-source-retrieve, auth-source-create)
5772         (auth-source-delete): New defuns.
5773         (auth-source-pick): Rewrite in order to avoid 2 passes.
5774         (auth-source-forget-user-or-password): New parameter USERNAME.
5775         (auth-source-user-or-password): New parameters CREATE-MISSING and
5776         DELETE-EXISTING.  Retrieve password interactively, if needed.
5777
5778 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5779
5780         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5781         deleting unused directories when gnus-expert-user is t.
5782
5783 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5786         for each temp file when gnus-article-browse-delete-temp is ask.
5787
5788 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5789
5790         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5791         Lisp calls to delete-backward-char by calls to delete-char.
5792
5793 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5794
5795         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5796
5797 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5798
5799         * password-cache.el (password-cache-remove): Fix docstring.
5800
5801 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5804         article unless decoding article to be saved.
5805
5806 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5809         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5810         generated within the mm-with-unibyte-current-buffer macro.
5811
5812 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5815         to nil when we're in a mml-preview buffer and no group is selected.
5816
5817 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5818
5819         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5820         when catching the `C-g'.  Reported by "Leo".
5821
5822 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * message.el (message-forward-make-body-plain)
5825         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5826         multibyte-string-p.
5827
5828         * lpath.el: Revert.
5829
5830 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * message.el (message-forward-make-body-mml): Assume original message
5833         is multibyte string; error on unibyte.
5834         (message-forward-make-body-plain): Ditto; don't add excessive newline
5835         in body end.
5836
5837         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5838
5839 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5840
5841         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5842         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5843
5844 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * mm-extern.el (mm-extern-url): Don't use
5847         mm-with-unibyte-current-buffer.
5848         (mm-extern-cache-contents): Use with-current-buffer instead of
5849         save-excursion + set-buffer.
5850
5851 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * mm-util.el (mm-emacs-mule): Remove.
5854
5855 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5856
5857         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5858         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5859         change.
5860
5861 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5864         bind the default value of enable-multibyte-characters to nil.
5865
5866 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * message.el (message-forward-make-body-plain)
5869         (message-forward-make-body-mml):
5870         Don't use mm-with-unibyte-current-buffer.
5871
5872 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5873
5874         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5875
5876 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5877
5878         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5879         (Bug#5592).
5880
5881 2010-05-07  Julien Danjou  <julien@danjou.info>
5882
5883         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5884         it to mm-pipe-part.
5885
5886         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5887         it is given.
5888
5889 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * binhex.el (binhex-decode-region-internal)
5892         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5893         (dns-query)
5894         * nnweb.el (nnweb-gmane-search)
5895         * pgg-parse.el (pgg-parse-armor)
5896         * pgg.el (pgg-verify-region)
5897         * sha1.el (sha1-string-external)
5898         * uudecode.el (uudecode-decode-region-internal)
5899         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5900         XEmacs.
5901
5902         * gnus-art.el (gnus-article-browse-html-parts)
5903         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5904         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5905         make-temp-file.
5906
5907         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5908         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5909         compiling.
5910
5911         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5912         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5913         XEmacs when compiling.
5914
5915         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5916         gnus-pick-mode-off-hook for XEmacs when compiling.
5917         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5918         gnus-binary-mode-off-hook for XEmacs when compiling.
5919
5920         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5921         Return nil if char-charset is not available.
5922
5923         * imap.el (imap-disable-multibyte)
5924         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5925         macros.
5926
5927         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5928         instead of encode-coding-string.
5929
5930         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5931         'xemacs) instead of mm-emacs-mule to switch function definitions.
5932         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5933
5934         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5935         bind temporary-file-directory for XEmacs;
5936         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5937         timer-set-function for XEmacs 21.4 and SXEmacs;
5938         bind timer-list for XEmacs 21.4 and SXEmacs;
5939         fbind char-charset and find-charset-region for non-Mule XEmacs;
5940         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5941         encode-coding-region and encode-coding-string for XEmacs having no
5942         file-coding feature.
5943
5944 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5945
5946         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5947
5948 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5951         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5952
5953 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5954
5955         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5956         alias `jka-compr-delete-temp-file' no longer exists.
5957
5958 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5959
5960         Use define-minor-mode in Gnus where applicable.
5961         * mml.el (mml-mode): Use define-minor-mode.
5962         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5963         (gnus-undo-mode): Use define-minor-mode.
5964         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5965         (gnus-dead-summary-mode): Use define-minor-mode.
5966         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5967         Initialize in declaration.
5968         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5969         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5970         (gnus-mailing-list-mode): Use define-minor-mode.
5971         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5972         (gnus-draft-mode): Use define-minor-mode.
5973         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5974         (gnus-dired-mode): Use define-minor-mode.
5975
5976 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5977
5978         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5979         handles on recursive mml-to-mime translation and check them for
5980         boundary delimiter collisions.  Reported by Greg Troxel.
5981
5982 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5985
5986 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5987
5988         * mm-util.el (mm-find-buffer-file-coding-system):
5989         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5990
5991 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5992
5993         * message.el (message-generate-headers): Record insertion of optional
5994         headers as well.  Otherwise the check to prevent repeated insertion of
5995         optional headers is a no-op.
5996
5997 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * smime.el: Don't mention CVS.
6000
6001         * nnrss.el (nnrss-fetch): Don't mention CVS.
6002
6003         * nnir.el: Don't mention CVS.
6004
6005 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6006
6007         * gnus-sum.el (gnus-summary-bookmark-make-record):
6008         Add `location' field.
6009
6010 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * lpath.el: Fbind bookmark-default-handler,
6013         bookmark-get-bookmark-record, bookmark-make-record-default,
6014         bookmark-prop-get for Emacs <23 and XEmacs.
6015
6016 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6017
6018         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6019         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6020         Use with-current-buffer to silence the byte-compiler.
6021         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6022         bother to require `gnus'.
6023         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6024
6025 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6026
6027         * gnus-sum.el (gnus-summary-bookmark-make-record)
6028         (gnus-summary-bookmark-jump): New functions.
6029         (gnus-summary-mode): Setup bookmark support.
6030
6031 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6032
6033         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6034         if set.
6035
6036 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6039         gnus-article-browse-html-save-cid-image; make it work recursively for
6040         forwarded messages as well.
6041         (gnus-article-browse-html-parts): Work when prefix arg is given.
6042         (gnus-article-browse-html-article): Doc fix.
6043
6044 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6045
6046         * message.el (message-default-mail-headers):
6047         (message-default-headers): Carry the value mail-default-headers over
6048         into message-default-mail-headers, rather than message-default-headers.
6049
6050 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6051
6052         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6053         charset.
6054
6055         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6056         charset into the <meta> tag when the article is encoded to utf-8.
6057
6058 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-art.el (gnus-article-browse-delete-temp-files):
6061         Delete directories as well.
6062         (gnus-article-browse-html-parts): Work for images that do not specify
6063         file names; delete temp directory when quitting; insert header at the
6064         right place; use file: scheme for image files.
6065
6066 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6067
6068         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6069         (gnus-article-browse-html-parts): Use it to make temporary cid image
6070         files in addition to html file so that browser may display them.
6071
6072 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6075
6076 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6077
6078         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6079
6080 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6081
6082         * auth-source.el (auth-sources): Change default to be simpler.
6083         Explain about Secret Service API sources.  Improve Customize options.
6084         (auth-source-pick): Change to accept any number of search parameters.
6085         Implement fallbacks iteratively, not recursively.  Add scoring on the
6086         second pass and sort by score.  Call Secret Service API when needed.
6087         (auth-source-user-or-password): Use it.  Call Secret Service API
6088         directly when needed to get the user name and the password.
6089
6090 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6091
6092         * message.el (message-interactive): Doc fix.
6093         (message-qmail-inject-args): Reflow.
6094         (message-kill-to-signature): Fix typo in docstring.
6095
6096         * smiley.el (smiley-buffer): Fix typo in docstring.
6097
6098 2010-03-24  Glenn Morris  <rgm@gnu.org>
6099
6100         * mail-source.el (gnus-message): Declare.
6101         (mail-source-delete-old-incoming): Require gnus-util.
6102
6103 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6106
6107         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6108
6109         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6110         password-cache's default if it is not bound.
6111         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6112         password-cache-expiry's default if it is not bound.
6113
6114         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6115         available in Emacs 21.
6116
6117         * lpath.el: Suppress compiler warnings for:
6118         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6119         XEmacs;
6120         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6121         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6122         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6123
6124 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6125
6126         * auth-source.el (auth-sources): Fix up definition so extra parameters
6127         are always inline.
6128
6129 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6130
6131         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6132         wasn't updated after mismatch.  Clear cached mailbox info correctly
6133         when uidvalidity changes.
6134         (nnimap-group-prefixed-name): New function to avoid some code
6135         duplication.
6136         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6137         (nnimap-request-group): Use it.
6138         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6139         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6140         with many imap folders.  This is done by caching the group status from
6141         the imap server persistently in a group parameter `imap-status'.  (This
6142         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6143         but not persistently, so every Gnus startup was still very slow.)
6144
6145 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6146
6147         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6148         delete the extra newline.  Otherwise editing of :string and :number
6149         types don't work.
6150
6151 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6152
6153         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6154         secrets.el dependency.
6155         (auth-sources): Add optional user name.  Add secrets.el configuration
6156         choice (unused right now).
6157
6158 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6159
6160         * gnus-sum.el (gnus-summary-make-menu-bar):
6161         Let `gnus-registry-install-shortcuts' fill in the functions.
6162
6163         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6164         warnings.
6165         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6166         (gnus-registry-install-shortcuts): Populate and use it in a
6167         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6168
6169 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6170
6171         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6172         In-place substitutions for the group name encoding/decoding.
6173         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6174         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6175         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6176         (nnimap-update-unseen, nnimap-request-list)
6177         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6178         (nnimap-request-set-mark, nnimap-split-to-groups)
6179         (nnimap-split-articles, nnimap-request-newgroups)
6180         (nnimap-request-create-group, nnimap-request-accept-article)
6181         (nnimap-request-delete-group, nnimap-request-rename-group)
6182         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6183         `encoded-mbx' for consistency.
6184         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6185         variable `imap-current-mailbox'.
6186
6187         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6188         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6189
6190 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6191
6192         * pop3.el (pop3-display-message-size-flag): Display message size byte
6193         counts during POP3 download.
6194         (pop3-movemail): Use it.
6195         (pop3-list): Implement listing of available messages.
6196
6197 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6198
6199         * nnir.el (nnir-get-article-nov-override-function): New function to
6200         override the normal NOV retrieval.
6201         (nnir-retrieve-headers): Use it.
6202
6203 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6204
6205         * auth-source.el (netrc-machine-user-or-password): Autoload.
6206
6207 2010-03-19  Glenn Morris  <rgm@gnu.org>
6208
6209         Stop message.el from loading about 40 libraries it doesn't always need.
6210         The general approach is to autoload rather than require, and to
6211         require in the specific functions rather than the file.  (Bug#5642)
6212
6213         * gmm-utils.el: Don't require wid-edit.
6214         (widget-create-child-value, widget-convert, widget-default-get):
6215         Autoload.
6216
6217         * gnus-util.el: Don't require time-date, netrc.
6218         (message-fetch-field, gnus-group-name-decode): Declare rather than
6219         autoloading.
6220         (gnus-fetch-field): Require message.
6221         (gnus-decode-newsgroups): Require gnus-group.
6222
6223         * ietf-drums.el: Don't require time-date.
6224
6225         * message.el: Don't require hashcash, canlock, ecomplete.
6226         Do require mail-utils.  Require nnheader only when compiling.
6227         (smtpmail-default-smtp-server): Remove declaration.
6228         (message-send-mail-function): Check smtpmail-default-smtp-server
6229         is bound rather than requiring smtpmail.
6230         (message-auto-save-directory, message-insert-signature):
6231         Use expand-file-name rather than nnheader-concat.
6232         (nnheader-insert-file-contents): Autoload.
6233         (hashcash-wait-async): Declare.
6234         (message-send-mail): Only call gnus-setup-posting-charset if
6235         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6236         (message-send-mail-with-sendmail): Require sendmail.
6237         (canlock-password, canlock-password-for-verify): Declare.
6238         (message-canlock-password): Require canlock.
6239         (nnheader-get-report): Autoload.
6240         (gnus-setup-posting-charset): Declare.
6241         (message-send-news): Require gnus-msg.
6242         (message-make-references, message-make-in-reply-to): Use mail-header-id
6243         rather than the alias mail-header-message-id.
6244         (ecomplete-add-item, ecomplete-save): Declare.
6245         (message-put-addresses-in-ecomplete): Require ecomplete.
6246         (ecomplete-display-matches): Autoload.
6247
6248         * mm-decode.el: Don't require mailcap, gnus-util.
6249         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6250         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6251         Autoload.
6252         (mailcap-mime-extensions): Declare.
6253
6254         * mm-encode.el: Don't require mailcap.
6255         (mailcap-extension-to-mime): Autoload.
6256
6257         * mml-sec.el: Don't require password-cache.
6258
6259         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6260         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6261         (mml-minibuffer-read-type): Require mailcap.
6262         (mml-preview): Require gnus-msg.
6263
6264         * mml1991.el: Require password-cache.
6265         (password-cache-expiry): Remove declaration.
6266
6267         * mml2015.el: Require password-cache.
6268         (password-cache-expiry): Remove declaration.
6269
6270         * nneething.el (mailcap): Require mailcap.
6271
6272         * nnheader.el (declare-function): Add compatibility stub.
6273         (message-remove-header): Declare rather than autoload.
6274         (nnheader-replace-header): Require message.
6275
6276         * nnimap.el (declare-function): Add compatibility stub.
6277         (netrc-parse, netrc-machine-user-or-password): Declare.
6278         (nnimap-open-connection): Require netrc.
6279
6280         * nntp.el (declare-function): Add compatibility stub.
6281         (netrc-parse, netrc-machine, netrc-get): Declare.
6282         (nntp-send-authinfo): Require netrc.
6283
6284         * rfc2047.el: Don't require qp.
6285         (quoted-printable-encode-region, quoted-printable-decode-string):
6286         Autoload.
6287
6288         * sieve-mode.el: Don't require easymenu.
6289         (easy-menu-add-item): Autoload it.
6290
6291         * spam-stat.el (time-to-number-of-days): Autoload it.
6292
6293 2010-03-19  Glenn Morris  <rgm@gnu.org>
6294
6295         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6296
6297 2010-03-18  Glenn Morris  <rgm@gnu.org>
6298
6299         * hashcash.el (declare-function): Remove duplicate definition.
6300
6301 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6302
6303         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6304         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6305         value if any backslash escapes).
6306
6307 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6310         if it is available.  (bug#5647)
6311
6312         * lpath.el: Suppress compiler warning for coding-system-from-name for
6313         Emacs 21 and XEmacs.
6314
6315 2010-03-14  Juri Linkov  <juri@jurta.org>
6316
6317         * hmac-def.el:
6318         * hmac-md5.el:
6319         * netrc.el: Fix keywords.
6320
6321 2010-02-26  Glenn Morris  <rgm@gnu.org>
6322
6323         * message.el (message-send-mail-function): Change the default, so that
6324         it inherits from a customized send-mail-function.  (Bug#5643)
6325
6326 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6327
6328         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6329         shell-command-to-string signals an error (bug#5299).
6330
6331 2010-02-24  Glenn Morris  <rgm@gnu.org>
6332
6333         * message.el (message-smtpmail-send-it)
6334         (message-send-mail-with-mailclient): Doc fixes.
6335
6336 2010-02-16  Glenn Morris  <rgm@gnu.org>
6337
6338         * message.el (message-default-mail-headers): Change the default value
6339         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6340
6341 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6344         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6345
6346 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6347
6348         * time-date.el (date-to-time): Doc fix (Bug#5408).
6349
6350 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6351
6352         * message.el (message-mail): Just pass yank-action on to message-setup.
6353         (message-setup): Handle (FUN . ARGS) form of yank-action.
6354         (message-with-reply-buffer, message-widen-reply)
6355         (message-yank-original): Handle non-buffer values of
6356         message-reply-buffer (Bug#4080).
6357         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6358
6359 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6360
6361         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6362         Fix typo in docstring.
6363
6364 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6365
6366         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6367         response.
6368
6369 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6372
6373         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6374
6375         * message.el (message-check-news-header-syntax): Protect against a
6376         string that `rfc822-addresses' returns when parsing fails.
6377
6378 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6381         (gnus-previous-char-property-change): New functions.
6382
6383         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6384
6385 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6386
6387         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6388         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6389
6390 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6391
6392         * message.el (message-exchange-point-and-mark): Rework last change to
6393         avoid using optional arg of exchange-point-and-mark, for backward
6394         compatibility.
6395
6396 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6397
6398         * message.el (message-exchange-point-and-mark):
6399         Call exchange-point-and-mark with an argument rather than setting
6400         mark-active by hand (Bug#5175).
6401
6402 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * nntp.el (nntp-service-to-port): Work for service expressed with
6405         numeric string; replace [:digit:] with [0-9] for XEmacs.
6406
6407 2009-12-17  Glenn Morris  <rgm@gnu.org>
6408
6409         * gnus-group.el (gnus-bug-group-download-format-alist):
6410         Change emacs entry to debbugs.gnu.org.  Bump :version.
6411
6412 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6413
6414         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6415
6416 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * message.el (message-info): Explain why we use `Info-goto-node'.
6419
6420 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6423
6424 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6425
6426         * message.el (message-completion-in-region): New compatibility function.
6427         (message-expand-group): Use it.
6428
6429 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6432         with no unread article should be listed if the 2nd arg `predicate' is
6433         given.
6434
6435 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6438
6439 2009-11-29  Juri Linkov  <juri@jurta.org>
6440
6441         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6442         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6443         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6444
6445 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6446
6447         * sha1.el (sha1-string-external): default-directory "/" in case
6448         otherwise non-existent.  process-connection-type pipe for touch of
6449         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6450
6451 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6452
6453         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6454         it's comms related and sgml-mode.el has "comm" on that basis too.
6455
6456 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6459         containing tspecial characters if they have been already quoted.
6460
6461 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6462
6463         * dns-mode.el (auto-mode-alist): Purecopy string.
6464
6465 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6466
6467         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6468
6469 2009-10-24  Glenn Morris  <rgm@gnu.org>
6470
6471         * gnus-art.el (help-xref-stack-item): Define for compiler.
6472
6473 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6474
6475         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6476
6477 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6480
6481 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6484         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6485
6486 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6489         (gnus-overlays-in): New alias to overlays-in.
6490
6491         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6492         gnus-overlay-get, and gnus-delete-overlay.
6493         (gnus-summary-show-thread): Make it work as well for systems in which
6494         next-single-char-property-change is not available.
6495         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6496
6497         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6498         (gnus-overlay-get): New alias to extent-property.
6499         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6500
6501         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6502         SXEmacs.
6503
6504         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6505         SXEmacs.
6506
6507 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6510
6511 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6512
6513         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6514         and XEmacs that don't have `remove-overlays'.
6515
6516 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6517
6518         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6519         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6520         selective display.  Use overlays instead.
6521
6522 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6523
6524         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6525
6526 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6527
6528         * spam-stat.el (spam-stat-load): Fix typo in message.
6529
6530 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6531
6532         * dig.el (dig-invoke): Fix typo in docstring.
6533         (query-dig): Reflow docstring.
6534
6535 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6536
6537         * gnus-art.el (gnus-article-encrypt-body):
6538         * message.el (message-check-recipients):
6539         * mm-util.el (mm-codepage-setup):
6540         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6541         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6542
6543 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6544
6545         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6546         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6547         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6548         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6549         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6550
6551 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6552
6553         * dig.el: Add "Keywords: comm", as per net-utils.el.
6554
6555 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6556
6557         * dig.el (dig-mode): Use define-derived-mode.
6558
6559 2009-09-19  Glenn Morris  <rgm@gnu.org>
6560
6561         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6562
6563 2009-09-18  Glenn Morris  <rgm@gnu.org>
6564
6565         * gnus-diary.el (gnus-diary-check-message):
6566         * message.el (message-insert-formatted-citation-line):
6567         * nnbabyl.el (top-level):
6568         * nndiary.el (nndiary-schedule):
6569         Fix typos in condition-case handlers.
6570
6571 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6574         configuration that provides the sole article window in a frame;
6575         position point correctly after deleting a part.
6576
6577 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6578
6579         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6580         (spam-resolve-registrations-routine): Use it to unregister articles
6581         that change status.
6582
6583 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6586         with XEmacs.
6587         (parse-time-string-chars): Use it.
6588
6589 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6590
6591         * imap.el (imap-interactive-login): Better messages.
6592         (imap-open): Fix bug with renamed buffer on reconnect.
6593         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6594         for easier debugging and cleaner code.  On successful (guessed based on
6595         server capabilities) secondary authentication, set imap-state
6596         correctly.
6597         (imap-last-authenticator): Define imap-last-authenticator as a variable
6598         to avoid warnings.
6599
6600 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * nnrss.el (nnrss-request-article): Remove binding of
6603         default-enable-multibyte-characters that has gotten needless by
6604         the 2007-07-13 change in rfc2047-encode-message-header.
6605
6606         * mml.el (mml-insert-multipart): Error on the message header.
6607         (mml-insert-part): Error on the message header; position point at
6608         the end of a MIME tag.
6609
6610 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * time-date.el (autoload): Expand define-obsolete-function-alias into
6613         defalias and make-obsolete for old Emacsen that Gnus supports.
6614         (with-no-warnings): Define it for old Emacsen.
6615         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6616         is available.
6617         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6618         float-time is available; suppress compile warning for time-to-seconds.
6619
6620         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6621         (gnus-float-time): Alias to float-time if it exists.
6622
6623         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6624         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6625         float-time is available; suppress compile warning for time-to-seconds.
6626
6627         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6628         XEmacs.
6629
6630 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * imap.el (imap-message-map): Docstring fix.
6633
6634 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6637         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6638         Add the optional argument `encoding' that overrides the default.
6639
6640         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6641         mm-encode-buffer.
6642
6643 2009-09-04  Glenn Morris  <rgm@gnu.org>
6644
6645         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6646         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6647         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6648         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6649         * mm-util.el (mm-with-unibyte-current-buffer)
6650         (mm-find-buffer-file-coding-system):
6651         * yenc.el (yenc-decode-region): Use default-value rather than
6652         default-enable-multibyte-characters.
6653
6654 2009-09-03  Glenn Morris  <rgm@gnu.org>
6655
6656         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6657         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6658         than default-enable-multibyte-characters.
6659
6660 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6661
6662         * gnus-art.el (gnus-article-read-summary-keys):
6663         Fix gnus-buffer-configuration's value temporarily used.
6664
6665 2009-09-02  Glenn Morris  <rgm@gnu.org>
6666
6667         * gnus-util.el (gnus-float-time): New function.
6668         * gnus-delay.el (gnus-delay-article):
6669         * gnus-sum.el (gnus-thread-latest-date):
6670         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6671         * nnspool.el (nnspool-request-newgroups):
6672         Use gnus-float-time rather than time-to-seconds.
6673         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6674
6675         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6676         (gnus-header-subject-face, gnus-header-newsgroups-face)
6677         (gnus-header-name-face, gnus-header-content-face):
6678         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6679         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6680         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6681         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6682         (gnus-cite-face-11):
6683         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6684         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6685         (gnus-server-closed-face, gnus-server-denied-face)
6686         (gnus-server-offline-face):
6687         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6688         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6689         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6690         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6691         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6692         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6693         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6694         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6695         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6696         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6697         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6698         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6699         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6700         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6701         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6702         (gnus-summary-high-undownloaded-face)
6703         (gnus-summary-low-undownloaded-face)
6704         (gnus-summary-normal-undownloaded-face)
6705         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6706         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6707         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6708         (gnus-splash-face):
6709         * message.el (message-header-to-face, message-header-cc-face)
6710         (message-header-subject-face, message-header-newsgroups-face)
6711         (message-header-other-face, message-header-name-face)
6712         (message-header-xheader-face, message-separator-face)
6713         (message-cited-text-face, message-mml-face):
6714         * sieve-mode.el (sieve-control-commands-face)
6715         (sieve-action-commands-face, sieve-test-commands-face)
6716         (sieve-tagged-arguments-face):
6717         * spam.el (spam-face):
6718         Mark face aliases with "-face" in the name as obsolete.
6719
6720 2009-09-01  Glenn Morris  <rgm@gnu.org>
6721
6722         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6723         than goto-line.
6724
6725 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6728         Don't move point if the command is invoked inside the message header.
6729
6730 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6731
6732         * imap.el (imap-send-command): Simplify.
6733         (imap-wait-for-tag): point-max -> buffer-size.
6734
6735 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6736
6737         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6738         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6739         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6740         * nnir.el (nnir-swish-e-index-file):
6741         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6742         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6743         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6744         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6745         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6746         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6747
6748 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6751         Don't save excursion.
6752
6753 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6754
6755         * nnheader.el (nnheader-find-file-noselect):
6756         * mm-util.el (mm-insert-file-contents):
6757         Use (default-value 'major-mode) instead of default-major-mode.
6758
6759 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6760
6761         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6762
6763 2009-08-26  Glenn Morris  <rgm@gnu.org>
6764
6765         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6766         than placing in files.el.
6767
6768 2009-08-25  Glenn Morris  <rgm@gnu.org>
6769
6770         * nnir.el (top-level): Don't require cl at run-time.
6771         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6772         Replace cl-function substitute with gnus-replace-in-string.
6773         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6774         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6775         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6776         simplified expansions.
6777
6778 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6779
6780         * dig.el (dig): Add autoload cookie.
6781
6782 2009-08-22  Glenn Morris  <rgm@gnu.org>
6783
6784         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6785         goto-line.
6786
6787 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6788
6789         * parse-time.el (parse-time-string-chars): Save match data.
6790
6791 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6792
6793         * parse-time.el (parse-time-string-chars): Compute using character
6794         classes, to handle non-ascii characters (Bug#3190).
6795
6796 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6799
6800         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6801         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6802         (gnus-mm-display-part, gnus-mime-display-single)
6803         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6804         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6805
6806         * gnus-sum.el
6807         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6808         (gnus-summary-move-article): Add expirable mark to articles copied or
6809         moved to group that has auto-expire turned on if the option is non-nil.
6810
6811 2009-07-24  Glenn Morris  <rgm@gnu.org>
6812
6813         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6814         Fix typo.  (Bug#3903)
6815
6816 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6819         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6820         that should not be used for draft articles.
6821         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6822         that has no concern in minor mode keys.
6823         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6824         Abolish.
6825
6826 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6829         article without making inquiry to a user for unknown encoding.
6830
6831         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6832         (nnmaildir--scan): Assume i-node and device number that file-attributes
6833         returns might be cons-cell.
6834
6835         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6836
6837         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6838
6839 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * auth-source.el: Remove docs now in auth.texi.  Don't use
6842         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6843         `auth-source-hide-passwords' and use them.
6844
6845 2009-07-15  Glenn Morris  <rgm@gnu.org>
6846
6847         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6848
6849 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6852         excessive whitespace from the default values of title and description.
6853
6854 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6857         mail-fetch-field to fetch Content-Description header in order to
6858         exclude newlines.
6859
6860 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6861
6862         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6863         format used by GnuPG 2.0.11.
6864
6865 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6868         to deleted part.
6869
6870 2009-05-30  David Engster  <dengste@eml.cc>
6871
6872         * nnmairix.el: Remove old documentation in the commentary block.
6873         (nnmairix-request-group): Do not update active file for nnml back ends.
6874         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6875         end so that overview files are ignored.
6876         (nnmairix-update-groups): Make updating the groups more robust by using
6877         marks.
6878         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6879         with dollar characters in message-id.
6880
6881 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6884         2008-12-25 in dns.el.
6885
6886 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6887
6888         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6889         could happen if the text is only composed of spaces and/or tabs.
6890
6891 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6892
6893         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6894         when sending a queued message to avoid extra mml tags.
6895
6896 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6899
6900 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6903         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6904         rmail-toggle-header for XEmacs;
6905         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6906
6907 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-dired.el: Remove autoload for gnus-setup-message.
6910         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6911         displaying Gnus logo; always use compose-mail.
6912
6913 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6916
6917 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6920         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6921         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6922         available.
6923         (gnus-nocem-epg-verify): New function.
6924
6925 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6928
6929 2009-02-15  Glenn Morris  <rgm@gnu.org>
6930
6931         * gnus-util.el (rmail-insert-rmail-file-header)
6932         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6933         autoloads.
6934         (rmail-default-rmail-file): Remove unnecessary declaration.
6935         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6936
6937 2009-02-14  Glenn Morris  <rgm@gnu.org>
6938
6939         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6940         variable (only used in gnus-util, which declares it anyway).
6941         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6942         which was only needed by gnus-art (changed to not use it any more).
6943         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6944         only used in gnus-util, which autoloads it itself.
6945         (rmail-update-summary): Fix autoload.
6946
6947         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6948         rather than rmail-output-to-rmail-file.
6949
6950 2009-02-07  Glenn Morris  <rgm@gnu.org>
6951
6952         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6953         autoload of function that no longer exists.
6954         (rmail-toggle-header): Declare.
6955         (message-forward-rmail-make-body): Handle mbox Rmail.
6956
6957 2009-01-31  Glenn Morris  <rgm@gnu.org>
6958
6959         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6960         2009-01-09 change.
6961
6962 2009-01-31  Dave Love  <fx@gnu.org>
6963
6964         * imap.el (imap-fetch-safe): Bind debug-on-error.
6965         (imap-debug): Add imap-fetch-safe.
6966
6967 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6968
6969         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6970         (auth-source-forget-all-cached): New convenience function.
6971         (auth-source-user-or-password): Accept list of modes or a single mode.
6972
6973         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6974         auth-source modes.
6975
6976         * netrc.el (netrc-machine-user-or-password): Use list of
6977         auth-source modes.
6978
6979         * nnimap.el (nnimap-open-connection): Use list of
6980         auth-source modes.
6981
6982         * nntp.el (nntp-send-authinfo): Use list of
6983         auth-source modes.
6984
6985 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6986
6987         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6988         now.
6989
6990 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6993         coding system in XEmacs; add a workaround for XEmacs.
6994
6995         * lpath.el: Fbind coding-system-aliasee.
6996
6997 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7000         of current-language-environment.
7001
7002 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7005         available at runtime.
7006
7007 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7010
7011 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7012
7013         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7014         the greatest positive fixnum value doesn't work under an XEmacs with
7015         bignum support; use the most-positive-fixnum constant instead,
7016         available since Emacs 21.1 with cl and XEmacs 21.1.
7017
7018 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7021         XEmacs gets not to work.
7022
7023 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * mm-util.el (mm-coding-system-priorities): Allow the value like
7026         "Japanese (UTF-8)" of current-language-environment.
7027
7028 2009-01-09  Glenn Morris  <rgm@gnu.org>
7029
7030         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7031         with last-command-event.
7032
7033 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7036         in the doc string.
7037
7038         * message.el (message-fix-before-sending): Amend comment.
7039
7040 2009-01-08  Dave Love  <fx@gnu.org>
7041
7042         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7043
7044 2009-01-07  David Engster  <dengste@eml.cc>
7045
7046         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7047         simplified server definitions by converting it via
7048         gnus-server-to-method.
7049
7050 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7053         parameter's operands.
7054
7055 2009-01-06  David Engster  <dengste@eml.cc>
7056
7057         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7058         primary select method (for gnus-group-mark-article-as-read).
7059
7060 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7061
7062         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7063         `(gnus)Face', not `(gnus)X-Face'.
7064
7065 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * mm-util.el (mm-ucs-to-char): New function.
7068
7069         * mm-url.el (mm-url-decode-entities): Use it.
7070
7071         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7072         unicode-to-char.
7073
7074 2009-01-05  Dave Love  <fx@gnu.org>
7075
7076         * time-date.el: Require cl for `declare'.
7077
7078 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7081         Dave Love.
7082
7083 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * message.el (message-fix-before-sending): Add `eight-bit' to
7086         illegible-text check.
7087
7088 2009-01-03  Michael Olson  <mwolson@gnu.org>
7089
7090         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7091         `headers' is nil.  This can occur if the IMAP server does not have
7092         permissions to read messages from a folder, but can write new messages
7093         to the folder.
7094         (nnimap-request-article-part): Do not insert `data' if it is nil.
7095
7096         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7097         characters which will confuse `read', so skip past them.
7098
7099 2009-01-01  Dave Love  <fx@gnu.org>
7100
7101         * imap.el (imap-string-to-integer): Fix typo.
7102         (imap-fetch-safe): New function.
7103         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7104
7105         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7106
7107         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7108         (imap-parse-greeting): Fix doc strings.
7109         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7110         (imap-parse-flag-list): Make messages unique.
7111         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7112
7113         * nnimap.el: Fix author email.
7114         (nnimap-split-rule): Add FIXME comment.
7115         (nnimap-debug): Fix doc string.
7116
7117 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7120
7121 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7122
7123         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7124         nslookup if resolv.conf isn't available.
7125         (dns-query): Rename from query-dns.
7126         (dns-query-cached): Rename from query-dns-cached.
7127
7128 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7131         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7132         to check if those variables exist (first appeared in Emacs 18.50).
7133
7134 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * mm-util.el (mm-line-number-at-pos): New function.
7137
7138         * spam-report.el (spam-report-process-queue): Use it.
7139
7140 2008-12-24  David Engster  <dengste@eml.cc>
7141
7142         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7143         parameters that haven't existed as variables as buffer-local variables.
7144
7145 2008-12-23  Dave Love  <fx@gnu.org>
7146
7147         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7148         cadar.
7149
7150         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7151         imap-starttls-p.
7152         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7153
7154 2008-12-22  Dave Love  <fx@gnu.org>
7155
7156         * imap.el: Fix author email.  Doc fixes.
7157         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7158         reply.
7159
7160 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * spam-report.el (spam-report-gmane-max-requests): New constant.
7163         (spam-report-gmane-wait): New variable.
7164         (spam-report-gmane-ham, spam-report-gmane-spam)
7165         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7166         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7167         the server.
7168
7169         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7170         Add explanations.
7171
7172         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7173         nnheader-accept-process-output and nnheader-read-timeout if available.
7174         (pop3-movemail): Use it.
7175
7176         * message.el (message-check-news-body-syntax): Fix signature check if
7177         there's an attachment.
7178
7179 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * mm-util.el: Add comments to the mm- emulating functions.
7182
7183 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7186         Reported by Stephen Berman <stephen.berman@gmx.net>.
7187
7188 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * mm-util.el (mm-substring-no-properties): New function.
7191         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7192         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7193         (mm-string-to-multibyte): Doc fix.
7194
7195         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7196
7197 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * mml.el (mml-attach-file): Strip text properties from file name.
7200         (Bug#1574)
7201
7202 2008-12-16  Glenn Morris  <rgm@gnu.org>
7203
7204         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7205
7206 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7209         knows since the charset specified might be a bogus alias that
7210         mm-charset-synonym-alist provides.
7211
7212 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7215         "ISO_8859-1".
7216
7217         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7218
7219 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * mm-util.el (mm-charset-eval-alist):
7222         Define it before mm-charset-to-coding-system.
7223         (mm-charset-to-coding-system): Add optional argument `silent';
7224         define it before mm-charset-override-alist.
7225         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7226         default value if it can be used in Emacs currently running;
7227         silence mm-charset-to-coding-system.
7228
7229 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7232         `allow-override' which says whether to use `mm-charset-override-alist'.
7233         (rfc2047-decode-encoded-words): Use it.
7234
7235         * mm-util.el (mm-charset-override-alist): Fix custom type;
7236         add `(gb2312 . gbk)' to choices.
7237
7238 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7241         fast.
7242
7243         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7244
7245         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7246
7247 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7248
7249         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7250         on links.
7251
7252         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7253
7254 2008-12-03  Lute Kamstra  <lute@gnu.org>
7255
7256         * sha1.el: Remove leading * from docstrings of defcustoms,
7257         deffaces, defconsts and defuns.
7258
7259 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7262         users' addresses that don't have domain parts.
7263         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7264         rather than message-narrow-to-head since there will be the message
7265         header separator.
7266
7267 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7268
7269         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7270         since the result is inserted in a unibyte buffer anyway.
7271         (nnimap-demule-use-string-to-multibyte): Remove.
7272         (nnimap-demule): Alias it to mm-string-to-multibyte.
7273
7274 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7277         variable for debugging bug#464 and bug#1174.
7278         (nnimap-demule): Use it.
7279
7280 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7283         score calculation correctly.
7284
7285 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7286
7287         * message.el (message-send-mail): Just set the buffer to unibyte
7288         rather than use mm-with-unibyte-current-buffer which does a lot more.
7289         (message-send-mail-partially): Don't bother with
7290         mm-with-unibyte-current-buffer since it's already been made unibyte by
7291         message-send-mail.
7292
7293 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7294
7295         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7296
7297 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7300
7301 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7304         require itself and to remove `with-no-warnings'.
7305
7306 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7307
7308         * starttls.el (starttls-any-program-available): Get the name of the
7309         available TLS layer program.
7310         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7311         well as the host name in the "opening" message.
7312
7313         * auth-source.el (auth-source-cache, auth-source-do-cache)
7314         (auth-source-user-or-password): Cache passwords and logins by default,
7315         allow override with `auth-source-do-cache'.
7316         (auth-source-forget-user-or-password): Allow users to remove cache
7317         entries if needed.
7318
7319 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7320
7321         * md4.el (md4-buffer): Fix typo in docstring.
7322         (md4, md4-64): Doc fixes.
7323         (md4-pack-int32): Reflow docstring.
7324
7325 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7326
7327         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7328         condition-case to only the forward-sexp call.
7329
7330 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7331
7332         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7333         quotes contained.  Make it more robust regardless by an extra
7334         condition-case wrapper.
7335
7336 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7339
7340 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * nnml.el (nnml-request-expire-articles): Check if the function set to
7343         `nnmail-expiry-target' returns the symbol `delete'.
7344
7345         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7346
7347         * nnmail.el (nnmail-expiry-target): Fix custom type.
7348
7349 2008-10-02  Glenn Morris  <rgm@gnu.org>
7350
7351         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7352         Silence compiler warning.
7353
7354 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7355
7356         * tls.el (open-tls-stream): Show the actual command being
7357         executed, instead of the format string.
7358
7359 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * lpath.el: Fbind codepage-setup for Emacs 23.
7362
7363 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7364
7365         * mml.el (mml-menu): Don't assume mml2015 is bound.
7366
7367 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7370         exists.
7371
7372 2008-09-27  Glenn Morris  <rgm@gnu.org>
7373
7374         * gnus-util.el (mail-header-remove-comments): Autoload it.
7375
7376 2008-09-27  Andreas Schwab  <schwab@suse.de>
7377
7378         * gnus-util.el (gnus-split-references): Strip comments.
7379         (gnus-parent-id): Likewise.
7380
7381 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7382
7383         * message.el (message-confirm-send): Fix version.
7384
7385 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * message.el (message-idna-to-ascii-rhs-1): Use
7388         mail-extract-address-components rather than mail-header-parse-addresses
7389         that is an alias by default to ietf-drums-parse-addresses that does not
7390         support non-ASCII names in headers' contents.
7391
7392 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7393
7394         * message.el (message-confirm-send): Fix variable documentation to
7395         avoid the "y/n" wording.
7396
7397 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7398
7399         * message.el (message-set-auto-save-file-name): Save to a different
7400         filename so multiple messages (especially drafts) can be recovered.
7401
7402 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7403
7404         * message.el (message-confirm-send): Add appropriate version.
7405
7406 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7407
7408         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7409         defvar.
7410
7411 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7412
7413         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7414         (mm-pkcs7-enveloped-magic): Ditto.
7415
7416 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7417
7418         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7419         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7420
7421 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7422
7423         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7424         default, it's better.
7425
7426 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7427
7428         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7429         summary line gnus-number property and ignore them (with a warning
7430         message).
7431
7432 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7435         macro caddr in the interactive form since it won't be expanded.
7436
7437 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7440         `charset'; fix name of function called recursively.
7441         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7442
7443 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7446         (gnus-mime-set-charset-parameters): New function.
7447         (gnus-mime-view-part-as-charset): Use it to correctly display part
7448         specifying wrong charset.
7449
7450 2008-09-08  David Engster  <dengste@eml.cc>
7451
7452         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7453         in completing-read for back end server.
7454
7455 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         * message.el (message-confirm-send): New variable to confirm sending a
7458         message.
7459         (message-send): Use it.
7460
7461 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7462
7463         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7464
7465 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7468
7469 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7470
7471         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7472         prevent tracking too many groups.
7473         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7474         Use it.
7475
7476 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7477
7478         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7479         moving point to the bottom of the window in order to avoid recentering.
7480
7481 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7484
7485         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7486         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7487         (gnus-article-beginning-of-window): Fix calculation.
7488
7489 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-msg.el (gnus-summary-supersede-article)
7492         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7493         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7494         message header.
7495
7496 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7497
7498         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7499         pending output coming after the status change.
7500
7501 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7502
7503         * message.el:
7504         * gnus-start.el:
7505         * gnus-registry.el: Remove VMS support.
7506
7507 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7510         macro.
7511         (rfc2104-hash): Use it.
7512
7513 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7516         (gnus-summary-sort-by-most-recent-date): New commands.
7517         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7518         and menu entries.
7519
7520 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7523         don't redisplay article for raw contents; remove plural articles stuff.
7524
7525         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7526         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7527         on gnus-summary-save-article; display results properly.
7528
7529 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * lpath.el: No need to fbind ns-focus-frame.
7532
7533 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7536
7537 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-art.el (gnus-summary-save-in-pipe):
7540         Consider gnus-save-all-headers.
7541
7542 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7543
7544         * gnus-util.el (ns-focus-frame): Remove declaration.
7545         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7546         like x.
7547
7548 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7549
7550         * rfc2104.el (rfc2104-zero): Delete defconst.
7551         (rfc2104-hex-alist): Likewise.
7552         (rfc2104-hex-to-int): Delete func.
7553         (rfc2104-hexstring-to-bitstring): Likewise.
7554         (rfc2104-nybbles): New defconst.
7555         (rfc2104-hash): Rewrite for speed.
7556
7557 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * tls.el (open-tls-stream): Make it work with the 2nd argument
7560         BUFFER that is a string but does not exist as a buffer object, as
7561         mentioned in the doc-string.
7562
7563 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7566         SXEmacs.
7567
7568 2008-07-16  Glenn Morris  <rgm@gnu.org>
7569
7570         * gnus-util.el (ns-focus-frame): Declare for compiler.
7571
7572 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7575         set as a group parameter.
7576         (gnus-summary-save-in-pipe): Work when it is called independently.
7577         (gnus-summary-pipe-to-muttprint): Don't modify
7578         gnus-summary-pipe-output-default-command.
7579
7580 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7581
7582         * message.el (message-send-mail-with-sendmail):
7583         Display the error message.
7584
7585 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-art.el (gnus-default-article-saver):
7588         Add gnus-summary-save-in-pipe to choices.
7589         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7590         gnus-summary-pipe-output-default-command as the default command.
7591         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7592         instead of gnus-last-shell-command.
7593
7594         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7595         New user option.
7596         (gnus-summary-muttprint-program): Mention the value will be changed.
7597         (gnus-summary-save-article): Force showing of all headers.
7598         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7599
7600 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7601
7602         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7603
7604 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7605
7606         * nnimap.el (nnimap-id):
7607         * sieve-manage.el (sieve-manage-open): Doc fixes.
7608
7609 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7610
7611         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7612         if available.
7613
7614 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7615
7616         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7617
7618         * nnkiboze.el (nnkiboze-generate-group):
7619         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7620
7621         * nnmairix.el: Require CL.
7622
7623 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * dgnushack.el: Autoload get-display-table and put-display-table for
7626         XEmacs 21.5.
7627
7628         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7629         21.4 and SXEmacs.
7630
7631 2008-06-15  David Engster  <dengste@eml.cc>
7632
7633         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7634
7635 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7636
7637         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7638         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7639         runtime choice under XEmacs.
7640
7641         * gnus-sum.el (gnus-summary-set-display-table):
7642         Use `gnus-put-display-table', `gnus-get-display-table',
7643         `gnus-set-display-table' for the display table, instead of `aset'.
7644
7645         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7646         Use `gnus-put-display-table', `gnus-get-display-table',
7647         `gnus-set-display-table' for the display table.
7648
7649 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * nnmairix.el: Add autoloads.
7652
7653 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * nnmairix.el (nnmairix-delete-recreate-group)
7656         (nnmairix-update-and-clear-marks): Fix error messages.
7657
7658 2008-06-14  David Engster  <dengste@eml.cc>
7659
7660         * nnmairix.el: Upgrade to version 0.6.
7661         (nnmairix-group-toggle-propmarks-this-group)
7662         (nnmairix-group-toggle-readmarks-this-group)
7663         (nnmairix-group-delete-recreate-this-group)
7664         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7665         (nnmairix-remove-tick-mark-original-article): New commands.
7666         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7667         (nnmairix-propagate-marks-to-nnmairix-groups)
7668         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7669         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7670         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7671         functions needed for marks propagation and manipulation of read marks.
7672         (nnmairix-update-groups): New function.
7673         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7674         (nnmairix-determine-original-group-from-registry)
7675         (nnmairix-determine-original-group-from-path)
7676         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7677         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7678         New helper functions.
7679         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7680         keystrokes for new commands.
7681         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7682         (nnmairix-request-group): Check allow-fast group parameter.
7683         (nnmairix-request-create-group): Set allow-fast group parameter if
7684         nnmairix-allowfast-default is set.
7685         (nnmairix-close-group): Propagate marks upon closing if needed.
7686         (nnmairix-group-toggle-threads-this-group): Use new.
7687         nnmairix-group-toggle-parameter helper function.
7688         (nnmairix-search): Better check for empty search result.
7689         (nnmairix-goto-original-article): Use new helper functions for
7690         determining original article.
7691         (nnmairix-show-original-article): Make sure message-id is in brackets.
7692         (nnmairix-call-mairix-binary): Change variable name.
7693         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7694         helper function.
7695         (nnmairix-widget-toggle-activate): Fix doc string.
7696
7697 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * nnir.el: Require edmacro when compiling with XEmacs.
7700         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7701         available in Emacs 21.
7702
7703 2008-06-11  Glenn Morris  <rgm@gnu.org>
7704
7705         * gnus-util.el (x-focus-frame):
7706         * gnus.el (image-size):
7707         * mm-decode.el (image-size): Declare.
7708
7709         * gnus-picon.el (declare-function): Add compat definition.
7710         (image-size): Declare.
7711
7712         * gnus-group.el (tool-bar-map):
7713         * gnus-sum.el (tool-bar-map): Define for compiler.
7714
7715         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7716
7717         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7718
7719         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7720         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7721         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7722         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7723         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7724         * sieve-manage.el, spam-report.el, spam.el:
7725         Remove unnecessary eval-and-compile of autoloads.
7726
7727 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7728
7729         * auth-source.el: Precise Tramp doc.
7730
7731 2008-06-07  Glenn Morris  <rgm@gnu.org>
7732
7733         * nnmairix.el: Remove unnecessary eval-when-compile.
7734
7735 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * lpath.el: Fbind propertize for XEmacs 21.4.
7738
7739 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * nnir.el: Move here from ../contrib.
7742
7743 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7744
7745         * gnus-util.el (gnus-read-shell-command): New function.
7746         * mm-decode.el (mm-pipe-part):
7747         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7748
7749 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7752
7753 2008-06-03  Glenn Morris  <rgm@gnu.org>
7754
7755         * pop3.el (nnheader-accept-process-output): Autoload it.
7756
7757 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7760         are not 2-digit hexadecimal characters that follow `%'s.
7761
7762 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * message.el (message-bogus-recipient-p): Fix type in doc string.
7765         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7766         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7767         Improve custom options.
7768         (message-bogus-recipient-p): Adjust accordingly.
7769
7770 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7771
7772         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7773         long-form month and day names.
7774
7775 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * dgnushack.el: Autoload debug, eudc-expand-inline and
7778         pgg-snarf-keys-region for XEmacs.
7779
7780         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7781
7782         * nnmairix.el: Require edmacro when compiling with XEmacs.
7783
7784 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7787         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7788
7789 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7790
7791         * auth-source.el: Add more docs.
7792
7793         * netrc.el (netrc-machine): Always match if the port is not given.
7794
7795 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7798         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7799         retrieval faster in some cases, but might make CPU usage larger.
7800         If this has any bad side effects, we might revert this change.
7801
7802         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7803         seems to make mail retrieval much, much faster.
7804         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7805         unconditionally.
7806
7807         * gnus-draft.el (gnus-group-send-queue):
7808         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7809
7810 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7813
7814         * message.el (message-bogus-address-regexp): Fix and improve custom
7815         type.
7816         (message-setup-hook): Add message-check-recipients as custom option.
7817
7818 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * message.el (message-cite-function): Remove bogus autoload which crept
7821         in during merge from v5-10.
7822
7823 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7824
7825         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7826
7827         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7828
7829         * auth-source.el: Preliminary Tramp docs.
7830         (auth-sources): Change the default auth-sources to use
7831         EPA .gpg files.
7832
7833 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7834
7835         * nntp.el: Autoload `auth-source-user-or-password'.
7836         (nntp-send-authinfo): Use it.
7837
7838         * nnimap.el: Autoload `auth-source-user-or-password'.
7839         (nnimap-open-connection): Use it.
7840
7841         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7842         for the gnus-message function.
7843         (auth-source-user-or-password): Use it.
7844
7845 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7846
7847         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7848         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7849         (rfc2104-hash): Use it.
7850
7851 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7852
7853         * gnus-art.el (gnus-article-toggle-truncate-lines):
7854         Don't use `iff' in docstring.
7855
7856 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7859
7860         * gnus-util.el (gnus-extract-address-component-name)
7861         (gnus-extract-address-component-email): Convenience functions around
7862         `gnus-extract-address-components'.
7863
7864         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7865         Use `gnus-extract-address-component-email' to fix bug of comparing full
7866         sender name to `user-mail-address'.
7867
7868 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7869
7870         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7871         catch/throw to optimize.
7872         (gnus-registry-find-keywords): Just use member to find a keyword.
7873
7874 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7875
7876         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7877         is current before calling gnus-server-prepare.
7878         (gnus-server-setup-buffer, gnus-server-update-server)
7879         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7880
7881 2008-05-04  Juri Linkov  <juri@jurta.org>
7882
7883         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7884         (mailcap-file-default-commands): Use mailcap-replace-in-string
7885         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7886         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7887
7888 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7889
7890         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7891
7892 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7893
7894         * gnus.el: Bump version to 0.11.
7895
7896 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7897
7898         * gnus.el: No Gnus v0.10 is released.
7899
7900 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7901
7902         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7903         hooks.
7904         (gnus-update-read-articles): Speed up non-marks-using users.
7905         (gnus-use-marks): Define gnus-use-marks.
7906         (gnus-propagate-marks): Rename variable to something more sensible.
7907
7908 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7909
7910         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7911         (gmm-image-load-path-for-library): Fix typos in docstrings.
7912         (gmm-message): Reflow docstring.
7913
7914 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7915
7916         * mail-source.el (mail-source-set-1, mail-source-bind):
7917         Move auth-source code out of the macro to clean it up and fix bugs.
7918
7919 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7920
7921         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7922         by sender if it's equal to user-mail-address, it's likely to be
7923         useless.
7924
7925         * mail-source.el (mail-source-bind): Don't use user or password if they
7926         are not bound.  Unintern them if they are nil.  Don't use server unless
7927         it's bound, and default it to empty string otherwise.
7928
7929 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * mail-source.el: Load auth-source.el.
7932         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7933         get user name or password, if auth-sources is set up.
7934
7935         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7936         strategy of splitting with parent.
7937         (gnus-registry-split-fancy-with-parent)
7938         (gnus-registry-post-process-groups): Use it and fix prior
7939         bug (returning a list as the split result).
7940
7941         * auth-source.el (auth-sources): Remove server parameter.
7942         (auth-source-pick, auth-source-user-or-password)
7943         (auth-source-user-or-password-imap)
7944         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7945         (auth-source-user-or-password-sftp)
7946         (auth-source-user-or-password-smtp): Remove server parameter.
7947
7948 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7949
7950         * smime.el (smime-sign-region, smime-encrypt-region)
7951         (smime-decrypt-region):
7952         Remove redundant calls to `generate-new-buffer-name'.
7953
7954 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7955
7956         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7957         Don't use QP for message/rfc822.
7958         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7959
7960 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7961
7962         * sieve-manage.el (sieve-string-bytes): Remove.
7963         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7964         correct byte-length only if the process's coding-system is the same as
7965         the one used internally by Emacs to represent strings.
7966
7967 2008-04-22  Juri Linkov  <juri@jurta.org>
7968
7969         * mailcap.el (mailcap-file-default-commands): New function.
7970
7971 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * message.el (message-signature-separator, message-cite-function):
7974         Change custom version.
7975
7976 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7977
7978         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7979         commands.
7980         (tls-checktrust): Ditto.
7981
7982 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * mm-decode.el (mm-display-external): Make temp file read-only.
7985
7986 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7989         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7990         `C-c C-f d'.
7991
7992 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7993
7994         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7995
7996 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus.el: Bump version to 0.9.
7999
8000 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * gnus.el: No Gnus v0.8 is released.
8003
8004 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8005
8006         * mail-source.el (mail-source-value):
8007         Prefer fboundp to functionp so it works with macros as well.
8008
8009 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8010
8011         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8012         Fix last change in case the element is not even a symbol.
8013
8014 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8015
8016         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8017         Prefer fboundp to functionp so it works with macros as well.
8018
8019 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8020
8021         * auth-source.el: Add docs.
8022         (auth-sources): Modify format to support server.
8023         (auth-source-pick, auth-source-user-or-password)
8024         (auth-source-user-or-password-imap)
8025         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8026         (auth-source-user-or-password-sftp)
8027         (auth-source-user-or-password-smtp): Add server parameter.
8028
8029 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8030
8031         * gnus-registry.el: Initialize the registry when gnus-registry-install
8032         is t.
8033
8034 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * compface.el (uncompface): Make buffer unibyte.
8037
8038 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8039
8040         * mail-source.el (mail-source-value):
8041         Prefer fboundp to functionp so it works with macros as well.
8042
8043 2008-04-05  Glenn Morris  <rgm@gnu.org>
8044
8045         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8046
8047 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8048
8049         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8050         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8051
8052         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8053         multibyteness after rather than before erasing it.
8054
8055         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8056         mm-with-multibyte.
8057         (gnus-request-article-this-buffer): Make sure the proper decoding is
8058         used if gnus-original-article-buffer happens to be unibyte.
8059
8060         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8061         default-enable-multibyte-characters.
8062
8063         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8064         default-enable-multibyte-characters.
8065
8066         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8067
8068         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8069
8070 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8071
8072         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8073         Fix last change in case the element is not even a symbol.
8074
8075 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8076
8077         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8078         (imap-message-copyuid-1): Use it.
8079         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8080         J. Williams in
8081         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8082
8083         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8084         imap-enable-exchange-bug-workaround.
8085         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8086
8087 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8088
8089         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8090         a 100 byte status-checks into a 2-3MB transfer for each group.
8091         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8092         to enable bug workaround or not.
8093         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8094
8095 2008-03-31  Glenn Morris  <rgm@gnu.org>
8096
8097         * message.el (mml2015-use): Declare for compiler.
8098         (message-info): Require mml2015 when appropriate.
8099
8100 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8103         whitespace.
8104
8105 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8106
8107         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8108         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8109         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8110         (nntp-service-to-port): New function.
8111         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8112         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8113         (nntp-open-netcat-stream): New function.
8114         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8115
8116 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8117
8118         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8119
8120 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8121
8122         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8123
8124 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8125
8126         * dns.el (dns-write): Use set-buffer-multibyte.
8127
8128 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8129
8130         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8131
8132 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * message.el (message-signature-separator): Change default.
8135         Improve custom type.
8136         (message-cite-function): Change default to
8137         message-cite-original-without-signature.
8138
8139         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8140         toggle.
8141
8142         * message.el (message-check-news-body-syntax): Fix signature check.
8143         (message-setup-1): Mark buffer as unmodified _after_ running
8144         message-setup-hook and handling message-alternative-emails.
8145         (message-shorten-references): Be more strict when building list of
8146         valid references to comply with GNKSA.
8147
8148         * gnus-group.el (gnus-read-ephemeral-bug-group)
8149         (gnus-read-ephemeral-debian-bug-group)
8150         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8151
8152         * message.el (message-info): Don't use booleanp which isn't supported
8153         in Emacs 21 and XEmacs.
8154
8155 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8156
8157         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8158         gnus-group-gmane-group-download-format.
8159         (gnus-group-read-ephemeral-gmane-group): Rename from
8160         gnus-group-read-ephemeral-gmane-group.
8161         (gnus-read-ephemeral-gmane-group-url): Rename from
8162         gnus-group-read-ephemeral-gmane-group-url.
8163         (gnus-bug-group-download-format-alist): New variable.
8164         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8165         (gnus-read-ephemeral-emacs-bug-group): New commands.
8166
8167 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8170         (gnus-visible-headers): Improve custom type.
8171
8172 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * mml.el (mml-menu): Add workarounds for XEmacs.
8175
8176         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8177         X-Boundary header.
8178
8179         * message.el (message-simplify-recipients): Fix previous commit.
8180
8181 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8182
8183         * mm-util.el (mm-set-buffer-multibyte): New function.
8184         * mm-decode.el (mm-copy-to-buffer): Use it.
8185
8186         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8187         Prefer fboundp to functionp so it works with macros as well.
8188
8189 2008-03-19  Glenn Morris  <rgm@gnu.org>
8190
8191         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8192         Accidentally removed in the sync process with Emacs.
8193
8194 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * message.el (message-alter-recipients-discard-bogus-full-name):
8197         New function.
8198         (message-alter-recipients-function): New variable.
8199         (message-get-reply-headers): Use it.
8200         (message-replace-header): New helper function.
8201         (message-recipients-without-full-name): New variable.
8202         (message-simplify-recipients): New command.
8203
8204         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8205
8206         * message.el (message-info): Handle EasyPG manual.
8207
8208         * mml.el (mml-menu): Add entry for EasyPG.
8209
8210 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8211
8212         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8213         parameter.
8214
8215         * message.el (message-disassociate-draft): Specify drafts group name
8216         fully.
8217
8218 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8219
8220         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8221         Eliminate unnecessary duplicates from the match list.
8222
8223 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8226
8227         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8228
8229         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8230         args of `how-many' of which the XEmacs version doesn't take; declare
8231         Info-index-next as function.
8232
8233 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * gnus-score.el (gnus-score-headers): Fix handling of
8236         gnus-inhibit-slow-scoring.
8237
8238         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8239         string.
8240         (gnus-button-url-regexp): Improve handling of parenthesis.
8241         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8242         (gnus-button-handle-info-keystrokes): Handle index entries.
8243
8244 2008-03-15  Glenn Morris  <rgm@gnu.org>
8245
8246         * parse-time.el (parse-time-string): Simplify.
8247
8248 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8251         Incoming* files.
8252
8253 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8254
8255         * auth-source.el (auth-sources): Rename from auth-source-choices.
8256         (auth-source-pick): Use it.
8257
8258 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8259
8260         * binhex.el (binhex-decode-region-internal):
8261         * uudecode.el (uudecode-decode-region-internal):
8262         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8263         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8264         setting default-enable-multibyte-characters.
8265
8266 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * auth-source.el (auth-source-protocols)
8269         (auth-source-protocols-customize, auth-source-choices): Add and
8270         modified variable customizations and defaults.
8271         (auth-source-pick, auth-source-user-or-password)
8272         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8273         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8274         (auth-source-user-or-password-sftp)
8275         (auth-source-user-or-password-smtp): Use new variables and provide an
8276         interface to netrc.el.
8277
8278 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8281         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8282         Make sure the nntp port to specify is a string.
8283
8284 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8285
8286         * nntp.el: Use with-current-buffer.
8287         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8288         dubious mm-with-unibyte-current-buffer.
8289         (nntp-with-open-group-function): New function extracted from
8290         nntp-with-open-group macro.
8291         (nntp-with-open-group): Use the function, so it's easier to debug.
8292         Add indentation and debugging info.
8293         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8294         Recommend the use of the netcat alternatives.
8295
8296         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8297         Avoid mm-string-as-multibyte as well.
8298
8299         * nnweb.el (nnweb-insert-html):
8300         Remove use of nnheader-string-as-multibyte.
8301
8302         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8303         (nnheader-string-as-multibyte): Remove.
8304
8305         * mm-view.el: Use inhibit-read-only.
8306         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8307         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8308         or unibyte-string.
8309
8310         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8311         (mm-uu-yenc-extract): Use with-current-buffer.
8312
8313         * gnus-soup.el (gnus-soup-send-packet): Don't use
8314         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8315
8316         * nnmh.el: Use with-current-buffer.
8317         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8318         mm-string-as-multibyte on the output of mm-encode-coding-string.
8319
8320         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8321         (nnimap-request-move-article): Use with-current-buffer.
8322
8323         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8324         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8325         conversion uses string-make-unibyte rather than string-as-unibyte.
8326
8327         * gnus-msg.el: Use with-current-buffer.
8328
8329         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8330
8331 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8332
8333         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8334         string for caching if it is 'PIN.
8335
8336 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * lpath.el: Consider the case without Emacs/W3.
8339
8340 2008-03-08  Glenn Morris  <rgm@gnu.org>
8341
8342         * time-date.el (date-to-time, time-subtract, time-add)
8343         (safe-date-to-time): Doc fixes.
8344
8345 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * mail-source.el (mail-source-delete-old-incoming-confirm):
8348         Change default to nil.
8349         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8350
8351 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * lpath.el: Rearrange.
8354
8355         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8356         (gnus-article-goto-prev-page): Work for articles having ^L's.
8357
8358         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8359
8360         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8361
8362 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8363
8364         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8365         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8366         (gnus-bookmark-jump): Adjust some variable names.
8367
8368 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8369
8370         * auth-source.el: New package.
8371         (auth-source-choices): Add customization entry point variable.
8372
8373         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8374         bug.
8375
8376 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8377
8378         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8379         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8380         (gnus-registry-install-shortcuts): Rename from
8381         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8382         the `gnus-registry-mark-map' keymap dynamically from
8383         `gnus-registry-marks'.  The generated functions update the summary line
8384         when a registry mark is added or deleted, and will call
8385         `gnus-registry-install-p' (see the comments in the code).
8386         (gnus-registry-user-format-function-M): Use concat intelligently.
8387
8388         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8389         the registry mark functions.
8390
8391 2008-03-05  Glenn Morris  <rgm@gnu.org>
8392
8393         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8394         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8395         gnus-art.
8396         (top-level): No need to load own source when compiling.
8397
8398 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8401         Suggested by <chris.anderton@zetnet.co.uk>.
8402
8403 2008-03-04  Glenn Morris  <rgm@gnu.org>
8404
8405         * gnus-sum.el (top-level): No need to require gnus when compiling,
8406         since unconditionally required near start of file.
8407         (gnus-summary-display-while-building): Move definition before use.
8408
8409 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8410
8411         * gnus-registry.el (gnus-registry-user-format-function-M):
8412         Add formatting function.
8413
8414 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8415
8416         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8417         with plists.
8418         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8419         Use new format.
8420
8421 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8424         `where-is-internal' that returns a range of key sequences.
8425
8426 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8427
8428         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8429
8430         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8431         (gnus-summary-jump-to-group): Consider windows on other displayed
8432         frames as well.  Similar changes might be needed elsewhere, but that's
8433         the one I've bumped into during my use.
8434
8435         * nndoc.el (nndoc-oe-dbx-type-p):
8436         * gnus-msg.el (gnus-debug):
8437         * gnus-group.el (gnus-update-group-mark-positions):
8438         Use mm-string-to-multibyte.
8439
8440 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8443         doesn't handle NotDashEscaped.
8444
8445         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8446         (mml-dnd-attach-options): Fix typo in custom choice.
8447
8448         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8449         Change nndoc-article-type to mbox.
8450         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8451
8452         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8453         to nil, instead of html2text.
8454
8455         * imap.el (imap-debug): Add `imap-ping-server'.
8456
8457         * gnus-bookmark.el: Add FIXMEs.
8458
8459         * message.el (message-form-letter-separator)
8460         (message-send-form-letter-delay): New variables.
8461         (message-send-form-letter): Use them.  New command to send form
8462         letters.  Requested by Uwe Siart.
8463         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8464
8465 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * Update copyright years.
8468
8469 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         Sync from EMACS_22_BASE.
8472
8473         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8474
8475 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8476
8477         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8478         empty author.
8479
8480 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8481
8482         * gnus-registry.el (gnus-registry-marks): Add variable for
8483         customization of marks and their appearance.
8484         (gnus-registry-read-mark): Use it.
8485         (gnus-registry-do-marks): Add utility function to loop through
8486         `gnus-registry-marks'.
8487         (gnus-registry-install-shortcuts-and-menus): Add function to install
8488         shortcuts and menus.
8489         (gnus-registry-initialize): Use it.
8490         (gnus-registry-default-mark): Clarify documentation.
8491
8492 2008-02-29  Glenn Morris  <rgm@gnu.org>
8493
8494         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8495         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8496         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8497         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8498         Change defcustom :version from 23.0 to 23.1.
8499
8500 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * gnus-registry.el (gnus-registry-follow-group-p)
8503         (gnus-registry-post-process-groups): Add functions to aid registry
8504         splitting and improve logging.  Clarify behavior in function
8505         documentation.
8506         (gnus-registry-split-fancy-with-parent): Use them.
8507
8508 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8509
8510         * gnus-art.el: Use with-current-buffer.
8511
8512 2008-02-27  David Engster  <dengste@eml.cc>
8513
8514         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8515         Express real group name in the response.
8516
8517 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8520         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8521         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8522         autoload gnus-registry-fetch-group when compiling.
8523         (nnmairix-request-group-with-article-number-correction):
8524         Remove unreferenced argument passed to nnmairix-call-backend.
8525
8526 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8529         (mm-uu-extract): Improve face for low color ttys.
8530         Reported by Sascha Wilde.
8531
8532 2008-02-27  Glenn Morris  <rgm@gnu.org>
8533
8534         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8535         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8536         variables to defconsts.  Convert comments to doc-strings.
8537         (nnmairix-last-server, nnmairix-current-server): Convert from free
8538         variables to defvars.  Convert comments to doc-strings.
8539         (gnus-registry-fetch-group): Autoload.
8540         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8541         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8542         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8543         caddr.
8544         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8545         nnmairix-request-group-with-article-number-correction call.
8546         (nnmairix-fast, nnmairix-group): New, less general names, for free
8547         variables passed from nnmairix-request-group to
8548         nnmairix-request-group-with-article-number-correction.  Declare.
8549         (nnmairix-request-group-with-article-number-correction):
8550         Use nnmairix-fast, nnmairix-group rather than fast, group.
8551
8552 2008-02-26  David Engster  <dengste@eml.cc>
8553
8554         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8555         version 0.5.
8556
8557 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8558
8559         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8560         instead of making an extra function call.  Don't add the current group
8561         to articles only when they have the group.  Use
8562         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8563         Reported by David <de_bb@arcor.de>.
8564
8565 2008-02-24  Miles Bader  <miles@gnu.org>
8566
8567         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8568         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8569         (mm-find-mime-charset-region):
8570         * mm-bodies.el (mm-encode-body):
8571         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8572
8573 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8576         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8577
8578 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * mail-source.el (mail-source-delete-incoming): Change default.
8581         Supplement doc string.
8582
8583         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8584
8585 2008-02-14  Glenn Morris  <rgm@gnu.org>
8586
8587         * time-date.el (format-seconds): New function.
8588
8589 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * nnmail.el (nnmail-message-id-cache-file): Derive from
8592         `gnus-home-directory'.
8593
8594 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8597         Document negative prefix.
8598
8599         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8600
8601 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * message.el (message-unsent-separator): Add the Exim bounce
8604         separator.
8605
8606 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8607
8608         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8609         list.
8610         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8611         recipient/signer list.
8612
8613 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * Makefile.in (datarootdir): Define.
8616         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8617         name that might contain whitespace.
8618
8619 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8622         fbound (Emacs 23 unicode), signal an error.
8623
8624 2008-02-08  Glenn Morris  <rgm@gnu.org>
8625
8626         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8627
8628 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8629
8630         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8631         ports to the calls to `netrc-machine-user-or-password' in addition to
8632         "imap" and "imaps".
8633
8634 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8635
8636         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8637
8638         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8639
8640 2008-02-01  Kenichi Handa  <handa@m17n.org>
8641
8642         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8643         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8644         (rfc2104-hash): Convert the result of concat to unibyte string.
8645
8646 2008-02-01  Dave Love  <fx@gnu.org>
8647
8648         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8649         coding-system-for-read.
8650         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8651
8652 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8655         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8656         <hanche@math.ntnu.no>.
8657
8658 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8661
8662         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8663
8664 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8665
8666         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8667         * message.el (message-beginning-of-line): Use featurep instead of bound
8668         tests in order to resolve conditionals at compile time.
8669
8670 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8671
8672         * mail-source.el (mail-sources): Add `group' choice.
8673
8674         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8675         parameter `in-group' to control into which group the articles go.
8676         Add treatment of `group' mail-source.
8677
8678 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8681
8682         * mm-decode.el (mm-dissect-buffer): Decode description.
8683
8684         * mml.el (mml-to-mime): Encode message header first.
8685
8686 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8689         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8690
8691         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8692         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8693
8694 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8695
8696         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8697
8698 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8701         prefix keys.
8702         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8703         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8704         gnus-xmas.el.
8705
8706         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8707         (gnus-xmas-article-describe-bindings): New function.
8708         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8709         gnus-xmas-article-describe-bindings.
8710
8711         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8712
8713 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8714
8715         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8716         Add new variables for article mark management.
8717         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8718         list of extra data entries which, when present, will indicate that the
8719         article ID should not be trimmed from the registry.
8720         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8721         functions.
8722         (gnus-registry-read-mark): New function to read a mark name from the
8723         user.
8724         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8725         (gnus-registry-set-article-mark-internal): New functions to add and
8726         remove marks.
8727         (gnus-registry-get-article-marks): New function to show the marks for
8728         an article, or retrieve them for further use.
8729
8730 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8733         keys when no argument is given.
8734
8735 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * imap.el (imap-ping-server): New variable.
8738         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8739         (imap-ping-server): Minor doc string fixes.
8740
8741 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8742
8743         * imap.el (imap-ping-server): New function.
8744         (imap-opened): Call imap-ping-server.
8745
8746 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * gnus-sum.el (gnus-article-sort-by-random)
8749         (gnus-thread-sort-by-random): Fix doc strings.
8750         Reported by jidanni@jidanni.org.
8751
8752 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-art.el (gnus-article-describe-bindings): New function.
8755         (gnus-article-read-summary-keys): Use it.
8756         (gnus-article-mode-map): Bind `C-h b' to it.
8757
8758 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8761         XEmacs.
8762         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8763         Protect against non-character events.
8764
8765         * lpath.el: Fbind map-keymap for Emacs 21.
8766
8767 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8768
8769         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8770         New command.
8771         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8772         instead of END.  Change name of the temp file.
8773         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8774         customizable.
8775
8776 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8779         bind `S W' to gnus-article-wide-reply-with-original; set default
8780         binding to gnus-article-read-summary-send-keys.
8781         (gnus-article-read-summary-keys): Fix the order of keys; display
8782         continuation keys correctly in the echo area; describe bindings
8783         correctly when keys end with `C-h'.
8784         (gnus-article-read-summary-send-keys): New function.
8785         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8786         Work for gnus-article-read-summary-send-keys; display continuation keys
8787         correctly in the echo area.
8788         (gnus-article-reply-with-original): Ignore prefix argument.
8789         (gnus-article-wide-reply-with-original): New function.
8790
8791         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8792         Emacs 21.
8793
8794 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8797         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8798
8799 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8802         (gnus-group-read-ephemeral-gmane-group): New command.
8803
8804 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8805
8806         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8807
8808 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * message.el (message-send-mail-function): Increase custom version.
8811
8812         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8813         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8814
8815 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8816
8817         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8818         for the cases where imap-authenticate is called with a nil buffer
8819         parameter.
8820
8821 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8824         html parts correctly; support forwarded messages.
8825         (gnus-article-browse-html-article): Remove work buffers.
8826
8827         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8828         compiling.
8829         (netrc-bound-and-true-p): New macro.
8830         (netrc-parse): Use it instead of bound-and-true-p that is not available
8831         in XEmacs 21.4.
8832
8833 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8834
8835         * gnus-registry.el (gnus-registry-mark-article)
8836         (gnus-registry-article-marks): Add functionality to mark articles
8837         through the Gnus registry.
8838
8839         * encrypt.el: Clarify documentation for the new pgg method.
8840         (encrypt-file-alist): Add PGG option.
8841         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8842         functionality.  Abstract password key and messaging to external
8843         functions.
8844         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8845         (encrypt-message-method-and-cipher): Add new convenience external
8846         functions.
8847         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8848         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8849
8850         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8851         (netrc-parse): Use encrypt-file-alist to determine if
8852         encrypt-find-model or encrypt-insert-file-contents should be used.
8853
8854         * encrypt.el: Clarify documentation.  Load password-cache or
8855         password, whichever one is found first, instead of autoloading.
8856
8857 2007-12-19  Glenn Morris  <rgm@gnu.org>
8858
8859         * mml.el (message-options-set, message-narrow-to-head)
8860         (message-in-body-p, message-mail-p, message-encode-message-body):
8861         Autoload.
8862         (message-remove-header, message-narrow-to-headers-or-head)
8863         (message-subscribed-p, message-make-mail-followup-to)
8864         (message-position-on-field, message-news-p)
8865         (message-options-set-recipient, message-generate-headers)
8866         (message-sort-headers): Declare as functions.
8867
8868 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8871         convention in doc string.
8872
8873 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8876         title to html parts.
8877         (gnus-article-browse-html-article): Pass message header to it.
8878
8879         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8880
8881 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8884         or password compatible with XEmacs.
8885
8886 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8889         format document.
8890         (gnus-mime-delete-part): Don't write description line if empty.
8891         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8892
8893 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8894
8895         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8896         (gnus-summary-mark-read-and-unread-as-read)
8897         (gnus-summary-mark-current-read-and-unread-as-read)
8898         (gnus-summary-mark-unread-as-ticked): Doc fix.
8899         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8900
8901 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8904         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8905
8906 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8909         yes-or-no-p.
8910
8911 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * mm-decode.el (mm-add-meta-html-tag): New function.
8914         (mm-save-part-to-file, mm-pipe-part): Use it.
8915
8916         * gnus-art.el (gnus-article-browse-delete-temp-files):
8917         Use gnus-y-or-n-p instead of y-or-n-p.
8918         (gnus-article-browse-html-parts): Work with message/external-body; use
8919         mm-add-meta-html-tag.
8920
8921 2007-12-11  Glenn Morris  <rgm@gnu.org>
8922
8923         * gnus-cache.el: Require gnus-sum not just when compiling.
8924
8925         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8926
8927         * gnus-int.el (gnus-server-opened, gnus-status-message):
8928         Move definitions before use.
8929
8930         * mm-decode.el: Require gnus-util.
8931         (mm-remove-part): Only call delete-annotation on XEmacs.
8932
8933         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8934
8935         * nnmail.el: Require gnus-int.
8936
8937         * spam.el: Move `require's before `eval-when-compile's.
8938
8939         * gnus-ems.el (gnus-alive-p):
8940         * gnus-fun.el (message-goto-eoh):
8941         * gnus-util.el (gnus-group-name-decode):
8942         * mail-source.el (gnus-compress-sequence):
8943         * message.el (Info-goto-node, format-spec):
8944         * mm-bodies.el (message-options-get):
8945         * mm-decode.el (mm-view-pkcs7):
8946         * mm-util.el (gmm-write-region):
8947         * mml-smime.el (mml-compute-boundary)
8948         (gnus-completing-read-with-default):
8949         * mml.el (widget-button-press, gnus-make-hashtable):
8950         * mml1991.el (mm-decode-content-transfer-encoding)
8951         (mm-encode-content-transfer-encoding)
8952         (message-options-get, message-options-set):
8953         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8954         * nnfolder.el (gnus-request-group):
8955         * nnheader.el (ietf-drums-unfold-fws):
8956         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8957         * smime.el (gnus-run-mode-hooks):
8958         * spam-stat.el (gnus-message): Autoload.
8959
8960         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8961         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8962         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8963         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8964         Add declare-function compatibility definition.
8965
8966         * gnus-cache.el (nnvirtual-find-group-art):
8967         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8968         (gnus-add-image, gnus-add-wash-type):
8969         * gnus-group.el (nnkiboze-score-file):
8970         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8971         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8972         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8973         (message-tokenize-header, gnus-get-buffer-create)
8974         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8975         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8976         * gnus.el (gnus-group-decoded-name):
8977         * mail-source.el (imap-capability):
8978         * mm-bodies.el (message-options-set):
8979         * mm-decode.el (gnus-configure-windows):
8980         * mm-extern.el (message-goto-body):
8981         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8982         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8983         (epg-sub-key-validity, message-options-set):
8984         * mml.el (widget-event-point, gnus-configure-windows):
8985         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8986         * mml2015.el (epg-check-configuration, epg-configuration)
8987         (message-options-set):
8988         * nndb.el (nndb-request-article):
8989         * nnfolder.el (gnus-request-create-group):
8990         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8991         * nnmaildir.el (gnus-group-mark-article-read):
8992         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8993         * rfc1843.el (message-fetch-field):
8994         * spam.el (gnus-extract-address-components):
8995         Declare as functions.
8996
8997 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9000
9001         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9002
9003         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9004         bind show-trailing-whitespace for XEmacs.
9005
9006 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9009         new no-op macro for backward compatibility.
9010
9011         * imap.el (imap-string-to-integer): New function.
9012
9013 2007-12-09  Glenn Morris  <rgm@gnu.org>
9014
9015         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9016
9017         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9018         * message.el, mm-view.el, sieve-manage.el, smime.el:
9019         Add declare-function compatibility definition.
9020
9021         * gnus-art.el (w3-region, w3m-region, Info-menu):
9022         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9023         * gnus-sum.el (gnus-get-predicate):
9024         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9025         * message.el (mail-abbrev-in-expansion-header-p):
9026         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9027         (w3m-detect-meta-charset, w3m-region):
9028         * sieve-manage.el (password-read, password-cache-add)
9029         (password-cache-remove):
9030         * smime.el (password-read-and-add): Declare as functions.
9031
9032 2007-12-08  David Kastrup  <dak@gnu.org>
9033
9034         * gnus-sum.el (gnus-summary-simplify-subject-query):
9035         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9036         `message'.
9037
9038 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9041         it to bind idna-program, installation-directory, defined-colors, and
9042         face-attribute for XEmacs of the version that compiles defcustom forms.
9043
9044 2007-12-07  Glenn Morris  <rgm@gnu.org>
9045
9046         * gnus-art.el (article-make-date-line): Revert previous change.
9047
9048 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9051
9052 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9053
9054         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9055         Call gnus-add-to-range ranges only once with a prepared article-list.
9056
9057 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9058
9059         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9060         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9061         group names with backslashes.
9062         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9063
9064 2007-12-06  Deepak Goel  <deego3@gmail.com>
9065
9066         * gnus-art.el (article-make-date-line):
9067         * gnus-start.el (gnus-load):
9068         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9069
9070 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-art.el (gnus-use-idna)
9073         * gnus-start.el (gnus-site-init-file)
9074         * message.el (message-use-idna)
9075         * mm-uu.el (mm-uu-hide-markers)
9076         * smiley.el (smiley-style): Revert changes that suppress warnings.
9077
9078 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9081         specify charset to html source.
9082         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9083
9084 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9087         idna-program in order to suppress byte compile warning issued by XEmacs
9088         that came to byte compile the default value section of defcustom forms
9089         recently.
9090
9091         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9092         value of installation-directory.
9093
9094         * message.el (message-use-idna): Don't directly refer to the value of
9095         idna-program.
9096
9097         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9098
9099         * smiley.el (smiley-style): Don't directly call face-attribute.
9100
9101 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9104
9105         * gnus-dired.el: Reduce Gnus dependencies.
9106         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9107         Don't require.  Use autoloads instead.
9108         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9109         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9110         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9111         (gnus-dired-mode): Adjust doc string.
9112         (gnus-dired-mail-mode): New variable.
9113         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9114         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9115         (gnus-dired-mail-buffers): New function.  Return mail or message
9116         composition buffers.
9117         (gnus-dired-attach): Use it.
9118         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9119         NO-DECODE.
9120         (gnus-dired-print): Use `gnus-print-buffer' depending on
9121         `gnus-dired-mail-mode'.
9122
9123 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * rfc2047.el (rfc2047-encoded-word-regexp)
9126         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9127         explaining what regexp patterns are for.
9128
9129 2007-12-04  Glenn Morris  <rgm@gnu.org>
9130
9131         * password.el: Move to password-cache.el.
9132
9133         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9134         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9135         * mml-smime.el (password-read, password-cache-add)
9136         (password-cache-remove):
9137         No need to autoload, since mml-sec requires password.
9138
9139         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9140         * message.el (gnus-extract-address-components):
9141         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9142
9143         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9144         password.
9145
9146 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * mailcap.el: Reduce dependencies.
9149         (mail-header-parse-content-type): Autoload.
9150         (mailcap-delete-duplicates): New alias.
9151         (mailcap-mime-info): Add optional argument NO-DECODE.
9152         (mailcap-mime-types): Use mailcap-delete-duplicates.
9153
9154         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9155
9156 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9157
9158         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9159         (imap-parse-status): Upcase status-att for servers that sends them
9160         lower-case (e.g., MS Exchange 2007).
9161
9162 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9165         function.
9166
9167         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9168         (gnus-uu-yenc-article): New function.
9169
9170         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9171
9172         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9173
9174 2007-12-02  Glenn Morris  <rgm@gnu.org>
9175
9176         * binhex.el (binhex): New custom group.
9177         (binhex-decoder-program, binhex-decoder-switches)
9178         (binhex-use-external): Move to the binhex custom group.
9179
9180         * uudecode.el (uudecode): New custom group.
9181         (uudecode-decoder-program, uudecode-decoder-switches)
9182         (uudecode-use-external): Move to the uudecode custom group.
9183
9184         * netrc.el (top-level): Don't load `encrypt' features.
9185         (netrc-parse): Don't use encrypt.
9186         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9187
9188         * encrypt.el: Remove file.
9189
9190 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9193         matches on patches.
9194
9195         * gnus-art.el (gnus-article-browse-html-article):
9196         Mention `mm-text-html-renderer' in the doc string.
9197
9198         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9199         string.  Add comments.
9200
9201         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9202         if rhs is ASCII.
9203
9204 2007-12-01  Glenn Morris  <rgm@gnu.org>
9205
9206         * mail-source.el (top-level): Require format-spec before
9207         eval-when-compile.
9208
9209 2007-11-30  Glenn Morris  <rgm@gnu.org>
9210
9211         * encrypt.el: Require password, rather than autoloading password-read.
9212
9213 2007-11-29  Glenn Morris  <rgm@gnu.org>
9214
9215         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9216         (sasl-make-client, sasl-next-step, sasl-step-data)
9217         (sasl-step-set-data): Declare as functions.
9218
9219 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9222
9223 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9224
9225         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9226         certs should be verified and what is to be done in the event of a
9227         verification failure.
9228
9229         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9230         caller can indicate whether the cache should be disregarded for this
9231         call.  This way the result of the call is reproducible at all times and
9232         can be considered a canonical server name for the supplied method.
9233         (gnus-agent-method-p): Canonicalize server names by pushing their
9234         method through `gnus-method-to-server' using the no-cache argument.
9235
9236         * gnus-srvr.el (gnus-server-insert-server-line):
9237         Call `gnus-method-to-server' with `no-cache' argument.
9238
9239         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9240         gnus-agent-possibly-synchronize-flags as this should be called when the
9241         server is actually being opened.
9242         (gnus-agent-possibly-synchronize-flags)
9243         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9244         flags file of an agentized server to the latter function.
9245
9246         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9247         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9248         after a connection has been established successfully.
9249
9250 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * gnus-art.el (article-display-face): Force to display face if called
9253         interactively; check if gnus-article-x-face-too-ugly matches author.
9254         (article-display-x-face): Display face even if From header is missing
9255         as article-display-face does.
9256
9257 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9258
9259         * hashcash.el (message-narrow-to-headers-or-head)
9260         (message-fetch-field, message-goto-eoh)
9261         (message-narrow-to-headers): Declare as functions.
9262
9263 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * mail-source.el (mail-sources): Default to fetch from file for
9266         compatibility with default of nnmail-spool-file.
9267
9268 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9271         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9272         to look for encoded word that should be encoded again.
9273         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9274         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9275         encoding pattern.
9276         (rfc2047-decode-region): Switch strict regexp and loose one according
9277         to rfc2047-allow-irregular-q-encoded-words.
9278
9279 2007-11-25  Romain Francoise  <romain@orebokech.com>
9280
9281         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9282
9283 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * tls.el (tls-program): Provide more custom choices from
9286         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9287         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9288
9289 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9292         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9293
9294         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9295         `nnmail-spool-file'.
9296
9297         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9298         `nnmail-spool-file'.
9299
9300         * gnus-move.el (gnus-change-server): Ditto.
9301
9302         * gnus-kill.el (gnus-batch-score): Ditto.
9303
9304         * gnus-cache.el (gnus-jog-cache): Ditto.
9305
9306         * gnus-msg.el (gnus-summary-reply):
9307         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9308
9309 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9312         version.  Minor improvement to doc strings.
9313         (tls-program): Add comment.
9314
9315 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9316
9317         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9318         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9319         mismatch between the hostname provided in the certificate and the name
9320         of the host connnecting to.
9321         (open-tls-stream): Use them.  Check certificates against trusted root
9322         certificates.
9323
9324 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-cache.el (gnus-cache-generate-nov-databases):
9327         Use nnml-generate-nov-databases-directory instead of
9328         nnml-generate-nov-databases-1.
9329
9330 2007-11-24  Glenn Morris  <rgm@gnu.org>
9331
9332         * message.el (message-tool-bar-retro): Update for rename
9333         mail_send.xpm->mail-send.xpm.
9334
9335 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9338         `smime-ldap-search' for Emacs 22 and up.
9339
9340 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9341
9342         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9343
9344         * message.el (message-send-mail-function): Fix error convention.
9345         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9346         (message-widen-reply, message-send-mail, message-talkative-question)
9347         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9348         (message-clone-locals, message-send-news): Use with-current-buffer.
9349         (message-insert-or-toggle-importance): Remove unused var `valid'.
9350         (message-make-references): Remove unused var `new-references'.
9351         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9352
9353 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9354
9355         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9356         (spam-split-symbolic-return-positive): Reflow docstring.
9357         (spam-backends, spam-summary-exit-behavior)
9358         (spam-mark-ham-unread-before-move-from-spam-group)
9359         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9360         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9361         (spam-clear-cache, spam-backend-check, spam-install-backend)
9362         (spam-install-statistical-backend, spam-list-of-processors)
9363         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9364         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9365         (spam-check-crm114, spam-initialize, spam-unload-hook):
9366         Fix typos in docstrings.
9367
9368 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9371         been checked if they have never been read and those group levels are
9372         higher than the one that a user specified.
9373
9374 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9377         foreign groups unless a group level is specified by a user.
9378         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9379
9380 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * message.el (message-send-mail-function): Require sendmail.
9383
9384 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * message.el (message-send-mail-function): Check for smtpmail too.
9387
9388         * utf7.el (utf7-encode, utf7-decode): Use coding system
9389         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9390
9391         * message.el (message-send-mail-function): New function.
9392         (message-send-mail-function): Set default using
9393         message-send-mail-function.  Adjust doc string.
9394         (message-send-mail-with-mailclient): New function.
9395
9396 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9397
9398         * smime.el (from):
9399         * rfc2047.el (message-posting-charset):
9400         * qp.el (mm-use-ultra-safe-encoding):
9401         * pop3.el (parse-time-months):
9402         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9403         * nnml.el (files):
9404         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9405         (jka-compr-compression-info-list, ange-ftp-path-format)
9406         (efs-path-regexp):
9407         * nndiary.el (files):
9408         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9409         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9410         (epg-digest-algorithm-alist, inhibit-redisplay)
9411         (password-cache-expiry):
9412         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9413         (pgg-output-buffer, password-cache-expiry):
9414         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9415         (efs-path-regexp):
9416         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9417         (inhibit-redisplay):
9418         * mm-uu.el (file-name, start-point, end-point, entry)
9419         (gnus-newsgroup-name, gnus-newsgroup-charset):
9420         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9421         (latin-unity-ucs-list):
9422         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9423         (mm-uu-binhex-decode-function):
9424         * message.el (gnus-message-group-art, gnus-list-identifiers)
9425         (rmail-enable-mime-composing, gnus-local-organization)
9426         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9427         (gnus-read-active-file, facemenu-add-face-function)
9428         (facemenu-remove-face-function, gnus-article-decoded-p)
9429         (tool-bar-mode):
9430         * mail-source.el (display-time-mail-function):
9431         * gnus-util.el (nnmail-pathname-coding-system)
9432         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9433         (gnus-original-article-buffer, gnus-user-agent)
9434         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9435         (xemacs-codename, sxemacs-codename, emacs-program-version):
9436         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9437         * gnus-start.el (gnus-agent-covered-methods)
9438         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9439         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9440         (gnus-newsgroup-headers, gnus-group-list-mode)
9441         (gnus-group-mark-positions, gnus-newsgroup-data)
9442         (gnus-newsgroup-unreads, nnoo-state-alist)
9443         (gnus-current-select-method, mail-sources)
9444         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9445         (nnmail-spool-file, gnus-cache-active-hashtb):
9446         * gnus-mh.el (mh-lib-progs):
9447         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9448         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9449         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9450         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9451         (gnus-group-buffer):
9452         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9453         (font-lock-set-defaults):
9454         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9455         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9456         (gnus-summary-post-menu, total-parts, type, condition, length):
9457         * gnus-agent.el (gnus-agent-read-agentview):
9458         * flow-fill.el (show-trailing-whitespace):
9459         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9460         eval-and-compile wrappers for byte compiler pacifiers.
9461
9462         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9463         (mm-display-inline-fontify): Check for featurep 'xemacs not
9464         extent-list.
9465
9466         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9467         itimer-list.
9468         (mm-create-image-xemacs): Only do something for XEmacs.
9469         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9470
9471         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9472
9473         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9474         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9475
9476 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9477
9478         * nnimap.el (nnimap-split-download-body):
9479         * gnus-demon.el (gnus-demon):
9480         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9481
9482 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9485         New macros.
9486         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9487         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9488         copy data from unibyte buffer to multibyte current buffer.
9489         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9490         to copy data from unibyte current buffer to multibyte buffer.
9491         (nntp-make-process-buffer): Make process buffer unibyte.
9492
9493         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9494
9495 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9496
9497         * pop3.el (pop3-open-server): Accept and process data more robustly at
9498         connexion start to avoid spurious "POP SSL connexion failed" errors.
9499
9500 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9503         read group names.
9504
9505 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9508
9509 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9512         (nnmail-save-active): Use a unibyte buffer when saving active file,
9513         which may contain non-ASCII group names.
9514
9515         * nnml.el (nnml-request-group): Decode group names in messages.
9516
9517 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * message.el (message-citation-line-function)
9520         (message-insert-formatted-citation-line): Fix spelling of
9521         `message-insert-formated-citation-line'.
9522
9523 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9526
9527 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9530         nnmail-pathname-coding-system.
9531
9532         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9533         that a user enters; decode group names in messages.
9534
9535         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9536
9537 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9540
9541         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9542
9543         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9544         risky local variable.
9545
9546         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9547
9548 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9549
9550         * encrypt.el: Improve documentation to fix function name typo.
9551         Reported by Daiki Ueno <ueno@unixuser.org>.
9552
9553 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9556         even if the point is not in the last page of an article.
9557         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9558         back to the previous page.
9559
9560 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9563
9564 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9567
9568 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9569
9570         * message.el (message-check-news-body-syntax):
9571         Avoid mm-string-as-multibyte.
9572         (message-hide-headers): Don't assume (point-min)==1.
9573
9574 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * message.el (message-remove-blank-cited-lines): Fix if remove is
9577         given.
9578         (message-bogus-address-regexp): New variable.
9579         (message-bogus-recipient-p): New function.
9580         (message-check-recipients): New command.
9581         (message-syntax-checks): Add `bogus-recipient'.
9582         (message-fix-before-sending): Add `bogus-recipient'.
9583
9584         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9585         (gnus-treat-body-boundary): Don't test window-system.
9586
9587 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9588
9589         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9590
9591 2007-10-28  Miles Bader  <miles@gnu.org>
9592
9593         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9594         at compile-time too.
9595
9596 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * gnus-msg.el (gnus-message-setup-hook):
9599         Add `message-remove-blank-cited-lines' to options.
9600
9601 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * message.el (message-remove-blank-cited-lines): New function.
9604         Suggested by Karl Plästerer.
9605
9606 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9609         mapc.
9610
9611         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9612         (top-level): Use mapc to set functions to be traced for debugging.
9613
9614         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9615         called for effect with while loop.
9616
9617         * message.el (message-talkative-question): Replace mapcar called for
9618         effect with mapc.
9619
9620         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9621         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9622         called for effect with dolist.
9623
9624         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9625
9626         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9627         gnus-extra-headers and nnmail-extra-headers.
9628
9629         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9630         called for effect with dolist.
9631         (top-level): Use mapc to set functions to be traced for debugging.
9632
9633         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9634         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9635         dolist.
9636
9637         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9638         Replace mapcar called for effect with mapc.
9639         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9640         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9641         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9642         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9643
9644         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9645         remove-if that's a cl function.
9646
9647         * webmail.el (webmail-debug): Replace mapcar called for effect with
9648         dolist.
9649
9650         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9651         with mapc.
9652
9653 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9656         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9657         with while loop.
9658
9659         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9660         functions from article-* functions.
9661         (gnus-multi-decode-header): Replace mapcar called for effect with
9662         dolist.
9663
9664         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9665         (gnus-bookmark-show-details): Replace mapcar called for effect with
9666         while loop.
9667
9668         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9669         called for effect with while loop.
9670
9671         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9672         with dolist.
9673
9674         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9675         Replace mapcar called for effect with dolist.
9676
9677         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9678
9679         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9680         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9681         Replace mapcar called for effect with dolist.
9682         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9683         mapc.
9684
9685         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9686         Replace mapcar called for effect with dolist.
9687         (gnus-topic-list): Replace mapcar called for effect with mapc.
9688
9689         * gnus.el: Use mapc instead of mapcar to add autoloads.
9690
9691 2007-10-23  Richard Stallman  <rms@gnu.org>
9692
9693         * gnus-group.el (gnus-group-highlight): Mark as risky.
9694
9695 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus.el (gnus-server-to-method): Return method found first in
9698         gnus-newsrc-alist.
9699
9700         * gnus-art.el (gnus-article-highlight-signature)
9701         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9702         button overlay without the front stickiness.
9703
9704 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9705
9706         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9707         overview buffer needed a catch to receive its throw.
9708         (gnus-agent-flush-cache): Declare as interactive to make this function
9709         easier to use.
9710
9711 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9714         `next-line'.
9715
9716 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9719         exclude address matching message-dont-reply-to-names.
9720
9721 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-util.el (gnus-string<): New function.
9724
9725         * gnus-sum.el (gnus-article-sort-by-author)
9726         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9727
9728 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9731         the frame-focus tag is set in gnus-buffer-configuration.
9732
9733 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9736         the front stickiness.
9737
9738 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9741         url pattern; remove duplicate one.
9742         (gnus-article-extend-url-button): New function.
9743         (gnus-article-add-buttons): Use it.
9744         (gnus-button-push): Use concatenated url that it makes.
9745
9746 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9747
9748         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9749
9750 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9751
9752         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9753         Don't hardcode point-min==1.
9754
9755 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9758         Fix comment about "iso8859-1".
9759
9760 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9761
9762         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9763         ones returned from the verify-function.
9764
9765         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9766         Call mml2015-extract-cleartext-signature if extraction failed.
9767
9768 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9769
9770         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9771         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9772         failed.
9773
9774 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9777
9778 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9781         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9782         recommends to use EasyPG instead of PGG.
9783
9784         * pgg.el: Revert to revision 6.23.2.16.
9785
9786         * pgg-def.el: Revert to revision 6.6.2.14.
9787
9788         * pgg-gpg.el: Revert to revision 6.23.2.34.
9789
9790 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9791
9792         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9793         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9794         thread for both the null and zero (kill/expire thread) universal prefix
9795         cases.
9796         (gnus-summary-expire-thread): Add new function to expire a thread,
9797         using gnus-summary-kill-thread.
9798         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9799         shortcuts for gnus-summary-expire-thread.
9800         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9801         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9802
9803 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9804
9805         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9806         extras value, so an extras entry can be deleted.
9807         (gnus-registry-delete-extra-entry): Use it.
9808         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9809         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9810         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9811         storage through the gnus-registry, and provide an appropriate API for
9812         it.
9813
9814 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9817         Suggested by Leo <sdl.web@gmail.com>.
9818
9819         * gnus.el: Do.
9820
9821 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9824         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9825
9826         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9827
9828         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9829         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9830
9831 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9834         newline.
9835         (nnmbox-request-accept-article): Don't change article in source buffer;
9836         narrow to header to use message-fetch-field rather than
9837         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9838         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9839         as delimiters; make sure article ends with newline.
9840         (nnmbox-delete-mail): Correct last position of article to be deleted;
9841         ignore X-Gnus-Newsgroup header in article body.
9842         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9843         positions; make sure article ends with newline.
9844
9845         * message.el (message-display-abbrev): Don't infloop when a user
9846         inserts SPC in the beginning of header.
9847
9848         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9849         coding-system-for-read and coding-system-for-write for XEmacs having no
9850         file-coding feature.
9851
9852         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9853
9854 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9855
9856         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9857         list of groups not followed by default.  Fix type to be regexp.
9858         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9859
9860 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9861
9862         * hmac-def.el (define-hmac-function): Switch from old-style to
9863         new-style backquotes.
9864
9865         * md4.el (md4-make-step): Likewise.
9866
9867 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9870         raw-text coding system when saving .newsrc file, which may contain
9871         non-ASCII group names.
9872
9873 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-cus.el (gnus-score-extra): New widget.
9876         (gnus-score-extra-convert): New function.
9877         (gnus-score-customize): Use it for Extra.
9878
9879 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9880
9881         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9882         (mml2015-mailcrypt-clear-verify): Use it.
9883         (mml2015-gpg-clear-verify): Use it.
9884         (mml2015-pgg-clear-verify): Use it.
9885         (mml2015-epg-clear-verify): Replace the current part with the output
9886         from GnuPG; don't extract the plaintext by itself.
9887
9888         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9889         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9890         mml2015-clear-verify-function; don't touch the armor headers or
9891         dash-escaped text here.
9892
9893 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9896         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9897         parts, or application/octet-stream as a last resort.
9898         (gnus-mime-view-part-as-type): Don't toggle display.
9899         (gnus-mime-view-part-as-charset): Don't turn off display before
9900         querying charset.
9901
9902         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9903         stuff to undisplayer function in Emacs.
9904         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9905
9906         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9907         text/calendar parts.
9908
9909 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9912         decoding text/calendar parts.
9913
9914         * message.el (message-forward-make-body-mime): Always mark body as
9915         having no illegible text; remove signed-or-encrypted argument.
9916         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9917
9918         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9919         (mml-generate-mime-1): Don't encode body if it is specified to be in
9920         raw form; don't make buffer be unibyte when inserting multibyte string.
9921
9922 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9923
9924         * sha1.el: Fix up comment style.
9925         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9926         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9927
9928         * hex-util.el: Fix up comment style.
9929         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9930
9931         * gnus-salt.el: Use with-current-buffer.
9932         (gnus-pick-setup-message): Fix long-standing typo.
9933
9934 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * imap.el (imap-logout-timeout): New variable.
9937         (imap-logout, imap-logout-wait): New functions.
9938         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9939
9940         * nnimap.el (nnimap-logout-timeout): New server variable.
9941         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9942         nnimap-logout-timeout.
9943
9944         * gnus-art.el (gnus-article-summary-command-nosave)
9945         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9946
9947 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * gnus.el (gnus-maximum-newsgroup): New variable.
9950
9951         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9952         according to gnus-maximum-newsgroup.
9953
9954         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9955         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9956         Limit the range of articles according to gnus-maximum-newsgroup.
9957
9958 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9959
9960         * gnus-art.el (gnus-sticky-article): Fix problems described in
9961         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9962         Don't perform gnus-configure-windows here; reuse existing sticky
9963         article buffer.
9964
9965         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9966         it doesn't exist in gnus-article-mode.
9967
9968 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9971         (gnus-agent-decoded-group-name): New function.
9972         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9973         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9974
9975 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9976
9977         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9978         Add binding for gnus-sticky-article.
9979         (gnus-summary-exit): Don't kill sticky article buffers.
9980
9981         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9982         article buffer.
9983         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9984         (gnus-kill-sticky-article-buffers): New commands.
9985
9986 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * nntp.el (nntp-xref-number-is-evil): New server variable.
9989         (nntp-find-group-and-number): If it is non-nil, don't trust article
9990         numbers in the Xref header.
9991
9992 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-agent.el (gnus-agent-read-group): New function.
9995         (gnus-agent-flush-group, gnus-agent-expire-group)
9996         (gnus-agent-regenerate-group): Use it.
9997         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9998         nnmail-pathname-coding-system.
9999
10000 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10003
10004         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10005         that are unread as unread, and also as selected so that information of
10006         marks having been changed by a user may be updated when exiting group.
10007
10008 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10011
10012 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10015         calculated ignoring signature parts to gnus-treat-article.
10016
10017 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10020         a point here in order to keep the window start.
10021         (gnus-insert-mime-security-button): Make a button overlay without the
10022         front stickiness.
10023         (gnus-mime-display-security): Goto the end of a button.
10024
10025         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10026
10027 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10030         group-name-at-point.
10031         (gnus-group-completing-read): New function that offers decoded
10032         non-ASCII group names for completion.
10033         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10034         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10035         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10036         (gnus-group-fetch-control): Use it.
10037         (gnus-fetch-group): Use group-name-at-point for the initial value
10038         rather than the default value; use gnus-alive-p.
10039
10040         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10041         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10042         (gnus-summary-post-news): Use gnus-group-completing-read.
10043
10044         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10045         (gnus-read-move-group-name): Decode group name for completion.
10046
10047 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10048
10049         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10050         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10051         Yamaoka slightly modified the code).
10052
10053 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10056         (nnmail-split-incoming): Bind it.
10057
10058         * nnml.el (nnml-group-name-charset): New function.
10059         (nnml-decoded-group-name): Use it; don't decode group name if
10060         nnmail-group-names-not-encoded-p is non-nil.
10061         (nnml-encoded-group-name): New function.
10062         (nnml-group-pathname): Inline nnml-decoded-group-name.
10063         (nnml-request-expire-articles): Decode group name in message.
10064         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10065         nnmail-pathname-coding-system.
10066         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10067         not decoded ones according to nnmail-group-names-not-encoded-p.
10068         (nnml-generate-active-info): Use nnml-encoded-group-name.
10069
10070 2007-08-08  Glenn Morris  <rgm@gnu.org>
10071
10072         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10073         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10074         doc-strings and comments.
10075
10076 2007-07-25  Glenn Morris  <rgm@gnu.org>
10077
10078         * Relicense all FSF files to GPLv3 or later.
10079
10080 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-sum.el (gnus-summary-move-article):
10083         Make gnus-summary-respool-article work.
10084
10085 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10086
10087         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10088         string.
10089
10090 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10091
10092         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10093         that should be ignored when comparing distant RSS articles with local
10094         ones.
10095         (nnrss-make-hash-index): New function.  Create a hash index according
10096         to the ignored fields.
10097         (nnrss-check-group): Use it.
10098
10099 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10102
10103         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10104
10105         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10106         the new optional argument ENCODED is non-nil.
10107         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10108         coding system for encoding group name.
10109         (gnus-group-make-rss-group): Pass un-encoded group name to
10110         gnus-group-make-group.
10111         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10112         encoded.
10113
10114         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10115         Encode group name to which articles are moved or copied.
10116         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10117         coding system for encoding Newsgroup, Followup-To and Xref headers.
10118
10119         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10120         marks; use nnheader-file-coding-system to write a file.
10121         (nnagent-retrieve-headers): Bind file-name-coding-system to
10122         nnmail-pathname-coding-system.
10123
10124         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10125
10126         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10127         (nnml-request-article, nnml-request-create-group)
10128         (nnml-request-rename-group, nnml-find-id)
10129         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10130         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10131         (nnml-save-marks): Use nnml-group-pathname instead of
10132         nnmail-group-pathname.
10133
10134         (nnml-request-create-group, nnml-request-expire-articles)
10135         (nnml-request-move-article, nnml-request-delete-group)
10136         (nnml-deletable-article-p, nnml-possibly-create-directory)
10137         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10138         (nnml-open-marks): Bind file-name-coding-system to
10139         nnmail-pathname-coding-system.
10140
10141         (nnml-request-article): Pass server argument to nnml-find-group-number.
10142         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10143         Pass server argument to nnml-possibly-create-directory.
10144         (nnml-request-accept-article): Pass server argument to
10145         nnml-active-number and nnml-save-mail.
10146         (nnml-find-group-number): Pass server argument to nnml-find-id.
10147         (nnml-request-update-info): Pass server argument to
10148         nnml-marks-changed-p.
10149
10150         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10151         (nnml-save-mail, nnml-active-number): Add server argument.
10152
10153         (nnml-request-delete-group): Warn if group is missing.
10154         (nnml-get-nov-buffer): Decode group name.
10155         (nnml-generate-active-info): Encode group name.
10156         (nnml-open-marks): Decode group name in messages.
10157
10158 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10161         if it is not specified.
10162         (gnus-article-pipe-part, gnus-article-save-part)
10163         (gnus-article-interactively-view-part, gnus-article-copy-part)
10164         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10165         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10166         (gnus-article-replace-part, gnus-article-delete-part)
10167         (gnus-article-view-part-as-type): Pass raw prefix argument to
10168         gnus-article-part-wrapper.
10169
10170 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-agent.el (gnus-agent-save-active):
10173         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10174
10175         * gnus-cache.el (gnus-cache-save-buffers)
10176         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10177         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10178         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10179         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10180         (gnus-cache-generate-active, gnus-cache-rename-group)
10181         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10182         (gnus-cache-update-overview-total-fetched-for):
10183         Bind file-name-coding-system to nnmail-pathname-coding-system.
10184         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10185         New variables.
10186         (gnus-cache-decoded-group-name): New function.
10187         (gnus-cache-file-name): Use it.
10188         (gnus-cache-generate-active): Use non-decoded group name for active.
10189
10190         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10191         right place.
10192         (gnus-write-active-file): Don't break non-ASCII group names.
10193
10194         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10195         nnmail-pathname-coding-system.
10196
10197         * lpath.el: Bind default-file-name-coding-system,
10198         file-name-coding-system and language-info-alist for XEmacs.
10199
10200         * gnus-uu.el (gnus-uu-decode-save): Typo.
10201
10202 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10205
10206 2007-07-14  David Kastrup  <dak@gnu.org>
10207
10208         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10209         finishing actions if we did not edit the article.
10210
10211 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10214         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10215         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10216         (gnus-agent-flush-group, gnus-agent-flush-cache)
10217         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10218         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10219         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10220         (gnus-agent-regenerate-group)
10221         (gnus-agent-update-files-total-fetched-for)
10222         (gnus-agent-update-view-total-fetched-for):
10223         Bind file-name-coding-system to nnmail-pathname-coding-system.
10224         (gnus-agent-group-pathname): Don't encode file names by
10225         nnmail-pathname-coding-system.
10226         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10227         coding-system-for-write instead of buffer-file-coding-system to
10228         gnus-agent-file-coding-system.
10229
10230         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10231         Decode group name.
10232
10233         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10234
10235         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10236         (gnus-read-newsrc-el-file): Make group names unibyte.
10237
10238         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10239         nnmail-pathname-coding-system.
10240
10241         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10242         (nnrss-request-delete-group): Bind file-name-coding-system to
10243         nnmail-pathname-coding-system.
10244         (nnrss-read-server-data, nnrss-read-group-data):
10245         Bind file-name-coding-system correctly.
10246         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10247
10248         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10249         (nntp-server-to-method-cache): New variable.
10250         (nntp-group-pathname): New function that decodes non-ASCII group names.
10251         (nntp-possibly-create-directory, nntp-marks-changed-p)
10252         (nntp-save-marks, nntp-open-marks): Use it.
10253         (nntp-possibly-create-directory, nntp-open-marks):
10254         Bind file-name-coding-system to nnmail-pathname-coding-system.
10255         (nntp-open-marks): Decode group names when bootstrapping marks.
10256
10257         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10258         Newsgroups and Folowup-To headers.
10259
10260 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10263         (gnus-server-closed-face, gnus-server-denied-face)
10264         (gnus-server-offline-face): Remove variable.
10265         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10266
10267         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10268         of modifying message-stack directly for XEmacs.
10269
10270         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10271         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10272         if the coding-system argument is nil for XEmacs.
10273
10274         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10275         mm-charset-override-alist.
10276
10277         * rfc2047.el: Don't require base64; require rfc2045 for the function
10278         rfc2045-encode-string.
10279         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10280         to quote the parameter value.
10281
10282 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10285         form in gnus-group-name-charset-method-alist.
10286
10287         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10288         overrides the default layout edit-form.
10289
10290         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10291
10292         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10293
10294 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10297         as unfetched articles.
10298
10299 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10300
10301         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10302
10303 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10306         original back end that keeps marks in the local system.
10307
10308 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10311         arg of pop-to-buffer for XEmacs.
10312         (gnus-article-read-summary-keys): Ditto; don't restore window
10313         configuration if summary command ends up with neither article buffer
10314         nor summary buffer; describe bindings if summary keys end with C-h.
10315
10316 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * message.el (message-fix-before-sending): Skip raw message part to be
10319         forwarded while checking illegible text.
10320         (message-forward-make-body-mime, message-forward-make-body):
10321         Mark signed or encrypted raw message as having no illegible text.
10322
10323 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10326         (gnus-message-with-timestamp-1): New macro.
10327         (gnus-message-with-timestamp): New function.
10328         (gnus-message): Use them.
10329
10330         * nnheader.el (nnheader-message): Use them.
10331
10332 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10335         .newsrc.eld file.
10336
10337 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-agent.el (gnus-agent-fetch-headers)
10340         (gnus-agent-retrieve-headers):
10341         Bind gnus-decode-encoded-address-function to identity.
10342
10343         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10344         available also when the server returns simply a dot.
10345
10346         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10347
10348 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10351
10352 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-ems.el (gnus-x-splash): Make it work.
10355
10356         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10357         from being used.
10358
10359         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10360
10361 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10364         4th and the 5th arguments.
10365
10366         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10367         the front stickiness.
10368         (gnus-article-summary-command-nosave): Correct the order of the
10369         arguments passed to pop-to-buffer.
10370         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10371         summary command ends up with the article buffer.
10372
10373         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10374         the same faces.
10375
10376 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10377
10378         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10379
10380 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10381
10382         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10383         * gnus-sum.el (gnus-summary-highlight):
10384         * pgg.el (pgg-sign-region, pgg-sign):
10385         * mail-source.el (mail-source-delete-old-incoming-confirm):
10386         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10387
10388 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * gnus-art.el (gnus-mime-view-part-externally)
10391         (gnus-mime-view-part-internally): Fix predicate function passed to
10392         completing-read.
10393
10394         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10395
10396         * gnus.el (gnus-update-message-archive-method): Add :version.
10397
10398 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus.el (gnus-update-message-archive-method): New variable.
10401
10402         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10403         according to gnus-message-archive-method if
10404         gnus-update-message-archive-method is non-nil.
10405
10406 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10409         Suggested by Loic Dachary <loic@dachary.org>.
10410         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10411
10412 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * message.el (message-pop-to-buffer): Add switch-function argument.
10415         (message-mail): Pass switch-function argument to it.
10416
10417 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10420         Improve doc string.
10421
10422 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10425         (gnus-header-content)
10426         * gnus-cite.el (gnus-cite-10)
10427         * gnus-srvr.el (gnus-server-closed)
10428         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10429         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10430         (gnus-group-mail-3-empty, gnus-group-mail-low)
10431         (gnus-group-mail-low-empty, gnus-splash)
10432         * message.el (message-header-to, message-header-cc)
10433         (message-header-subject, message-header-other, message-header-name)
10434         (message-header-xheader, message-separator, message-cited-text)
10435         (message-mml): Lighten colors of faces used for dark background.
10436
10437 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10438
10439         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10440         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10441
10442 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * message.el (message-narrow-to-headers-or-head):
10445         Ignore mail-header-separator in the body.
10446
10447 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10450         same as window size.
10451
10452 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10453
10454         * message.el (message-font-lock-keywords): Use message-header-xheader
10455         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10456         ahead of the anything pattern, to get it recognised.
10457
10458 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10461         spam.el loads uses it in the compiled defadvice form.
10462
10463 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10464
10465         * gnus-sum.el (gnus-articles-to-read)
10466         (gnus-summary-insert-old-articles): Don't truncate group name for
10467         `read-string'.
10468
10469         * gnus-util.el (gnus-limit-string): Delete this function.
10470
10471         * gnus-sum.el (gnus-simplify-subject-fully):
10472         Use `truncate-string-to-width' instead.
10473
10474 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10475
10476         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10477         Tell if, on summary exit, the next group has to be selected.
10478         (gnus-summary-exit): Use it.
10479
10480 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10483         non-break space.
10484
10485 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10488         Check if group is not a directory.
10489         (nnfolder-request-expire-articles): Don't delete articles if the target
10490         group is not available.
10491
10492         * nnml.el (nnml-request-create-group): Properly check if group is not a
10493         file.
10494         (nnml-request-expire-articles): Don't delete articles if the target
10495         group is not available.
10496
10497         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10498         Don't quote characters that are within parentheses.
10499
10500 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10503         (gnus-handle-ephemeral-exit): Select article according to it.
10504
10505 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * message.el (message-insert-formated-citation-line): Remove newline.
10508         (message-citation-line-format): Add final \n here so that the user can
10509         avoid a blank line.
10510
10511 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10512
10513         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10514         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10515         Update lanl/arXiv support.
10516
10517 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * gnus.el: Bump version number.
10520
10521 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10522
10523         * gnus.el (gnus-version-number): Bump version.
10524
10525 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10526
10527         * gnus.el: No Gnus v0.6 is released.
10528
10529 2007-04-27  Didier Verna  <didier@xemacs.org>
10530
10531         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10532         * gmm-utils.el (gmm-regexp-concat): ... here.
10533         * message.el: Don't require 'gnus-util.
10534         (message-dont-reply-to-names): Handle name change above.
10535         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10536
10537 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10540         since the initial value varies according to the system.
10541
10542 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10545
10546 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10547
10548         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10549
10550 2007-04-24  Didier Verna  <didier@xemacs.org>
10551
10552         Improve the type of gnus-ignored-from-addresses.
10553         * gnus-util.el (gnus-orify-regexp): New function.
10554         * message.el (gnus-util): Require it.
10555         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10556         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10558
10559 2007-04-24  Didier Verna  <didier@xemacs.org>
10560
10561         * gnus-sum.el:
10562         * gnus-utils.el: Fix some trailing whitespaces.
10563
10564 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10567         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10568         article's Message-ID; refer parent article in summary buffer.
10569
10570         * message.el (message-bounce): Call mime-to-mml.
10571
10572         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10573         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10574         optimize and/or forms properly.
10575
10576 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10579         URL.
10580
10581 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10584
10585 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10588         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10589         displayed of multipart/alternative part if it is invoked from summary
10590         buffer.
10591
10592         * mm-view.el (mm-inline-text-html-render-with-w3m)
10593         (mm-inline-text-html-render-with-w3m-standalone)
10594         (mm-inline-render-with-function): Use mail-parse-charset by default.
10595
10596 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10597
10598         * parse-time.el (parse-time-string-chars): Check if CHAR
10599         is less than the length of parse-time-syntax.
10600
10601 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10604         from gnus-newsgroup-processable.
10605
10606 2007-04-16  Didier Verna  <didier@xemacs.org>
10607
10608         * gnus-msg.el (gnus-configure-posting-styles):
10609         Handle message-signature-directory properly with :file syntax.
10610         Reported by "Leo".
10611
10612 2007-04-11  Didier Verna  <didier@xemacs.org>
10613
10614         New user option: message-signature-directory.
10615         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10616         * message.el (message-insert-signature): Ditto.
10617         * message.el (message-signature-file): Doc update.
10618         * message.el (message-signature-directory): New.
10619
10620 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-msg.el (gnus-inews-yank-articles):
10623         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10624
10625 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * message.el (message-yank-original): Make sure cited text ends with
10628         newline; don't exchange point and mark.
10629
10630 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10631
10632         * tls.el (open-tls-stream): Properly handle case where there
10633         is no associated buffer.
10634
10635 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10636
10637         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10638         message-yank-original, make sure (< mark TEXT point).
10639
10640 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * message.el (message-fill-column): New variable.
10643         (message-mode): Use it.  Add comment on a possible new hook.
10644
10645         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10646         (nnmail-get-new-mail): Reformat.
10647
10648         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10649
10650         * gmm-utils.el: Fix Commentary.
10651         (gmm-tool-bar-from-list): Fix typo in doc string.
10652
10653 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10654
10655         * message.el (message-yank-original): Don't switch point and mark
10656         unnecessarily to put point and mark as documented.
10657
10658 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10661         from the message heads.
10662
10663 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10664
10665         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10666         article buffer does not have a window.  This may not be the best
10667         solution but is certainly better than setting the start of the null,
10668         that is the current, window.
10669
10670 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10673         (gnus-draft-setup): Run it.
10674
10675         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10676         gnus-score-fast-scoring.  Allow regexp.
10677         (gnus-score-headers): Use it.
10678
10679         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10680         XEmacs.
10681
10682         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10683         string.
10684         (gnus-button-alist): Also catch `<f1> k ...'.
10685         (gnus-treat-display-x-face): Fix doc string.
10686
10687 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10688
10689         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10690         evaluation of gnus-extended-version to ensure correct generation of the
10691         User-Agent header when message-generate-headers-first is used.
10692
10693 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10694
10695         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10696         hashcash-path is nil.  Don't call callback with incorrect number of
10697         parameters if val is 0.
10698
10699 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10700
10701         * message.el (message-required-news-headers):
10702         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10703
10704 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10705
10706         * tls.el (open-tls-stream): In handshake-waiting loop,
10707         don't wait more if there is output available to process.
10708
10709 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10710
10711         * tls.el (tls-program): Doc fix.
10712
10713 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * message.el (message-generate-new-buffers): Change the meaning of the
10716         nil value; add `standard' to the choices; treat t as `unique'; improve
10717         doc string.
10718         (gnus-select-frame-set-input-focus): Autoload.
10719         (message-buffer-name): Search for the existing message buffer if
10720         message-generate-new-buffers is nil or `standard'; treat the value t of
10721         message-generate-new-buffers as `unique'.
10722         (message-pop-to-buffer): Raise the frame already displaying the message
10723         buffer; clear the echo area after querying.
10724         (message-setup): Pass the `continue' argument to compose-mail.
10725         (message-mail): Prefer `switch-function' if it is given; search for the
10726         existing message buffer if the `continue' argument is non-nil; pass
10727         continue and switch-function arguments to compose-mail by way of
10728         message-setup.
10729         (message-mail-other-window): Adjust argument of message-setup.
10730         (message-mail-other-frame): Ditto.
10731
10732 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10735         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10736         to turn font-lock on when turning gnus-message-citation-mode on.
10737
10738 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10739
10740         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10741         (mml-smime-function-alist): New variable; add epg as the backend.
10742         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10743         mml-smime- functions instead.
10744         * mm-view.el: Require smime.
10745
10746 2007-03-05  Didier Verna  <didier@xemacs.org>
10747
10748         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10749         instead of just inheritance for posting styles.
10750         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10751
10752 2007-02-24  Chris Moore  <dooglus@gmail.com>
10753
10754         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10755         * pgg-pgp.el (pgg-pgp-encrypt-region):
10756         * pgg-gpg.el (pgg-gpg-encrypt-region):
10757         Check pgg-encrypt-for-me if no other recipients.
10758
10759 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10760
10761         * tls.el (tls-certtool-program): Fix custom type.
10762
10763 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10766         and point-at-eol instead of line-(beginning|end)-position.
10767
10768         * assistant.el (assistant-parse-buffer): Ditto.
10769
10770         * netrc.el (netrc-parse-services): Ditto.
10771
10772 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10773
10774         * mml2015.el (mml2015-epg-find-usable-key): New function.
10775         (mml2015-epg-sign): Use it.
10776         (mml2015-epg-encrypt): Use it.
10777
10778 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * message.el (message-make-in-reply-to): Quote name containing
10781         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10782         if there are special characters.  Reported by NAKAJI Hiroyuki
10783         <nakaji@jp.freebsd.org>.
10784
10785 2007-02-27  Didier Verna  <didier@xemacs.org>
10786
10787         Include the group parameters as well as the topic ones in the
10788         inheritance filter process.
10789         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10790         argument GROUP-PARAMS-LIST.
10791         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10792
10793 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * nntp.el (nntp-never-echoes-commands)
10796         (nntp-open-connection-functions-never-echo-commands): New variables.
10797         (nntp-send-command): Use them.
10798
10799 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10800
10801         * mml2015.el (mml2015-epg-verify): Simplify.
10802
10803 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * mml.el (mml-content-disposition-alist): New user option.
10806         (mml-content-disposition): New function.
10807         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10808         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10809
10810 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10811
10812         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10813         verification.
10814
10815 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10816
10817         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10818         articles posted in the last 24 hours.
10819
10820 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10821
10822         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10823
10824 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10825
10826         * nntp.el (nntp-send-command): Don't wait for echoes when
10827         nntp-open-ssl-stream is used.
10828
10829 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10832         (gnus-message-add-citation-keywords)
10833         (gnus-message-remove-citation-keywords): Remove.
10834         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10835         directly, make the variables in font-lock-defaults buffer-local, add
10836         gnus-message-citation-keywords to them and then update the value of
10837         font-lock-keywords.
10838
10839 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * message.el (message-cite-original-1): Don't call
10842         gnus-article-highlight-citation.
10843
10844         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10845         citations; fix line count.
10846
10847 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10850         (gnus-message-add-citation-keywords)
10851         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10852         versions of font-lock-add-keywords and font-lock-remove-keywords to
10853         work with XEmacs correctly.
10854
10855 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus-cite.el (gnus-cite-face-list): Set the values of
10858         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10859         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10860         (gnus-message-cite-prefix-regexp): New variable.
10861         (gnus-message-search-citation-line): Use it; protect against long
10862         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10863         the 0th match data for Emacs.
10864         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10865         (gnus-message-add-citation-keywords): Append keywords rather than
10866         prepending; emulate font-lock-add-keywords if it is not available.
10867         (gnus-message-remove-citation-keywords):
10868         Emulate font-lock-remove-keywords if it is not available.
10869
10870         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10871
10872         * message.el (message-cite-prefix-regexp): Set the value of
10873         gnus-message-cite-prefix-regexp.
10874
10875 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10876
10877         * nnweb.el (nnweb-google-parse-1): Update parser.
10878
10879 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10880
10881         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10882
10883 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10884
10885         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10886         regexp.
10887
10888 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10891         string-to-multibyte.
10892         (uudecode-decode-region-internal): Use it.
10893
10894         * lpath.el: Fbind string-as-multibyte for XEmacs.
10895
10896 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10899         Fix custom choice.
10900
10901         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10902
10903 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10904
10905         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10906
10907         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10908         `write-region' to respect `mm-inhibit-file-name-handlers'.
10909
10910 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10913         Use gnus-home-directory instead of "~/" or "$HOME".
10914
10915 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10916
10917         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10918         to mention filename.
10919         Add comments at beginning regarding usage.
10920         (encrypt-write-file-contents): Change interactive so a string is
10921         acceptable.  If the file has no associated model, show an error instead
10922         of a nonsense prompt.
10923
10924 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10925
10926         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10927         Thanks to Yoshihiko Yamada for kind notification of this typo.
10928
10929 2007-01-12  Kenichi Handa  <handa@m17n.org>
10930
10931         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10932         multibyte buffer.
10933
10934 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * gnus-score.el (gnus-score-fast-scoring): New variable.
10937         (gnus-score-headers): Use it.
10938
10939         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10940
10941         * message.el (message-cite-original-1):
10942         Call gnus-article-highlight-citation if requested.
10943         (message-make-from): Allow name and address as optional arguments.
10944
10945         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10946
10947         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10948         bugs to doc string.
10949         (gnus-button-alist): Add mid\\|message-id.
10950         (gnus-button-fetch-group): Extend for use in
10951         `browse-url-browser-function'.
10952         (gnus-button-url-regexp): Try to catch paired parentheses like in
10953         Wikipedia URLs.
10954
10955         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10956         Suggested by Simon Krahnke <overlord@gmx.li>.
10957
10958 2007-01-13  Romain Francoise  <romain@orebokech.com>
10959
10960         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10961         Update copyright.
10962
10963 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10964
10965         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10966
10967 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10968
10969         * gnus-registry.el (gnus-registry-unfollowed-groups)
10970         (gnus-registry-split-fancy-with-parent): Fix documentation.
10971
10972 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10975         from nnweb groups.
10976
10977 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10978
10979         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10980         Xref urls.  Erase buffer before requesting head.
10981
10982         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10983
10984 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10987         customizable.
10988
10989 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10990
10991         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10992         no signing key is found.
10993         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10994         no encrypting and/or signing key is found.
10995
10996 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10999
11000 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11001
11002         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11003         headers read from disk with the ones newly found in the current search.
11004         This should no longer cause problems, because the article numbers in
11005         Gmane's `nov.php' output are ignored since the previous change.
11006
11007 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11008
11009         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11010
11011 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11014         replace-regexp-in-string; bind url-version; fbind display-images-p and
11015         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11016         find-face and set-itimer-function for Emacs; bind itimer-list for
11017         Emacs.
11018
11019         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11020
11021 2007-01-01  Romain Francoise  <romain@orebokech.com>
11022
11023         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11024
11025 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11026
11027         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11028         `define-minor-mode' macro definition expanded properly.
11029         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11030         exclude it there.
11031
11032         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11033         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11034         `fboundp' test.
11035         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11036         This is OK to autoload in (S)XEmacs now.
11037
11038 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11041         keystroke.
11042         (gnus-summary-limit-to-singletons): Fix typo.
11043
11044         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11045         else fails.
11046
11047 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11048
11049         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11050         docstring.
11051
11052         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11053         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11054         (gnus-summary-insert-dormant-articles): Fix typo in message.
11055
11056 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11059         nil for XEmacs.
11060         (gnus-message-citation-mode): Don't autoload in XEmacs.
11061
11062         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11063
11064 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11065
11066         * nnimap.el (nnimap-expunge-search-string):
11067         Mention nnimap-search-uids-not-since-is-evil in docstring.
11068
11069 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * spam.el: Revert to make-obsolete-variable because
11072         define-obsolete-variable-alias is not supported in Emacs 21.
11073
11074         * spam.el (spam-ifile-path, spam-ifile-database-path)
11075         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11076         make-obsolete-variable.
11077         (spam-bsfilter-path, spam-bsfilter-program)
11078         (spam-spamassassin-path, spam-spamassassin-program)
11079         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11080         Don't use "path" inappropriately.
11081         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11082         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11083         variable names.
11084
11085 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11086
11087         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11088         summary buffer.
11089
11090         * password.el (password-cache-remove): Use clear-string to burn
11091         password, if available.
11092
11093 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11096
11097         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11098
11099         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11100         (gnus-message-highlight-citation): Move defcustom here from
11101         gnus-cite.el.
11102         (gnus-message-citation-mode): Autoload.
11103
11104         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11105         checks to make it compile with XEmacs.
11106         (gnus-message-citation-mode): New minor mode.
11107         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11108         (gnus-message-highlight-citation): New variables.
11109         (gnus-message-search-citation-line)
11110         (gnus-message-add-citation-keywords)
11111         (gnus-message-remove-citation-keywords)
11112         (turn-on-gnus-message-citation-mode)
11113         (turn-off-gnus-message-citation-mode): New functions.
11114
11115 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11116
11117         * gnus-cite.el: Enable highlighting of different citation levels in
11118         message-mode.
11119
11120 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * message.el (message-make-fqdn): Fix comment.
11123         (message-bogus-system-names): Add ".local".
11124
11125         * spam.el (spam-ifile-path, spam-ifile-program)
11126         (spam-ifile-database-path, spam-ifile-database)
11127         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11128         Don't use "path" inappropriately.
11129         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11130         strings.
11131         (spam-check-ifile, spam-ifile-register-with-ifile)
11132         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11133         Use new variable names.
11134
11135         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11136         (gnus-treat-display-smileys): Simplify using
11137         gnus-image-type-available-p.
11138
11139         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11140         available.
11141
11142         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11143         Use `display-images-p' if available.
11144
11145 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11148         one after turning on the buffer's multibyteness instead of decoding
11149         them directly in the unibyte buffer that causes unexpected conversion
11150         in Emacs 23 (unicode).
11151
11152 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11153
11154         * message.el (message-generate-hashcash): Fix custom type.
11155
11156 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11159
11160 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11163         disconnect icons.  Add help text.
11164
11165 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11166
11167         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11168         negated to be consistent with the others we handle.
11169
11170 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171
11172         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11173         version of gnus-summary-buffer to something, so that we can use two
11174         article buffers at the same time.
11175
11176 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11177
11178         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11179         trigger all the extra headers.
11180         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11181         sorting.
11182
11183 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11184
11185         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11186         solid groups.
11187
11188 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11189
11190         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11191
11192 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * legacy-gnus-agent.el: Add Copyright notice.
11195
11196 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11197
11198         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11199
11200 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11203
11204         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11205         to make it work reliably in CVS Emacs.
11206         (gnus-summary-limit-strange-charsets-predicate)
11207         (gnus-summary-limit-to-predicate): New functions.
11208
11209 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11210
11211         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11212         specifying array size.
11213         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11214         array if it is too small.
11215         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11216         (gnus-sort-threads-loop): New function.
11217
11218 2006-12-06  Chris Moore  <dooglus@gmail.com>
11219
11220         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11221         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11222
11223 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11224
11225         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11226         options.
11227
11228 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11229
11230         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11231         DOS-ing the recipient.
11232
11233         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11234         the headers when creating the mapping to avoid mismappings.
11235         (nnweb-gmane-create-mapping): Always nix out old mapping.
11236
11237 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11240         and mm-verify-option to never.
11241
11242 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * message.el (message-signed-or-encrypted-p): New function.
11245         (message-forward-make-body): Use it.
11246
11247         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11248         Replace encode-coding-string with mm-encode-coding-string.
11249
11250 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * nneething.el (nneething-decode-file-name):
11253         Replace decode-coding-string with mm-decode-coding-string.
11254
11255         * gnus-int.el (gnus-open-server): Say failed server's name.
11256
11257 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11258
11259         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11260         strings to a single string.  Quote `errors-file-name'.
11261         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11262         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11263         Adjust calls.  Use `shell-quote-argument'.
11264
11265 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11266
11267         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11268         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11269
11270         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11271         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11272         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11273         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11274         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11275         (gnus-subscribe-newsgroup, gnus-1):
11276         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11277         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11278         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11279         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11280
11281 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11282
11283         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11284         keystroke.
11285         (gnus-summary-limit-to-bodies): Implement headersp.
11286
11287 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288
11289         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11290
11291 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11294
11295 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * message.el (message-generate-hashcash): Expand range of values to
11298         include `opportunistic'.
11299         (message-send-mail): Use it.
11300
11301 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11302
11303         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11304         and comment it.
11305
11306         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11307
11308 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * gnus-util.el (gnus-extract-address-components): Improve comment.
11311
11312 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-util.el (gnus-extract-address-components): Work with address in
11315         which the name portion contains @.
11316
11317         * lpath.el: Fbind custom-autoload.
11318
11319 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus.el (gnus-start): Move custom group up.
11322         (gnus-select-method): Don't autoload, but make it available for
11323         `customize-variable'.
11324         (gnus-getenv-nntpserver): Don't autoload.
11325
11326 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11327
11328         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11329
11330 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * message.el (message-sendmail-extra-arguments): New variable.
11333         (message-send-mail-with-sendmail): Use it.
11334
11335 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11338         mm-with-unibyte-current-buffer to make string unibyte.
11339
11340         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11341         mm-string-as-multibyte.
11342
11343 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11344
11345         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11346         Reported by Werner Koch <wk@gnupg.org>.
11347
11348 2006-11-14  Daiki Ueno  <ueno@p360>
11349
11350         * mml2015.el: Autoload epa-select-keys when compiling.
11351
11352 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11353
11354         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11355         message-options.
11356         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11357
11358 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11359
11360         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11361         EasyPG (< 0.0.6).
11362         (mml2015-always-trust): New user option.
11363         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11364         prompt.
11365
11366 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * nntp.el (nntp-authinfo-force): New variable.
11369         (nntp-send-authinfo): Use it.
11370
11371 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11374         decode encoded words.  Improve prompt.  Add comment about forwarding.
11375         (message-replacement-char): Move up.
11376
11377 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11378
11379         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11380         instead of gnus-intersection because arguments of gnus-sorted-nunion
11381         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11382
11383 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11386         (message-simplify-subject-functions):
11387         Enable message-strip-subject-encoded-words by default.
11388
11389 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * message.el (message-strip-subject-encoded-words): New function.
11392         (message-simplify-subject-functions): New variable.
11393         (message-simplify-subject): Use it.  Fix typo in doc string.
11394         Support message-strip-subject-encoded-words.
11395
11396 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11397
11398         * gnus-diary.el (gnus-diary-delay-format-function):
11399         * nndiary.el (nndiary-reminders):
11400         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11401
11402 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gnus-art.el (article-hide-boring-headers): Fetch date from
11405         gnus-original-article-buffer to avoid problems with localized date
11406         strings.
11407
11408 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11411
11412 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11415         New variables.
11416         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11417         (mm-charset-synonym-alist): Move some entries to
11418         mm-codepage-iso-8859-list.
11419         (mm-charset-synonym-alist, mm-charset-override-alist):
11420         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11421
11422 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11425
11426 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11429         with Emacs 21 and XEmacs.
11430
11431 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11432
11433         * spam.el (spam-parse-address): New function for better parsing,
11434         catching errors, etc.
11435         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11436
11437 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * mm-view.el: Add interactive arg to html2text autoload.
11440
11441 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11444
11445 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11448         New variables.
11449         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11450         (mm-charset-synonym-alist): Move some entries to
11451         mm-codepage-iso-8859-list.
11452
11453         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11454
11455 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * message.el (message-citation-line-format)
11458         (message-insert-formated-citation-line): Fix implementation of %E, %N
11459         and %n according to the doc string.
11460
11461 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11462
11463         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11464         Use car-safe to avoid bad parses.
11465
11466 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11469         names.
11470
11471         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11472
11473 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11476         header.
11477
11478         * message.el (message-draft-headers): Add Date.
11479         (message-headers-to-generate): Fix typo in docstring.
11480
11481         * nndraft.el (nndraft-required-headers): New variable.
11482         (nndraft-generate-headers): Use it.
11483
11484         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11485
11486 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11487
11488         * gnus-registry.el (gnus-registry-wash-for-keywords)
11489         (gnus-registry-find-keywords): New functions to allow easy searching of
11490         articles that are in the registry.
11491
11492 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11493
11494         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11495         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11496         Reported by Damien Elmes <damien@repose.cx>.
11497
11498 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * gnus.el (gnus-mime): Remove unused custom group.
11501
11502 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11503
11504         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11505         "blank line" when searching for end of armor headers.
11506
11507 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gmm-utils.el (gmm-write-region): Fix variable name.
11510
11511 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11512
11513         * gmm-utils.el (gmm-write-region): New function based on compatibility
11514         code from `mm-make-temp-file'.
11515
11516         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11517
11518         * nnmaildir.el (nnmaildir--update-nov)
11519         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11520         Use `gmm-write-region'.
11521
11522 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11525         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11526
11527         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11528
11529         * message.el (message-replacement-char): New variable.
11530         (message-fix-before-sending): Use it.
11531         (message-simplify-subject): New function to remove duplicate code.
11532         (message-reply, message-followup): Use it.
11533
11534         * gnus-sum.el (gnus-summary-make-menu-bar):
11535         Clarify gnus-summary-limit-to-articles.
11536
11537 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-util.el (gnus-with-local-quit): New macro.
11540
11541         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11542
11543 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11544
11545         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11546         ignore non-string data.
11547
11548 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11549
11550         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11551         non-string data (needs to be done in the registry too).
11552
11553 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11554
11555         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11556         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11557         (gnus-registry-split-fancy-with-parent)
11558         (gnus-registry-fetch-simplified-message-subject-fast)
11559         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11560         Remove text properties on ingress into the registry and when it's saved.
11561         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11562         registry from entries with no groups.
11563
11564 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11565
11566         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11567         function to remove string properties.
11568
11569 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * gmm-utils.el (gmm): Adjust custom version.
11572
11573         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11574         Adjust custom version.
11575
11576         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11577
11578 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus-art.el (gnus-insert-prev-page-button)
11581         (gnus-insert-next-page-button): Simplify.  Reformat.
11582
11583 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11584
11585         * gnus-art.el (gnus-insert-prev-page-button)
11586         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11587
11588 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11589
11590         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11591
11592 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11593
11594         * gnus-art.el (gnus-insert-mime-button)
11595         (gnus-insert-mime-security-button):
11596         Apply gnus-article-button-face to MIME and security buttons.
11597
11598 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11601         readable.
11602
11603 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11606
11607 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11608
11609         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11610         `browse-url-of-file' instead of `browse-url'.
11611
11612 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11613
11614         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11615         regexp.  Articles containing quotation were cut prematurely.
11616
11617 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * message.el (message-cite-original-1): Use nobody by default for the
11620         value of From header.
11621         (message-reply): Ditto.
11622
11623 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11624
11625         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11626         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11627         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11628
11629 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11632         mails in the doc string.  Add some URLs in comment.
11633         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11634
11635 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11638         backslashes handling and the way to find boundaries of quoted strings.
11639
11640 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11641
11642         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11643         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11644         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11645         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11646
11647 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11650         doc string.
11651         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11652
11653 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * lpath.el: Fbind epg-check-configuration.
11656
11657 2006-09-06  Simon Josefsson  <jas@extundo.com>
11658
11659         * mml2015.el (mml2015-use): Doc fix, mention epg.
11660
11661 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11662
11663         * mml2015.el (mml2015-use): Default to epg, if available.
11664
11665 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11666
11667         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11668         message-sender.
11669         (mml1991-epg-encrypt): Ditto.
11670         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11671         message-sender.
11672         (mml2015-epg-encrypt): Ditto.
11673
11674 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11675
11676         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11677         several common directories.
11678
11679 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11680
11681         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11682         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11683
11684 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-art.el (article-decode-encoded-words): Make it fast.
11687
11688 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11691
11692         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11693         in quoted string into `\'.
11694
11695 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11698         Use standard-syntax-table.
11699
11700 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-art.el (gnus-decode-address-function): New variable.
11703         (article-decode-encoded-words): Use it to decode headers which are
11704         assumed to contain addresses.
11705         (gnus-mime-delete-part): Remove useless `or'.
11706
11707         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11708         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11709         (gnus-nov-parse-line): Use it to decode From header.
11710         (gnus-get-newsgroup-headers): Ditto.
11711         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11712
11713         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11714         (mail-decode-encoded-address-string): New alias.
11715
11716         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11717         New function.
11718         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11719         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11720         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11721         (rfc2047-decode-string): Ditto.
11722         (rfc2047-decode-address-region): New function.
11723         (rfc2047-decode-address-string): New function.
11724
11725 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * message.el (message-caesar-buffer-body): Allow rotating headers.
11728
11729         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11730
11731         * message.el (message-insert-formated-citation-line): Fix %f.
11732         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11733
11734 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11737         (gnus-bookmark-mouse-available-p): New macro.
11738         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11739         (gnus-bookmark-bmenu-show-infos): Use it.
11740         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11741         (gnus-bookmark-bmenu-hide-infos): Ditto.
11742         (gnus-bookmark-remove-properties): New function.
11743         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11744         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11745         (gnus-bookmark-write-file): Bind coding-system-for-write.
11746         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11747         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11748         group before selecting it.
11749         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11750         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11751         quit-window if it is not available; use gnus-mouse-2 and bind it to
11752         gnus-bookmark-bmenu-select-by-mouse.
11753         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11754         (gnus-bookmark-bmenu-select-by-mouse): New function.
11755
11756 2006-08-13  Romain Francoise  <romain@orebokech.com>
11757
11758         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11759         space.
11760
11761 2006-08-10  Romain Francoise  <romain@orebokech.com>
11762
11763         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11764         (dns-mode-soa-auto-increment-serial): New user option.
11765         (dns-mode-soa-maybe-increment-serial): New function.
11766         (dns-mode): Add the latter to `write-contents-functions'.
11767
11768 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * compface.el (uncompface): Use binary rather than raw-text-unix.
11771
11772 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * compface.el (uncompface): Make sure the eol conversion doesn't take
11775         place when communicating with the external programs.
11776         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11777
11778 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11781
11782 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11783
11784         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11785         Make it more robust by parsing author and date independently.
11786
11787 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11790
11791 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11792
11793         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11794         first matching secret key.
11795         (mml2015-epg-encrypt): Ditto.
11796
11797         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11798         first matching secret key.
11799         (mml1991-epg-encrypt): Ditto.
11800
11801         * mml2015.el (mml2015-encrypt-to-self): New user option.
11802         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11803         mml2015-epg-encrypt-to-self is set.
11804
11805         * mml1991.el (mml1991-encrypt-to-self): New variable.
11806         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11807         mml1991-epg-encrypt-to-self is set.
11808
11809         * mml2015.el (mml2015-signers): New user option.
11810         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11811         (mml2015-epg-encrypt): Allow to select signing keys.
11812
11813         * mml1991.el (mml1991-signers): New variable.
11814         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11815         (mml1991-epg-encrypt): Allow to select signing keys.
11816
11817 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * nnheader.el (nnheader-insert-head): Make it work even if the file
11820         uses CRLF for the line-break code.
11821
11822 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11823
11824         * mml2015.el: Require mml-sec instead of password.
11825         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11826         (mml2015-cache-passphrase): Inherit the default value from
11827         mml-secure-cache-passphrase.
11828         (mml2015-passphrase-cache-expiry): Inherit the default value from
11829         mml-secure-passphrase-cache-expiry.
11830
11831         * mml1991.el: Require mml-sec instead of password.
11832         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11833         (mml1991-cache-passphrase): Inherit the default value from
11834         mml-secure-cache-passphrase.
11835         (mml1991-passphrase-cache-expiry): Inherit the default value from
11836         mml-secure-passphrase-cache-expiry.
11837
11838         * mml-sec.el: Require password.
11839         (mml-secure-verbose): New user option.
11840         (mml-secure-cache-passphrase): New user option.
11841         (mml-secure-passphrase-cache-expiry): New user option.
11842
11843 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11844
11845         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11846         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11847         andreas@altroot.de (Andreas Vögele).
11848
11849         FIXME: Use `tiny change'?
11850
11851 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11852
11853         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11854         workaround for the url package included with Emacs.
11855
11856         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11857
11858 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11861         correctly.  This fixes a bug caused by the 2006-05-12 change.
11862
11863 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11864
11865         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11866         some information about the error when saying that the `bogus' mail
11867         group will be used.
11868
11869 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11872         string.
11873
11874 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11875
11876         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11877
11878 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11879
11880         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11881
11882 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11883
11884         * mml1991.el (mml1991-function-alist): Add epg.
11885         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11886         (mml1991-epg-encrypt): New functions.
11887
11888 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11889
11890         * mml2015.el (mml2015-verbose): New variable.
11891         (mml2015-cache-passphrase): Ditto.
11892         (mml2015-passphrase-cache-expiry): Ditto.
11893         (mml2015-function-alist): Add epg.
11894         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11895         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11896         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11897         New functions.
11898
11899 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11900
11901         * message.el (message-cite-original-1): Preserve region when removing
11902         quoted text due to X-No-Archive in order to avoid bogus attribution
11903         when citing multiple messages.
11904
11905 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11906
11907         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11908         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11909
11910 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * gnus-diary.el (gnus-user-format-function-d)
11913         (gnus-user-format-function-D): Autoload.
11914
11915         * imap.el (Commentary): Fix typo.
11916
11917         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11918         2006-04-22 contribution.
11919
11920 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11921
11922         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11923         It didn't really fix the bogosity I'm seeing with solid web groups.
11924
11925 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11926
11927         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11928         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11929         created using server names.  If we use the feature without declaring
11930         it, Gnus does not properly manage server and group state.
11931
11932         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11933         bound.
11934
11935 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11936
11937         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11938         looking up the method using GROUP's prefix before inventing a new one.
11939         It is used on killed/unknown groups in various places where returning
11940         an all-new method isn't expected by the caller.
11941
11942         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11943         and match semantics of gnus-group-real-prefix.
11944
11945 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * nnmail.el (nnmail-broken-references-mailers): New variable.
11948         (nnmail-ignore-broken-references): New function generalizing
11949         nnmail-fix-eudora-headers.
11950         (nnmail-fix-eudora-headers): Now obsolete.
11951
11952         * gnus-art.el (gnus-button-handle-custom):
11953         Support `customize-apropos*'.
11954
11955 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11956
11957         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11958
11959         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11960         articles.
11961
11962 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * message.el (message-cite-reply-above): New variable.
11965         (message-yank-original): Use it.
11966
11967 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11970
11971 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11974         as read.
11975
11976         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11977
11978 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11981         (gnus-bookmark-default-file): Use gnus-directory.
11982         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11983         Remove "*" in doc string.
11984         (gnus-bookmark-write-file): Simplify.
11985         (gnus-bookmark-maybe-sort-alist): Use `when'.
11986         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11987         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11988         Add FIXME about Emacs 21 and XEmacs compatibility.
11989         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11990         compatibility.
11991         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11992         compatibility.
11993         (gnus-bookmark-menu-heading): Fix version.
11994
11995 2006-06-19  Bastien Guerry  <bzg@altern.org>
11996
11997         * gnus-bookmark.el: New file.
11998
11999 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * message.el (message-syntax-checks): Doc fix.
12002
12003 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12004
12005         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12006         unsubscribed groups as if they were killed ones.  It causes duplicate
12007         entries in gnus-newsrc-alist.
12008
12009 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * message.el (message-syntax-checks): Doc fix.
12012         (message-send-mail): Add check for continuation headers.
12013         (message-check-news-header-syntax): Fix regexp used to check for
12014         continuation headers.
12015
12016 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12019
12020 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12023
12024 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12027         default-truncate-lines.
12028
12029 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12032         to fill the utf-8 entry.
12033
12034         * lpath.el: Fbind unicode-precedence-list.
12035
12036 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12037
12038         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12039
12040 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12041
12042         * gnus-agent.el (directory-files-and-attributes): Move all the way
12043         forward (the third and final move).
12044         (gnus-agent-read-agentview): Trap reconstruction errors due to
12045         nonexistent directory.  Handle by returning nil.
12046
12047 2006-05-30  Didier Verna  <didier@xemacs.org>
12048
12049         * message.el (message-dont-reply-to-names): Update the custom type.
12050         * message.el (message-dont-reply-to-names): New defsubst: potentially
12051         convert a list of regexps into a single one.
12052         * message.el (message-get-reply-headers): Use it.
12053         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12054
12055 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-agent.el (directory-files-and-attributes): Move forward.
12058
12059 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12060
12061         * gnus-ml.el (gnus-mailing-list-subscribe)
12062         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12063         (gnus-mailing-list-message): Fix doc strings.
12064
12065 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12066
12067         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12068         of doing it manually.
12069
12070 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12073         comment.
12074
12075 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12076
12077         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12078         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12079         (gnus-agent-read-local): All symbols allocated in my-obarray.
12080         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12081         (gnus-agent-regenerate-group): Check numeric names to see if they are
12082         messages or groups.
12083         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12084         better way of do this...)
12085
12086         * gnus-cache.el (gnus-agent-total-fetched-for):
12087         Ignore 'dummy.group' (there should be a better way of do this...)
12088
12089 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12092         (gnus-saved-headers): Ditto.
12093         (gnus-default-article-saver): Mention functions may have properties.
12094         (gnus-article-save): Override gnus-save-all-headers and
12095         gnus-saved-headers by :headers property which saver function may have.
12096         (gnus-summary-save-in-file): Add :headers property.
12097         (gnus-summary-write-to-file): Ditto.
12098
12099         * gnus-sum.el (gnus-summary-save-article): Bind
12100         gnus-prompt-before-saving to t when saving many articles in a file;
12101         always show all headers.
12102
12103         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12104
12105 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12108         marks.
12109
12110         * message.el (message-indent-citation): Add optional arguments to allow
12111         using it outside of message buffers.
12112
12113         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12114         (gnus-article-treat-unfold-headers): Use it.
12115         (gnus-article-truncate-lines): New variable.
12116         (gnus-article-mode): Use it.
12117         (gnus-article-toggle-truncate-lines): New function.
12118
12119         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12120         Add gnus-article-toggle-truncate-lines.
12121
12122         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12123         coding system in XEmacs, use binary.
12124
12125 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12128         after-load-alist.
12129
12130         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12131         this function should save decoded articles.
12132         (gnus-summary-write-to-file): Use property to specify this function
12133         should save decoded articles and specify gnus-summary-save-in-file
12134         should be used to save articles other than the first one when saving
12135         many articles.
12136         (gnus-summary-save-body-in-file): Use property to specify this
12137         function should save decoded articles.
12138         (gnus-summary-write-body-to-file): Use property to specify this
12139         function should save decoded articles and specify
12140         gnus-summary-save-body-in-file should be used to save articles other
12141         than the first one when saving many articles.
12142
12143         * gnus-sum.el (gnus-summary-save-article): Simplify.
12144
12145 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * gnus-art.el (gnus-default-article-saver):
12148         Add gnus-summary-write-body-to-file.
12149         (gnus-article-save-coding-system): Don't use coding system object
12150         in XEmacs.
12151         (gnus-read-save-file-name): Add optional `dir-var' argument which
12152         specifies directory in which files are saved; work even if optional
12153         `variable' argument is not specified.
12154         (gnus-summary-write-to-file): Read file name.
12155         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12156         (gnus-summary-write-body-to-file): New function.
12157
12158         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12159         (gnus-summary-local-variables): Add it.
12160         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12161         (gnus-summary-save-article): Remove optional `decode' argument;
12162         determine whether to decode articles by the value of
12163         gnus-default-article-saver; when saving many files using
12164         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12165         it first and use gnus-summary-save-in-file or
12166         gnus-summary-save-body-in-file thereafter unless
12167         gnus-prompt-before-saving is always; move point to article which
12168         will be saved.
12169         (gnus-summary-save-article-file): Revert.
12170         (gnus-summary-write-article-file): Revert.
12171         (gnus-summary-save-article-body-file): Revert.
12172         (gnus-summary-write-article-body-file): New function.
12173
12174 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-art.el (gnus-default-article-saver): Doc fix.
12177         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12178         from gnus-summary-save-article-coding-system, and default to a
12179         certain coding system.
12180         (gnus-output-to-file): Add coding cookie and encode text according
12181         to gnus-article-save-coding-system; don't use mm-append-to-file.
12182
12183         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12184         gnus-art.el and rename to gnus-article-save-coding-system.
12185         (gnus-summary-save-article): Require gnus-art; don't show all
12186         headers if it decodes articles; don't add coding cookie here;
12187         don't bind mm-text-coding-system-for-write.
12188         (gnus-summary-save-article-file): Save decoded articles.
12189         (gnus-summary-write-article-file): When saving many files, use
12190         gnus-summary-write-to-file first and gnus-summary-save-in-file
12191         thereafter unless gnus-prompt-before-saving is always.
12192         (gnus-summary-save-article-body-file): Save decoded articles.
12193
12194         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12195
12196 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * nnrss.el (nnrss-check-group): Bind hash-index.
12199
12200 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12201
12202         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12203         its hash index.  Store this hash in `nnrss-group-data'.
12204         (nnrss-read-group-data): Update accordingly.
12205
12206 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12209         entry.
12210
12211         * gnus-sum.el (gnus-summary-make-menu-bar):
12212         Add gnus-article-browse-html-article.
12213
12214 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12215
12216         * gnus-sum.el (gnus-summary-mime-map):
12217         Add gnus-article-browse-html-article.
12218
12219         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12220
12221 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12224         suitable coding systems in customize.
12225
12226 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * mail-source.el (mail-sources): Fix custom type.
12229
12230 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12231
12232         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12233         (gnus-summary-expire-articles-now): Shorten prompt.
12234
12235         * gmm-utils.el (wid-edit): Require.
12236         (defun-gmm): Rename from `gmm-defun-compat'.
12237         (gmm-image-search-load-path): Use it.
12238         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12239
12240 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-sum.el (gnus-summary-save-article-coding-system):
12243         New variable.
12244         (gnus-summary-save-article): Add optional `decode' argument.
12245         If it is set and gnus-summary-save-article-coding-system is non-nil,
12246         save decoded article.
12247         (gnus-summary-write-article-file): Save decoded article if
12248         gnus-summary-save-article-coding-system is non-nil.
12249
12250         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12251         type.
12252
12253 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12256
12257 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12260         first to test gnus-single-article-buffer which may be buffer-local.
12261
12262         * gnus-sum.el (gnus-summary-setup-buffer):
12263         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12264         group; make gnus-article-buffer, gnus-article-current, and
12265         gnus-original-article-buffer always buffer-local.
12266         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12267         group.
12268         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12269
12270 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * nnml.el (nnml-request-compact-group): Compressed files might not
12273         have .gz extension.
12274
12275 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12276
12277         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12278         (mm-copy-to-buffer): Use with-current-buffer.
12279         (mm-display-part): Simplify.
12280         (mm-inlinable-p): Add optional arg `type'.
12281
12282 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12283
12284         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12285         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12286         Try harder to show the attachment internally or externally using
12287         gnus-mime-view-part-as-type.
12288
12289 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * message.el (message-from-style, message-signature-separator)
12292         (message-user-organization-file, message-send-mail-function)
12293         (message-citation-line-function, message-yank-prefix)
12294         (message-indent-citation-function, message-signature)
12295         (message-signature-file, message-signature-insert-empty-line):
12296         Remove autoloads.
12297
12298         * gnus-art.el (gnus-buttonized-mime-types):
12299         Remove "multipart/signed".  Revert 2006-04-26 change.
12300
12301 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12302
12303         * gnus.el (gnus-version-number): Bump version.
12304
12305 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12306
12307         * gnus.el: No Gnus v0.5 is released.
12308
12309 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12310
12311         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12312         fetching articles by message-id.
12313
12314 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315
12316         * message.el (hashcash): Require hashcash as normal.
12317
12318         * ecomplete.el (ecomplete-highlight-match-line):
12319         Use point-at-eol.
12320         (ecomplete-highlight-match-line): Use `highlight', because that
12321         face exists in both Emacs and XEmacs.
12322
12323         * message.el (message-display-abbrev): Use point-at-bol.
12324
12325         * mail-source.el: Don't require timer/timer-funcs.
12326
12327         * gnus-async.el: Ditto.
12328
12329         * password.el: Ditto.
12330
12331         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12332
12333         * mm-url.el: Ditto.
12334
12335         * gnus-xmas.el: Don't require timer-funcs.
12336
12337         * mm-util.el: Require timer/timer-funcs.
12338
12339 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12340
12341         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12342         Close.
12343
12344 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12347         unibyte after clear-decrypt function runs.
12348
12349         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12350         returns as a unibyte string.
12351
12352 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * lpath.el: Revert.
12355
12356         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12357         (pgg-gpg-process-sentinel): Revert.
12358
12359         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12360         (pgg-pgp-lookup-key): Revert.
12361
12362         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12363         (pgg-pgp5-lookup-key): Revert.
12364
12365         * pgg.el (pgg-fetch-key): Revert.
12366
12367 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * lpath.el: Fbind string-as-multibyte for XEmacs.
12370
12371         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12372         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12373         (mml1991-pgg-encrypt): Ditto.
12374
12375         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12376         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12377         a multibyte buffer.
12378
12379         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12380         (pgg-pgp-lookup-key): Ditto.
12381
12382         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12383         (pgg-pgp5-lookup-key): Ditto.
12384
12385         * pgg.el (pgg-fetch-key): Ditto.
12386
12387 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * message.el (message-user-organization-file): Check several
12390         locations of the organization file.
12391
12392         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12393         Add gnus-article-view-part-as-type.
12394
12395         * gnus-art.el (gnus-article-view-part-as-type): New function.
12396
12397         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12398         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12399
12400         * mml.el: Simplify autoload.
12401         (mml-mode): defvar dnd-protocol-alist instead of using
12402         symbol-value.
12403         (mml-default-directory): New variable.
12404         (mml-minibuffer-read-file): Use it.
12405         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12406
12407         * message.el (message-citation-line-format): New variable.
12408         (message-insert-formated-citation-line): New function.
12409         (message-citation-line-function):
12410         Add `message-insert-formated-citation-line' to custom type.
12411
12412         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12413         to doc string.
12414
12415         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12416         depending on mm-verify-option.
12417
12418 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12421         binding pgg-* variables; reimplement the section which prevents
12422         MIME header from being signed.
12423         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12424         pgg-text-mode; remove a blank line at the top of body.
12425
12426         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12427         lines at the top of body; use gnus-newsgroup-charset if there's no
12428         Charset header.
12429
12430 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * message.el (message-self-insert-commands): Doc fix.
12433
12434         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12435         (mm-uu-pgp-encrypted-test): Ditto.
12436         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12437         between header and body; return application/pgp-encrypted handle
12438         if decryption failed; decode decrypted body by charset.
12439
12440         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12441         element match to application/pgp-*.
12442
12443 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12444
12445         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12446         HTML.
12447
12448 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12449
12450         * mail-source.el (mail-source-call-script): Message the error
12451         string.
12452
12453 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12454
12455         * gnus-util.el (gnus-byte-compile): Use it.
12456
12457 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12458
12459         * gnus-util.el (kill-empty-logs): New function.
12460
12461 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * message.el (message-mail-alias-type): Doc fix.
12464         (message-mail-alias-type-p): New function.
12465         (message-send): Use it.
12466         (message-mode): Ditto.
12467         (message-strip-forbidden-properties): Ditto.
12468
12469         * ecomplete.el (ecomplete-database-file-coding-system):
12470         New variable.
12471         (ecomplete-save): Use it.
12472         (ecomplete-setup): Use it.
12473
12474 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * message.el (message-self-insert-commands): New variable.
12477         (message-strip-forbidden-properties): Use it.
12478
12479 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12480
12481         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12482         that doesn't make XEmacs choke.
12483
12484 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-util.el (gnus-replace-in-string):
12487         Prefer replace-regexp-in-string over of replace-in-string.
12488
12489 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * gnus-util.el (gnus-select-frame-set-input-focus):
12492         Use select-frame-set-input-focus if it is available in XEmacs; use
12493         definition defined in Emacs 22 for old Emacsen.
12494
12495         * dgnushack.el: Autoload unmorse-region for XEmacs.
12496
12497         * lpath.el: Bind cursor-in-non-selected-windows and
12498         select-frame-set-input-focus for XEmacs.
12499
12500 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12503
12504 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12505
12506         * gnus-registry.el (gnus-registry-cache-save): Remove text
12507         properties when saving via the temp buffer.
12508
12509 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * message.el (message-generate-hashcash): Honor custom type.
12512
12513 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514
12515         * message.el (message-generate-hashcash): Default to non-nil when
12516         hashcash is found.
12517
12518         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12519         (gnus-refer-thread-limit): Increase default to 500.
12520
12521         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12522
12523         * flow-fill.el (fill-flowed): Allow delete-space.
12524
12525 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12528         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12529         Remove autoloads.
12530
12531 2006-04-18  Simon Josefsson  <jas@extundo.com>
12532
12533         * message.el (message-generate-hashcash): Default to.
12534
12535 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12538         concatenating segments rather than before concatenating them.
12539
12540 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12543
12544 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12545
12546         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12547
12548         * message.el (message-forward-make-body-plain):
12549         Allow message-forward-ignored-headers to be a list.
12550         (message-remove-ignored-headers): Factor out into function.
12551         (message-forward-make-body-mml): Use it.
12552
12553         * imap.el (imap-quote-specials): New function.
12554         (imap-login-auth): Quote specials.
12555
12556         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12557         (rfc2231-parse-string): Allow concatanation of parameters that
12558         aren't contiguous.  The test case is
12559           (mail-header-parse-content-type "message/external-body;
12560             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12561             access-type=LOCAL-FILE;
12562             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12563
12564 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12565
12566         * nntp.el (nntp-accept-process-output): Return the value of
12567         `nnheader-accept-process-output'.
12568
12569 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12570
12571         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12572         (gnus-button-alist): Recognize more diff formats.
12573         (gnus-button-patch): Strip directory.
12574
12575 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12578         Emacs 22 when setting focus.
12579
12580 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12581
12582         * gnus-art.el (gnus-article-treat-types): Do treatment of
12583         text/x-verbatim parts.
12584         (gnus-button-patch): New command.
12585
12586         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12587         addresses that contain invalid characters.
12588
12589 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12590
12591         * message.el (message-put-addresses-in-ecomplete):
12592         Use gnus-replace-in-string.
12593         (message-is-yours-p): Use the more correct
12594         mail-header-parse-address instead of
12595         mail-extract-address-components.
12596         (message-put-addresses-in-ecomplete): Fix typo.
12597
12598         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12599         keystroke.
12600
12601         * gnus-art.el (gnus-treatment-function-alist): Change order of
12602         newsgroups/generic header folding to avoid double-folding.
12603
12604         * message.el (message-hidden-headers): Add X-Draft-From.
12605
12606         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12607         New command.
12608         (gnus-summary-repeat-search-article-backward): New command.
12609
12610         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12611         groups in the parent topic.
12612
12613 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12614
12615         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12616         (spam-extra-header-to-number): Return the CRM114 number as a
12617         number instead of a string.
12618
12619 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620
12621         * gnus-art.el (gnus-face-properties-alist): Move here from
12622         gnus-fun.
12623
12624         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12625
12626 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12627
12628         * message.el (message-strip-forbidden-properties): Only display on
12629         self-insert-command.
12630
12631         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12632         reindent.
12633         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12634
12635 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12636
12637         * smiley.el (smiley-style): Fix typo.
12638
12639 2006-03-23  Kenichi Handa  <handa@m17n.org>
12640
12641         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12642         instead of set-buffer-multibyte.
12643
12644 2006-03-23  Kenichi Handa  <handa@m17n.org>
12645
12646         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12647         buffer and then decode the buffer text if necessary.
12648         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12649         first, and after mm-encode-body, change the buffer to unibyte.
12650
12651 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12652
12653         * hashcash.el (hashcash-insert-payment-async-2):
12654         Use message-goto-eoh instead of doing it manually.
12655         (mail-add-payment): Use message-narrow-to-header instead of trying
12656         to do the same itself.
12657
12658         * message.el (message-hidden-headers): Add Face.
12659
12660         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12661         reparenting code.
12662         (gnus-summary-reparent-children): Refactored out code.
12663         (gnus-summary-thread-map): New keystroke.
12664         (gnus-summary-reparent-children): Make into command.
12665
12666         * smiley.el (smiley-style): Default to `medium' if using a large
12667         font.
12668
12669         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12670         does it itself.
12671
12672         * message.el (message-point-in-header-p): Simplify definition.
12673
12674 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675
12676         * nnagent.el (nnagent-request-set-mark): Silence log file
12677         writing.
12678         (nnagent-request-set-mark): Use write-region instead of
12679         append-to-file.
12680
12681         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12682         strange select method.
12683
12684         * ecomplete.el (ecomplete-display-matches): Get highlightling
12685         right.
12686         (ecomplete-display-matches): Use literals.
12687         (ecomplete-display-matches): Disable message logging.
12688
12689         * message.el (message-display-abbrev): Small optimization.
12690
12691         * ecomplete.el (ecomplete-display-matches): Allow automatic
12692         display.
12693
12694         * message.el (message-strip-forbidden-properties):
12695         Display abbrevs.
12696         (message-display-abbrev): Get automatic display right.
12697
12698         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12699         keystrokes.
12700
12701 2006-04-13  Romain Francoise  <romain@orebokech.com>
12702
12703         TODO: Backport to v5-10!
12704
12705         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12706         Move here (and rename) from gnus-registry.el.
12707
12708         * gnus-registry.el: Require gnus-util.
12709         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12710
12711 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12712
12713         * gnus-group.el (gnus-group-catchup-current):
12714         Change if-then-else-if-then-else into cond.
12715         (gnus-group-catchup): Indent.
12716         (group-name-at-point): New function.
12717         (gnus-fetch-group): Provide default from thing at point.
12718
12719 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12720
12721         * message.el (message-display-abbrev): Fix regexp.
12722
12723         * ecomplete.el (ecomplete-highlight-match-line):
12724         Reimplement choosing.
12725         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12726         dead variables.
12727
12728         * message.el (message-newline-and-indent): Remove debugging.
12729         (message-display-abbrev): Use new implementation.
12730
12731 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * gnus-art.el (gnus-article-mode):
12734         Set cursor-in-non-selected-windows to nil.
12735
12736         * smiley.el: Revert previous change.
12737         (smiley-data-directory): defvar it before using it in the
12738         defcustom of `smiley-style'.
12739
12740 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12741
12742         * message.el (message-newline-and-indent): New function.
12743
12744         * ecomplete.el: Implement more bits.
12745
12746         * message.el (message-put-addresses-in-ecomplete): Clean up the
12747         string.
12748
12749         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12750
12751         * gnus-sum.el (gnus-summary-save-parts):
12752         Bind gnus-summary-save-parts-counter and use it to make unique file
12753         names.
12754
12755         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12756
12757         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12758         parameter to say whether to actually parse the individual
12759         addresses.
12760
12761         * message.el (message-put-addresses-in-ecomplete): New function.
12762         (ecomplete): Require.
12763         (message-mail-alias-type): Add ecomplete as an option.
12764
12765 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12766
12767         * flow-fill.el (fill-flowed): Remove trailing space from blank
12768         quoted lines.
12769
12770 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12771
12772         * smiley.el (smiley-style): Move definition later to avoid a
12773         compilation warning.
12774
12775 2006-04-12  Kenichi Handa  <handa@m17n.org>
12776
12777         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12778         buffer and then decode the buffer text if necessary.
12779         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12780         first, and after mm-encode-body, change the buffer to unibyte.
12781         Use mm-disable-multibyte instead of set-buffer-multibyte.
12782
12783 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12786         Content-Type header instead of Content-Disposition header.
12787         (gnus-mime-inline-part): Ditto.
12788         (gnus-mime-view-part-as-charset): Ignore charset that the part
12789         specifies.
12790
12791         * mm-decode.el (mm-display-part): Work with external parts and
12792         usual parts similarly.
12793
12794         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12795         instead of gnus-display-mime.
12796
12797         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12798         instead of with-temp-buffer.
12799
12800         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12801         tag to summarized topics part in order to encode non-ASCII text.
12802
12803 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * smiley.el (smiley-style): New variable.
12806         (smiley-directory): New function.
12807         (smiley-data-directory): Derive from `smiley-style' using
12808         `smiley-directory'.
12809         (smiley-regexp-alist): Add new entries.
12810
12811         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12812         (gnus-article-browse-delete-temp): Add :version.
12813
12814 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12815
12816         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12817         the sieve region.
12818
12819 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12820
12821         * gnus.el (gnus-version-number): Bump version.
12822
12823 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gnus.el: No Gnus v0.4 is released.
12826
12827 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12828
12829         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12830         layout.
12831
12832         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12833         unknown charset.
12834
12835         * message.el (message-header-synonyms): Add Original-To to the
12836         default.
12837
12838         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12839         optional parameter.
12840
12841 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * gnus-fun.el (gnus): Require it for gnus-directory.
12844
12845 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12848
12849 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12850
12851         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12852
12853 2006-04-05  Simon Josefsson  <jas@extundo.com>
12854
12855         * password.el (password-reset): New function.
12856
12857 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12858
12859         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12860         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12861
12862 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12863
12864         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12865         Some whitespace was matched into the url, which broke browsing hits
12866         > 100 when mm-url-use-external was nil.
12867
12868 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12871         Check gnus-extra-headers for 'Newsgroups.
12872
12873         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12874         bound.
12875
12876 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12877
12878         * pgg-gpg.el: Clean up process buffers every time gpg processes
12879         complete.
12880
12881 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12884         doc string.
12885
12886 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12887
12888         * pgg-gpg.el (pgg-gpg-process-filter)
12889         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12890
12891         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12892         lines, temporary fix.
12893
12894 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12897
12898 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12899
12900         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12901         default-enable-multibyte-characters.  This reverts the change from
12902         revision 6.17 which is no longer necessary because the passphrase
12903         is sent separately now.  GnuPG messages are unreadable under
12904         multibyte locales with default-enable-multibyte-characters set to
12905         nil.
12906
12907 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * message.el (message-tool-bar-gnome): Move "spell".
12910
12911 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12914         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12915         instead.
12916
12917 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12918
12919         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12920         Improve newsgroups handling for NNTP overviews which don't include
12921         Newsgroups.
12922
12923 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12924
12925         * message.el (message-resend): Bind message-generate-hashcash to nil.
12926
12927 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12928
12929         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12930         when searching for already-paid recipients.
12931
12932 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12933
12934         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12935         passphrases when it is not needed.
12936         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12937         passphrase stuff from gpg, should only be necessary when you use
12938         gpg with a smartcard.
12939
12940 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * mml.el (mml-insert-mime): Ignore cached contents of
12943         message/external-body part.
12944
12945         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12946         (mm-insert-part): Ditto.
12947
12948 2006-03-23  Simon Josefsson  <jas@extundo.com>
12949
12950         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12951         Reiner.
12952         (pgg-gpg-use-agent-p): Use it again.
12953
12954 2006-03-23  Simon Josefsson  <jas@extundo.com>
12955
12956         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12957         older emacsen.
12958         (pgg-gpg-use-agent-p): Don't use it.
12959
12960 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12963         if we can.
12964
12965 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12966
12967         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12968         (pgg-gpg-update-agent): New function.
12969         (pgg-gpg-use-agent-p): New function.
12970         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12971         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12972         (pgg-gpg-sign-region): Use it.
12973
12974 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12977         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12978
12979 2006-03-21  Simon Josefsson  <jas@extundo.com>
12980
12981         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12982         <wilde@sha-bang.de>.
12983         (pgg-gpg-use-agent): New variable.
12984         (pgg-gpg-process-region): Use it.
12985         (pgg-gpg-encrypt-region): Likewise.
12986         (pgg-gpg-encrypt-symmetric-region): Likewise.
12987         (pgg-gpg-decrypt-region): Likewise.
12988         (pgg-gpg-sign-region): Likewise.
12989         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12990
12991 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12994
12995         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12996         Add comment on version.
12997
12998 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * smiley.el: Add missing test smiley.
13001
13002 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * mm-decode.el (mm-with-part): New macro.
13005         (mm-get-part): Use it; work with message/external-body as well.
13006         (mm-save-part): Treat name and filename equally.
13007
13008         * mm-extern.el (mm-extern-cache-contents): New function.
13009         (mm-inline-external-body): Use it; force the part to be displayed;
13010         move undisplayer added to the cached handle to the parent.
13011
13012         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13013         (gnus-mime-view-part-as-type): Work with message/external-body.
13014
13015         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13016
13017 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13020         images in image-load-path.  [Sync with image.el, revision 1.60, in
13021         Emacs.]
13022
13023 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13026         path rather than symbol.  Always return list of directories.
13027         Guarantee that image directory comes first.  [Sync with image.el,
13028         revision 1.59, in Emacs.]
13029
13030         * message.el (message-make-tool-bar): Adjust to new API of
13031         `gmm-image-load-path-for-library'.
13032
13033         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13034
13035         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13036
13037 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13038
13039         * gnus-art.el (gnus-article-only-boring-p):
13040         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13041         intangible text.
13042         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13043
13044 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13047         Use `defun' instead of `gmm-defun-compat'.
13048
13049 2006-03-14  Simon Josefsson  <jas@extundo.com>
13050
13051         * message.el (message-unique-id): Don't use message-number-base36
13052         if (user-uid) is a float.
13053         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13054
13055 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13058
13059         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13060         empty line between a part and a message part.
13061
13062 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * smiley.el: Add more test smileys.
13065         (smiley-data-directory, smiley-regexp-alist)
13066         (gnus-smiley-file-types): Fix doc strings.
13067         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13068         adding new elements.
13069         (smiley-mouse-map): Unused code.  Make it a comment.
13070
13071 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13074         scan latest NoCeM messages instead of old ones.
13075         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13076         delimiters that are recently used.
13077         (gnus-nocem-load-cache): Add autoload cookie.
13078
13079         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13080
13081         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13082         level which is larger than gnus-use-nocem is specified.
13083
13084         * gnus-group.el (gnus-group-get-new-news): Ditto.
13085
13086 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * gnus-util.el (gnus-tool-bar-update): New function.
13089
13090         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13091         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13092
13093         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13094
13095         * gnus-group.el (gnus-group-redraw-when-idle)
13096         (gnus-group-redraw-check): Remove.
13097         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13098
13099 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13102         if optional last element is specified in splits (FIELD VALUE...).
13103
13104 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13107         to gmm-image-load-path-for-library.  Call with no-error argument.
13108         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13109
13110         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13111
13112         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13113
13114         * gmm-utils.el (gmm-image-load-path): Remove alias.
13115
13116 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * gmm-utils.el (gmm-image-load-path): Add alias.
13119
13120         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13121         nnml-generate-nov-databases-1.
13122         (nnml-generate-nov-databases): Use it.
13123         (nnml-generate-nov-databases-directory): Document no-active
13124         argument.
13125
13126         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13127         directory if path is t.  Add no-error.
13128
13129         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13130         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13131
13132         * gnus-art.el (gnus-article-browse-delete-temp-files):
13133         Simplify resetting gnus-article-browse-html-temp-list.
13134
13135         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13136         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13137         Add example to docstring.  Rename local variables.  Move error
13138         checks to default case in cond and simplify.
13139
13140 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13143         handle is multipart when calling it recursively.
13144         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13145
13146 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13147
13148         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13149         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13150
13151 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13154         is loaded.
13155
13156         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13157         loaded.
13158
13159 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13162         to "Emacs 23 (unicode)" in doc string.
13163
13164         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13165         "Emacs 23 (unicode)" in comment.
13166
13167 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13170
13171         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13172         characters 160 through 255 in Emacs 23.
13173
13174 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13177         gnus-article-browse-html-temp.
13178         (gnus-article-browse-delete-temp): Make it customizable.
13179         Add `file'.  Adjust doc string.
13180         (gnus-article-browse-delete-temp-files): Add argument.
13181         Allow query for each file.  Adjust doc string.
13182         (gnus-article-browse-html-parts):
13183         Add `gnus-article-browse-delete-temp-files' to
13184         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13185
13186 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13187
13188         * gnus-art.el (gnus-article-browse-html-temp)
13189         (gnus-article-browse-delete-temp): New variables.
13190         (gnus-article-browse-delete-temp-files): New function.
13191         (gnus-article-browse-html-parts): Use it.
13192
13193 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13196
13197         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13198         string.
13199
13200         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13201         gnus-summary-insert-new-articles when unplugged.
13202         Remove gnus-summary-search-article-forward.
13203
13204         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13205         display-visual-class instead of display-color-cells.
13206
13207 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * dgnushack.el: Autoload customize-group for XEmacs.
13210
13211         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13212         message/* containing non-ASCII text properly.
13213
13214 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * message.el: Require gmm-utils, remove autoloads.
13217         (message-tool-bar): Set default based on
13218         gmm-tool-bar-style.
13219         (message-tool-bar-gnome): Add gmm-customize-mode.
13220
13221         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13222         gmm-tool-bar-style.
13223         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13224
13225         * gnus-group.el (gnus-group-tool-bar): Set default based on
13226         gmm-tool-bar-style.
13227         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13228
13229         * gmm-utils.el (gmm-image-directory): Rename variable from
13230         gmm-image-load-path.
13231         (gmm-image-load-path): Use gmm-image-directory.
13232         (gmm-customize-mode): New function.
13233         (gmm-tool-bar-style): New variable.
13234
13235         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13236         gnus-group-redraw-line-number.
13237         (gnus-group-redraw-check): Simplify.
13238         (gnus-group-tool-bar-update): Remove redraw check.
13239         (gnus-group-make-tool-bar): Add redraw check.
13240
13241 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13242
13243         * gnus-art.el (gnus-button): Add missing parentheses.
13244
13245 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * lpath.el: Fbind line-number-at-pos.
13248
13249 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13252
13253 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * gnus-art.el (gnus-button): New face.
13256         (gnus-article-button-face): Use it.
13257
13258         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13259         Add gnus-summary-next-page.  Re-order.
13260
13261         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13262         next-node are now included.
13263         (gnus-group-redraw-line-number): New internal variable.
13264         (gnus-group-redraw-check): Helper function for updating the tool
13265         bar.
13266         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13267
13268         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13269
13270         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13271         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13272         Use it to match format of Spamassassin 3.0 and later.
13273         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13274         (spam-check-bogofilter)
13275         (spam-bogofilter-register-with-bogofilter): Fix args of
13276         `gnus-error' calls.
13277
13278 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13281         unnecessary interaction when sending queued mails.
13282         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13283
13284 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13287         first or last are nil.
13288
13289 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13290
13291         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13292
13293 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13294
13295         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13296
13297 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13298
13299         * dns.el (query-dns): Protect more against buggy tcp output.
13300
13301 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13304         nov.php.
13305
13306 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13307
13308         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13309         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13310         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13311         output on the server side.
13312         (nnweb-google-create-mapping): Update regexps and add some
13313         progress indication.
13314
13315 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * gnus-group.el (gnus-group-tool-bar-gnome):
13318         Fix gnus-agent-toggle-plugged.  Re-order icons.
13319         (gnus-group-tool-bar-gnome):
13320         Add gnus-group-{prev,next}-unread-group.
13321         (gnus-group-tool-bar-gnome): Re-order icons.
13322
13323         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13324         Move gnus-summary-insert-new-articles.
13325
13326         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13327         Fix comments.
13328
13329         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13330         also available in Emacs 21.3.
13331
13332         * message.el (message-fix-before-sending): Change "Emacs 22" to
13333         "Emacs 23 (unicode)" in comment.
13334
13335         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13336         "Emacs 23 (unicode)" in comment.
13337
13338         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13339         comment.
13340         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13341
13342         * mm-view.el (mm-fill-flowed): Add :version.
13343
13344 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13347         and load-path.
13348
13349 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * message.el: Autoload gmm-image-load-path.
13352         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13353         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13354         consitency.
13355
13356         * gmm-utils.el (gmm-image-load-path): Also search in
13357         "../etc/images".  Don't set gmm-image-load-path if we don't find
13358         the image.
13359
13360 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gmm-utils.el (gmm-image-load-path): Don't make
13363         `gmm-image-load-path' include subdirectories which the second arg
13364         `image' might specify.
13365
13366         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13367         subdirectory to icon file names.
13368
13369         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13370
13371 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13374         gmm-image-load-path calls.
13375
13376         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13377
13378         * message.el (message-make-tool-bar): Ditto.
13379
13380         * mml.el (mml-preview): Add comment concerning tool bar icons.
13381
13382         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13383         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13384
13385         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13386         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13387
13388         * message.el (message-tool-bar-gnome): Use new icon names.
13389         (message-make-tool-bar): Use `gmm-image-load-path'.
13390
13391         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13392         New functions from MH-E.
13393         (gmm-image-load-path): New variable from MH-E.
13394         (gmm-image-load-path): New function from MH-E.  Add arguments
13395         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13396         *-image-load-path-called-flag.
13397
13398 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13399
13400         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13401
13402 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13403
13404         * nnimap.el (nnimap-request-move-article): Change folder back to
13405         source group before deleting.
13406
13407 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13410
13411         * gnus-art.el (mm-url-insert-file-contents-external):
13412         Autoload mm-url.
13413
13414         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13415
13416 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13419         coding system which mm-charset-to-coding-system returns for a
13420         given charset is valid.
13421
13422 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13423
13424         * html2text.el (html2text-remove-tag-list):
13425         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13426
13427 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13428
13429         * gnus-cus.el: Revert 2005-10-17 change.
13430
13431 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * gnus-art.el (article-strip-banner):
13434         Call article-really-strip-banner only when the regexp match is made.
13435
13436 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-art.el (article-strip-banner):
13439         Use gnus-extract-address-components instead of
13440         mail-header-parse-addresses to make it work with non-ASCII text;
13441         remove mail-encode-encoded-word-string.
13442
13443         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13444         values which are surrounded with \"...\"; make it never cause a
13445         Lisp error; give up parsing of parameters if it failed in
13446         extracting type.
13447
13448 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13449
13450         * smime.el (smime-cert-by-ldap-1): Fix bug where
13451         `smime-ldap-search' returns results without userCertificates.
13452
13453 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13456
13457 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * spam.el (spam-check-spamassassin-headers): Adapt format for
13460         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13461         <ari@mbf.ocn.ne.jp>.
13462         (spam-list-of-processors): Add spam-use-gmane.
13463
13464 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13467         make-temp-file; make it work with XEmacs as well.
13468
13469         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13470         mm-make-temp-file.
13471
13472         * mm-decode.el (mm-display-external): Use the 3rd arg of
13473         mm-make-temp-file.
13474         (mm-create-image-xemacs): Ditto.
13475
13476 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13479         with message-narrow-to-headers.
13480         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13481         (gnus-draft-check-draft-articles): New function.
13482         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13483
13484 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus-art.el (gnus-article-browse-html-parts):
13487         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13488         Don't use suffix argument for mm-make-temp-file for Emacs 21
13489         compatibility.  Remove useless `format'.
13490
13491 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13492
13493         * nnweb.el (nnweb-google-wash-article): Update regexps.
13494         (nnweb-group-alist): Use defvoo instead of defvar.
13495
13496 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13499         re-loading nn* modules.
13500
13501 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13504         for `tool-bar-mode' and don't check it's default-value.
13505
13506         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13507
13508         * message.el (message-make-tool-bar): Ditto.
13509
13510         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13511         `substring'.  Shorten tmp-file name.
13512
13513         * gnus.el: Remove bogus comment.
13514
13515 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13516
13517         * gnus-art.el (gnus-article-browse-html-parts): New function.
13518         (gnus-article-browse-html-article): New function for viewing html
13519         articles with a browser.
13520
13521 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13522
13523         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13524         in elisp.
13525         (pgg-gpg-encrypt-symmetric-region): Ditto.
13526         (pgg-gpg-sign-region): Ditto.
13527
13528         * pgg-def.el (pgg-text-mode): New variable.
13529
13530         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13531         (mml2015-pgg-encrypt): Ditto.
13532
13533         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13534         (mml1991-pgg-encrypt): Ditto.
13535
13536 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * nnfolder.el (nnfolder-insert-newsgroup-line):
13539         Use message-make-date instead of current-time-string.
13540
13541         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13542         to gnus-decoded which mm-uu might set.
13543
13544 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13547         don't decode quoted parameters; remove misimported Emacs code.
13548         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13549         (rfc2231-decode-encoded-string): Don't use split-string which
13550         behaves differently according to Emacs version; use
13551         mm-decode-coding-region to convert charset to coding-system.
13552         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13553         (rfc2231-encode-string): Remove misimported Emacs code.
13554
13555 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13558         when calling mail-header-parse-content-type.
13559         (article-de-quoted-unreadable): Ditto.
13560         (article-de-base64-unreadable): Ditto.
13561         (article-wash-html): Ditto.
13562
13563         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13564         calling mail-header-parse-content-type and
13565         mail-header-parse-content-disposition.
13566         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13567         mail-header-parse-content-type.
13568
13569         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13570         insert charset and format parameters; encode description after
13571         inserting it to buffer.
13572         (mml-insert-parameter): Fold lines properly even if a parameter is
13573         segmented into two or more lines; change the max column to 76.
13574
13575         * rfc1843.el (rfc1843-decode-article-body): Don't use
13576         ignore-errors when calling mail-header-parse-content-type.
13577
13578         * rfc2231.el (rfc2231-parse-string): Return at least type if
13579         possible; don't cause an error even if it fails in parsing of
13580         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13581         (rfc2231-encode-string): Don't break lines at the beginning, leave
13582         it to mml-insert-parameter.
13583
13584         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13585         calling mail-header-parse-content-type.
13586
13587 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * spam-report.el (spam-report-gmane-use-article-number):
13590         Improve doc string.
13591         (spam-report-gmane-internal): Check if a suitable header was found
13592         in the article.
13593
13594 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13597         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13598
13599 2006-02-05  Romain Francoise  <romain@orebokech.com>
13600
13601         Update copyright notices of all files in the gnus directory.
13602
13603 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13604
13605         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13606
13607 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13610         segmented lines of parameter value to cope with Thunderbird 1.5
13611         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13612         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13613         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13614
13615 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13616
13617         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13618         parts.
13619
13620 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13621
13622         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13623         there's only one active file for all servers.
13624         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13625         solid groups.  Gnus might have used a FAST request to select the group.
13626         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13627         and nnweb-search redundantly in the active file.
13628         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13629         (nnweb-request-create-group): Don't use ARGS.
13630         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13631         initialisations.  Let nnoo do the work.
13632
13633 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13636         Say the part has been decoded.
13637
13638         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13639
13640 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13641
13642         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13643         mailcap-viewer-test-cache when there's no 'test clause, since that
13644         will invert the meaning of a "nil" test previously determined by
13645         mailcap-mailcap-entry-passes-test.
13646
13647 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13650         compiling.
13651
13652         * gnus-sum.el: Ditto.
13653
13654         * message.el: Don't bind tool-bar-map when compiling.
13655
13656 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13659
13660 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13661
13662         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13663         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13664         current Google Groups.
13665
13666 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13669         and tool-bar-mode.
13670
13671         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13672         and tool-bar-mode.
13673
13674         * message.el (message-tool-bar-update): Simplify.
13675         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13676
13677         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13678         gnus-summary-buffer.
13679         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13680         gnus-summary-reply.
13681
13682         * gmm-utils.el (gmm): Add :version.
13683
13684 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * Makefile.in (clean): New rule.
13687         (distclean): Use it.
13688
13689 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13690
13691         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13692         Don't autoload.
13693
13694 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gmm-utils.el (gmm-verbose): Add :group.
13697
13698 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * message.el: Change some comments WRT tool-bars.
13701
13702         * gnus-sum.el (gnus-summary-tool-bar)
13703         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13704         (gnus-summary-tool-bar-zap-list): New variables.
13705         (gnus-summary-make-tool-bar): Complete rewrite using
13706         `gmm-tool-bar-from-list'.
13707
13708         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13709         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13710         New variables.
13711         (gnus-group-make-tool-bar): Complete rewrite using
13712         `gmm-tool-bar-from-list'.
13713         (gnus-group-tool-bar-update): New function.
13714
13715         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13716
13717 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13720         is dissected into a single part of which the type is the same as
13721         the given one; decode charset.
13722
13723 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13724
13725         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13726         into alists as symbol not string, since that's what
13727         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13728         look for.
13729
13730 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13733         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13734
13735         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13736
13737 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13740         (gnus-xmas-mime-security-button-menu): New function.
13741
13742         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13743         (gnus-mime-security-button-menu): New definition.
13744         (gnus-mime-security-button-map): Use them.
13745         (gnus-mime-security-button-menu): New function.
13746         (gnus-insert-mime-security-button): Addition to help echo.
13747         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13748         (gnus-mime-security-pipe-part): New functions.
13749
13750         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13751         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13752
13753         * mm-decode.el (mm-handle-set-disposition): Remove.
13754         (mm-handle-set-description): Remove.
13755
13756 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13759         (mm-w3m-standalone-supports-m17n-p): New function.
13760         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13761         w3m usage.
13762
13763         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13764         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13765
13766 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * message.el (message-tool-bar-zap-list):
13769         Use gmm-tool-bar-zap-list as custom type.
13770         (message-tool-bar-update): New function.
13771         (message-tool-bar, message-tool-bar-gnome)
13772         (message-tool-bar-retro): Add message-tool-bar-update.
13773         (message-tool-bar-gnome): Add flyspell-buffer.
13774
13775         * gnus-util.el (gnus-error): Describe `args'.
13776
13777         * gmm-utils.el (gmm-error): Describe `args'.
13778         (gmm-tool-bar-zap-list): New widget.
13779         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13780
13781 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13784         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13785         the number of recursive calls.
13786
13787         * mm-decode.el (mm-handle-set-disposition): New macro.
13788         (mm-handle-set-description): New macro.
13789
13790 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13793         encoding.
13794
13795 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13796
13797         * message.el (message-tool-bar-zap-list, message-tool-bar)
13798         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13799         (message-tool-bar-local-item-from-menu): Remove.
13800         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13801         (message-make-tool-bar): New function.
13802         (message-mode): Use `message-make-tool-bar'.
13803
13804         * gmm-utils.el: New file.
13805         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13806         (gmm-lazy): New widget copied from `nnmail.el'.
13807         (gmm-tool-bar-from-list): New function for creating customizable
13808         tool bars.
13809         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13810         output.
13811         (gmm): Add :prefix to defgroup.
13812
13813 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13814
13815         * gmm-utils.el (gmm-widget-p): New function.
13816
13817 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * mml.el (mml-attach-file): Describe `description' in doc string.
13820         (mml-menu): Add Emacs MIME manual and PGG manual.
13821
13822 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13823
13824         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13825
13826 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13827
13828         * nntp.el (nntp-end-of-line): Doc fix.
13829
13830 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13831
13832         * imap.el (imap-open): Handle case where buffer is a buffer
13833         object.
13834
13835 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13836
13837         * gnus-delay.el (gnus-delay): Don't autoload.
13838         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13839         to be re-loaded when customizing the `gnus-delay' group.
13840
13841 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13842
13843         * message.el (message-insert-citation-line): Use newlines.
13844
13845 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13846
13847         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13848         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13849         these routines, so the passphrase can be managed externally and
13850         passed in to the system.
13851         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13852         pgg-add-passphrase-to-cache function.
13853
13854         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13855         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13856         these routines, so the passphrase can be managed externally and
13857         passed in to the system.
13858         (pgg-pgp5-sign-region): Use new name of
13859         pgg-add-passphrase-to-cache function.
13860
13861 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13862
13863         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13864         part of the decoded armor to find the key-identifier.
13865         (pgg-gpg-lookup-key-owner): New function to return the
13866         human-readable identifier of a key owner.
13867         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13868         itself.
13869         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13870         the key value) if we have a key and can match it against a secret
13871         key.  Also, added a note pointing out fact that the prompt only
13872         indicates the first matching key.
13873
13874         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13875         pgg-decrypt-region.
13876         (pgg-add-passphrase-to-cache): Rename from
13877         `pgg-add-passphrase-cache' to reduce confusion (all callers
13878         changed).
13879         (pgg-remove-passphrase-from-cache): Rename from
13880         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13881         changed).
13882         (pgg-read-passphrase, pgg-add-passphrase-cache)
13883         (pgg-remove-passphrase-cache): Add informative docstrings.
13884         (pgg-decrypt): Convey provided passphrase in subordinate call to
13885         pgg-decrypt-region.
13886
13887 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13888
13889         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13890         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13891         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13892         'passphrase' argument, so the passphrase can be managed externally
13893         and then passed in to the system.
13894
13895         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13896         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13897         so the passphrase cache can be used reliably with identifiers
13898         besides a pgp packet's key id.
13899
13900         * pgg-gpg.el (pgg-gpg-encrypt-region)
13901         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13902         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13903         these routines, so the passphrase can be managed externally and
13904         passed in to the system.
13905
13906         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13907         'notruncate' argument, so the passphrase cache can be used
13908         reliably with identifiers besides a pgp packet's key id.
13909
13910 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13911
13912         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13913         symmetric encryption.
13914         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13915         encrypted session key.
13916         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13917         message ask for the passphrase in a proper way.
13918
13919         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13920         New user commands for symmetric encryption.
13921
13922 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13925
13926         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13927
13928 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13929
13930         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13931
13932 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * mm-decode.el (mm-inlined-types): Add application/pgp.
13935         (mm-automatic-display): Ditto.
13936
13937         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13938         part as text.
13939
13940 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * nnrss.el: Update copyright.
13943         (nnrss-opml-import): Query whether to subscribe to each entry.
13944
13945         * gnus-art.el:
13946         * gnus-sum.el:
13947         * gnus-xmas.el:
13948         * messagexmas.el:
13949         * mm-uu.el:
13950         * mm-view.el: Update copyright.
13951
13952 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13953
13954         * message.el (message-info): New function.
13955         (message-mode-menu): Add it.
13956         Update copyright.
13957
13958         * ChangeLog: Fix and update copyright.
13959
13960 2006-01-13  Romain Francoise  <romain@orebokech.com>
13961
13962         * message.el (message-forward-subject-name-subject): Prefer the
13963         address to 'nowhere' if the sender has no name.
13964         Fix typo.  Update copyright year.
13965
13966 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * gnus-art.el (article-wash-html):
13969         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13970         (gnus-article-wash-html-with-w3m-standalone): New function.
13971
13972         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13973         mm-inline-text-html-render-with-w3m-standalone.
13974         (mm-text-html-washer-alist): Map w3m-standalone to
13975         gnus-article-wash-html-with-w3m-standalone.
13976         (mm-inline-text-html-render-with-w3m-standalone): New function.
13977
13978 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13981         Improve LaTeX.
13982
13983 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13986         (nnrss-request-article): Render text/plain parts as HTML.
13987
13988         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13989         the buffer.
13990
13991 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13994         custom definition of `gnus-posting-styles'.
13995
13996         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13997         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13998
13999 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14002         Use nntp for bug archive.
14003
14004 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14007         parts.
14008         (nnrss-normalize-date): New function converts ISO 8601 date into
14009         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14010         (nnrss-check-group): Use it.
14011
14012 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14015
14016         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14017         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14018         (nnrss-insert-w3): Ditto.
14019
14020 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14023         the articles to be forwarded including the case where neither a
14024         number of articles nor a region is specified.
14025
14026 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * nnrss.el (nnrss-request-article): Fix last change; fill
14029         text/plain parts.
14030
14031 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14034         in text/plain part.
14035         (nnrss-check-group): Don't add excessive newline to dc:subject.
14036
14037 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14038
14039         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14040         article.
14041
14042 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14043
14044         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14045         (nnml-use-compressed-files, nnml-save-mail): Support other
14046         comression programs such as bzip2.
14047
14048 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14049
14050         * dns.el (query-dns): Make sure we check the buffer size before
14051         removing tcp headers.
14052
14053 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14056         remove MIME buttons associated with multipart/alternative parts.
14057         (gnus-mime-display-alternative): Tag buttons using `article-type'
14058         text property.
14059
14060         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14061         associated with multipart/alternative parts.
14062
14063         * gnus-art.el (gnus-signature-separator): Fix custom type.
14064
14065         * mm-decode.el (mm-inlined-types): Fix custom type.
14066         (mm-keep-viewer-alive-types): Ditto.
14067         (mm-automatic-display): Ditto.
14068         (mm-attachment-override-types): Ditto.
14069         (mm-inline-override-types): Ditto.
14070         (mm-automatic-external-display): Ditto.
14071
14072 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * spam-report.el (spam-report-user-mail-address)
14075         (spam-report-user-agent): New variables.
14076         (spam-report-url-ping-plain): Use spam-report-user-agent.
14077
14078 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14079
14080         * gnus-art.el (gnus-button-handle-custom): Do not just use
14081         `customize-apropos' for any "M-x customize-*" button but the
14082         function called for.  Accept both the function name and its
14083         argument in order to achieve this.
14084         (gnus-button-alist): Remove support for "custom:" URL's.
14085         Pass function name to `gnus-button-handle-custom' in case of "M-x
14086         customize-*" buttons.
14087
14088 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14091         multipart/alternative and add xref to mm-discouraged-alternatives
14092         in doc string.
14093
14094         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14095         gnus-buttonized-mime-types in doc string.
14096
14097 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14100         Suggest image/.* in the doc string.
14101
14102 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14105         message-marks (Debian bug #342521).
14106
14107 2005-12-12  Simon Josefsson  <jas@extundo.com>
14108
14109         * password.el (password-read-from-cache): Add.
14110         (password-read): Use it.
14111
14112 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * rfc2047.el (rfc2047-charset-to-coding-system):
14115         Recognize us-ascii as a MIME charset.
14116
14117         * mm-bodies.el (mm-decode-content-transfer-encoding):
14118         Protect against the case where the 2nd arg TYPE is nil.
14119
14120 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * pop3.el (pop3-stream-type): Fix custom version.
14123
14124         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14125
14126 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14127
14128         * mm-decode.el (mm-display-external): Add missing cdr.
14129
14130 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14133         RFC1524) if it is in mailcap or add a suffix according to
14134         mailcap-mime-extensions when generating a temp filename; postpone
14135         deleting a temp file for 2 seconds for some wrappers, shell
14136         scripts, and so on, which might exit right after having started a
14137         viewer command as a background job.
14138
14139 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14140
14141         * nntp.el (nntp-marks-directory): Fix custom group.
14142
14143         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14144         steps when < 10.
14145
14146         * gnus-start.el (gnus-no-server-1):
14147         Mention `gnus-level-default-subscribed' in doc string.
14148
14149 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14150
14151         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14152         parens.
14153
14154 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * gnus-xmas.el (gnus-use-toolbar): Revert.
14157         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14158         gnus-use-toolbar is default.
14159
14160         * messagexmas.el (message-use-toolbar): Revert.
14161         (message-setup-toolbar): Use global default-toolbar if
14162         message-use-toolbar is default.
14163
14164 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14167         according to default-toolbar-visible-p.
14168
14169         * messagexmas.el (message-use-toolbar): Ditto.
14170
14171 2005-11-26  Dave Love  <fx@gnu.org>
14172
14173         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14174         (tls-program, tls-success): Provide openssl alternative.
14175
14176         * starttls.el: Doc fixes.
14177         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14178         SERVICE to PORT.
14179
14180         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14181         port null or service name.
14182         (starttls-negotiate): Autoload.
14183
14184 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * message.el (message-kill-to-signature): Fix interactive spec.
14187
14188 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * pop3.el (pop3-open-server): Recognize a string as a service name.
14191
14192 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14193
14194         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14195
14196 2005-11-23  Dave Love  <fx@gnu.org>
14197
14198         Add pop3s, pop3/starttls.
14199
14200         * pop3.el (pop3-authentication-scheme): Clarify doc.
14201         (open-tls-stream, starttls-open-stream): Autoload.
14202         (pop3-stream-type): New.
14203         (pop3-open-server): Use it.
14204
14205         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14206         for POP.
14207         (mail-source-keyword-map): Add :stream for POP.
14208         (mail-source-fetch-pop): Use pop3-stream-type.
14209
14210 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14213         of current-time-string.
14214
14215 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14216
14217         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14218         date header.
14219
14220 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14221
14222         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14223         it can seriously impact performance as it bypasses the agent's
14224         local caches.
14225
14226 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14227
14228         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14229         must be explicitly online rather than "not explicitly offline" for
14230         its flags to be synchronized.
14231
14232         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14233         that gnus-uu-unmark-thread will function correctly.
14234
14235         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14236         1024K is instead displayed as 1M.
14237
14238 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14239
14240         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14241
14242 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14243
14244         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14245
14246 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14247
14248         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14249         error message to display actual error condition.
14250         (gnus-agent-save-local): Avoid saving symbols that are bound to
14251         nil as they simply result in a warning message in
14252         gnus-agent-read-local.
14253
14254 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14257         rather than make-variable-buffer-local for file-precious-flag.
14258
14259 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14260
14261         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14262         for duplicates which are removed.  The invalid sort check then
14263         triggers a rescan after the sort as sorting may have moved
14264         duplicate entries such that they can be cheaply detected.
14265
14266 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14269
14270 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14271
14272         * gnus-agent.el (gnus-agent-article-alist-save-format):
14273         Change internal variable to a custom variable.  Change default value
14274         from compressed(2) to uncompressed(1).
14275         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14276         support for uncompressed agentview files.  Taken together, reading
14277         the agentview file should now be 6-7 times faster.
14278
14279 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14280
14281         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14282         as a buffer-local variable.  This avoids creating truncated
14283         dribble files as a result of a hang up, eg.
14284
14285 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14286
14287         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14288         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14289         XEmacs.
14290
14291 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * gnus-start.el (gnus-start-draft-setup):
14294         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14295
14296         * gnus.el (gnus-splash): Change custom group.
14297         (gnus-group-get-parameter, gnus-group-parameter-value):
14298         Describe allow-list argument.
14299
14300         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14301         string.
14302
14303 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * gnus-art.el (gnus-default-article-saver): Add user-defined
14306         `function' to custom type.
14307
14308 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14309
14310         * imap.el (imap-open): Handle case where buffer is a buffer
14311         object.
14312
14313 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14316         long lines.
14317         (gnus-cache-delete-group): Wrap doc strings.
14318
14319         * gnus-agent.el (gnus-agent-rename-group)
14320         (gnus-agent-delete-group): Wrap doc strings.
14321
14322 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * messagexmas.el (message-use-toolbar): Change the valid values
14325         into default, top, bottom, left, and right.
14326         (message-toolbar-thickness): New variable.
14327         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14328         well.
14329         (message-setup-toolbar): Make it work.
14330
14331         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14332         (gnus-use-toolbar): Change the valid values into default, top,
14333         bottom, left, and right.
14334         (gnus-toolbar-thickness): New variable.
14335         (gnus-xmas-setup-toolbar): New function.
14336         (gnus-xmas-setup-group-toolbar): Use it.
14337         (gnus-xmas-setup-summary-toolbar): Use it.
14338
14339 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14340
14341         * gnus-start.el (gnus-1): Add "native" to
14342         gnus-predefined-server-alist.
14343
14344         * gnus.el (gnus-method-to-server): Don't add "native" to the
14345         lists here, because that leads to problems when
14346         gnus-select-method is bound.
14347
14348 2005-11-09  Simon Josefsson  <jas@extundo.com>
14349
14350         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14351         use (not sort-by-date) instead.
14352
14353 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14354
14355         * gnus-delay.el (gnus-delay-group): Don't autoload.
14356         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14357         to be re-loaded when customizing the `gnus-delay' group.
14358
14359 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14360
14361         * message.el: Revert last changes.
14362         (message-insert-citation-line): Use newlines.
14363
14364 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14365
14366         * message.el (message-courtesy-message)
14367         (message-mark-insert-begin, message-mark-insert-end)
14368         (message-elide-ellipsis, message-cancel-message)
14369         (message-add-header, message-change-subject)
14370         (message-cross-post-followup-to-header)
14371         (message-cross-post-insert-note, message-reduce-to-to-cc)
14372         (message-widen-reply, message-delete-not-region)
14373         (message-kill-to-signature, message-insert-signature)
14374         (message-insert-importance-high, message-insert-importance-low)
14375         (message-insert-or-toggle-importance)
14376         (message-insert-disposition-notification-to)
14377         (message-indent-citation, message-yank-original)
14378         (message-cite-original-without-signature, message-cite-original)
14379         (message-insert-citation-line, message-position-on-field)
14380         (message-fix-before-sending, message-send-mail-partially)
14381         (message-send-mail, message-send-mail-with-sendmail)
14382         (message-send-mail-with-qmail, message-send-news)
14383         (message-check-news-header-syntax, message-generate-headers)
14384         (message-insert-courtesy-copy, message-fill-address)
14385         (message-fill-header, message-shorten-references)
14386         (message-setup-1, message-cancel-news)
14387         (message-forward-make-body-plain, message-forward-make-body-mime)
14388         (message-forward-make-body-mml, message-encode-message-body)
14389         (message-forward-make-body-digest-plain)
14390         (message-forward-make-body-digest-mime)
14391         (message-use-alternative-email-as-from): Insert `hard-newline'
14392         instead of ordinary newlines.
14393
14394 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * message.el (message-generate-headers): Downcase the argument
14397         given to message-check-element.
14398
14399 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14400
14401         * nntp.el (nntp-authinfo-rejected): New error condition.
14402         (nntp-wait-for): Use new error condition to signal authentication
14403         error.
14404         (nntp-retrieve-data): Rethrow new error condition to break out of
14405         recursive call to nntp-send-authinfo.
14406
14407 2005-11-08  Romain Francoise  <romain@orebokech.com>
14408
14409         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14410         (gnus-summary-exit-map): Bind to `Z p'.
14411         (gnus-summary-make-menu-bar): Add menu item.
14412
14413 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14414
14415         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14416         (gnus-treat-*): Add `first' in all doc strings.
14417
14418         * gnus-group.el (gnus-group-compact-group): Fix typo.
14419
14420 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus.el (gnus-parameters-case-fold-search): New variable.
14423         (gnus-parameters-get-parameter): Use it.
14424
14425         * gnus-score.el (gnus-home-score-file): Doc fix.
14426
14427 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14428
14429         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14430
14431 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * mm-util.el (mm-special-display-p): New function.
14434
14435         * mml.el (mml-preview): Use it; doc fix.
14436
14437 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14438
14439         * imap.el (imap-open): Handle case where buffer is a buffer object.
14440
14441 2005-10-29  Romain Francoise  <romain@orebokech.com>
14442
14443         * message.el (message-fix-before-sending): Fix comment.
14444
14445 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14446
14447         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14448
14449 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14450
14451         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14452         Used in gnus-score.el.
14453
14454 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14457
14458 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14461         whitespace removed in revision 7.8.  Use concatenated string to
14462         protect trailing whitespace.
14463
14464 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14465
14466         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14467         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14468         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14469         Courier IMAP ("some version from 2004").  Mostly based on similar
14470         code in the same function.
14471
14472 2005-10-26  Didier Verna  <didier@xemacs.org>
14473
14474         * gnus-group.el (gnus-group-compact-group): Invalidate original
14475         article buffer.
14476         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14477         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14478         NOV database and in article itself.
14479         Invalidate article backlog.
14480
14481 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14484
14485 2005-10-26  Simon Josefsson  <jas@extundo.com>
14486
14487         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14488         part of 2004-07-25 change.
14489
14490 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * message.el (message-display-completion-list): New function.
14493         (message-expand-group): Use it; make sure the Completions buffer
14494         is modifiable.
14495 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14496
14497         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14498         user-mail-name is an empty string.
14499
14500 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14501
14502         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14503         depending on gnus-score-decay-constant.
14504
14505         * encrypt.el (encrypt-insert-file-contents)
14506         (encrypt-write-file-contents): Don't use `gnus-message'.
14507
14508         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14509         arguments.
14510         (mm-uu-type-alist): Add message-marks and insert-marks.
14511         Pass arguments to mm-uu-verbatim-marks-extract.
14512         (mm-uu-hide-markers): New variable.
14513         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14514
14515         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14516         (gnus-convert-image-to-face-command): Use "convert" by default to
14517         allow other input image formats.
14518         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14519         accordingly.
14520
14521 2005-10-23  Simon Josefsson  <jas@extundo.com>
14522
14523         * imap.el (imap-gssapi-program): Align command line parameters
14524         with latest GNU SASL.
14525         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14526
14527 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14528
14529         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14530         HTML.
14531         (nnslashdot-request-article): Ditto.
14532
14533         * lpath.el (featurep): Add nobreak-char-display.
14534
14535 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14536
14537         * mail-source.el (mail-source-fetch-pop): Require pop3.
14538         (mail-source-check-pop): Ditto.
14539
14540 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14543         errors.
14544
14545 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14548         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14549
14550         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14551
14552         * mm-bodies.el (mm-decode-string):
14553         Call `mm-charset-to-coding-system' with allow-override argument.
14554
14555 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14558         (rfc2047-charset-to-coding-system): New function.
14559         (rfc2047-decode-encoded-words): New function.
14560         (rfc2047-decode-region): Use them.
14561         (rfc2047-decode-cte): Remove.
14562         (rfc2047-parse-and-decode): Remove.
14563         (rfc2047-decode): Remove.
14564
14565 2005-10-15  Kenichi Handa  <handa@m17n.org>
14566
14567         * rfc2047.el (rfc2047-decode-cte): New function.
14568         (rfc2047-decode-region): Change the way to decode successive
14569         encoded-words: decode B- or Q-encoding in each encoded-word,
14570         concatenate them, and decode it as charset.
14571
14572 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * lpath.el: Fbind codepage-setup for XEmacs.
14575
14576 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14577
14578         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14579         widget-move-and-invoke.
14580         (gnus-custom-mode): Use gnus-custom-map.
14581
14582 2005-10-15  Bill Wohler  <wohler@newt.com>
14583
14584         * message.el (message-tool-bar-map): Rename image file from
14585         mail_send to mail/send.
14586
14587 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14588
14589         * message.el (message-expand-group): Pass the common
14590         prefix substring of completion to `display-completion-list'.
14591
14592 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * mml-sec.el (mml-secure-method): New internal variable.
14595         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14596         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14597         New functions using mml-secure-method.
14598
14599         * mml.el (mml-mode-map): Add key bindings for those functions.
14600         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14601         Harder <harder@myrealbox.com>.
14602         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14603         Goto end of message if point is the headers of the message.
14604
14605         * message.el (message-in-body-p): New function.
14606
14607         * assistant.el: Autoload gnus-util and netrc.
14608
14609         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14610         Use `mm-charset-override-alist' only when decoding.
14611
14612         * mm-bodies.el (mm-decode-body):
14613         Call `mm-charset-to-coding-system' with allow-override argument.
14614
14615         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14616         `filename' from Content-Disposition if Content-Type doesn't
14617         provide `name'.
14618         (gnus-mime-view-part-as-type): Set default instead of
14619         initial-input.
14620
14621 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14622
14623         * format-spec.el (format-spec): Propagate text properties of % spec.
14624
14625 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * gnus-art.el (gnus-treat-predicate): Add `first'.
14628
14629 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14632         (mm-charset-override-alist): New variable.
14633         (mm-charset-to-coding-system): Use it.
14634         (mm-codepage-setup): New helper function.
14635         (mm-charset-eval-alist): New variable.
14636         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14637         Warn about unknown charsets.
14638
14639         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14640
14641 2005-10-04  David Hansen  <david.hansen@gmx.net>
14642
14643         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14644         (nnrss-check-group): Ditto.
14645
14646 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14649         Rename x-gnus-verbatim to x-verbatim.
14650         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14651
14652         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14653         x-verbatim.
14654
14655         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14656
14657         * gnus-util.el (gnus-remove-duplicates): Remove.
14658
14659         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14660         instead of gnus-remove-duplicates.
14661
14662         * message.el (message-remove-duplicates): Remove.
14663         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14664         message-remove-duplicates.
14665
14666         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14667         available, else use implementation from `delete-dups'.
14668
14669         * message.el (message-insert-expires): New function.
14670         (message-mode-map): Add key binding.
14671         (message-mode-field-menu): Add menu entry.
14672         (message-mode): Document it.
14673         (message-make-expires-date): Use `message-make-date'.
14674
14675 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14676
14677         * message.el (message-make-expires-date): New function.
14678
14679 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * Makefile.in (list-installed-shadows): New entry.
14682         (install): Use it.
14683         (remove-installed-shadows): New entry.
14684
14685         * dgnushack.el (dgnushack-default-load-path): New variable.
14686         (dgnushack-find-lisp-shadows): New function.
14687         (dgnushack-remove-lisp-shadows): New function.
14688
14689 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * Makefile.in (install-el-elc): New entry.
14692         (install): Use it so that .el files are necessarily installed.
14693
14694 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14697
14698 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14699
14700         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14701         function rather than the diff-mode.el package.
14702         (mm-display-external): Use with-current-buffer.
14703         (mm-viewer-completion-map, mm-viewer-completion-map):
14704         Move initialization inside declaration.
14705
14706 2005-09-29  Simon Josefsson  <jas@extundo.com>
14707
14708         * spam.el: Load hashcash when compiling, to avoid warnings.
14709         Don't autoload mail-check-payment.
14710         (spam-check-hashcash): Define unconditionally, since hashcash.el
14711         is part of Gnus now.  Ignore errors from payment checking.
14712
14713 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * message.el (message-bold-region, message-unbold-region):
14716         Rename from `bold-region' and `unbold-region'.
14717
14718         * message.el: Remove useless autoloads.
14719
14720 2005-09-28  Simon Josefsson  <jas@extundo.com>
14721
14722         * message.el (message-use-idna): Default to t.
14723         (message-use-idna): Test whether encoding works too.  Doc fix.
14724
14725 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * nntp.el (nntp-warn-about-losing-connection): Remove.
14728
14729 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14732         customizable.  Change default value.
14733         (mm-uu-diff-groups-regexp): Change default value.
14734         (mm-uu-type-alist): Add doc string.
14735         (mm-uu-configure): Add doc string.  Make it interactive.
14736         (mm-uu-tex-groups-regexp): New variable.
14737         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14738         (mm-uu-type-alist): Add LaTeX documents.
14739         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14740         of "text/verbatim".
14741         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14742
14743         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14744         instead of "text/verbatim".
14745
14746         * message.el (message-mark-inserted-region)
14747         (message-mark-insert-file): Use slrn style marks when called with
14748         prefix argument.
14749
14750 2005-09-27  Simon Josefsson  <jas@extundo.com>
14751
14752         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14753
14754 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14755
14756         * message.el (message-remove-duplicates): New function.
14757         Implementation borrowed from `gnus-remove-duplicates'.
14758         (message-idna-to-ascii-rhs): Also encode idna addresses in
14759         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14760         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14761         only ask about the same idna domain once per header and also tell
14762         in what header to replace the idna domain.
14763
14764         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14765         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14766         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14767         a header is decoded and not just the last one.
14768
14769 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14772         has been decoded.
14773
14774         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14775         (mm-insert-part): Don't modify text if it has been decoded.
14776
14777         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14778         decoded.
14779
14780         * mm-view.el (mm-inline-text): Don't strip text props unless
14781         decoding enriched or richtext parts.
14782
14783 2005-09-25  Romain Francoise  <romain@orebokech.com>
14784
14785         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14786         * gnus-start.el (gnus-subscribe-interactively):
14787         * gnus-uu.el (gnus-uu-grab-articles):
14788         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14789         space.
14790
14791 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14792
14793         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14794         * mm-view.el (mm-view-pkcs7-decrypt):
14795         * gnus-sum.el (gnus-summary-limit-to-extra)
14796         (gnus-summary-respool-article, gnus-read-move-group-name):
14797         * gnus-score.el (gnus-summary-increase-score):
14798         * gnus-util.el (gnus-completing-read-with-default):
14799         * gnus-art.el (gnus-read-save-file-name)
14800         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14801         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14802         * message.el (message-check-news-header-syntax):
14803         Follow convention for reading with the minibuffer.
14804
14805 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * spam-report.el (spam-report-url-ping-plain):
14808         Use gnus-extended-version as User-Agent.
14809
14810         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14811         default value is nil.
14812
14813         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14814         (mm-uu-verbatim-marks-extract): New function.
14815         (mm-uu-extract): New face.
14816         (mm-uu-copy-to-buffer): Use it.
14817
14818         * spam-report.el (spam-report-gmane-ham): Rename from
14819         `spam-report-gmane-unspam'.
14820         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14821         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14822
14823         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14824         Autoload.
14825         (spam-report-gmane-unregister-routine):
14826         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14827
14828 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14829
14830         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14831         (spam-report-gmane-unregister-routine): Add support for gmane
14832         unregistration.
14833
14834         * spam-report.el (spam-report-gmane-unspam)
14835         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14836         (spam-report-gmane): Change to take a single article and do unspam
14837         registration.
14838
14839 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14840
14841         * mm-url.el (mm-url-decode-entities): Fix regexp.
14842
14843 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14844
14845         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14846         default to nil, to be able to use Gnus at all.  If the default
14847         switches to something else, then the function should be fixed not
14848         be exceedingly slow.
14849
14850 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14851
14852         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14853         fail hard.
14854
14855         * spam-report.el: Add better Keywords line.
14856
14857         * spam.el: Add Maintainer and better Keywords line.
14858
14859 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14860
14861         * gnus-art.el (gnus-article-replace-part)
14862         (gnus-mime-replace-part): New functions.
14863         (gnus-mime-action-alist, gnus-mime-button-commands)
14864         (gnus-mime-save-part-and-strip): Add file argument.
14865         (gnus-article-part-wrapper): Add interactive argument.
14866
14867         * gnus-sum.el (gnus-summary-mime-map):
14868         Add `gnus-article-replace-part'.
14869
14870 2005-09-19  Didier Verna  <didier@xemacs.org>
14871
14872         The nnml compaction feature:
14873         * nnml.el (nnml-request-compact-group): New function.
14874         * nnml.el (nnml-request-compact): New function.
14875         * gnus-int.el (gnus-request-compact-group): New function.
14876         * gnus-int.el (gnus-request-compact): New function.
14877         * gnus-group.el (gnus-group-compact-group): New function.
14878         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14879         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14880         * gnus-srvr.el (gnus-server-compact-server): New function.
14881         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14882         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14883
14884 2005-09-18  Deepak Goel  <deego@gnufans.org>
14885
14886         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14887         format spec.
14888
14889 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14892
14893 2005-09-15  Romain Francoise  <romain@orebokech.com>
14894
14895         * message.el (message-fill-paragraph): Clarify docstring.
14896
14897 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * gnus-art.el (gnus-mime-display-part): Protect against broken
14900         MIME messages.
14901
14902 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14905         before parsing header.
14906
14907 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14908
14909         * html2text.el (html2text-replace-list): Add new entities.
14910
14911 2005-09-11  Romain Francoise  <romain@orebokech.com>
14912
14913         * message.el (message-alternative-emails): Improve docstring.
14914         (message-setup-1): Call `message-use-alternative-email-as-from'
14915         after `message-setup-hook' to give it precedence over posting
14916         styles, etc.
14917         (message-use-alternative-email-as-from): Add docstring.
14918         Remove the original From header if present.
14919
14920         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14921         (nnml-save-mail): Use it.
14922
14923         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14924         articles.  Add new argument `silent'.
14925         (gnus-uu-mark-all): Report the total number of marked articles.
14926
14927 2005-09-10  Romain Francoise  <romain@orebokech.com>
14928
14929         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14930         (gnus-uu-mark-series): Likewise.
14931
14932 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * spam-report.el (spam-report-gmane): Fix generation of spam
14935         report URL.
14936
14937 2005-09-10  Simon Josefsson  <jas@extundo.com>
14938
14939         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14940         t, based on discussion on the ding list with Robert Epprecht
14941         <epprecht@solnet.ch>.
14942
14943 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * spam-report.el (spam-report-gmane): Make it work without
14946         X-Report-Spam header.  Gmane now only provides Archived-At.
14947         This is only used if `spam-report-gmane-use-article-number' is nil.
14948         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14949
14950         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14951         make `gnus-summary-sort-by-recipient' work with threading.
14952
14953         * nnweb.el (nnweb-google-wash-article): Print a message if article
14954         is not available.
14955
14956 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14957
14958         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14959         change.  Decode text/* parts content before displaying.
14960
14961 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14964
14965 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14968
14969         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14970         url-package-name, url-package-version,
14971         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14972         w3m-display-inline-images, and w3m-minor-mode-map.
14973
14974 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * message.el (message-tab-body-function): Fix mismatched custom type.
14977
14978         * gnus.el (gnus-group-change-level-function): Ditto.
14979
14980         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14981
14982         * gnus-art.el (gnus-signature-limit)
14983         (gnus-article-mime-part-function): Ditto.
14984
14985 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * mml.el (mml-mode): Silence the byte compiler.
14988
14989         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14990         using `(sit-for 0)' before moving the point to the specified part;
14991         skip unbuttonized parts.
14992         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14993         return to the summary window if gnus-auto-select-part is non-nil.
14994
14995 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14998         New variables.
14999         (mml-dnd-attach-file, mml-mode): Use them.
15000
15001         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15002         Make fetching article by MID work again for Google Groups.
15003         Add FIXME concerning gnus-group-make-web-group.
15004
15005         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15006         Don't depend on Gnus by using mail-extract-address-components if
15007         gnus-extract-address-components is not bound.
15008
15009 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15010
15011         * gnus-art.el (gnus-mime-display-security): Don't display the
15012         signature, but only the signed part.
15013
15014 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15017
15018         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15019         list, not listp.
15020
15021 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15022
15023         * mm-encode.el (mm-encode-content-transfer-encoding):
15024         Likewise when encoding.
15025
15026         * mm-bodies.el (mm-decode-content-transfer-encoding):
15027         De-canonicalize CRLF for all text content types, not just
15028         text/plain.
15029
15030 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15033         valid article; point arrow and cursor at the MIME button.
15034
15035 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15038         Suggested by Dan Christensen <jdc@uwo.ca>.
15039
15040         * mm-decode.el (mm-save-part): Enable change of prompt.
15041
15042 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15043
15044         * gnus-msg.el (gnus-inews-add-send-actions):
15045         Make `message-post-method' lambda parameter ARG `&optional'.
15046
15047 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15048
15049         * gnus-sum.el (gnus-summary-mime-map):
15050         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15051         gnus-article-jump-to-part.
15052
15053         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15054         (gnus-article-edit-part): Use it.
15055         (gnus-article-part-wrapper): Add no-handle argument.
15056         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15057         New functions.
15058
15059 2005-08-29  Romain Francoise  <romain@orebokech.com>
15060
15061         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15062         docstring.
15063         (gnus-face-from-file): Likewise.
15064
15065 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15066
15067         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15068         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15069         non-nil.
15070         (gnus-auto-select-part): New variable.
15071         (gnus-article-jump-to-part): New function.
15072         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15073         (gnus-mime-delete-part): Allow selecting specified part after
15074         deleting or stripping parts.
15075         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15076         part if argument is bogus.
15077
15078 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15079
15080         * gnus-art.el (w3m-minor-mode-map):
15081         * gnus-spec.el (gnus-newsrc-file-version):
15082         * gnus-util.el (nnmail-active-file-coding-system)
15083         (gnus-original-article-buffer, gnus-user-agent):
15084         * gnus.el (gnus-ham-process-destinations)
15085         (gnus-parameter-ham-marks-alist)
15086         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15087         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15088         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15089         * mm-decode.el (gnus-current-window-configuration):
15090         * mm-extern.el (gnus-article-mime-handles):
15091         * mm-url.el (url-current-object, url-package-name)
15092         (url-package-version):
15093         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15094         (smime-keys, w3m-cid-retrieve-function-alist)
15095         (w3m-current-buffer, w3m-display-inline-images)
15096         (w3m-minor-mode-map):
15097         * mml-smime.el (gnus-extract-address-components):
15098         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15099         (gnus-newsrc-hashtb, message-default-charset)
15100         (message-deletable-headers, message-options)
15101         (message-posting-charset, message-required-mail-headers)
15102         (message-required-news-headers):
15103         * mml1991.el (mc-pgp-always-sign):
15104         * mml2015.el (mc-pgp-always-sign):
15105         * nnheader.el (nnmail-extra-headers):
15106         * rfc1843.el (gnus-decode-encoded-word-function)
15107         (gnus-decode-header-function, gnus-newsgroup-name):
15108         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15109
15110 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15111
15112         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15113         the end of the date treatments.
15114
15115 2005-08-15  Simon Josefsson  <jas@extundo.com>
15116
15117         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15118         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15119         Capello and Romain Francoise.
15120         (pgg-fetch-key-function): Remove, not used?
15121         (pgg-insert-url-with-w3): Require url, to get
15122         url-insert-file-contents regardless of where it is defined.
15123
15124 2005-08-13  Romain Francoise  <romain@orebokech.com>
15125
15126         * message.el (message-cite-original-1): New function.
15127         (message-cite-original): Use it.
15128         (message-cite-original-without-signature): Ditto.
15129
15130 2005-08-08  Romain Francoise  <romain@orebokech.com>
15131
15132         * message.el (message-yank-empty-prefix): New variable.
15133         (message-indent-citation): Use it.
15134         (message-cite-original-without-signature): Respect X-No-Archive.
15135
15136 2005-08-08  Simon Josefsson  <jas@extundo.com>
15137
15138         * pgg.el: Autoload url-insert-file-contents instead of loading
15139         w3/url.
15140         (pgg-insert-url-with-w3): Don't load url here.
15141
15142 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15143
15144         * message.el (message-kill-to-signature): Don't insert newline at
15145         bol.
15146         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15147
15148 2005-08-06  Romain Francoise  <romain@orebokech.com>
15149
15150         * message.el (message-user-fqdn): Fix typo in docstring.
15151
15152 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15153
15154         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15155
15156         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15157
15158 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * mm-bodies.el (mm-encode-body): Use coding system rather than
15161         charset to encode text.
15162
15163         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15164         number of charsets if utf-8 is available (XEmacs).
15165
15166 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15169         taken from `gnus-button-mid-or-mail-regexp'.
15170         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15171         (gnus-button-alist): Improve regexp for domain part of the MIDs
15172         for news:localpart@domain buttons.
15173         (gnus-button-ctan-directory-regexp): Update.
15174
15175 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * sieve-manage.el (sieve-manage-interactive-login):
15178         Use make-local-variable rather than make-variable-buffer-local.
15179         (sieve-manage-open): Ditto.
15180         (sieve-manage-authenticate): Ditto.
15181
15182         * mml.el (mml-generate-mime-1): Make the content type default to
15183         text/plain if the filename is not specified.
15184
15185 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15188         instead of insert-buffer.
15189
15190         * message.el (message-yank-original): Ditto; set the mark at the
15191         end of the yanked message.
15192
15193 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15196         lines to scroll rather than to stop it.
15197
15198         * mml.el (mml-generate-default-type): Add doc string.
15199         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15200         default to application/octet-stream when determining the content
15201         type if it is not specified for the part or the mml contents; add
15202         a comment about mml-generate-default-type.
15203
15204 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15207         make it default to application/octet-stream when determining the
15208         content type if it is not specified for the external contents.
15209
15210 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15213         segmented parameter but also other parameters might be there.
15214
15215 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * mm-decode.el (mm-display-external): Delete temp file, directory
15218         and buffer immediately if the external process is exited.
15219
15220 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15223         fewer lines than that of scroll-margin.
15224         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15225
15226 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * gnus-art.el (gnus-article-next-page): Revert.
15229         (gnus-article-beginning-of-window): New macro.
15230         (gnus-article-next-page-1): Use it.
15231         (gnus-article-prev-page): Ditto.
15232         (gnus-article-edit-part): Use insert-buffer-substring instead of
15233         insert-buffer.
15234         (gnus-article-edit-exit): Ditto.
15235
15236         * gnus-util.el (gnus-beginning-of-window): Remove.
15237         (gnus-end-of-window): Remove.
15238
15239         * lpath.el: Don't bind header-line-format and scroll-margin.
15240
15241 2005-07-25  Simon Josefsson  <jas@extundo.com>
15242
15243         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15244         to have the url package without w3.  Reported by Daiki Ueno
15245         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15246
15247 2005-07-20  Didier Verna  <didier@xemacs.org>
15248
15249         * gnus-diary.el: Remove the description comment (nndiary is now
15250         properly documented in the Gnus manual).
15251         Fix the spelling of "Back End".
15252         * nndiary.el: Ditto.
15253         Fix the copyright notice.
15254
15255 2005-07-18  Romain Francoise  <romain@orebokech.com>
15256
15257         * gnus-sum.el (gnus-summary-to-prefix)
15258         (gnus-summary-newsgroup-prefix): New variables.
15259         (gnus-summary-from-or-to-or-newsgroups): Use them.
15260
15261 2005-07-17  Romain Francoise  <romain@orebokech.com>
15262
15263         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15264         space as it's generally not especially interesting to the user.
15265
15266 2005-07-16  Romain Francoise  <romain@orebokech.com>
15267
15268         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15269         nil to avoid prompting and file modification if one of the
15270         messages at the top of the nnfolder file contains a copyright
15271         notice.
15272         Update copyright notice.
15273
15274         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15275         instead of `current-time-string' as the latter creates a time
15276         string that is not RFC 2822 compliant (it lacks the zone).
15277         Update copyright notice.
15278
15279 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15280
15281         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15282         for text/rtf.  Display default in prompt.  Pass default for M-n.
15283
15284         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15285
15286 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15287
15288         * gnus-msg.el (gnus-button-mailto):
15289         Remove save-selected-window-window hackery because it relies on
15290         save-selected-window internals.
15291
15292 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15295         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15296         (gnus-article-prev-page): Ditto.
15297
15298         * gnus-util.el (gnus-beginning-of-window): New function.
15299         (gnus-end-of-window): New function.
15300
15301         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15302
15303 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15304
15305         * gnus-score.el (gnus-score-edit-all-score):
15306         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15307         gnus-message.
15308
15309 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15310
15311         * gnus-msg.el (gnus-button-mailto):
15312         Remove save-selected-window-window hackery because it relies on
15313         save-selected-window internals.
15314
15315 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15318         add-minor-mode.
15319         (gnus-binary-mode): Ditto.
15320
15321         * gnus-topic.el (gnus-topic-mode): Ditto.
15322
15323 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15324
15325         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15326         (gnus-article-prev-page): Take scroll-margin into consideration.
15327
15328 2005-07-04  Lute Kamstra  <lute@gnu.org>
15329
15330         Update FSF's address in GPL notices.
15331
15332 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15333
15334         * gnus.el (gnus-exit):
15335         * gnus-group.el (gnus-group-icons):
15336         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15337
15338         * gnus-nocem.el (gnus-nocem):
15339         * message.el (message-various, message-buffers, message-sending)
15340         (message-interface, message-forwarding, message-insertion)
15341         (message-headers, message-news, message-mail):
15342         * pgg-gpg.el (pgg-gpg):
15343         * pgg-parse.el (pgg-parse):
15344         * pgg-pgp.el (pgg-pgp):
15345         * pgg-pgp5.el (pgg-pgp5):
15346         * pop3.el (pop3): Finish `defgroup' description with period.
15347
15348 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-art.el (article-display-face): Improve the efficiency.
15351         (article-display-x-face): Ditto; remove grey x-face stuff.
15352
15353 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * gnus-art.el (article-display-face): Correct the position in
15356         which Faces are inserted.
15357
15358 2005-06-29  Didier Verna  <didier@xemacs.org>
15359
15360         * gnus-art.el (article-display-face): Display faces in correct
15361         order.
15362
15363 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15366         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15367         (gnus-nocem-check-article): Fetch the Type header.
15368         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15369         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15370         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15371         make sure gnus-nocem-hashtb is initialized.
15372         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15373         (gnus-nocem-unwanted-article-p): Ditto.
15374
15375         * pgg.el (pgg-verify): Return the verification result.
15376
15377 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15378
15379         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15380         is ascii.
15381
15382 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15383
15384         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15385         `show-nonbreak-escape'.
15386
15387 2005-06-23  Lute Kamstra  <lute@gnu.org>
15388
15389         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15390
15391         * dig.el (dig-mode):
15392         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15393
15394 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15395
15396         * nnimap.el (nnimap-split-download-body): Fix spellings.
15397
15398 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15399
15400         * gnus-art.el (gnus-article-encrypt-body):
15401         * gnus-cus.el (gnus-score-customize):
15402         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15403         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15404
15405 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15406
15407         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15408         header by looking for magic "MII" at the beginnig.
15409
15410 2005-06-16  Miles Bader  <miles@gnu.org>
15411
15412         * gnus-xmas.el (gnus-xmas-group-startup-message):
15413         Use renamed gnus-splash face.
15414
15415         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15416         (assistant-field-face): New backward-compatibility alias for renamed
15417         face.
15418         (assistant-render-text): Use renamed assistant-field face.
15419
15420         * spam.el (spam): Remove "-face" suffix from face name.
15421         (spam-face): New backward-compatibility alias for renamed face.
15422         (spam-face, spam-initialize): Use renamed spam face.
15423
15424         * message.el (message-header-to, message-header-cc)
15425         (message-header-subject, message-header-newsgroups)
15426         (message-header-other, message-header-name)
15427         (message-header-xheader, message-separator, message-cited-text)
15428         (message-mml): Remove "-face" suffix from face names.
15429         (message-header-to-face, message-header-cc-face)
15430         (message-header-subject-face, message-header-newsgroups-face)
15431         (message-header-other-face, message-header-name-face)
15432         (message-header-xheader-face, message-separator-face)
15433         (message-cited-text-face, message-mml-face):
15434         New backward-compatibility aliases for renamed faces.
15435         (message-font-lock-keywords): Use renamed message faces.
15436
15437         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15438         (sieve-test-commands, sieve-tagged-arguments):
15439         Remove "-face" suffix from face names.
15440         (sieve-control-commands-face, sieve-action-commands-face)
15441         (sieve-test-commands-face, sieve-tagged-arguments-face):
15442         New backward-compatibility aliases for renamed faces.
15443         (sieve-control-commands-face, sieve-action-commands-face)
15444         (sieve-test-commands-face, sieve-tagged-arguments-face):
15445         Use renamed sieve faces.
15446
15447         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15448         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15449         (gnus-group-news-3-empty, gnus-group-news-4)
15450         (gnus-group-news-4-empty, gnus-group-news-5)
15451         (gnus-group-news-5-empty, gnus-group-news-6)
15452         (gnus-group-news-6-empty, gnus-group-news-low)
15453         (gnus-group-news-low-empty, gnus-group-mail-1)
15454         (gnus-group-mail-1-empty, gnus-group-mail-2)
15455         (gnus-group-mail-2-empty, gnus-group-mail-3)
15456         (gnus-group-mail-3-empty, gnus-group-mail-low)
15457         (gnus-group-mail-low-empty, gnus-summary-selected)
15458         (gnus-summary-cancelled, gnus-summary-high-ticked)
15459         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15460         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15461         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15462         (gnus-summary-low-undownloaded)
15463         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15464         (gnus-summary-low-unread, gnus-summary-normal-unread)
15465         (gnus-summary-high-read, gnus-summary-low-read)
15466         (gnus-summary-normal-read, gnus-splash):
15467         Remove "-face" suffix from face names.
15468         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15469         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15470         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15471         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15472         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15473         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15474         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15475         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15476         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15477         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15478         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15479         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15480         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15481         (gnus-summary-normal-ticked-face)
15482         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15483         (gnus-summary-normal-ancient-face)
15484         (gnus-summary-high-undownloaded-face)
15485         (gnus-summary-low-undownloaded-face)
15486         (gnus-summary-normal-undownloaded-face)
15487         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15488         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15489         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15490         (gnus-splash-face):
15491         New backward-compatibility aliases for renamed faces.
15492         (gnus-group-startup-message): Use renamed gnus faces.
15493
15494         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15495         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15496         (gnus-server-agent): Remove "-face" suffix from face names.
15497         (gnus-server-agent-face, gnus-server-opened-face)
15498         (gnus-server-closed-face, gnus-server-denied-face)
15499         (gnus-server-offline-face):
15500         New backward-compatibility aliases for renamed faces.
15501         (gnus-server-agent-face, gnus-server-opened-face)
15502         (gnus-server-closed-face, gnus-server-denied-face)
15503         (gnus-server-offline-face): Use renamed gnus faces.
15504
15505         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15506         Remove "-face" suffix from face names.
15507         (gnus-picon-xbm-face, gnus-picon-face):
15508         New backward-compatibility aliases for renamed faces.
15509
15510         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15511         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15512         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15513         (gnus-cite-11): Remove "-face" suffix from face names.
15514         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15515         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15516         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15517         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15518         New backward-compatibility aliases for renamed faces.
15519         (gnus-cite-attribution-face, gnus-cite-face-list)
15520         (gnus-article-boring-faces): Use renamed gnus faces.
15521
15522         * gnus-art.el (gnus-signature, gnus-header-from)
15523         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15524         (gnus-header-content): Remove "-face" suffix from face names.
15525         (gnus-signature-face, gnus-header-from-face)
15526         (gnus-header-subject-face, gnus-header-newsgroups-face)
15527         (gnus-header-name-face, gnus-header-content-face):
15528         New backward-compatibility aliases for renamed faces.
15529         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15530
15531         * gnus-sum.el (gnus-summary-selected-face)
15532         (gnus-summary-highlight): Use renamed gnus faces.
15533         * gnus-group.el (gnus-group-highlight): Likewise.
15534
15535 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15536
15537         * gnus-sieve.el (gnus-sieve-article-add-rule):
15538         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15539         * spam-stat.el (spam-stat-buffer-change-to-spam)
15540         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15541
15542         * message.el (message-is-yours-p):
15543         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15544
15545 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * mm-view.el (mm-inline-text): Withdraw the last change.
15548
15549 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15552         executing enriched-decode.
15553
15554 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15557         charset of tar files.
15558
15559 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15560
15561         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15562
15563 2005-06-04  Lute Kamstra  <lute@gnu.org>
15564
15565         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15566         information is never recorded.
15567
15568 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15569
15570         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15571
15572 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * pop3.el (pop3-apop): Run md5 in the binary mode.
15575
15576         * starttls.el (starttls-set-process-query-on-exit-flag):
15577         Use eval-and-compile.
15578
15579 2005-05-31  Simon Josefsson  <jas@extundo.com>
15580
15581         * smime.el (smime-replace-in-string): Define.
15582         (smime-cert-by-ldap-1): Use it.
15583
15584 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-art.el (article-display-x-face): Replace
15587         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15588
15589         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15590         set-process-query-on-exit-flag or process-kill-without-query.
15591
15592         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15593         loop instead of replace-regexp.
15594
15595         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15596         instead of process-kill-without-query if it is available.
15597
15598         * lpath.el: Fbind ldap-search-entries.
15599
15600         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15601         instead of find-file-hooks if it is available.
15602
15603         * mml1991.el: Bind pgg-default-user-id when compiling.
15604
15605         * mml2015.el: Bind pgg-default-user-id when compiling.
15606
15607         * nndraft.el (nndraft-request-associate-buffer):
15608         Use write-contents-functions instead of write-contents-hooks if it is
15609         available.
15610
15611         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15612         instead of find-file-hooks if it is available.
15613
15614         * nntp.el (nntp-open-connection): Replace
15615         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15616         (nntp-open-ssl-stream): Ditto.
15617         (nntp-open-tls-stream): Ditto.
15618
15619         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15620         set-process-query-on-exit-flag or process-kill-without-query.
15621         (starttls-open-stream-gnutls): Use it instead of
15622         process-kill-without-query.
15623         (starttls-open-stream): Ditto.
15624
15625 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15626
15627         * smime.el (smime-cert-by-ldap-1): Don't use
15628         replace-regexp-in-string.
15629
15630 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15631
15632         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15633
15634         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15635         in PEM format.  Adjust to the XEmacs compability.
15636
15637 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15640         by `string-to-number'.
15641         * gnus-agent.el (gnus-agent-regenerate-group)
15642         (gnus-agent-fetch-articles): Ditto.
15643         * gnus-art.el (gnus-button-fetch-group): Ditto.
15644         * gnus-cache.el (gnus-cache-generate-active)
15645         (gnus-cache-articles-in-group): Ditto.
15646         * gnus-group.el (gnus-group-set-current-level)
15647         (gnus-group-insert-group-line): Ditto.
15648         * gnus-score.el (gnus-score-set-expunge-below)
15649         (gnus-score-set-mark-below, gnus-summary-score-effect)
15650         (gnus-summary-score-entry): Ditto.
15651         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15652         (gnus-soup-pack): Ditto.
15653         * gnus-spec.el (gnus-xmas-format): Ditto.
15654         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15655         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15656         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15657         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15658         * nndb.el (nndb-get-remote-expire-response): Ditto.
15659         * nndiary.el (nndiary-parse-schedule-value)
15660         (nndiary-string-to-number, nndiary-request-replace-article)
15661         (nndiary-request-article): Ditto.
15662         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15663         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15664         * nneething.el (nneething-make-head): Ditto.
15665         * nnfolder.el (nnfolder-request-article)
15666         (nnfolder-retrieve-headers): Ditto.
15667         * nnheader.el (nnheader-file-to-number): Ditto.
15668         * nnkiboze.el (nnkiboze-request-article): Ditto.
15669         * nnmail.el (nnmail-process-unix-mail-format)
15670         (nnmail-process-babyl-mail-format): Ditto.
15671         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15672         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15673         (nnmh-request-create-group, nnmh-request-list-1)
15674         (nnmh-request-group, nnmh-request-article): Ditto.
15675         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15676         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15677         * nnsoup.el (nnsoup-make-active): Ditto.
15678         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15679         * nntp.el (nntp-find-group-and-number)
15680         (nntp-retrieve-headers-with-xover): Ditto.
15681         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15682         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15683         (pgg-format-key-identifier): Ditto.
15684         * pop3.el (pop3-last, pop3-stat): Ditto.
15685         * qp.el (quoted-printable-decode-region): Ditto.
15686
15687         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15688         of concat.
15689
15690 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15693
15694         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15695
15696         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15697
15698         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15699
15700         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15701
15702         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15703
15704         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15705         (gnus-carpal-mode): Ditto.
15706
15707         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15708         (gnus-browse-mode): Ditto.
15709
15710         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15711
15712         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15713
15714 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15715
15716         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15717
15718 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * gnus-util.el (gnus-run-mode-hooks): New function.
15721
15722         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15723
15724         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15725         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15726
15727 2005-05-27  Lute Kamstra  <lute@gnu.org>
15728
15729         * dns-mode.el (dns-mode): Specify customization group.
15730
15731 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15732
15733         * gnus-agent.el (gnus-agent-make-mode-line-string):
15734         Use mode-line-highlight as mouse-face.
15735
15736 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * canlock.el (canlock): Change the parent group to news.
15739
15740         * deuglify.el (gnus-outlook-deuglify): Add :group.
15741
15742         * dig.el (dig): Add :group.
15743
15744         * dns-mode.el (dns-mode): Add :group.
15745
15746         * encrypt.el (encrypt): Add :group.
15747
15748         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15749         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15750         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15751         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15752         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15753
15754         * gnus-diary.el (gnus-diary): Add :group.
15755
15756         * gnus.el (gnus-group-news-1-face): Add :group.
15757         (gnus-group-news-1-empty-face): Ditto.
15758         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15759         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15760         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15761         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15762         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15763         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15764         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15765         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15766         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15767         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15768         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15769         (gnus-summary-high-ticked-face): Ditto.
15770         (gnus-summary-low-ticked-face): Ditto.
15771         (gnus-summary-normal-ticked-face): Ditto.
15772         (gnus-summary-high-ancient-face): Ditto.
15773         (gnus-summary-low-ancient-face): Ditto.
15774         (gnus-summary-normal-ancient-face): Ditto.
15775         (gnus-summary-high-undownloaded-face): Ditto.
15776         (gnus-summary-low-undownloaded-face): Ditto.
15777         (gnus-summary-normal-undownloaded-face): Ditto.
15778         (gnus-summary-high-unread-face): Ditto.
15779         (gnus-summary-low-unread-face): Ditto.
15780         (gnus-summary-normal-unread-face): Ditto.
15781         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15782         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15783
15784         * hashcash.el (hashcash): New custom group.
15785         (hashcash-default-payment): Add :group.
15786         (hashcash-payment-alist): Ditto.
15787         (hashcash-default-accept-payment): Ditto.
15788         (hashcash-accept-resources): Ditto.
15789         (hashcash-path): Ditto.
15790         (hashcash-extra-generate-parameters): Ditto.
15791         (hashcash-double-spend-database): Ditto.
15792         (hashcash-in-news): Ditto.
15793
15794         * message.el (message-minibuffer-local-map): Add :group.
15795
15796         * netrc.el (netrc): Add :group.
15797
15798         * sieve-manage.el (sieve-manage-log): Add :group.
15799         (sieve-manage-default-user): Diito.
15800         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15801         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15802         (sieve-manage-authenticators): Ditto.
15803         (sieve-manage-authenticator-alist): Ditto.
15804         (sieve-manage-default-port): Ditto.
15805
15806         * sieve-mode.el (sieve-control-commands-face): Add :group.
15807         (sieve-action-commands-face): Ditto.
15808         (sieve-test-commands-face): Ditto.
15809         (sieve-tagged-arguments-face): Ditto.
15810
15811         * smime.el (smime): Add :group.
15812
15813         * spam-report.el (spam-report): Add :group.
15814
15815         * spam.el (spam, spam-face): Add :group.
15816
15817 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15818
15819         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15820         return \n.\n.\n at the end of articles.  Protect against that.
15821         (nntp-with-open-group): Allow debugging.
15822
15823         * nnheader.el (mail-header-set-extra): Make into a function
15824         because I just could't understand how to quote the list properly.
15825
15826         * dns.el (query-dns-cached): New function.
15827
15828 2005-05-26  Lute Kamstra  <lute@gnu.org>
15829
15830         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15831
15832 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15835
15836         * gnus-art.el: Don't autoload mail-extract-address-components.
15837
15838         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15839         eval-and-compile to evaluate it.
15840
15841         * hashcash.el: Don't autoload executable-find.
15842
15843         * nndb.el: Don't declare the nndb back end two or more times; don't
15844         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15845
15846         * nntp.el: Autoload format-spec instead of format; use
15847         eval-and-compile to evaluate autoload forms.
15848
15849 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15850
15851         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15852
15853 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15854
15855         * gnus.el (gnus-version-number): Bump version.
15856
15857 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15858
15859         * gnus.el: No Gnus v0.3 is released.
15860
15861 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15862
15863         * lpath.el (featurep): Bind show-nonbreak-escape.
15864
15865 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-art.el (gnus-article-edit-part): Disable undo.
15868
15869 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15872         gnus-article-date-lapsed-new-header is t if date timer is active;
15873         skip headers in which the original date value is empty.
15874         (gnus-article-save-original-date): Redefine it as a macro.
15875         (gnus-display-mime): Use it.
15876
15877 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-art.el (article-date-ut): Support converting date in
15880         forwarded parts as well.
15881         (gnus-article-save-original-date): New function.
15882         (gnus-display-mime): Use it.
15883
15884 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15885
15886         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15887         enclosure element of <item>.
15888
15889 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * message.el (message-kill-buffer-query): Rename from
15892         `message-kill-buffer-query-if-modified'.  Add :version.
15893
15894 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15897         window layout.
15898
15899 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * mml.el: Autoload dnd when compiling.
15902
15903 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15906         x-dnd-*.
15907
15908 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * qp.el (quoted-printable-encode-region): Save excursion.
15911
15912 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15913
15914         * message.el (message-kill-buffer-query-if-modified): Add new variable
15915         so the user can kill a modified message buffer quickly.
15916         (message-kill-buffer): Use it.
15917
15918 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * lpath.el: Fbind display-time-event-handler; don't fbind
15921         string-to-multibyte.
15922
15923         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15924
15925 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15928         contained in text because xml.el decodes entities) with LFs.
15929
15930 2005-04-11  Lute Kamstra  <lute@gnu.org>
15931
15932         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15933         differently.
15934
15935 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15936
15937         * mm-util.el (mm-detect-coding-region): Typo.
15938
15939 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15942
15943 2005-04-06  Deepak Goel  <deego@gnufans.org>
15944
15945         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15946         user-function allow user modifications of the scores.
15947         (spam-stat-score-buffer-user): New function, to allow
15948         user-computed modifications to the score.
15949         (spam-stat-score-buffer-user-functions): List of additional
15950         scoring functions.
15951         (spam-stat-error-holder): Global temporary error holder.
15952         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15953         variable.
15954
15955 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15956
15957         * gnus-registry.el (gnus-registry-clean-empty-function)
15958         (gnus-registry-trim, gnus-registry-fetch-groups)
15959         (gnus-registry-delete-group): Groups that match
15960         `gnus-registry-ignored-groups' are removed from the registry
15961         entries, not just ignored for splitting.  This helps clean up the
15962         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15963         to get all the groups a message ID is in.
15964
15965         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15966         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15967         (spam-stat-score-buffer-user-functions): Add :number custom type.
15968
15969 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15972         argument in XEmacs.
15973
15974         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15975         (nnrss-request-group): Decode group name first.
15976         (nnrss-request-article): Make a text/plain article if mml-to-mime
15977         failed.
15978         (nnrss-get-encoding): Return a compatible encoding according to
15979         nnrss-compatible-encoding-alist.
15980         (nnrss-find-el): Use consp instead of listp.
15981         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15982
15983 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15986         which Emacs 20 doesn't support.
15987         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15988
15989 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15992         silence the byte compiler inside the defun.
15993
15994         * gnus-demon.el (parse-time-string): Add autoload.
15995
15996         * gnus-delay.el (parse-time-string): Add autoload.
15997
15998         * gnus-art.el (parse-time-string): Add autoload.
15999
16000         * nnultimate.el (parse-time): Require for `parse-time-string'.
16001
16002 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16005
16006         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16007
16008         * smime.el (smime-ldap-host-list): Add :version.
16009
16010 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16011
16012         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16013         pass it to `gnus-browse-read-group'.
16014         (gnus-browse-read-group): Add NUMBER argument and pass it to
16015         `gnus-group-read-ephemeral-group'.
16016
16017         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16018         argument and pass it to `gnus-group-read-group'.
16019
16020 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16021
16022         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16023         mm-xemacs-find-mime-charset-1 if we have the mule feature
16024         available at runtime.
16025
16026 2005-03-25  Werner Lemberg  <wl@gnu.org>
16027
16028         * nnmaildir.el: Replace `illegal' with `invalid'.
16029
16030 2005-03-23  Lute Kamstra  <lute@gnu.org>
16031
16032         * time-date.el: Add comment on time value formats.
16033         Don't require parse-time.
16034         (with-decoded-time-value): New macro.
16035         (encode-time-value): New function.
16036         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16037         (days-to-time): Return a valid time value when arg is huge.
16038         (time-since): Use time-subtract.
16039         (time-to-number-of-days): Use time-to-seconds.
16040
16041 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16042
16043         * gnus-start.el (gnus-display-time-event-handler):
16044         Check display-time-timer at runtime rather than only at load time
16045         in case display-time-mode is turned off in the mean time.
16046
16047 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16050         used.
16051
16052         * nneething.el (nneething-map-file-directory): Derive from
16053         `gnus-directory'.
16054
16055         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16056         the To/Cc button.
16057
16058 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * nnmaildir.el (nnmaildir-request-accept-article):
16061         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16062
16063 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16064
16065         * gnus-async.el: Require timer-funcs at compile time when in
16066         XEmacs for `run-with-idle-timer'.
16067
16068 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16069
16070         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16071         autoloaded function.
16072
16073 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16074
16075         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16076
16077 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16078
16079         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16080
16081 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16082
16083         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16084         Add gnus-expert-user to default.
16085
16086 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16087
16088         * nnimap.el (nnimap-open-server): Ditto.
16089
16090         * imap.el (imap-authenticate): Fix typo.
16091
16092 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16093
16094         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16095         buffer (since IMAP server might return FETCH response out of
16096         order, and the nntp buffer must be sorted).
16097
16098 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16099
16100         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16101         comparison on string.
16102
16103         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16104         (gnus-agent-score): Rename category keywords to match gnus-cus.
16105         (gnus-agent-summary-fetch-series): Modify to protect against
16106         gnus-agent-summary-fetch-group clearing processable flags.
16107         (gnus-agent-synchronize-group-flags): Update live group buffer as
16108         synchronization may occur due to the user toggle the plugged
16109         status.
16110         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16111         successfully downloaded.
16112         (gnus-agent-expire-group-1): Avoid using markers when the overview
16113         is in ascending order; greatly improves performance.
16114         (gnus-agent-regenerate-group):
16115         Use gnus-agent-synchronize-group-flags to reset read status in both
16116         gnus and server.
16117         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16118
16119 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * message.el: Don't autoload former message-utils variables.
16122         (message-strip-subject-trailing-was): Change doc string.
16123
16124         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16125         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16126         (nnweb-google-search): Add "hl=en" here.
16127         (nnweb-google-parse-1, nnweb-google-create-mapping):
16128         Don't hardcode URL.
16129
16130 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * message.el (message-get-reply-headers, message-followup):
16133         Mention related variables `message-use-followup-to' and
16134         `message-use-mail-followup-to', in the information buffer.
16135
16136         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16137         of broken groups(-beta).google.com.
16138
16139 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16142         parameter to invoked gnus-request-move-article; remove the
16143         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16144         all at once instead of once per article.
16145         (gnus-summary-remove-process-mark): Accept a list of articles as
16146         well as a single article for processing.
16147
16148         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16149         parameter.
16150
16151         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16152
16153         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16154
16155         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16156         parameter.
16157
16158         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16159         parameter.
16160
16161         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16162         parameter and remove the gnus-sum-hint-move-is-internal variable.
16163
16164         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16165         parameter.
16166
16167         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16168         parameter.
16169
16170         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16171         parameter.
16172
16173         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16174
16175         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16176         parameter.
16177
16178         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16179         parameter.
16180
16181 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16182
16183         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16184         a more conservative way.
16185
16186 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16187
16188         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16189         buffer, so it moves the window's cursor.
16190
16191 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16192
16193         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16194         `mm-dissect-multipart' and receive the from field as an (optional)
16195         argument from `mm-dissect-multipart'.
16196         (mm-dissect-multipart): Receive the from field as an argument and
16197         pass it on when we call `mm-dissect-buffer' on MIME parts.
16198         Fixes verification/decryption of signed/encrypted MIME parts.
16199
16200 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16201
16202         * gnus-sum.el (gnus-summary-move-article):
16203         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16204         whatever it calls (right now, only nnimap-request-move article
16205         respects it).
16206
16207         * nnimap.el (nnimap-request-move-article):
16208         When gnus-sum-hint-move-is-internal is set, don't do the extra
16209         nnimap-request-article.
16210
16211 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16212
16213         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16214
16215         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16216         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16217
16218         * gnus-sum.el (gnus-summary-caesar-message):
16219         Apply `gnus-treat-article' after rotation.
16220
16221         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16222         doc string.
16223
16224 2005-02-22  Simon Josefsson  <jas@extundo.com>
16225
16226         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16227         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16228         <arne@arnested.dk>.
16229         (encrypt): Add password-cache and password-cache-expiry as group
16230         members.
16231
16232 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16233
16234         * smime.el (smime-ldap-host-list): Doc fix.
16235         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16236         cache) password.
16237         (smime-sign-region): Use it.
16238         (smime-decrypt-region): Use it.
16239         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16240         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16241         fails.
16242         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16243         certificate from DER to PEM format rather than calling openssl.
16244
16245         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16246
16247         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16248         for signing/encryption.
16249
16250         * mml.el (mml-parse-1): Use them.
16251
16252 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16253
16254         * nnrss.el (nnrss-verbose): Remove.
16255         (nnrss-request-group): Use `nnheader-message' instead.
16256
16257 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16258
16259         * nnrss.el (nnrss-verbose): New variable.
16260         (nnrss-request-group): Make it say nnrss is requesting a group.
16261
16262 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16265         Handle news URL with given port correctly.
16266
16267 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16270         containing special characters.
16271
16272         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16273
16274         * mml.el (mime-to-mml): Ditto.
16275
16276         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16277         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16278         (rfc2047-decode-region): Quote decoded words containing special
16279         characters when rfc2047-quote-decoded-words-containing-tspecials
16280         is non-nil.
16281
16282 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16283
16284         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16285
16286         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16287
16288 2005-02-15  Simon Josefsson  <jas@extundo.com>
16289
16290         * nnimap.el (nnimap-debug): Doc fix.
16291
16292         * imap.el (imap-debug): Doc fix.
16293
16294 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16297
16298 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16299
16300         * gnus.el (spam-contents): Improve docs for spam-contents
16301         parameter in its variable incarnation.
16302
16303 2005-02-14  Simon Josefsson  <jas@extundo.com>
16304
16305         * smime-ldap.el: Use require instead of load-library for ldap.
16306         (smime-ldap-search): Indent.
16307         (smime-ldap-search-internal): Shorten line.
16308
16309         * smime.el (smime-cert-by-dns): Add doc-string.
16310         (smime-cert-by-ldap-1): Indent.
16311
16312         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16313         mml-smime-get-dns-ldap.
16314         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16315
16316 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16317
16318         * smime.el: Require smime-ldap.
16319         (smime-ldap-host-list): New variable.
16320         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16321
16322         * mml-smime.el (mml-smime-encrypt-query): New function.
16323         (mml-smime-encrypt-query): Use it.
16324
16325         * smime-ldap.el: New file.
16326
16327 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16330
16331 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16332
16333         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16334         argument in doc string.  Make query for type more clear.
16335
16336 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * gnus.el (gnus-group-startup-message): Search for gnus images in
16339         etc/images/gnus.
16340         * mm-util.el (mm-image-load-path): Likewise.
16341         * smiley.el (smiley-data-directory): Search for smilies in
16342         etc/images/smilies.
16343
16344 2005-02-09  Kim F. Storm  <storm@cua.dk>
16345
16346         Change Emacs release version from 21.4 to 22.1 throughout.
16347         Change Emacs development version from 21.3.50 to 22.0.50.
16348
16349 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16352
16353         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16354         non-Mule XEmacs as well.
16355         (mm-decompress-buffer): Signal an error intentionally if it does
16356         not decompress compressed data because auto-compression-mode is
16357         disabled.
16358
16359 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16360
16361         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16362         an ID in the registry even if it has no groups.
16363
16364 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16367         merge it into mm-decompress-buffer.
16368         (gnus-mime-copy-part): Use the MIME part charset, the value which
16369         a user specified or gnus-newsgroup-charset for decoding, like
16370         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16371         save-buffer what was used.  Suggested by Kevin Ryde
16372         <user42@zip.com.au>.
16373         (gnus-mime-inline-part): Allow the name parameter as well as the
16374         filename parameter; force decompressing of compressed data; always
16375         display contents being not decoded as unibyte.
16376
16377         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16378         as well as the filename parameter.
16379
16380         * mm-util.el (mm-decompress-buffer):
16381         Merge gnus-mime-jka-compr-maybe-uncompress.
16382         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16383         of compressed data.
16384
16385 2005-02-08  Simon Josefsson  <jas@extundo.com>
16386
16387         * imap.el (imap-log): Doc fix.
16388
16389 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16392         the coding cookies; decompress compressed parts.
16393
16394         * mml.el (mml-generate-mime-1): Add the charset parameter according
16395         to the value which a user specified manually or the coding cookie.
16396
16397         * mm-util.el (mm-string-to-multibyte): New function.
16398         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16399         (mm-coding-system-to-mime-charset): New function.
16400         (mm-decompress-buffer): New function.
16401         (mm-find-buffer-file-coding-system): New function.
16402
16403         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16404         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16405         parts.
16406
16407 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16408
16409         * mm-view.el (mm-display-inline-fontify): Decode a part according
16410         to the charset parameter.
16411
16412 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16415         prefix arg is neither nil nor a number, as info specifies.
16416
16417 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16420         timestamps.
16421
16422 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16423
16424         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16425         groups error checking and notify user.
16426
16427 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16428
16429         * message.el (message-send-mail-function): Check existence of
16430         sendmail-program first before using default value
16431         `message-send-mail-with-sendmail'.  Otherwise use more generic
16432         `smtpmail-send-it'.
16433
16434 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * nntp.el (nntp-request-update-info): Always return nil.
16437
16438 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16439
16440         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16441
16442 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16443
16444         * message.el (message-beginning-of-line): Change the behavior when
16445         invoked between BOL and : so that it first moves backward.
16446
16447 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16450         article buffer when editing of the article is discarded.
16451         (gnus-article-prepare): Revert.
16452
16453 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * gnus-art.el (gnus-article-prepare):
16456         Remove message-strip-forbidden-properties from the local hook.
16457
16458 2005-01-27  Simon Josefsson  <jas@extundo.com>
16459
16460         * password.el (password-cache-add): Only start one timer per key.
16461         Reported by Derek Atkins <warlord@MIT.EDU>.
16462
16463 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16464
16465         * run-at-time.el: Remove.  It is no longer needed as
16466         timer-funcs.el in the xemacs-base package has a working version of
16467         `run-at-time'.
16468
16469         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16470
16471         * password.el: Require timer-funcs instead of run-at-time in
16472         XEmacs.
16473         Remove `password-run-at-time' macro.
16474         (password-cache-add): Use `run-at-time' instead of
16475         `password-run-at-time'.
16476
16477         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16478         Remove `nnheader-cancel-function-timers' alias,
16479         `cancel-function-timers' exists in XEmacs in timer-funcs.
16480
16481         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16482         for `run-with-idle-timer'.
16483
16484         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16485         for `run-at-time'.
16486
16487         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16488         for `with-timeout'.
16489
16490         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16491         the same as for XEmacs 21.4.
16492         No need to ignore `run-with-idle-timer', this function exists in
16493         XEmacs now in timer-funcs.el in the xemacs-base package.
16494         (dgnushack-compile): No need to delete
16495         run-at-time.el from the list of files to compile because it
16496         doesn't exist anymore.
16497
16498 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16501         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16502
16503 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16504
16505         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16506         sensitively.
16507
16508 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16509
16510         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16511
16512 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16515         which will be inserted according to the multibyteness of a buffer
16516         rather than the type of contents.  Suggested by ARISAWA Akihiro
16517         <ari@mbf.ocn.ne.jp>.
16518
16519         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16520         of string which old xml.el may return rather than a string.
16521
16522 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16525
16526 2005-01-16  Simon Josefsson  <jas@extundo.com>
16527
16528         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16529         idn/idna.el isn't available.
16530         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16531         <michael@waxrat.com>.
16532
16533         * hashcash.el: Remove non-FSF copyright header.
16534
16535         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16536         (hashcash-generate-payment): Use it.
16537         (hashcash-generate-payment-async): Use it.
16538
16539 2005-01-15  Simon Josefsson  <jas@extundo.com>
16540
16541         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16542         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16543
16544         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16545         gnus-summary-idna-message.
16546         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16547         (gnus-summary-idna-message): New function.
16548
16549 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16552         gnus-novice-user.
16553
16554 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * nnrss.el (nnrss-request-delete-group): Delete entries in
16557         nnrss-group-alist as well.
16558         (nnrss-save-server-data): Insert newline.
16559
16560 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16561
16562         * gnus.el (gnus-user-agent): Use list of symbols instead of
16563         symbols.  Display full version number for (S)XEmacs.
16564         Optionally display (S)XEmacs codename.
16565
16566         * gnus-util.el (gnus-emacs-version): Update for new
16567         `gnus-user-agent'.
16568
16569         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16570         Gnus version.
16571
16572 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16575         which is unreadable in some setups.
16576
16577 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-spec.el (gnus-update-format-specifications): Flush the
16580         group format spec cache if it doesn't support decoded group names.
16581
16582 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16583
16584         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16585         Allow to apply decay on score files matching a regexp.
16586
16587 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16590         compatibility in %g and %c.
16591
16592 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16595         name for only %g and %c.
16596         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16597         of gnus-tmp-group to decoded group name.
16598         (gnus-group-make-rss-group): Exclude `/'s from group names.
16599
16600 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * nnrss.el (nnrss-get-encoding): Fix regexp.
16603
16604 2004-12-27  Simon Josefsson  <jas@extundo.com>
16605
16606         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16607         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16608         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16609
16610 2004-12-17  Kim F. Storm  <storm@cua.dk>
16611
16612         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16613
16614         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16615
16616 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16617
16618         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16619
16620 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * nnrss.el: Require rfc2047 and mml.
16623         (nnrss-file-coding-system): New variable.
16624         (nnrss-format-string): Redefine it as an inline function.
16625         (nnrss-decode-group-name): New function.
16626         (nnrss-string-as-multibyte): Remove.
16627         (nnrss-retrieve-headers): Decode group name; don't use
16628         nnrss-format-string.
16629         (nnrss-request-group): Decode group name.
16630         (nnrss-request-article): Decode group name; allow a Message-ID as
16631         well as an article number; don't use nnrss-format-string; encode a
16632         Message-ID string which may contain non-ASCII characters; use
16633         mml-to-mime to compose a MIME article.
16634         (nnrss-request-expire-articles): Decode group name.
16635         (nnrss-request-delete-group): Decode group name.
16636         (nnrss-fetch): Clarify error message.
16637         (nnrss-read-server-data): Use insert-file-contents instead of load;
16638         bind file-name-coding-system; use multibyte buffer.
16639         (nnrss-save-server-data): Bind coding-system-for-write to the
16640         value of nnrss-file-coding-system; bind file-name-coding-system;
16641         add coding cookie.
16642         (nnrss-read-group-data): Use insert-file-contents instead of load;
16643         bind file-name-coding-system; use multibyte buffer.
16644         (nnrss-save-group-data): Bind coding-system-for-write to the
16645         value of nnrss-file-coding-system; bind file-name-coding-system.
16646         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16647         make it work with non-ASCII text.
16648         (nnrss-find-el): Make it work with old xml.el as well.
16649
16650 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16651
16652         * nnrss.el (nnrss-get-encoding): New function.
16653         (nnrss-fetch): Use unibyte buffer initially; bind
16654         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16655         decode contents according to the encoding attribute.
16656         (nnrss-save-group-data): Add coding cookie.
16657         (nnrss-mime-encode-string): New function.
16658         (nnrss-check-group): Use it to encode subject and author.
16659
16660 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16661
16662         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16663         imaginary variable.
16664
16665 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16668         correctly even if there are wide characters.
16669
16670 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16673         downcased symbol names; make a new cache instead of reusing
16674         bbdb-hashtable.
16675
16676 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16679         concatenating segments rather than before concatenating them.
16680         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16681
16682         * message.el (message-get-reply-headers): Bind `extra'.
16683
16684 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16685
16686         * message.el (message-extra-wide-headers): New variable.
16687         (message-get-reply-headers): Use it.
16688
16689 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16692         (gnus-agent-group-pathname): Ditto.
16693
16694         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16695
16696         * gnus-group.el (gnus-group-make-group): Decode group name.
16697         (gnus-group-make-rss-group): Register the group data after opening
16698         the nnrss group.
16699
16700 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16701
16702         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16703         by expiry now get marked as read.
16704
16705 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16708
16709 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16710
16711         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16712         unify Latin characters in XEmacs.
16713         (mm-find-mime-charset-region): Use it.
16714
16715 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gnus-util.el (gnus-delete-directory): New function.
16718
16719         * gnus-agent.el (gnus-agent-delete-group): Use it.
16720
16721         * gnus-cache.el (gnus-cache-delete-group): Use it.
16722
16723 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16726         names.
16727
16728 2004-12-16  Simon Josefsson  <jas@extundo.com>
16729
16730         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16731
16732 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16735
16736         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16737         (gnus-group-set-current-level): Decode group name.
16738
16739 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16740
16741         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16742         failed.
16743
16744 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-group.el (gnus-group-delete-group): Decode group name.
16747         (gnus-group-make-rss-group): Encode group name.
16748         (gnus-group-catchup-current): Decode group name.
16749         (gnus-group-kill-group): Decode group name.
16750
16751 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16752
16753         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16754
16755 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * gnus-group.el (gnus-group-make-rss-group):
16758         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16759
16760         * gnus-start.el (gnus-setup-news): Honor user's setting to
16761         gnus-message-archive-method.  Suggested by Lute Kamstra
16762         <lute@gnu.org>.
16763
16764 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16765
16766         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16767         global counterparts of the buffer-local variables.
16768
16769 2004-11-16  Romain Francoise  <romain@orebokech.com>
16770
16771         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16772         counterparts of the buffer-local variables.
16773
16774 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16775
16776         * message.el (message-forbidden-properties): Fix typo in doc
16777         string.
16778
16779 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16780
16781         * gnus-util.el (gnus-replace-in-string): Add doc string.
16782
16783         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16784         to avoid problems when splitting mails with many recipients.
16785
16786 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16787
16788         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16789         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16790
16791 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16792
16793         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16794         if there is no hashtable in memory or file modification time is
16795         newer than cached timestamp.
16796
16797 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * gnus-sum.el (gnus-summary-limit-to-recipient):
16800         Implement not-matching option.
16801
16802 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16803
16804         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16805         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16806         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16807         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16808         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16809         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16810
16811 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * message.el (message-forward-make-body-mml): Remove headers
16814         according to message-forward-ignored-headers if a message is decoded.
16815
16816 2004-12-02  Romain Francoise  <romain@orebokech.com>
16817
16818         * message.el (message-forward-make-body-plain): Always remove
16819         headers according to message-forward-ignored-headers.
16820
16821 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16822
16823         * spam.el (spam-summary-prepare-exit): Remove the
16824         gnus-summary-limit pop for now, it has problems with ham marks for
16825         me.
16826
16827 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16828
16829         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16830         correctly.
16831
16832 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16833
16834         * format-spec.el (format-spec): Message the char.
16835
16836 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16837
16838         * gnus-art.el (gnus-split-methods): Reformat comments.
16839
16840         * spam.el (spam-summary-prepare-exit): Remove article limits
16841         before exiting the summary buffer.
16842
16843 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16846         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16847
16848         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16849         order to silence the byte compiler.
16850
16851         * spam.el: Fix the way to silence the byte compiler, which
16852         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16853         bbdb-search-simple, spam-BBDB-register-routine,
16854         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16855         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16856         spam-stat-buffer-is-spam, spam-stat-load,
16857         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16858         spam-stat-save and spam-stat-split-fancy.
16859
16860 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16863         which may confuse users.
16864         (canlock-password-for-verify): Ditto.
16865
16866         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16867
16868         * gnus-art.el (gnus-emphasis-alist): Ditto.
16869
16870         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16871
16872         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16873
16874         * gnus-start.el (gnus-save-killed-list): Ditto.
16875
16876         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16877         (gnus-sum-thread-tree-root): Ditto.
16878         (gnus-sum-thread-tree-false-root): Ditto.
16879         (gnus-sum-thread-tree-single-indent): Ditto.
16880
16881         * message.el (message-courtesy-message): Ditto.
16882         (message-archive-note): Ditto.
16883         (message-subscribed-address-file): Ditto.
16884         (message-user-fqdn): Ditto.
16885
16886         * spam-report.el (spam-report-gmane-regex): Ditto.
16887
16888         * spam.el (spam-blackhole-good-server-regex): Ditto.
16889
16890 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * mml.el (mml-preview): Widen the message buffer before copying
16893         the contents to the preview buffer; sort headers before previewing.
16894
16895         * message.el (message-hidden-headers): Fix the way to avoid a bug
16896         in the `repeat' widget in Emacs 21.3 or earlier.
16897
16898 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * message.el (message-hidden-headers): Default to "^References:".
16901         Improve customization type.  Suggested by Reiner Steib
16902         <Reiner.Steib@gmx.de>.
16903
16904 2004-11-25  Romain Francoise  <romain@orebokech.com>
16905
16906         * message.el (message-strip-forbidden-properties): Remove check for
16907         obsolete `message-hidden' text property, hidden headers are not
16908         accessible in the buffer anymore.
16909
16910 2004-11-22  Romain Francoise  <romain@orebokech.com>
16911
16912         * message.el (message-header-format-alist): Add `From' in list
16913         so that it can be sorted.
16914         (message-fix-before-sending): Widen and sort headers before
16915         sending.
16916         (message-hide-headers): Use narrowing to hide headers by moving
16917         them to the top of the buffer and narrowing to the region
16918         underneath.
16919
16920 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16921
16922         * message.el (message-strip-forbidden-properties):
16923         Bind buffer-read-only (etc) to nil.
16924
16925 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16928         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16929
16930 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16931
16932         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16933
16934 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16935
16936         * dns.el (query-dns): Use sit-for to time instead of
16937         accept-process-output, since that doesn't seem to work on udp
16938         sockets.
16939
16940 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16943
16944 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16945
16946         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16947         doc string.  Improve doc string.
16948
16949 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * nntp.el (nntp-request-update-info): Return nil if
16952         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16953         may not call gnus-activate-group which uselessly issues the GROUP
16954         commands for all nntp groups and wastes time.  Reported by Romain
16955         Francoise <romain@orebokech.com>.
16956
16957         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16958
16959 2004-11-15  Simon Josefsson  <jas@extundo.com>
16960
16961         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16962         headers separately.
16963         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16964         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16965
16966 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * gnus-start.el (gnus-convert-old-newsrc):
16969         Assign legacy-gnus-agent to 5.10.7.
16970
16971 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16972
16973         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16974         start of the lines.
16975
16976 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16977
16978         * hashcash.el (hashcash-default-payment): Change default to 20.
16979         (hashcash-default-accept-payment): Change default to 20.
16980         (hashcash-process-alist): New variable.
16981         (hashcash-generate-payment-async): Add.
16982         (hashcash-already-paid-p): Add.
16983         (hashcash-insert-payment): Don't generate payments twice.
16984         (hashcash-insert-payment-async): Add.
16985         (hashcash-insert-payment-async-2): Add.
16986         (hashcash-cancel-async): Add.
16987         (hashcash-wait-async): Add.
16988         (hashcash-processes-running-p): Add.
16989         (hashcash-wait-or-cancel): Add.
16990         (mail-add-payment): New optional argument.  Conditionally start
16991         asynchronous calculation.
16992         (mail-add-payment-async): Add.
16993
16994         * message.el (message-send-mail): Wait for asynchronous hashcash
16995         results.  Don't clobber existing X-Hashcash headers.
16996         (message-setup-1): Call mail-add-payment-async when
16997         message-generate-hashcash is non-nil.
16998
16999 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17000
17001         * message.el (message-use-alternative-email-as-from): Examine the
17002         From header as well; use message-make-from in order to include a
17003         user's full name.
17004
17005 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17008         default; improve customization type.
17009         (gnus-emphasis-custom-with-format): New macro.
17010         (gnus-emphasis-custom-value-to-external): New function.
17011         (gnus-emphasis-custom-value-to-internal): New function.
17012
17013 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17014
17015         * dns.el (query-dns): Resolve reverse addresses.
17016
17017 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17018
17019         * gnus-group.el (gnus-group-get-new-news): Use it.
17020
17021         * gnus-start.el (gnus-check-reasonable-setup): New function.
17022
17023 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17026         "Args out of range" error.  Reported by Arnaud Giersch
17027         <arnaud.giersch@free.fr>.
17028
17029 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17030
17031         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17032
17033 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17034
17035         * spam.el (spam group): Add :version.
17036
17037         * pgg-def.el (pgg group): Add :version.
17038
17039 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * gnus-art.el (gnus-article-edit-article): Don't associate the
17042         article buffer with a draft file.  This is a temporary measure
17043         against the 2004-08-22 change to gnus-article-edit-mode.
17044
17045 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17048         (html2text-format-tags): Remove unused variable `attr'.
17049
17050 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17051
17052         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17053
17054         * tls.el (tls-process-connection-type, tls-success)
17055         (tls-certtool-program): Add :version.
17056
17057         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17058         (starttls-extra-arguments, starttls-process-connection-type)
17059         (starttls-connect, starttls-failure, starttls-success): Add :version.
17060
17061         * spam-stat.el (spam-stat): Add :version.
17062
17063         * sieve.el (sieve): Add :version.
17064
17065         * sha1.el (sha1): Add :version.
17066         (sha1-use-external): Remove redundant version.
17067
17068         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17069         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17070         (nnmail-split-fancy-match-partial-words)
17071         (nnmail-split-lowercase-expanded): Add :version.
17072
17073         * nndiary.el (nndiary): Add :version.
17074
17075         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17076
17077         * mml-sec.el (mml-default-sign-method)
17078         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17079         Add :version.
17080
17081         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17082
17083         * mm-url.el (mm-url-use-external, mm-url-program)
17084         (mm-url-arguments): Add :version.
17085
17086         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17087         (mm-attachment-file-modes, mm-decrypt-option)
17088         (mm-w3m-safe-url-regexp): Add :version.
17089
17090         * message.el (message-cite-prefix-regexp)
17091         (message-sendmail-envelope-from, message-minibuffer-local-map)
17092         (message-user-fqdn, message-completion-alist): Add :version.
17093
17094         * gnus-win.el (gnus-configure-windows-hook)
17095         (gnus-use-frames-on-any-display): Add :version.
17096
17097         * gnus-art.el (gnus-article-address-banner-alist)
17098         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17099         (gnus-treat-from-picon, gnus-treat-mail-picon)
17100         (gnus-treat-x-pgp-sig): Add :version.
17101
17102         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17103         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17104         (gnus-summary-article-delete-hook)
17105         (gnus-summary-display-while-building): Add :version.
17106
17107         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17108         (gnus-get-top-new-news-hook): Add :version.
17109
17110         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17111         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17112
17113         * gnus-registry.el (gnus-registry): Add :version.
17114
17115         * gnus-spec.el (gnus-use-correct-string-widths)
17116         (gnus-make-format-preserve-properties): Add :version.
17117
17118         * gnus.el (gnus-group-charter-alist)
17119         (gnus-group-fetch-control-use-browse-url)
17120         (gnus-install-group-spam-parameters): Add :version.
17121
17122         * gnus-diary.el (gnus-diary): Add :version.
17123
17124         * gnus-delay.el (gnus-delay): Add :version.
17125
17126         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17127         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17128         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17129         Add :version.
17130
17131         * gnus-agent.el (gnus-agent-max-fetch-size)
17132         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17133         (gnus-agent-prompt-send-queue): Add :version.
17134
17135         * deuglify.el (gnus-outlook-deuglify): Add :version.
17136
17137         * html2text.el: Beautify code.  Improve doc strings.
17138         Some checkdoc cleanup.
17139         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17140
17141 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17142
17143         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17144
17145 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17148         when package is loaded.
17149
17150         * spam.el (spam-summary-score-preferred-header): Add global preference
17151         for people who want to override the default SpamAssassin over
17152         Bogofilter preference (when both are set).
17153         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17154         (spam-user-format-function-S):
17155         Check spam-summary-score-preferred-header.
17156         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17157         (spam-user-format-function-S): Format the score correctly.
17158
17159 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17162         signature file.  Suggested by Manoj Srivastava
17163         <srivasta@golden-gryphon.com>.
17164
17165         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17166         iso-2022-jp even in the Japanese language environment.
17167         Suggested by Jason Rumney <jasonr@gnu.org>.
17168
17169 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17172         use the same characters as the dummy marks; make it free from
17173         getting affected by the language environment.
17174         (gnus-summary-read-group-1): Update mark positions only when the
17175         format spec is updated.
17176
17177         * gnus-spec.el (gnus-update-format-specifications): Return a list
17178         of updated types.
17179
17180 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17183         of boundp to check if display-warning is available.
17184
17185 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17186
17187         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17188
17189 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * nnspool.el (nnspool-spool-directory): Use news-path if the
17192         news-directory variable is not bound.
17193
17194         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17195         function instead of display-warning if it is not available.
17196
17197 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17198
17199         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17200         v5-10: Use `point-at-bol'.
17201
17202 2004-10-26  Simon Josefsson  <jas@extundo.com>
17203
17204         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17205         <chenggao@gmail.com>.
17206
17207 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17208
17209         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17210         instead.
17211
17212 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17213
17214         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17215         to remove a server from the nnimap-server-buffer-alist.
17216         (nnimap-open-connection, nnimap-close-server): Use it.
17217
17218         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17219
17220 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17223         running the major-mode function.
17224
17225 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17228         dummy marks in the right way.
17229
17230 2004-10-18  David Edmondson  <dme@dme.org>
17231
17232         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17233         excessively.
17234
17235 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * gnus-util.el (gnus-split-references): Accept a nil references
17238         string and go on blissfully.
17239
17240         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17241         cases where the references string is non-nil but has no references.
17242
17243         * encrypt.el: Add autoload tags.
17244
17245         * spam.el (spam-resolve-registrations-routine): Remove article
17246         from unregistration list too.  Reported by David Hanak
17247         <dhanak@isis.vanderbilt.edu>
17248
17249 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17250
17251         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17252         nil.  Change custom type.
17253
17254 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17255
17256         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17257
17258         * gnus-sum.el (gnus-summary-move-article): Use it.
17259
17260 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17261
17262         * encrypt.el: Add autoload cookies.
17263
17264         * spam.el (spam-backend-article-list-property)
17265         (spam-backend-get-article-todo-list)
17266         (spam-backend-put-article-todo-list)
17267         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17268         Resolve registrations separately.
17269         (spam-register-routine): Format comments.
17270         (spam-unregister-routine, spam-register-routine): Always call with
17271         specific-articles, no default list.
17272         (spam-summary-prepare-exit): Use the spam-classifications function.
17273
17274         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17275         gnus-encrypt.el.
17276
17277         * encrypt.el: Copied from gnus-encrypt.el.
17278
17279         * gnus-encrypt.el: Commented that it's obsolete.
17280
17281 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17282
17283         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17284         (gnus-score-save): Use it.
17285
17286         * message.el (message-bury): Use `window-dedicated-p'.
17287
17288 2004-10-15  Simon Josefsson  <jas@extundo.com>
17289
17290         * pop3.el (top-level): Don't require nnheader.
17291         (pop3-read-timeout): Add.
17292         (pop3-accept-process-output): Add.
17293         (pop3-read-response, pop3-retr): Use it.
17294
17295 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17296
17297         * spam.el (spam-register-routine): Move comment.
17298         (spam-verify-bogofilter): Use 'unknown for the initial
17299         spam-bogofilter-valid state, not 'never.
17300
17301         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17302         for netrc-machine.
17303
17304         * nnimap.el (nnimap-open-connection):
17305         Use netrc-machine-user-or-password.
17306
17307 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17308
17309         * gnus-registry.el (gnus-registry-unload-hook):
17310         Set as a variable with add-hook.
17311
17312         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17313         of news-path.
17314
17315         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17316
17317         * spam.el: Delete duplicate `provide'.
17318         (spam-unload-hook): Set as a variable with add-hook.
17319
17320 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17323         in the doc string.
17324
17325         * message.el (message-ignored-news-headers)
17326         (message-ignored-supersedes-headers)
17327         (message-ignored-resent-headers)
17328         (message-forward-ignored-headers): Improve custom type.
17329
17330 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * message.el (message-tokenize-header): Fix 2004-09-06 change
17333         which used point-min in the wrong place.
17334
17335 2004-10-12  Simon Josefsson  <jas@extundo.com>
17336
17337         * tls.el (tls-certtool-program): New variable.
17338         (tls-certificate-information): New function, based on
17339         ssl-certificate-information.
17340
17341 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * compface.el: Move the version of ELisp-based uncompface program
17344         to the contrib directory because of the copyright problem.
17345
17346 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17347
17348         * message.el (message-kill-buffer): Raise the current frame.
17349
17350 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17351
17352         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17353
17354         * gnus.el (message-y-or-n-p): Autoload.
17355
17356         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17357         (pop3-password-required, pop3-authentication-scheme)
17358         (pop3-leave-mail-on-server): Make customizable.
17359         (pop3): New custom group.
17360         (pop3-retr): Remove `sleep-for' statements.
17361         Suggested by Dave Love <fx@gnu.org>.
17362
17363         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17364         Windows/DOS.
17365
17366         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17367         (imap-parse-body): Fix incorrect use of `assert'.
17368         Suggested by Dave Love <fx@gnu.org>.
17369
17370         * mml.el (mml-minibuffer-read-disposition): Require match.
17371         Suggested by Dave Love <fx@gnu.org>.
17372
17373 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17374
17375         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17376         doc string.
17377
17378 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17381
17382 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17383
17384         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17385         instead of calling `mm-insert-inline', to decode text/* parts
17386         before displaying them.
17387
17388 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * mm-uu.el (mm-uu-text-plain-type): New variable.
17391         (mm-uu-pgp-signed-extract-1): Use it.
17392         (mm-uu-pgp-encrypted-extract-1): Use it.
17393         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17394         bind mm-uu-text-plain-type with that value.
17395         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17396         mm-uu-dissect.
17397
17398 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-group.el (gnus-update-group-mark-positions):
17401         * gnus-sum.el (gnus-update-summary-mark-positions):
17402         * message.el (message-check-news-body-syntax):
17403         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17404         of string-as-multibyte.
17405
17406 2004-10-05  Juri Linkov  <juri@jurta.org>
17407
17408         * gnus-group.el (gnus-update-group-mark-positions):
17409         * gnus-sum.el (gnus-update-summary-mark-positions):
17410         * message.el (message-check-news-body-syntax):
17411         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17412         8-bit unibyte values to a multibyte string for search functions.
17413
17414 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17417         (mm-uu-dissect-text-parts): New function.
17418
17419         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17420         dissect text parts.
17421
17422         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17423         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17424
17425         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17426
17427         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17428         Use gnus-current-topics instead of gnus-current-topic.
17429
17430 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17431
17432         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17433
17434 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17435
17436         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17437         where approriate.
17438
17439         * nnml.el (nnml-generate-active-info): do.
17440
17441         * nndiary.el (nndiary-generate-active-info): do.
17442
17443         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17444         (gnus-topic-move): do.
17445
17446         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17447         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17448
17449         * gnus-srvr.el (gnus-server-prepare)
17450         (gnus-server-open-all-servers): do.
17451
17452         * gnus-msg.el (gnus-summary-cancel-article)
17453         (gnus-summary-resend-message)
17454         (gnus-summary-mail-crosspost-complaint): do.
17455
17456         * gnus-move.el (gnus-change-server): do.
17457
17458         * gnus-group.el (gnus-group-unmark-all-groups)
17459         (gnus-group-set-current-level): do.
17460
17461 2004-10-04  Simon Josefsson  <jas@extundo.com>
17462
17463         * message.el (message-generate-hashcash): Doc fix.
17464
17465 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17466
17467         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17468         avoid infinite recursion via gnus-get-function.
17469
17470 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17473
17474         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17475
17476         * nnmail.el (nnmail-split-history): do.
17477
17478         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17479         (nnml-request-delete-group): do.
17480
17481         * nnslashdot.el (nnslashdot-read-groups): do.
17482
17483         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17484         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17485
17486         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17487         (nnspool-sift-nov-with-sed): Use last.
17488         (nnspool-retrieve-headers-with-nov): Use mapc.
17489         (nnspool-request-newgroups): Use dolist.
17490         (nnspool-request-group): Use last.
17491
17492         * nntp.el (nntp-read-server-type): Use dolist.
17493
17494         * nnvirtual.el (nnvirtual-create-mapping)
17495         (nnvirtual-update-read-and-marked): Use dolist.
17496         (nnvirtual-convert-headers): Simplify.
17497
17498 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17499
17500         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17501         Add support for sync'ing tick marks.
17502
17503 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17506         there's no visible header.
17507
17508 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17509
17510         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17511         When necessary, pass full group name to gnus-request-set-marks.
17512
17513 2004-10-01  Simon Josefsson  <jas@extundo.com>
17514
17515         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17516         acroread.
17517
17518 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17519
17520         * spam-report.el (spam-report-gmane): Fix interactive.
17521
17522         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17523
17524         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17525         when writing file.
17526         (gnus-agent-synchronize-flags): Don't default to being
17527         interactive.
17528
17529 2004-09-30  Simon Josefsson  <jas@extundo.com>
17530
17531         * message.el (message-generate-hashcash): Add.
17532         (message-send-mail): Use it, call mail-add-payment.
17533
17534 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17535
17536         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17537
17538 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17539
17540         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17541         gnus-requst-update-info with explicit code to sync the in-memory
17542         info read flags with the marks being sync'd to the backend.
17543
17544         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17545
17546 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17547
17548         * spam.el (spam-verify-bogofilter): Add new function.
17549         (spam-check-bogofilter)
17550         (spam-bogofilter-register-with-bogofilter): Use it.
17551         (spam-verify-bogofilter): Add small fixes.
17552
17553 2004-09-28  Simon Josefsson  <jas@extundo.com>
17554
17555         * hashcash.el (hashcash-generate-payment): Revert.
17556
17557 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17558
17559         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17560         Use gnus-extract-references instead of gnus-split-references.
17561
17562         * gnus-util.el (gnus-extract-references): Add new function, analogous
17563         to gnus-split-references but extracts only the message-ID without
17564         anything extra.
17565
17566         * hashcash.el (hashcash-generate-payment)
17567         (hashcash-check-payment): Do the right thing if hashcash-path is
17568         nil (because the hashcash program could not be found).
17569
17570         * spam.el (spam-use-hashcash): Remove comment.
17571
17572 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17573
17574         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17575         (gnus-cache-enter-article, gnus-cache-remove-article)
17576         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17577
17578         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17579
17580         * gnus-art.el (article-hide-boring-headers)
17581         (article-translate-strings, article-display-face)
17582         (gnus-article-mime-match-handle-first)
17583         (gnus-article-highlight-headers)
17584         (gnus-article-add-buttons-to-head): do.
17585
17586 2004-09-27  Simon Josefsson  <jas@extundo.com>
17587
17588         * hashcash.el: New version, from
17589         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17590         ../contrib/.
17591
17592 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17595
17596 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17597
17598         * gnus-dup.el (gnus-dup-open): Use mapc.
17599         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17600
17601         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17602         Reported by Stefan Wiens <s.wi@gmx.net>.
17603
17604         * gnus.el (gnus-shutdown): Use dolist.
17605
17606         * gnus-undo.el (gnus-undo): Use mapc.
17607
17608         * nnrss.el (nnrss-generate-active): do.
17609
17610         * message.el (message-cite-original-without-signature)
17611         (message-cite-original): Use mapc.
17612         (message-do-actions, message-make-forward-subject): Use dolist.
17613
17614 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17615
17616         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17617         deletion to remove entire duplicate line.  Fixes merged article
17618         number bug.
17619
17620 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17621
17622         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17623         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17624         first ask if you want to open a server and then, even when you
17625         responded with no, asking if you want to synchronize the server's
17626         flags.
17627         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17628         multi-line expressions.
17629         (gnus-agent-synchronize-group-flags): New internal function.
17630         Updates marks in memory (in the info structure) AND in the
17631         backend.
17632
17633         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17634
17635         * nnagent.el (nnagent-request-set-mark):
17636         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17637         method, to ensure that synchronization updates marks in the
17638         backend and in the info (in memory) structure.
17639
17640 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17643         convention fully; don't miss the root article of a thread; make
17644         the X-Draft-From header with correct article numbers.
17645
17646 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17647
17648         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17649         unless plugged.  Disable the agent so that an open failure causes
17650         an error.
17651
17652         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17653         Revert 2004-09-21 change.  The backend must be opened while
17654         synchronizing flags even when the backend stores the flags
17655         locally.
17656
17657 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17660         in `header' match.  Reported by Svend Tollak Munkejord.
17661
17662         * message.el (message-cite-original): Fix use of
17663         `message-cite-articles-with-x-no-archive'.
17664
17665 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17666
17667         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17668         (gnus-window-to-buffer): Ditto.
17669
17670         * mml.el (mml-preview-buffer): New variable.
17671         (mml-preview): Manage window layout with gnus-buffer-configuration.
17672
17673         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17674         X-Draft-From header even if those articles aren't quoted.
17675
17676 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17677
17678         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17679         (gnus-request-set-mark, gnus-request-update-mark): Use new
17680         g-s-t-u-l-m to decide to use backend even when unplugged.
17681
17682 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17685         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17686
17687 2004-09-20  Simon Josefsson  <jas@extundo.com>
17688
17689         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17690         "utf-16-le".
17691
17692 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17693
17694         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17695
17696 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17697
17698         * uudecode.el (uudecode-use-external): Add :version.
17699
17700         * smime.el (smime-CA-file, smime-encrypt-cipher)
17701         (smime-dns-server): Add :version.
17702
17703         * smiley.el (gnus-smiley-file-types): Add :version.
17704
17705         * sha1.el (sha1-use-external): Add :version.
17706
17707         * pgg-def.el (pgg-query-keyserver): Add :version.
17708
17709         * nnmail.el (nnmail-fancy-expiry-targets)
17710         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17711         Add :version.
17712
17713         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17714         (nnimap-retrieve-groups-asynchronous): Add :version.
17715         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17716
17717         * mml.el (mml-content-disposition-parameters)
17718         (mml-insert-mime-headers-always): Add :version.
17719
17720         * mm-util.el (mm-coding-system-priorities): Add :version.
17721
17722         * mm-decode.el (mm-inline-text-html-with-images)
17723         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17724         (mm-verify-option): Add :version.
17725         (mm-text-html-renderer): Change :version.
17726
17727         * message.el (message-fcc-externalize-attachments)
17728         (message-required-headers, message-draft-headers)
17729         (message-subject-trailing-was-query)
17730         (message-subject-trailing-was-ask-regexp)
17731         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17732         (message-mark-insert-end, message-archive-header)
17733         (message-archive-note, message-cross-post-default)
17734         (message-cross-post-note, message-followup-to-note)
17735         (message-cross-post-note-function, message-use-mail-followup-to)
17736         (message-subscribed-address-functions)
17737         (message-subscribed-address-file, message-subscribed-addresses)
17738         (message-subscribed-regexps, message-allow-no-recipients)
17739         (message-yank-cited-prefix, message-signature-insert-empty-line)
17740         (message-hidden-headers, message-hierarchical-addresses)
17741         (message-mail-user-agent, message-use-idna)
17742         (message-valid-fqdn-regexp)
17743         (message-strip-special-text-properties, message-header-synonyms)
17744         (message-beginning-of-line, message-tab-body-function): Add :version.
17745         (message-insert-canlock, message-wide-reply-confirm-recipients):
17746         Change :version.
17747
17748         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17749         and :version.
17750         (mail-source-delete-old-incoming-confirm)
17751         (mail-source-movemail-program): Add :version.
17752
17753         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17754         (gnus-agent-cache, gnus-agent): Change :version.
17755
17756         * gnus-util.el (gnus-use-byte-compile): Change :version.
17757
17758         * gnus-sum.el (gnus-summary-make-false-root-always)
17759         (gnus-summary-default-high-score)
17760         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17761         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17762         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17763         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17764         (gnus-sum-thread-tree-single-indent)
17765         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17766         (gnus-sum-thread-tree-leaf-with-other)
17767         (gnus-sum-thread-tree-single-leaf): Add :version.
17768         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17769         (gnus-article-loose-mime): Change :version.
17770
17771         * gnus-start.el (gnus-backup-startup-file)
17772         (gnus-save-startup-file-via-temp-buffer): Add :version.
17773
17774         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17775         (gnus-server-offline-face): Add :version.
17776
17777         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17778
17779         * gnus-msg.el (gnus-gcc-externalize-attachments)
17780         (gnus-debug-files, gnus-debug-exclude-variables)
17781         (gnus-discouraged-post-methods): Change :version.
17782         (gnus-confirm-mail-reply-to-news)
17783         (gnus-confirm-treat-mail-like-news): Add :version.
17784
17785         * gnus-int.el (gnus-server-unopen-status): Add :version.
17786
17787         * gnus-group.el (gnus-group-jump-to-group-prompt)
17788         (gnus-large-ephemeral-newsgroup)
17789         (gnus-fetch-old-ephemeral-headers): Add :version.
17790
17791         * gnus-fun.el (gnus-x-face-directory)
17792         (gnus-convert-pbm-to-x-face-command)
17793         (gnus-convert-image-to-x-face-command)
17794         (gnus-convert-image-to-face-command): Add :version.
17795
17796         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17797
17798         * gnus-cite.el (gnus-cite-blank-line-after-header)
17799         (gnus-article-boring-faces): Add :version.
17800
17801         * gnus-art.el (gnus-buttonized-mime-types)
17802         (gnus-inhibit-mime-unbuttonizing)
17803         (gnus-treat-display-face)
17804         (gnus-treat-body-boundary): Change :version.
17805         (gnus-body-boundary-delimiter, gnus-picon-databases)
17806         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17807         (gnus-treat-date-english, gnus-treat-fold-headers)
17808         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17809         (gnus-treat-mail-picon, gnus-treat-wash-html)
17810         (gnus-article-encrypt-protocol)
17811         (gnus-use-idna, gnus-article-over-scroll)
17812         (gnus-mime-display-multipart-alternative-as-mixed)
17813         (gnus-mime-display-multipart-related-as-mixed)
17814         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17815         (gnus-ctan-url, gnus-button-ctan-handler)
17816         (gnus-button-handle-ctan-bogus-regexp)
17817         (gnus-button-ctan-directory-regexp)
17818         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17819         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17820         (gnus-button-man-level, gnus-button-emacs-level)
17821         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17822
17823         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17824         (gnus-agent-go-online): Change :version.
17825         (gnus-agent-expire-unagentized-dirs)
17826         (gnus-agent-auto-agentize-methods): Add :version.
17827
17828         * flow-fill.el (fill-flowed-display-column)
17829         (fill-flowed-encode-column): Add :version.
17830
17831         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17832         (gnus-outlook-deuglify-unwrap-max)
17833         (gnus-outlook-deuglify-cite-marks)
17834         (gnus-outlook-deuglify-unwrap-stop-chars)
17835         (gnus-outlook-deuglify-no-wrap-chars)
17836         (gnus-outlook-deuglify-attrib-cut-regexp)
17837         (gnus-outlook-deuglify-attrib-verb-regexp)
17838         (gnus-outlook-deuglify-attrib-end-regexp)
17839         (gnus-outlook-display-hook): Add :version.
17840
17841         * binhex.el (binhex-use-external): Add :version.
17842
17843 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17844
17845         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17846         and `invisible'.
17847
17848 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17849
17850         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17851         in gnus-registry-trim.
17852
17853 2004-09-13  Simon Josefsson  <jas@extundo.com>
17854
17855         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17856
17857         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17858
17859         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17860         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17861         <yamaoka@jpl.org>.
17862         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17863         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17864         <yamaoka@jpl.org>.
17865
17866         * sieve.el (sieve-manage-mode): Ditto.
17867
17868 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17869
17870         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17871
17872 2004-09-11  Simon Josefsson  <jas@extundo.com>
17873
17874         * dns-mode.el: Add.
17875
17876         * mm-view.el (mm-display-dns-inline): Add.
17877
17878         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17879         (mm-automatic-display): Ditto.
17880
17881         * mailcap.el (mailcap-mime-data): Add text/dns.
17882         (mailcap-mime-extensions): Map .soa to text/dns.
17883
17884 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17885
17886         * gnus-art.el (article-decode-mime-words, article-babel)
17887         (gnus-article-highlight-signature, gnus-article-add-buttons)
17888         (gnus-signature-toggle): Remove unnecessary bindings of
17889         `inhibit-read-only' inherited from v5.10 merge.
17890
17891 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * nntp.el (nntp): New customization group.
17894         (nntp-authinfo-file): Add customization group.
17895
17896         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17897
17898         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17899
17900         * gnus.el (to-address, to-list, subscribed)
17901         (large-newsgroup-initial): Ditto.
17902
17903         * flow-fill.el (fill-flowed-display-column)
17904         (fill-flowed-encode-column): Ditto.
17905
17906 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17907
17908         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17909         Use point-min rather than 1.
17910         (message-send-mail): Use buffer-size rather than point-max.
17911
17912         * gnus-sum.el (gnus-summary-search-article-forward):
17913         Signal a specific `search-failed' rather than a generic `error'.
17914
17915         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17916         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17917         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17918
17919 2004-09-10  Simon Josefsson  <jas@extundo.com>
17920
17921         * nndb.el (require): Remove tcp and duplicate cl.
17922
17923 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * gnus-agent.el (directory-files-and-attributes): Move forward.
17926
17927 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17928
17929         * gnus-agent.el (directory-files-and-attributes):
17930         Optionally defined to support XEmacs.
17931
17932 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17933
17934         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17935         to avoid run-time CL dependencies.
17936         (gnus-agent-unfetch-articles): New function.
17937         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17938         article numbers even when local .overview file is missing.
17939         (gnus-agent-read-article-number): New function.  Only accepts
17940         27-bit article numbers.
17941         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17942         Use gnus-agent-read-article-number.
17943         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17944         from backend while recognizing that article numbers in .overview
17945         must be valid.
17946         (gnus-agent-update-files-total-fetched-for):
17947         Use directory-files-and-attributes to improve performance.
17948         * gnus-int.el (gnus-request-move-article):
17949         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17950         improve performance.
17951
17952         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17953         some users confused by references to .newsrc when they only have a
17954         .newsrc.eld file.
17955         (gnus-convert-mark-converter-prompt)
17956         (gnus-convert-converter-needs-prompt): Fix use of property list.
17957         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17958         New function.  Used internally to only display 'gnus converting
17959         files' message when actually necessary.
17960
17961         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17962         methods now autoloaded.
17963
17964 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17967         identifiers.
17968
17969 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17970
17971         * gnus-picon.el: Fix indentation and closing parenthesis.
17972
17973 2004-09-01  Simon Josefsson  <jas@extundo.com>
17974
17975         * message.el (message-canlock-generate): Require sha1, not
17976         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17977         to require within a function.  Sadly, if sha1.el isn't loaded, the
17978         let binding in m-c-g will hide the defcustom definition, which is
17979         bad.)
17980
17981         * canlock.el: Require sha1, not sha1-el.
17982
17983         * message.el: Don't autoload sha1 (there is a autoload cookie in
17984         sha1.el).
17985
17986         * sha1-el.el: Rename to sha1.el.
17987
17988 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17989
17990         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17991
17992 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17993
17994         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17995
17996 2004-08-30  Kim F. Storm  <storm@cua.dk>
17997
17998         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17999
18000         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18001         Add :group 'nnimap.
18002
18003 2004-08-30  Andreas Schwab  <schwab@suse.de>
18004
18005         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18006         ?* and ?\;.
18007
18008         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18009         and ?\' to symbol instead of whitespace.
18010
18011 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18014
18015         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18016         instead of re-search-forward.
18017
18018         * gnus-uu.el (gnus-uu-save-article): Ditto.
18019         (gnus-uu-post-encode-uuencode): Ditto.
18020
18021         * html2text.el (html2text-clean-list-items): Ditto.
18022         (html2text-clean-dtdd): Ditto.
18023         (html2text-format-tags): Ditto.
18024
18025         * message.el (message-send-mail-with-sendmail): Fix regexp.
18026         (message-fill-field-general): Use search-forward instead of
18027         re-search-forward.
18028         (unbold-region): Ditto.
18029
18030         * nnrss.el (nnrss-request-article): Ditto.
18031
18032         * nnslashdot.el (nnslashdot-request-article): Ditto.
18033
18034         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18035
18036         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18037         "Unrecognized menu descriptor" error in XEmacs.
18038
18039 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18040
18041         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18042         parent article of a sparse article in the thread hashtb.
18043
18044 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18045
18046         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18047         (nnmail-expand-newtext): Lowercase expanded entries if
18048         nnmail-split-lowercase-expanded is non-nil.
18049
18050 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18053
18054         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18055         of gnus-tmp-news-method into string under XEmacs.  It will be
18056         passed to gnus-correct-length which takes only a string argument.
18057
18058 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * gnus-util.el (gnus-bind-print-variables): New macro.
18061         (gnus-prin1): Use it.
18062         (gnus-prin1-to-string): Use it.
18063         (gnus-pp): New function.
18064         (gnus-pp-to-string): New function.
18065
18066         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18067         Replace pp-to-string with gnus-pp-to-string.
18068         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18069         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18070         * gnus-msg.el (gnus-debug): Ditto.
18071         * gnus-score.el (gnus-score-save): Ditto.
18072         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18073         gnus-pp-to-string.
18074         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18075         with gnus-pp.
18076         * score-mode.el (gnus-score-pretty-print): Ditto.
18077         * webmail.el (webmail-debug): Ditto.
18078
18079 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * gnus-art.el (article-display-face, article-display-x-face):
18082         Use buffer-read-only.
18083
18084 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-art.el (article-hide-list-identifiers):
18087         Bind inhibit-read-only as t.
18088
18089 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18092
18093 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18094
18095         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18096         (gnus-narrow-to-page): Don't assume point-min == 1.
18097         (gnus-article-edit-mode): Derive from message-mode.
18098
18099         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18100         point-min == 1.
18101
18102         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18103         Disable incorrect use of `assert'.
18104
18105         * message.el (message-mode): Set comment-start-skip.
18106
18107
18108 2004-08-22  Sam Steingold  <sds@gnu.org>
18109
18110         * pop3.el (pop3-leave-mail-on-server): New user variable.
18111         (pop3-movemail): Delete mail only when it is nil.
18112
18113 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18114
18115         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18116
18117         * mml.el (mml-preview): Use `pop-to-buffer'.
18118
18119         * message.el (message-goto-mail-followup-to): Insert after "To".
18120         (message-carefully-insert-headers): Add comment.
18121
18122         * gnus.el: Remove unused variable `gnus-article-check-size'.
18123
18124         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18125
18126         * gnus-art.el (gnus-button-alist):
18127         Improve `gnus-button-handle-library' entry.
18128
18129 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18130
18131         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18132         Use downcase, since XEmacs capitalizes error messages differently.
18133
18134 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18135
18136         * nntp.el: Add (require 'gnus) due to reference to
18137         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18138
18139 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18140
18141         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18142         Bind `mm-fill-flowed'.
18143
18144         * mm-decode.el (mm-dissect-singlepart): Check it.
18145
18146 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18147
18148         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18149         'imap' for netrc parsing.
18150
18151 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * mailcap.el (mailcap-mime-data): Mark as risky.
18154
18155 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18156
18157         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18158         may be included in the encoded word.
18159         (rfc2047-encode): Don't append a space if the encoded word
18160         includes close parenthesis.
18161
18162 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18165         of text within parentheses.
18166
18167 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18168
18169         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18170         (gnus-encrypt-write-file-contents): Make the password key the file
18171         name PLUS the cipher, not just the cipher.  Also remove failed
18172         passwords from the cache.
18173
18174 2004-08-06  Simon Josefsson  <jas@extundo.com>
18175
18176         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18177         Doc fix.
18178
18179 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18182         LWSP.
18183
18184 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18185
18186         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18187         Try to append in-reply-to: data to the references: header.
18188
18189         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18190         (netrc-parse): Use gnus-encrypt.el functions.
18191
18192         * gnus-encrypt.el: Add new file for encryption support; currently
18193         does only a few GPG ciphers and an internal XOR cipher.
18194
18195         * password.el: Add comments on using password-read-and-add.
18196         (password-read-and-add): Add function to read and add the
18197         password to the cache at once.
18198
18199 2004-07-28  Simon Josefsson  <jas@extundo.com>
18200
18201         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18202         parameter (but don't use it, for now).
18203
18204         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18205         instead of hard coding to nil.
18206
18207 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18210         as mm-inline-image-xemacs does.
18211
18212 2004-07-26  Simon Josefsson  <jas@extundo.com>
18213
18214         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18215         Revert part of 2004-07-17 change below.
18216
18217 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18220         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18221
18222 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18223
18224         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18225         quotes that actually start with ">" at the beginning of the
18226         lines.
18227
18228 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * rfc2047.el (rfc2047-encode-region): Fix last change.
18231         (rfc2047-encode-parameter): Remove useless concat.
18232
18233 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18236         encode special characters; fix some kind of misconfigured headers;
18237         signal a real error if debug-on-quit or debug-on-error is non-nil.
18238         (rfc2047-encode-max-chars): New variable.
18239         (rfc2047-encode-1): Use it.
18240         (rfc2047-encode-parameter): New function.
18241
18242         * mml.el (mml-insert-parameter): Remove an excessive space.
18243
18244 2004-07-17  Simon Josefsson  <jas@extundo.com>
18245
18246         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18247         Kai Grossjohann <kai@emptydomain.de>.
18248         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18249         (gnus-group-make-menu-bar): Ditto.
18250
18251         * gnus-util.el (gnus-group-server): Add.
18252
18253 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18254
18255         * message.el (message-clone-locals): Clone sendmail and smtp
18256         variables.
18257
18258 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * rfc2047.el (rfc2047-encode-region): Fix last change.
18261
18262 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18265         characters as non-special.
18266
18267 2004-07-09  Simon Josefsson  <jas@extundo.com>
18268
18269         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18270         Users will lose all flag changes made while unplugged with
18271         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18272         good default.  See numerous reports on ding mailing list.
18273
18274 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18277         add generate-head-function and generate-article-function to the
18278         rfc822-forward entry.
18279         (nndoc-rfc822-forward-generate-article): New function.
18280         (nndoc-rfc822-forward-generate-head): New function.
18281
18282         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18283
18284 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18285
18286         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18287         respect display group parameter and gnus-summary-expunge-below.
18288         (gnus-articles-to-read): Remove unused reference to display group
18289         parameter.
18290
18291 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18292
18293         * nnheader.el (nnheader-uniquify-message-id): New experimental
18294         variable.
18295         (nnheader-nov-read-message-id): Use it.
18296
18297         * spam-report.el (spam-report-gmane): Add interactive.
18298
18299 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18300
18301         * mm-encode.el (mm-content-transfer-encoding-defaults):
18302         Use qp-or-base64 for the application/* types.
18303
18304 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18305
18306         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18307
18308 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18309
18310         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18311         trim value.
18312
18313 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18314
18315         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18316         New macro and function.
18317         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18318
18319 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18322         after-load-alist.
18323
18324 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18325
18326         * gnus-group.el (gnus-group-get-new-news-this-group):
18327         Don't update info that isn't there.
18328
18329 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18330
18331         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18332         entry.
18333
18334 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * mm-view.el (mm-inline-render-with-function): Use multibyte
18337         buffer; decode html source by charset.
18338
18339         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18340
18341         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18342         Mule-UCS is loaded under XEmacs.
18343         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18344
18345 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18346
18347         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18348
18349 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * mm-util.el (mm-coding-system-p): Return a coding-system.
18352         (mm-mime-mule-charset-alist): Use shift_jis instead of
18353         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18354         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18355         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18356         instead of japanese-shift-jis and iso-latin-1 respectively in
18357         order to share the default value with both Emacs and XEmacs-mule.
18358         (mm-mule-charset-to-mime-charset):
18359         Make mm-coding-system-priorities effective.
18360         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18361         while predicating of candidates upon the priorities.
18362
18363 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * gnus-sum.el (gnus-summary-make-menu-bar):
18366         Add gnus-uu-invert-processable.
18367
18368         * gnus.el: Autoload gnus-uu-invert-processable.
18369
18370 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * mm-util.el (mm-with-multibyte-buffer): New macro.
18373
18374         * rfc2047.el (rfc2047-encode-string): Use it.
18375         (rfc2047-encode-region): Move point to the end of the region after
18376         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18377
18378 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18381         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18382
18383 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18386         (gnus-cite-parse): Ignore quoted envelope From_.
18387         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18388
18389 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18390
18391         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18392         invalid addresses.
18393
18394 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18395
18396         * spam.el: Change section markers, revise TODO list.
18397         (spam-backends): Make new master list of all installed backends.
18398         (spam-summary-exit-behavior): Add new variable to determine how
18399         messages moves are done at summary exit.
18400         (spam-move-spam-nonspam-groups-only)
18401         (spam-process-ham-in-nonham-groups)
18402         (spam-process-ham-in-spam-groups): Remove variables, the
18403         spam-summary-exit-behavior variable should be used to manage this
18404         behavior.
18405         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18406         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18407         and spam-old-spam-articles.
18408         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18409         Add empty variables, placeholders for the backends they represent.
18410         (spam-set-difference): Move, unchanged.
18411         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18412         unless the user has a processor variable.
18413         (spam-classifications, spam-classification-valid-p)
18414         (spam-backend-properties, spam-backend-property-valid-p)
18415         (spam-backend-function-type-valid-p)
18416         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18417         (spam-report-articles-gmane, spam-report-articles-resend):
18418         Remove functions, they are not needed.
18419         (spam-install-backend-super, spam-backend-list)
18420         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18421         (spam-backend-function, spam-backend-ham-registration-function)
18422         (spam-backend-spam-registration-function)
18423         (spam-backend-ham-unregistration-function)
18424         (spam-backend-spam-unregistration-function)
18425         (spam-backend-statistical-p, spam-backend-mover-p)
18426         (spam-install-backend-alias, spam-install-checkonly-backend)
18427         (spam-install-mover-backend, spam-install-nocheck-backend)
18428         (spam-install-backend, spam-install-statistical-backend)
18429         (spam-install-statistical-checkonly-backend): Add backend installation
18430         support.
18431         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18432         (spam-group-processor-p): Use the new backend code and respect the
18433         summary exit behavior.
18434         (spam-mark-spam-as-expired-and-move-routine): Remove.
18435         (spam-summary-prepare): Change to use the new spam-old-articles
18436         variable.
18437         (spam-copy-or-move-routine, spam-copy-spam-routine)
18438         (spam-move-spam-routine, spam-copy-ham-routine)
18439         (spam-move-ham-routine): Add code to copy/move ham or spam.
18440         (spam-fetch-field-fast): Improve doc and code, plus allow the
18441         'number request.
18442         (spam-list-of-checks, spam-list-of-statistical-checks):
18443         Remove variables.
18444         (spam-split, spam-find-spam): Use the new backend code.
18445         (spam-registration-functions): Remove variable.
18446         (spam-unregister-routine): Add convenience wrapper.
18447         (spam-log-undo-registration, spam-register-routine)
18448         (spam-log-processing-to-registry)
18449         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18450         where possible.
18451         (spam-check-gmane-xref, spam-check-regex-headers)
18452         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18453         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18454         (spam-check-bogofilter-headers, spam-check-spamoracle)
18455         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18456         (spam-check-crm114-headers): Use the spam-split-group that
18457         spam-split prepares, no need to determine it every time.
18458
18459         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18460         to the nnheader-parse-naked-head call.
18461
18462         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18463
18464         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18465         the nnheader-nov-read-message-id call.
18466
18467 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18470         gnus-activate-group twice.  Suggested by Markus Peter
18471         <warp@spin.de>.
18472
18473 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18474
18475         * gnus-art.el (gnus-article-time-format): Exchange the order of
18476         day and month in the default value; fix customization type.
18477         (article-date-ut): Use add-text-properties.
18478         (article-make-date-line): Use message-make-date instead of
18479         current-time-string.
18480
18481         * message.el (message-fetch-field): Don't use set-text-properties.
18482         (message-make-date): Simplify.
18483
18484         * messagexmas.el (message-xmas-make-date): New function.
18485         (message-xmas-redefine): Defalias message-make-date to it.
18486
18487 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18490         (rfc2047-encode-region): Treat text within parentheses as special;
18491         show the original text when error has occurred.
18492
18493         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18494         already-computed method to gnus-activate-group.
18495
18496         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18497         same select-methods identical Lisp objects.
18498
18499         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18500         object when modifying the info.
18501
18502 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18505         gnus-opened-servers since it has never been opened with the new
18506         configuration yet.
18507
18508 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18511         arg to nnheader-generate-fake-message-id.
18512
18513 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18514
18515         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18516         number and build a fake message ID localized to a group and
18517         article number (so it's repeatable from that point on).
18518         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18519         ID format.
18520
18521         * gnus-sum.el (gnus-get-newsgroup-headers):
18522         Call nnheader-generate-fake-message-id with the article number.
18523
18524 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18525
18526         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18527         end-of-buffer.
18528
18529 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18530
18531         * message.el (message-ignored-supersedes-headers): Add Approved.
18532
18533 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18536         goto-char.
18537         (rfc2047-encode): Fold the line before encoding.
18538
18539 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18540
18541         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18542         folding -- not all headers can be folded, and this should be done
18543         by the message composition mode.  Probably.  I think.
18544
18545 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18548         fast.
18549
18550         * gnus-ems.el (gnus-remove-image): Don't use
18551         message-text-with-property; remove only the image found first.
18552
18553         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18554         found first.
18555
18556 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18557
18558         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18559
18560 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18561
18562         * message.el (message-text-with-property): Make it fast and accept
18563         optional arguments.
18564         (message-strip-forbidden-properties): Use it.
18565         (message-fix-before-sending): Follow the m-t-w-p change.
18566
18567         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18568
18569 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * gnus-art.el (article-hide-headers): Don't change the buffer
18572         mistakenly when performing mml-preview even if
18573         gnus-single-article-buffer is nil.
18574
18575 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18576
18577         * message.el (message-expand-name-databases): New user option.
18578         (message-expand-name): Use it.
18579
18580 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18581
18582         * spam.el (spam-report-articles-resend)
18583         (spam-report-resend-register-routine): Allow ham reporting.
18584         (spam-report-resend-register-ham-routine): Add wrapper.
18585         (spam-registration-functions): Add ham resending functions.
18586         (spam-list-of-processors): Add ham resend processor.
18587
18588         * gnus.el (ham-resend-to): Add new group parameter.
18589         (spam-process): Add ham resend option.
18590
18591         * spam-report.el (spam-report-resend): Allow reporting ham.
18592         (spam-report-resend-ham): Add wrapper.
18593
18594 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18595
18596         * message.el (message-cite-articles-with-x-no-archive):
18597         New variable.
18598         (message-cite-original): Use it.
18599
18600 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18601
18602         * message.el (message-cite-original): Respect X-No-Archive.
18603
18604 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * gnus-art.el (article-hide-headers): Refer to the values for
18607         gnus-ignored-headers and gnus-visible-headers in the summary
18608         buffer since a user may have set them as group parameters.
18609
18610 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18611
18612         * assistant.el (assistant-node-name): Add convenience function.
18613         (assistant-render-text, assistant-render-node): Add error handling,
18614         plus handle multiple next nodes.
18615         (assistant-find-next-node): Comment out for now.
18616         (assistant-find-next-nodes): Add function, returns list of next
18617         nodes.
18618
18619 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * mail-source.el (mail-source-directory): Fix doc-string.
18622
18623 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18624
18625         * assistant.el (assistant-render-text, assistant-eval): Add :set
18626         widget type, which is different because it takes and returns a
18627         list.  Much hilarity ensues.
18628
18629 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18630
18631         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18632
18633         * gnus-group.el (gnus-group-get-new-news-this-group):
18634         Add doc-string.
18635
18636         * gnus-start.el (gnus-activate-group): Add doc-string.
18637
18638 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18641
18642 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18643
18644         * assistant.el (assistant-render-text): Try to add a :set
18645         widget, more to come.
18646
18647         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18648         strings.
18649         (spam-report-articles-resend)
18650         (spam-register-routine): Do registration iff any articles warrant
18651         it.
18652         (spam-summary-prepare-exit): Change log message for nil group
18653         destinations.
18654
18655 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18656
18657         * spam.el (spam-report-resend-register-routine):
18658         Allow spam-report-resend-to to be a group parameter or a global value.
18659
18660 2004-05-26  Simon Josefsson  <jas@extundo.com>
18661
18662         * starttls.el: Merge with my GNUTLS based starttls.el.
18663         (starttls-gnutls-program, starttls-use-gnutls)
18664         (starttls-extra-arguments, starttls-process-connection-type)
18665         (starttls-connect, starttls-failure, starttls-success):
18666         New variables.
18667         (starttls-program, starttls-extra-args): Doc fix.
18668         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18669         New functions.
18670         (starttls-negotiate, starttls-open-stream):
18671         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18672         function if it is set.
18673
18674 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18677         structured fields.
18678
18679 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18682
18683 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18684
18685         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18686         Add variable.
18687         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18688         assigning the spam-mark to new messages.
18689
18690 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18691
18692         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18693
18694 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18697
18698         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18699         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18700         default.
18701
18702 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18703
18704         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18705         correct data.
18706
18707 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18708
18709         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18710         (spam-group-processor-p): Fix function.
18711         (spam-group-processor-multiple-p)
18712         (spam-group-spam-processor-report-gmane-p)
18713         (spam-group-spam-processor-report-resend-p)
18714         (spam-group-spam-processor-bogofilter-p)
18715         (spam-group-spam-processor-blacklist-p)
18716         (spam-group-spam-processor-ifile-p)
18717         (spam-group-ham-processor-ifile-p)
18718         (spam-group-spam-processor-spamoracle-p)
18719         (spam-group-spam-processor-crm114-p)
18720         (spam-group-ham-processor-bogofilter-p)
18721         (spam-group-spam-processor-stat-p)
18722         (spam-group-ham-processor-stat-p)
18723         (spam-group-ham-processor-whitelist-p)
18724         (spam-group-ham-processor-BBDB-p)
18725         (spam-group-ham-processor-spamoracle-p)
18726         (spam-group-ham-processor-copy-p): Remove functions with some
18727         prejudice against unneeded code.
18728         (spam-report-articles-resend)
18729         (spam-report-resend-register-routine): Allow the group/topic
18730         spam-resend-to value to override spam-report-resend-to.
18731         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18732         properly now.
18733
18734         * gnus.el (spam-resend-to): Add group/topic parameter.
18735         (spam-process): Move the OBSOLETE processors to the end of the
18736         choices.
18737
18738 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18739
18740         * spam-report.el (spam-report-resend-to, spam-report-resend):
18741         Start with resend-to set to nil, and then ask the user if necessary.
18742         (spam-report-resend): spam-report-resend takes a list of articles, not
18743         separate article numbers.
18744
18745 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18748         addition to emacs-w3m.
18749
18750 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18751
18752         * assistant.el (assistant-authinfo-data): New function.
18753         (assistant-eval): Eval for entire assistant.
18754
18755         * netrc.el (netrc-services-file): New variable.
18756         (netrc-parse-services): New function.
18757         (netrc-find-service-name): New function.
18758         (netrc-find-service-number): New function.
18759         (netrc-port-equal): New function.
18760         (netrc-machine): Use it.
18761
18762         * nnimap.el (nnimap-open-connection): Use netrc.
18763
18764         * gnus-util.el (gnus-netrc-get): Remove aliases.
18765
18766         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18767
18768         * assistant.el (wid-edit): Fix compilation.
18769
18770         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18771
18772 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18773
18774         * gnus-util.el (gnus-set-file-modes): New function.  (small
18775         patch).
18776
18777 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18778
18779         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18780
18781         * assistant.el (assistant-render-node): Fix up rendering and
18782         read-only text.
18783         (assistant-render-node): Reset.
18784         (assistant-make-read-only): Not sticky.
18785
18786 2004-05-20  Danny Siu  <dsiu@adobe.com>
18787
18788         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18789         centered even when gnus-auto-center-summary is t.
18790
18791 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18792
18793         * dns.el (dns-get-txt-answer): New function.
18794         (dns-read-txt): Ditto.
18795         (query-dns): Use it.
18796
18797 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18800         active for foreign groups even if the group level is higher than
18801         the specified value.
18802
18803 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18804
18805         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18806         non-active groups.
18807
18808         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18809
18810 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18811
18812         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18813
18814 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18815
18816         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18817         (spam-crm114-header, spam-crm114-spam-switch)
18818         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18819         (spam-crm114-positive-spam-header)
18820         (spam-crm114-database-directory, spam-list-of-processors)
18821         (spam-group-spam-processor-crm114-p)
18822         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18823         (spam-generic-score, spam-list-of-checks)
18824         (spam-list-of-statistical-checks, spam-registration-functions)
18825         (spam-check-crm114-headers, spam-crm114-score)
18826         (spam-check-crm114, spam-crm114-register-with-crm114)
18827         (spam-crm114-register-spam-routine)
18828         (spam-crm114-unregister-spam-routine)
18829         (spam-crm114-register-ham-routine)
18830         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18831         From asjo@koldfront.dk (Adam Sjøgren).
18832
18833         * gnus.el: Add spam-use-crm114.
18834
18835         * spam.el (spam-list-of-processors, spam-registration-functions):
18836         Add spam-use-resend.
18837         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18838         (spam-report-articles-gmane): Add doc fix.
18839         (spam-report-articles-resend, spam-report-resend-register-routine):
18840         Add wrappers around spam-report-resend-to.
18841
18842         * spam-report.el (spam-report-resend-to, spam-report-resend):
18843         Add support for resending spam.
18844         (spam-report-gmane): Fix line length >80.
18845
18846         * gnus.el (spam-process): Add spam-use-resend.
18847
18848 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18849
18850         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18851         number of processed spam messages.
18852         (spam-ham-copy-or-move-routine): Return the number of processed
18853         ham messages.
18854         (spam-summary-prepare-exit): Use the above values to decide
18855         whether status messages shouled be displayed.
18856
18857 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18860         `rfc2047-encoding-function-alist' in order to avoid conflicting
18861         with the old version.
18862         (rfc2047-encode-region): Concatenate words containing non-ASCII
18863         characters in structured fields; don't encode space-delimited
18864         ASCII words even in unstructured fields; don't break words at
18865         char-category boundaries.
18866         (rfc2047-encode-1): New function.
18867         (rfc2047-encode): Use it; encode text so that it occupies the
18868         maximum width within 76-column; work correctly on Q encoding for
18869         iso-2022-* charsets.
18870         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18871         sure not to break a line just after the header name.
18872         (rfc2047-b-encode-region): Remove.
18873         (rfc2047-b-encode-string): New function.
18874         (rfc2047-q-encode-region): Remove.
18875         (rfc2047-q-encode-string): New function.
18876
18877         * mm-util.el (mm-replace-in-string): New function.
18878
18879 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18880
18881         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18882         Really get it right.
18883         (gnus-inews-make-draft): Really.
18884
18885 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18886
18887         * nnmh.el (nnmh-request-list-1): Don't check the link count
18888         before descending.  (small patch)
18889
18890 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18893         stuff.
18894
18895         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18896         Match on real group name.
18897
18898         * gnus-art.el (gnus-signature-limit): Doc fix.
18899
18900         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18901
18902         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18903
18904 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18905
18906         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18907         isn't a string.
18908
18909 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18910
18911         * gnus-draft.el (gnus-draft-send):
18912         Bind rfc2047-encode-encoded-words.
18913
18914         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18915         (rfc2047-encodable-p): Say that =? needs encoding.
18916         (rfc2047-encode-encoded-words): New variable.
18917
18918         * gnus-group.el (gnus-group-select-group): Doc fix.
18919
18920         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18921
18922         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18923         to nil.
18924
18925         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18926
18927         * nnheader.el (nnheader-get-lines-and-char): New function.
18928
18929 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * gnus-msg.el (gnus-summary-followup-with-original):
18932         Document yanking of region when active.
18933
18934 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18937         groups if the group level is higher than the specified value.
18938
18939 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18940
18941         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18942         (gnus-group-jump-to-group): Add prefix argument using
18943         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18944         non-active group.
18945
18946         * compface.el (uncompface): Be verbose when changing
18947         `uncompface-use-external'.
18948
18949         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18950         handle manual section.
18951
18952 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18953
18954         * gnus-art.el (gnus-button-alist): Revert previous change.
18955
18956 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18959
18960 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18961
18962         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18963         whether backend can accept message.
18964
18965         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18966
18967 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18968
18969         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18970         Avoid creating directory when nntp-marks-is-evil is true.
18971         Reported by Reiner Steib.
18972
18973 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18974
18975         * gnus-picon.el (gnus-picon-style): New variable.
18976         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18977         (gnus-picon-transform-address): Support `gnus-picon-style'.
18978         From Jesper Harder <harder@ifa.au.dk>.
18979
18980 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18981
18982         * message.el (message-fill-field): Return point.
18983         (message-generate-headers): Go to end of field.
18984
18985         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18986         stuff for non-living groups.
18987
18988 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18989
18990         * gnus-art.el (gnus-article-followup-with-original)
18991         (gnus-article-reply-with-original): gnus-mark-active-p ->
18992         gnus-region-active-p.
18993
18994 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18995
18996         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18997         only when there is spam or ham to be processed.
18998
18999 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19000
19001         * mail-source.el (mail-source-delete-crash-box): Refactor.
19002         (mail-source-fetch): Use it.
19003         (mail-source-fetch-file): Ditto.
19004         (mail-source-fetch-directory): Run postscript in loop.
19005         (mail-source-fetch-pop): Delete.
19006         (mail-source-fetch-maildir): Ditto.
19007         (mail-source-fetch-imap): Ditto.
19008
19009         * imap.el (imap-authenticators): Comment out sasl.
19010
19011         * message.el (message-skip-to-next-address): New function.
19012         (message-fill-header-address): Refactor.
19013         (message-fill-address): Use it.
19014         (message-delete-address): Use it.
19015         (message-fill-header-general): Refactor.
19016         (message-fill-field-address): Rename.
19017         (message-narrow-to-field): Find the start of the header.
19018         (message-header-format-alist): Don't pre-fill.
19019         (message-fill-header): Remove.
19020         (message-insert-header): New function.
19021         (message-shorten-references): Use it.
19022
19023         * rfc2047.el (rfc2047-field-value): Strip props.
19024
19025         * mail-parse.el (mail-header-make-address): New alias.
19026
19027         * ietf-drums.el (ietf-drums-make-address): New function.
19028
19029         * imap.el: Add compiler directives.
19030
19031         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19032
19033         * gnus-art.el (article-decode-idna-rhs): Don't use
19034         message-idna-inside-rhs-p.
19035
19036 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19037
19038         * message.el (message-idna-inside-rhs-p): Remove.
19039         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19040
19041         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19042         false positives.
19043
19044 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19045
19046         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19047
19048 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19049
19050         * nneething.el (nneething-file-name): Don't create spurious
19051         files.
19052
19053         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19054         (gnus-inews-do-gcc): Remove sleep.
19055
19056         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19057         part under point.
19058
19059         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19060         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19061
19062 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19063
19064         * spam.el (spam-summary-prepare-exit): Fix (length).
19065
19066 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19067
19068         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19069         as expired without moving it" message when there are spam
19070         messages left.
19071
19072 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19073
19074         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19075         header is not nil.
19076
19077 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19078
19079         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19080         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19081         (nntp-marks-changed-p): New arg SERVER.
19082         (nntp-request-update-info): Adjust caller.
19083
19084 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19085
19086         * nntp.el (nntp-save-marks): Pass missing arg.
19087
19088 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19089
19090         * nntp.el: Support marks.
19091         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19092         (nntp-marks-modtime, nntp-marks-directory): New variables.
19093         (nntp-request-set-mark, nntp-request-update-info)
19094         (nntp-possibly-create-directory, nntp-marks-changed-p)
19095         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19096         New functions.
19097
19098 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19099
19100         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19101         (gnus-xmas-redefine): Rename.
19102
19103         * gnus-score.el (gnus-score-insert-help):
19104         Use gnus-select-lowest-window.
19105
19106         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19107         appt-select-lowest-window and rename to gnus-select-lowest-window.
19108
19109         * gnus.el: do.
19110
19111 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19112
19113         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19114         encodings of MIME-encoded words, in order to improve
19115         interoperability with several broken MUAs.
19116
19117 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19118
19119         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19120         tags, only when charsets are not specified in headers.
19121         (mm-inline-text-html-render-with-w3m): Ditto.
19122
19123         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19124         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19125
19126 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19127
19128         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19129         instead of MIME-decoded from fields when checking
19130         `gnus-article-address-banner-alist'.
19131
19132 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19133
19134         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19135         description rather than subject.
19136
19137 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19138
19139         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19140
19141 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19142
19143         * gnus.el (gnus-version-number): Bump.
19144
19145 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19146
19147         * gnus.el: No Gnus v0.2 is released.
19148
19149 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19150
19151         * gnus-agent.el (gnus-agent-read-agentview):
19152         Inline gnus-uncompress-range.
19153
19154 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19155
19156         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19157         `exec-installed-p'.
19158
19159 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19160
19161         * gnus.el (spam-process, spam-autodetect-methods):
19162         Add bsfilter and bsfilter-headers.
19163
19164         * spam.el (spam-bsfilter): New customize group.
19165         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19166         (spam-bsfilter-header, spam-bsfilter-probability-header)
19167         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19168         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19169         (spam-bsfilter-database-directory): New options.
19170         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19171         (spam-list-of-statistical-checks, spam-registration-functions):
19172         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19173         (spam-bsfilter-score): New command.
19174         (spam-check-bsfilter-headers, spam-check-bsfilter)
19175         (spam-bsfilter-register-with-bsfilter)
19176         (spam-bsfilter-register-spam-routine)
19177         (spam-bsfilter-unregister-spam-routine)
19178         (spam-bsfilter-register-ham-routine)
19179         (spam-bsfilter-unregister-ham-routine): New functions.
19180         (spam-generic-score): Support bsfilter; Accept an optional argument
19181         to recalcurate spam score even if scoring header has already been
19182         added.
19183         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19184         optional argument to recalcurate spam score even if scoring header
19185         has already been added.
19186
19187 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19188
19189         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19190         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19191         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19192         link is missing.
19193
19194 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19195
19196         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19197         (html2text-get-attr): Rewrite.
19198
19199         * message.el (message-setup-1): Remove redundant put-text-property
19200         on mail-header-separator.
19201
19202 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19203
19204         * gnus-registry.el (gnus-registry-cache-whitespace)
19205         (gnus-registry-action, gnus-registry-spool-action)
19206         (gnus-registry-split-fancy-with-parent): Change message levels
19207         from 5 to 3 or 7, as needed.
19208
19209         * spam.el (spam-summary-prepare-exit)
19210         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19211         (spam-split, spam-find-spam, spam-log-undo-registration)
19212         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19213         level from 5 to 6.
19214
19215 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19218         2004-03-04 change).
19219
19220 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19221
19222         * sieve-manage.el (sieve-manage-open):
19223         * nnweb.el (nnweb-insert-html):
19224         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19225         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19226         * nnspool.el (nnspool-request-group):
19227         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19228         * nnml.el (nnml-request-update-info):
19229         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19230         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19231         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19232         (nnimap-request-set-mark):
19233         * nnfolder.el (nnfolder-request-update-info):
19234         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19235         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19236         * gnus-uu.el (gnus-uu-find-articles-matching):
19237         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19238         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19239         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19240         * gnus-nocem.el (gnus-nocem-scan-groups):
19241         * gnus-int.el (gnus-start-news-server):
19242         * gnus-group.el (gnus-group-make-kiboze-group)
19243         (gnus-group-browse-foreign-server):
19244         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19245         Use mapc when appropriate.
19246
19247 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19248
19249         FIXME: Make separate entries for each person.
19250
19251         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19252         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19253         <shields@msrl.com>:
19254
19255         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19256         may need for spam sorting and scoring.
19257         (spam-user-format-function-S): Add user format function suitable for
19258         general use.
19259         (spam-article-sort-by-spam-status): Add sorting function for summary
19260         sorting.
19261         (spam-extra-header-to-number): Add function to get a score from a
19262         header.
19263         (spam-summary-score): Add function to get a numeric score from the
19264         headers.
19265         (spam-generic-score): Fix function doc, was in wrong place.
19266         (spam-initialize): Take symbols when it's run, and install the
19267         extra headers that spam-necessary-extra-headers thinks we need.
19268
19269 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19270
19271         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19272         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19273
19274 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19275
19276         * gnus-sum.el (gnus-set-global-variables)
19277         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19278         (gnus-article-get-xrefs, gnus-summary-best-group)
19279         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19280         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19281         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19282         Use with-current-buffer.
19283
19284 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19285
19286         * spam.el (spam-summary-prepare-exit): Simplify logic.
19287         (spam-fetch-article-header): Read the article header if it's not
19288         available.
19289         (spam-list-articles): Simplify logic.
19290         (spam-filelist-register-routine): Fix bug with unregister-list.
19291
19292         * gnus-registry.el: Fix comments at beginning.
19293
19294 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19295
19296         * message.el (message-cater-to-broken-inn): Remove.
19297         (message-shorten-references): Make sure the total folded length of
19298         References is shorter than 998 characters to cater to a bug in INN
19299         2.3.  Also, don't pretend that references aren't folded -- this
19300         hasn't worked for a while.
19301
19302 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19303
19304         * gnus-agent.el (gnus-agentize):
19305         gnus-agent-send-mail-real-function no longer set to current value
19306         of message-send-mail-function but rather a lambda that calls
19307         message-send-mail-function.  The change makes the agent real-time
19308         responsive to user changes to message-send-mail-function.
19309
19310 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19311
19312         * legacy-gnus-agent.el
19313         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19314         help from Florian Weimer <fw@deneb.enyo.de>
19315
19316 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * nnmail.el (nnmail-cache-insert): Revert last change.
19319
19320 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * nnmail.el (nnmail-cache-insert): Always check whether
19323         nnmail-cache-ignore-groups matches a group name.
19324
19325 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19326
19327         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19328         (spam-find-spam, spam-log-processing-to-registry)
19329         (spam-log-registered-p, spam-log-unregistration-needed-p)
19330         (spam-log-undo-registration): Use gnus-message instead of
19331         gnus-error, none of these errors are fatal.
19332
19333         * gnus-registry.el (gnus-registry-clean-empty-function)
19334         (gnus-registry-clean-empty): Remove only empty entries without
19335         extra data.
19336
19337 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19338
19339         * spam-stat.el (spam-stat-buffer-change-to-spam)
19340         (spam-stat-buffer-change-to-non-spam): Change (error) to
19341         (gnus-message 8) invocation.
19342
19343 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19344
19345         * nntp.el (nntp-via-netcat-command): New variable.
19346         (nntp-via-netcat-switches): New variable.
19347         (nntp-open-via-rlogin-and-netcat): New function.
19348         (nntp-open-connection-function): Doc fix.
19349         (nntp-telnet-command): Doc fix.
19350         (nntp-end-of-line): Doc fix.
19351         (nntp-via-rlogin-command): Doc fix.
19352         (nntp-via-user-name): Doc fix.
19353         (nntp-via-address): Doc fix.
19354
19355 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19358         error in Emacs 21.1.
19359
19360 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19361
19362         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19363
19364 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19365
19366         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19367         (gnus-agent-with-refreshed-group): New macro.
19368         (gnus-agent-rename-group): New function.
19369         (gnus-agent-delete-group): New function.
19370         (gnus-agent-save-group-info): Use gnus-command-method when
19371         `method' parameter is nil.  Don't write nil entries into the
19372         active file.
19373         (gnus-agent-get-group-info): New function.
19374         (gnus-agent-fetch-articles):
19375         Use gnus-agent-update-files-total-fetched-for to increment disk space
19376         used.
19377         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19378         Use gnus-agent-update-view-total-fetched-for to increment disk space
19379         used.
19380         (gnus-agent-get-local): Add optional parameters to avoid calling
19381         gnus-group-real-name and gnus-find-method-for-group.
19382         (gnus-agent-set-local): Delete stored entry if either min, or max,
19383         are nil.
19384         (gnus-agent-fetch-session): Reworded error/quit messages.
19385         On quit, use gnus-agent-regenerate-group to record existance of any
19386         articles fetched to disk before the quit occurred.
19387         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19388         gnus-agent-update-view-total-fetched-for, and
19389         gnus-agent-update-files-total-fetched-for to decrement disk space
19390         used.
19391         (gnus-agent-retrieve-headers):
19392         Use gnus-agent-update-view-total-fetched-for to increment disk space
19393         used.
19394         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19395         with gnus-agent-update-files-total-fetched-for to decrement disk
19396         space and fresh group buffer.
19397         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19398         (gnus-agent-need-update-total-fetched-for): New variable.
19399         (gnus-agent-update-files-total-fetched-for): New function.
19400         (gnus-agent-update-view-total-fetched-for): New function.
19401         (gnus-agent-total-fetched-for): New function.
19402
19403         * gnus-cache.el (gnus-cache-save-buffers):
19404         Use gnus-cache-update-overview-total-fetched-for to change disk space
19405         used by this group.
19406         (gnus-cache-possibly-enter-article):
19407         Use gnus-cache-update-file-total-fetched-for to increment disk space
19408         used by this group.
19409         (gnus-cache-possibly-remove-article):
19410         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19411         used by this group.
19412         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19413         (gnus-cache-rename-group): New function.
19414         (gnus-cache-delete-group): New function.
19415         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19416         (gnus-cache-need-update-total-fetched-for): New variable.
19417         (gnus-cache-with-refreshed-group): New macro.
19418         (gnus-cache-update-file-total-fetched-for): New function.
19419         (gnus-cache-update-overview-total-fetched-for): New function.
19420         (gnus-cache-rename-group-total-fetched-for): New function.
19421         (gnus-cache-delete-group-total-fetched-for): New function.
19422         (gnus-cache-total-fetched-for): New function.
19423
19424         * gnus-group.el: Require gnus-sum and autoload functions to
19425         resolve warnings when gnus-group.el compiled alone.
19426         (gnus-group-line-format): Documented new %F.
19427         (size of Fetched data) group line format; identifies disk space
19428         used by agent and cache.
19429         (gnus-group-line-format-alist): Defined new F format.
19430         (gnus-total-fetched-for): New function.
19431         (gnus-group-delete-group): No longer update
19432         gnus-cache-active-altered as gnus-request-delete-group now keeps
19433         the cache in sync.
19434         (gnus-group-list-active): Let the agent store a server's active
19435         list if currently plugged.
19436
19437         * gnus-int.el (gnus-request-delete-group):
19438         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19439         local disk in sync with the server.
19440         (gnus-request-rename-group):
19441         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19442         local disk in sync with the server.
19443
19444         * gnus-start.el (gnus-get-unread-articles):
19445         Cosmetic simplification to logic.
19446
19447         * gnus-util.el (gnus-rename-file): New function.
19448
19449 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19450
19451         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19452
19453 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19454
19455         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19456         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19457
19458 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19459
19460         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19461         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19462
19463 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19464
19465         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19466
19467 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19468
19469         * spam.el (spam-set-difference): Add function to replace
19470         gnus-set-difference in spam.el.
19471         (spam-summary-prepare-exit): Use spam-set-difference.
19472
19473 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19474
19475         * gnus-registry.el (gnus-registry-cache-file): Update to use
19476         gnus-dribble-directory OR gnus-home-directory OR ~.
19477         (gnus-registry-split-fancy-with-parent): Fix doc.
19478
19479 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * message.el (message-exchange-point-and-mark):
19482         Use message-mark-active-p.  Suggested by Jesper Harder
19483         <harder@ifa.au.dk>.
19484
19485 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * message.el (message-exchange-point-and-mark): Don't activate
19488         region if it was inactive.  Suggested by Hiroshi Fujishima
19489         <pooh@nature.tsukuba.ac.jp>.
19490
19491 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * gnus-art.el (article-display-face): Display Faces in the same
19494         order as X-Faces.
19495
19496 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19499
19500 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19503         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19504         (gnus-article-mime-hierarchy): Remove.
19505         (gnus-article-mime-hierarchy-next): Remove.
19506         (gnus-article-mode): Revert 2004-03-19 change.
19507         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19508         (gnus-insert-mime-button): Revert 2004-03-19 change.
19509         (gnus-mime-accumulate-hierarchy): Remove.
19510         (gnus-mime-enter-multipart): Remove.
19511         (gnus-mime-leave-multipart): Remove.
19512         (gnus-mime-display-part): Revert 2004-03-19 change.
19513         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19514
19515         * mml.el (mml-preview): Revert 2004-03-19 change.
19516
19517 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19518
19519         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19520
19521 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19524         t while entering a file name using the mm-with-multibyte macro.
19525         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19526
19527         * mm-util.el (mm-with-multibyte): New macro.
19528
19529 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19530
19531         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19532         New user option.
19533         (gnus-mime-multipart-functions): Doc and customization fix.
19534         (gnus-article-mime-hierarchy): New variable.
19535         (gnus-article-mime-hierarchy-next): New variable.
19536         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19537         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19538         gnus-article-mime-hierarchy-next to nil.
19539         (gnus-insert-mime-button): Show hierarchy numbers.
19540         (gnus-mime-accumulate-hierarchy): New function.
19541         (gnus-mime-enter-multipart): New function.
19542         (gnus-mime-leave-multipart): New function.
19543         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19544         (gnus-mime-display-alternative): Show hierarchy numbers.
19545
19546         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19547         gnus-article-mime-hierarchy-next to nil.
19548
19549 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19550
19551         * dns.el: Don't require gnus-xmas.
19552
19553 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19554
19555         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19556         inline PGP.
19557         (mml-menu): Disable mml-quote-region if mark is inactive.
19558
19559 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19562         when the group's active is not available.
19563
19564 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19565
19566         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19567         error.
19568
19569 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19570
19571         * imap.el (imap-store-password): New variable.
19572         (imap-interactive-login): Use it.
19573         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19574
19575 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19578         window-start and hscroll to summary window.
19579
19580 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19581
19582         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19583         conversion message to newsrc-dribble when an actual conversion is
19584         performed.
19585
19586 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19587
19588         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19589
19590 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19591
19592         * mm-decode.el (mm-complicated-handles): New function reviving
19593         former definition of mm-multiple-handles.
19594
19595         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19596         (gnus-mime-delete-part): Use it.
19597
19598 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19599
19600         * gnus-agent.el (gnus-agent-read-local):
19601         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19602         avoid the implicit assumption that they will always be equal.
19603         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19604         coding-system-for-write, as the with-temp-file macro first prints
19605         to a buffer then saves the buffer.
19606
19607 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * gnus-art.el (gnus-article-edit-part): New function.
19610         (gnus-mime-save-part-and-strip): Use it; do query instead of
19611         signaling an error; don't use mm-multiple-handles.
19612         (gnus-mime-delete-part): Ditto.
19613
19614 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19615
19616         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19617         old file versions.
19618         (gnus-group-prepare-hook): Remove function that converted list
19619         form of gnus-agent-expire-days to group properties.
19620
19621         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19622         (gnus-request-accept-article): Re-indented.
19623
19624         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19625         converters to handle old agent file formats.  Add logic for a
19626         "backup before upgrading warning".
19627         (gnus-convert-mark-converter-prompt): Developers can mark
19628         functions as needing (default), or not needing,
19629         gnus-convert-old-newsrc's "backup before upgrading warning".
19630         (gnus-convert-converter-needs-prompt): Tests whether the user
19631         should be protected from potentially irreversable changes by the
19632         function.
19633
19634         * legacy-gnus-agent.el: New.  Provides converters that are only
19635         loaded when gnus-convert-old-newsrc needs to call them.
19636
19637 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * mail-source.el (mail-source-touch-pop): Doc fix.
19640
19641         * message.el (message-smtpmail-send-it): Doc fix.
19642
19643 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19644
19645         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19646
19647         * nnmail.el (nnmail-split-fancy): do.
19648
19649         * gnus-kill.el (gnus-kill, gnus-execute): do.
19650
19651 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19652
19653         * gnus-sum.el (gnus-widget-reversible-match)
19654         (gnus-widget-reversible-to-internal)
19655         (gnus-widget-reversible-to-external): New functions.
19656         (gnus-widget-reversible): New widget.
19657         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19658
19659 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19660
19661         * gnus-sum.el (gnus-thread-sort-functions)
19662         (gnus-article-sort-functions): Document `(not F)' items.
19663
19664 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19665
19666         * spam.el (spam-use-gmane-xref): Add new backend.
19667         (spam-gmane-xref-spam-group): Add variable to control the name of the
19668         Gmane spam group.
19669         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19670         (spam-regex-headers-spam, spam-regex-headers-ham)
19671         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19672         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19673         backends and checks.
19674         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19675
19676         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19677         an autodetect method.
19678
19679 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19680
19681         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19682         articles are being added to a group.
19683         (gnus-request-replace-article): Inform the agent that articles
19684         need to be uncached as the cached contents are no longer valid.
19685
19686 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19687
19688         * binhex.el: Don't autoload executable-find.
19689
19690         * canlock.el: Don't autoload mail-fetch-field.
19691
19692         * dgnushack.el: Autoload c-mode for XEmacs.
19693
19694         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19695
19696         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19697         rmail-dont-reply-to and rmail-output.
19698
19699         * gnus-score.el: Don't autoload ffap-string-at-point.
19700
19701         * gnus-setup.el: Don't autoload sc-cite-original.
19702
19703         * imap.el: Don't autoload base64-decode-string,
19704         base64-encode-string and md5.
19705
19706         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19707         and rmail-msg-restore-non-pruned-header.
19708
19709         * mm-decode.el: Don't autoload executable-find.
19710
19711         * mm-url.el: Don't autoload executable-find.
19712
19713         * mm-view.el: Don't autoload diff-mode.
19714
19715         * nndb.el: Don't autoload news-reply-mode, news-setup,
19716         cancel-timer and telnet.
19717
19718         * password.el: Don't autoload run-at-time for Emacs.
19719
19720         * sha1-el.el: Don't autoload executable-find.
19721
19722         * sieve-mode.el: Don't autoload c-mode.
19723
19724         * uudecode.el: Don't autoload executable-find.
19725
19726 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19727
19728         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19729         (gnus-agent-possibly-alter-active): Avoid null in numeric
19730         comparison.
19731         (gnus-agent-set-local): Refuse to save null in local object table.
19732         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19733         list of articles that will be marked as unread.
19734
19735 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19738
19739 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19740
19741         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19742         language tags.
19743
19744 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19745
19746         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19747         Don't bind "obarray".
19748
19749         * gnus-sum.el (gnus-thread-sort-functions):
19750         Add `gnus-thread-sort-by-most-recent-number' and
19751         `gnus-thread-sort-by-most-recent-date'.
19752         Reported by Kai Grossjohann <kai@emptydomain.de>.
19753
19754 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19755
19756         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19757
19758 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19759
19760         * gnus-cus.el (gnus-agent-customize-category):
19761         Remove ignore-errors macro reference that required cl to be loaded at
19762         run-time.
19763
19764         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19765         single-interval range of the form (min . max).  Previously the
19766         range had to look like ((min . max)).  Likewise, return
19767         (min . max) rather than ((min . max)).
19768         (gnus-range-map): Use gnus-range-normalize to accept
19769         single-interval range.
19770
19771         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19772         the cache, but not the agent, now appear with their usual face.
19773
19774         * dgnushack.el (loaddir): New variable that is bound to the
19775         directory containing the dgnushack.el file. Use loaddir, rather
19776         than srcdir, to update load-path. Change lets dgnushack compile
19777         code in directories other than GNUS/lisp.
19778
19779 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * lpath.el: Don't bind w3m-safe-url-regexp.
19782
19783         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19784         w3m-safe-url-regexp variable buffer-local.
19785
19786         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19787
19788 2004-02-27  Simon Josefsson  <jas@extundo.com>
19789
19790         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19791         gnus-group-real-prefix.
19792         (gnus-summary-move-article): Use it, instead of
19793         gnus-group-real-prefix.
19794
19795 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19796
19797         * lpath.el: Bind w3m-safe-url-regexp.
19798
19799         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19800         w3m-safe-url-regexp variable buffer-local and set it as the value
19801         of mm-w3m-safe-url-regexp.
19802
19803         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19804
19805         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19806         parsing gnus-posting-styles when the message is not for replying.
19807
19808         * dgnushack.el: Autoload sgml-mode for XEmacs.
19809
19810         * nnrss.el (nnrss-opml-export):
19811         Use mm-set-buffer-file-coding-system instead of
19812         set-buffer-file-coding-system.
19813
19814 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19815
19816         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19817         of checkdoc.el).
19818         * nnrss.el: do.
19819         * gnus-mlspl.el: do.
19820         * gnus-ml.el: do.
19821         * gnus-srvr.el: do.
19822
19823         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19824
19825 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19826
19827         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19828         Corrections to custom-manual links.
19829
19830         * gnus-art.el (gnus-article): Ditto.
19831
19832         * mm-decode.el (mime-display, mime-security): Ditto.
19833
19834 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19835
19836         * flow-fill.el: Typo.
19837
19838 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19839
19840         * spam-wash.el: New file.
19841
19842 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19843
19844         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19845
19846 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19847
19848         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19849         to be run with new-articles as LIST1, not LIST2.
19850         (spam-registration-functions): Add spam-use-ham-copy as a nil
19851         registration backend.
19852
19853 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19854
19855         * spam-stat.el (spam-stat-washing-hook): New option.
19856         (spam-stat-buffer-words): Use it.
19857         (spam-stat-process-directory, spam-stat-test-directory):
19858         Use insert-file-contents-literally.
19859         (spam-stat-coding-system): New variable.
19860         (spam-stat-load, spam-stat-save): Use it.
19861
19862 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * spam-report.el (spam-report-plug-agent):
19865         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19866
19867 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19868
19869         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19870         Allow / in mailto URLs.
19871
19872 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19873
19874         * spam-report.el (spam-report-process-queue): Fix interactive use.
19875         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19876         (spam-report-unplug-agent): Doc fixes.
19877         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19878         (spam-report-agentize, spam-report-deagentize): Autoload.
19879
19880 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19881
19882         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19883
19884         * message.el (message-setup-fill-variables): Add mml tags to
19885         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19886         <ajk@iu.edu>.
19887         (message-mode): Don't modify paragraph-separate there.
19888
19889 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19890
19891         * compface.el (uncompface-use-external): Default to undecided.
19892         (uncompface-use-external-threshold): New variable.
19893         (uncompface-float-time): New macro.
19894         (uncompface): Determine whether to use the external decoder if
19895         uncompface-use-external is undecided.
19896
19897 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19898
19899         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19900         after images.
19901
19902         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19903
19904 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19905
19906         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19907
19908         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19909
19910         * gnus-sum.el (gnus-summary-limit-to-age)
19911         (gnus-summary-limit-children): do.
19912
19913         * gnus-int.el (gnus-request-scan): do.
19914
19915         * gnus-group.el (gnus-group-suspend): do.
19916
19917         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19918
19919         * gnus-cite.el (gnus-cite-parse-attributions): do.
19920
19921         * gnus-agent.el (gnus-summary-set-agent-mark)
19922         (gnus-agent-regenerate-group): do.
19923
19924         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19925
19926         * binhex.el (binhex-decode-region-internal): do.
19927
19928 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * gnus-fun.el (gnus-face-properties-alist): New user option.
19931         (gnus-display-x-face-in-from): Use it.
19932
19933         * gnus-art.el (article-display-face): Ditto.
19934
19935         * compface.el (uncompface-use-external): Default to nil.
19936
19937 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19938
19939         * nntp.el (nntp-erase-buffer): New function.
19940         (nntp-retrieve-data, nntp-send-command)
19941         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19942         (nntp-possibly-change-group): Use it.
19943
19944         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19945         Use with-current-buffer.
19946
19947 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19948
19949         * compface.el: Merge the ELisp-based uncompface program.
19950         (compface): New customization group.
19951         (uncompface-use-external): New user option.
19952         (uncompface): Call uncompface-internal if uncompface-use-external
19953         is nil.
19954         (uncompface-internal): New function.  Note that there are also
19955         some other functions and variables added for this function.
19956
19957 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19958
19959         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19960         if necessary.
19961
19962 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19963
19964         * spam-report.el (spam-report-unplug-agent)
19965         (spam-report-plug-agent, spam-report-deagentize)
19966         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19967         Add support for the Agent in spam-report: when unplugged, report to a
19968         file; when plugged, submit all the requests.
19969
19970         * spam.el (spam-register-routine): Fix message about
19971         registration.
19972
19973 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19974
19975         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19976         dependencies.
19977         (rfc2047-encode): Use it.
19978
19979         * gnus-art.el (gnus-button-marker-list): Move before first
19980         reference.
19981
19982         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19983         (imap-parse-body): Fix format string mismatch.
19984
19985         * gnus-score.el (gnus-summary-increase-score): do.
19986
19987         * nnrss.el (nnrss-close): New function.
19988
19989 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19990
19991         * nnrss.el (nnrss-make-filename): New function.
19992         (nnrss-request-delete-group, nnrss-read-server-data)
19993         (nnrss-save-server-data, nnrss-read-group-data)
19994         (nnrss-save-group-data): Use it.
19995         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19996         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19997         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19998
19999 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20000
20001         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20002
20003 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20004
20005         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20006         files.
20007
20008         * message.el (message-generate-headers-first): Don't quote nil
20009         and t in docstrings.
20010
20011         * imap.el (imap-id): do.
20012
20013         * gnus-agent.el (gnus-agent-consider-all-articles)
20014         (gnus-agent-queue-mail): do.
20015
20016 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * spam-report.el (spam-report-process-queue): New function.
20019         Process requests from `spam-report-requests-file'.
20020         (spam-report-process-queue): Doc fix.
20021
20022 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20023
20024         * spam.el (spam-register-routine)
20025         (spam-log-processing-to-registry, spam-log-registered-p)
20026         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20027         Change "check" to "spam-check" for semi-clarity.
20028
20029 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20030
20031         * pop3.el: Require nnheader.
20032
20033         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20034
20035         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20036
20037         * gnus-picon.el: Require cl.
20038
20039         * gnus-fun.el: Require gnus-ems and gnus-util.
20040
20041         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20042
20043         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20044
20045         * gnus-art.el (gnus-article-edit-mode): Define before first
20046         reference.
20047
20048 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20049
20050         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20051         (gnus-uu-post-encoded): Use point-at-bol.
20052
20053         * gnus-topic.el (gnus-group-active-topic-p): do.
20054
20055         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20056
20057         * gnus-group.el (gnus-group-kill-region): do.
20058
20059         * gnus-art.el (article-date-ut): do.
20060
20061         * message.el (message-fetch-field): Remove redundant
20062         case-fold-search binding.
20063         (message-narrow-to-field): Simplify.
20064
20065 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20066
20067         * spam.el (spam-directory): Derive from `gnus-directory'.
20068
20069         * spam-report.el (spam-report-url-to-file)
20070         (spam-report-requests-file): New function and variable for offline
20071         reporting.
20072         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20073         and user defined function.
20074         (spam-report-url-ping-mm-url): Remove doubled slash.
20075
20076 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20077
20078         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20079
20080 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20081
20082         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20083         Fix format string mismatch.
20084
20085         * sieve.el (sieve-deactivate-all): do.
20086
20087         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20088
20089         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20090
20091         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20092
20093         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20094
20095 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20096
20097         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20098         the list of checks.
20099
20100 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20101
20102         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20103         padding.
20104
20105 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20106
20107         * mm-view.el (mm-fill-flowed): New variable.
20108         (mm-inline-text): Use it.
20109
20110 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20111
20112         * spam.el (spam-spamassassin-register-ham-routine)
20113         (spam-spamassassin-register-spam-routine): Fix function names.
20114
20115 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * gnus.el (gnus-tmp-grouplens): Remove.
20118         (gnus-summary-line-format): Remove grouplens.
20119
20120         * gnus-group.el (gnus-group-line-format): Ditto.
20121
20122         * gnus-spec.el (gnus-format-specs): Ditto.
20123         (gnus-update-format-specifications): Flush the group format spec
20124         cache if there's the grouplens stuff.
20125         (gnus-parse-simple-format): Replace %l with the empty string.
20126
20127 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20128
20129         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20130         omission.
20131
20132 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20133
20134         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20135         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20136
20137 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20138
20139         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20140         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20141         New macros and functions.
20142         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20143         Handle > NLINK_MAX messages.
20144         * nnmaildir.el (nnmaildir-request-set-mark):
20145         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20146
20147 2004-01-25  Alex Schroeder  <alex@gnu.org>
20148
20149         * spam-stat.el (spam-stat-process-directory-age): New option.
20150         (spam-stat-process-directory): Use it.
20151
20152 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20153
20154         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20155         (spam-stat-save): Accept prefix argument.
20156
20157 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20158
20159         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20160         links" error.
20161
20162 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20165         the rest of the and/or forms.
20166
20167 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20168
20169         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20170         compatibility with old .newsrc.eld files.
20171
20172         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20173
20174         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20175
20176         * gnus-start.el (gnus-1): do.
20177
20178         * gnus-group.el (gnus-group-line-format-alist): do.
20179
20180         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20181
20182         * gnus-gl.el: Remove.
20183
20184 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20185
20186         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20187         marks consisting of a single range {for example, (3 . 5)} rather
20188         than a list of a single range { ((3 . 5)) }.
20189
20190 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20191
20192         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20193         Use with-current-buffer.
20194         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20195         avoid consing a string.
20196
20197         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20198         Remove obsolete entries for big5 and gb2312.
20199
20200 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20201
20202         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20203         uncompressed list.
20204
20205 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20206
20207         * spam-stat.el (spam-stat-strip-xref): New function.
20208         (spam-stat-process-directory): Use it.
20209
20210         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20211         here -- it's done in message-fetch-field.
20212
20213 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20214
20215         * gnus-agent.el (gnus-agent-queue-mail)
20216         (gnus-agent-prompt-send-queue): New variables.
20217         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20218         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20219         "nndraft:queue" along to gnus-draft-send.
20220         Use gnus-agent-prompt-send-queue.
20221         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20222         is "nndraft:queue".  Suggested by Gaute Strokkenes
20223         <gs234@srcf.ucam.org>
20224
20225         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20226         (agent-enable-undownloaded-faces): Add.
20227         (gnus-agent-cat-groups): Use eval-and-compile, not
20228         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20229         method of gnus-agent-cat-groups even when the buffer has been
20230         evaled.
20231         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20232         delete gnus-agent-save-active-1.
20233         (gnus-agent-save-groups): Delete.  Identical to
20234         gnus-agent-save-active.
20235         (gnus-agent-write-active): No longer adjust agent's copy of active
20236         file as agent's adjustments are now stored in their own
20237         file.  Remove optional parameter.
20238         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20239         servers.  Add use of min/max range limits from server's local
20240         file.
20241         (gnus-agent-save-alist): Remove unused optional argument.
20242         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20243         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20244         (gnus-agent-set-local): A per-server file that keeps min/max range
20245         limits for articles known to the agent.  Provides a fast mechanism
20246         for altering many active ranges.
20247         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20248         active file (local makes it unnecessary).
20249         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20250
20251         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20252         (agent-enable-undownloaded-faces): Add.
20253
20254         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20255         disable it when sending to "nndraft:queue".
20256         (gnus-group-send-queue): Add safety check to avoid sending queue
20257         when unplugged.
20258
20259         * gnus-group.el (gnus-group-catchup): Use new
20260         gnus-sequence-of-unread-articles, not
20261         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20262         numbers of articles.  Use gnus-range-map to avoid having to
20263         uncompress the unread list.
20264         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20265         Fix invalid ange-ftp reference.
20266
20267         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20268         (gnus-sorted-range-intersection): Intersection of two ranges
20269         without requiring that they first be uncompressed.
20270
20271         * gnus-start.el (gnus-activate-group): Unless blocked by the
20272         caller, possibly expand the active range to include both cached
20273         and agentized articles.
20274         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20275         multiple version-dependent converters.
20276         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20277         gnus-agent-save-active.
20278         (gnus-save-newsrc-file): Save dirty agent range limits.
20279
20280         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20281         gnus-agent-possibly-alter-active.
20282         (gnus-adjust-marked-articles): Faster handling of simple lists.
20283
20284 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20285
20286         * spam-stat.el (spam-stat-test-directory): New optional argument
20287         displays a list of files detected.  Suggested by Andrew Cohen
20288         <cohen@andy.bu.edu>.
20289         (spam-stat-buffer-words-with-scores): Don't narrow and change
20290         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20291
20292 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20293
20294         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20295         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20296         (spam-spamassassin-arguments)
20297         (spam-spamassassin-spam-flag-header)
20298         (spam-spamassassin-positive-spam-flag-header)
20299         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20300         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20301         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20302         (spam-list-of-processors, spam-list-of-checks)
20303         (spam-list-of-statistical-checks, spam-registration-functions)
20304         (spam-check-spamassassin-headers, spam-check-spamassassin)
20305         (spam-spamassassin-score)
20306         (spam-spamassassin-register-with-sa-learn)
20307         (spam-spamassassin-register-spam-routine)
20308         (spam-spamassassin-register-ham-routine)
20309         (spam-assassin-register-spam-routine)
20310         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20311         (spam-bogofilter-score): Fix to show article before scoring.
20312
20313 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20314
20315         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20316         default scoring function.
20317         (spam-generic-score): Call spam-spamassassin-score if
20318         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20319         spam-bogofilter-score otherwise.
20320
20321         * gnus.el (spam-process, spam-autodetect-methods):
20322         Add spamassassin and spamassassin-headers.
20323
20324 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20325
20326         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20327         Suppress unnecessary messages.
20328
20329 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20330
20331         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20332         make-hash-table.
20333
20334 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20335
20336         * canlock.el (base64-encode-string): Don't autoload it.
20337
20338 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20339
20340         * run-at-time.el: Remove useless (require 'itimer),
20341         eval-and-compile and (featurep 'xemacs).
20342
20343 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20344
20345         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20346         GROUP is a virtual group.
20347
20348 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20349
20350         * gnus.el: Autoload `message-y-or-n-p'.
20351
20352 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20353
20354         * pgg-parse.el: Remove unnecessary (require 'custom).
20355
20356         * pgg-def.el: do.
20357
20358         * nnmail.el: do.
20359
20360         * gnus-undo.el: do.
20361
20362         * gnus-picon.el: do.
20363
20364         * gnus-util.el: do.
20365
20366 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20367
20368         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20369
20370 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20371
20372         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20373         handle, as well as a list.
20374
20375         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20376         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20377         (mm-w3m-cid-retrieve): Simplify.
20378
20379 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20380
20381         * message.el (message-kill-to-signature): Allow prefix arg to
20382         specify number of lines to keep before signature.
20383
20384 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20385
20386         * message.el (message-kill-to-signature): Change docstring.
20387
20388 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * canlock.el: Always require sha1-el.
20391         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20392
20393         * message.el: Autoload sha1 only when compiling.
20394
20395         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20396         eudc-expand-inline for XEmacs.
20397
20398 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20399
20400         * message.el (message-canlock-generate): Require sha1-el.
20401
20402 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20403
20404         * message.el (message-expand-name): Silence the byte compiler.
20405
20406         * lpath.el: Add detect-coding-system.
20407
20408         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20409         cus-edit.
20410
20411 2004-01-13  Simon Josefsson  <jas@extundo.com>
20412
20413         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20414         Invoke gnus-score-mode.
20415         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20416
20417         * gnus-range.el (gnus-compress-sequence): Doc fix.
20418         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20419
20420 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20421
20422         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20423
20424 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20425
20426         * spam.el (spam-get-article-as-string): Update to use
20427         gnus-request-article-this-buffer, much simpler.
20428         (spam-get-article-as-buffer): Remove.
20429
20430 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20431
20432         * message.el (message-expand-name): Use EUDC if the user uses that.
20433
20434 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20435
20436         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20437         character for the encoding to avoid consing a string.
20438
20439         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20440         unnecessarily.
20441
20442         * mm-util.el (mm-replace-chars-in-string): Remove.
20443
20444         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20445         of mm-replace-chars-in-string.
20446
20447 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20448
20449         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20450
20451         * mm-util.el (mm-subst-char-in-string): Support inplace.
20452
20453         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20454         a new string in every iteration.  Use shy groups.
20455
20456 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20457
20458         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20459         * gnus-soup.el (gnus-soup-group-brew):
20460         * gnus-msg.el (gnus-put-message):
20461         * gnus-move.el (gnus-group-move-group-to-server):
20462         * gnus-kill.el (gnus-batch-score):
20463         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20464         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20465         (gnus-group-update-group, gnus-group-read-group)
20466         (gnus-group-make-group, gnus-group-make-help-group)
20467         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20468         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20469         (gnus-group-sort-by-unread, gnus-group-catchup)
20470         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20471         (gnus-group-yank-group, gnus-group-set-info)
20472         (gnus-group-list-groups):
20473         * gnus.el (gnus-generate-new-group-name):
20474         * gnus-delay.el (gnus-delay-send-queue):
20475         * nnvirtual.el (nnvirtual-catchup-group):
20476         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20477         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20478         (gnus-group-prepare-topics, gnus-topic-check-topology):
20479         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20480         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20481         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20482         (gnus-group-make-articles-read):
20483         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20484         (gnus-group-change-level, gnus-kill-newsgroup)
20485         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20486         (gnus-get-unread-articles, gnus-make-articles-unread)
20487         (gnus-make-ascending-articles-unread): Use accessor
20488         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20489         to get group information for improved readability.
20490
20491
20492 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20493
20494         * gnus-art.el (article-decode-mime-words, article-babel)
20495         (gnus-article-highlight-signature, gnus-article-add-buttons)
20496         (gnus-signature-toggle): Use gnus-with-article-buffer.
20497
20498         * gnus-art.el (gnus-article-highlight-headers)
20499         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20500
20501         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20502         (gnus-article-set-globals, gnus-request-article-this-buffer)
20503         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20504         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20505         (gnus-mime-display-alternative): Use with-current-buffer.
20506
20507 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20508
20509         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20510         also under 80 char limit, and call gnus-error if needed.
20511         (spam-fetch-article-header): Fix - it was a
20512         buffer-local variable (gnus-newsgroup-data).
20513         (spam-find-spam): Use spam-generate-fake-headers, forget about
20514         spam-insert-fake-headers.
20515         (spam-insert-fake-headers): Remove.
20516
20517 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20518
20519         * deuglify.el (gnus-article-outlook-unwrap-lines)
20520         (gnus-outlook-rearrange-article)
20521         (gnus-outlook-repair-attribution-outlook)
20522         (gnus-outlook-repair-attribution-block)
20523         (gnus-outlook-repair-attribution-other): Remove redundant
20524         save-excursion.
20525
20526 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20527
20528         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20529         (spam-fetch-field-subject-fast)
20530         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20531         (spam-fetch-article-header): Add functions to deal with Gnus
20532         internals for fast retrieval of article header data.
20533         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20534
20535 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20536
20537         * pop3.el (pop3-md5): Remove.
20538         (pop3-apop): Replace pop3-md5 with md5.
20539
20540         * mm-bodies.el: base64 is always built-in.
20541
20542         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20543         Use with-current-buffer.
20544
20545 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * canlock.el (canlock-insert-header): Remove excessive grouping in
20548         regexp.
20549
20550         * gnus-sum.el (gnus-summary-read-document): Ditto.
20551
20552         * gnus-uu.el (gnus-uu-part-number): Ditto.
20553
20554         * html2text.el (html2text-remove-tags): Ditto.
20555         (html2text-format-tags): Ditto.
20556         (html2text-format-single-elements): Ditto.
20557
20558         * mml.el (mml-parse-1): Ditto.
20559
20560 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20561
20562         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20563
20564         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20565
20566         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20567
20568         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20569
20570 2003-11-15  Simon Josefsson  <jas@extundo.com>
20571
20572         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20573         (pgg-gpg-lookup-key): Use regexp match instead of
20574         split-string (split-string is different between emacs 21.2 and
20575         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20576
20577 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20578
20579         * gnus-art.el (gnus-mime-view-all-parts)
20580         (gnus-article-part-wrapper, gnus-article-view-part):
20581         Use with-current-buffer.
20582
20583 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20584
20585         * spam.el (spam-disable-spam-split-during-ham-respool)
20586         (spam-spamoracle-database, spam-cache-lookups)
20587         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20588         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20589         (spam-group-ham-marks, spam-group-spam-marks)
20590         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20591         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20592         also add spam-use-blackholes to the statistical checks.
20593         (spam-fetch-field-fast): Add interface to fetching fields, may
20594         become a macro.
20595         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20596         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20597         (spam-insert-fake-headers): Fake an article when needed.
20598         (spam-find-spam): Fake article when possible.
20599         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20600         (spam-check-bogofilter-headers): Use message-fetch-field instead
20601         of nnmail-fetch-field.
20602
20603 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20604
20605         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20606
20607 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20608
20609         * spam.el (spam-split): Do not require spam-use-CHECK to be
20610         enabled if that check is passed to spam-split explicitly; also
20611         fix so 'spam doesn't get converted to spam-split-group when
20612         spam-split-symbolic-return is t.
20613         (spam-find-spam): Find registrations of the article and use those
20614         instead of re-running spam-split to find the spam/ham
20615         classification of the article.
20616         (spam-log-processing-to-registry, spam-log-registered-p)
20617         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20618         Use gnus-error instead of gnus-message.
20619         (spam-log-registration-type): Add function to determine the
20620         classification of a message based on registry entries; will
20621         return nil if both 'spam and 'ham are found.
20622         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20623         a reasonably fast local cache without the loading errors.
20624         (spam-cache-lookups): Set to t by default.
20625         (spam-find-spam): Don't try to guess spam-cache-lookups.
20626         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20627         spam-caches entry.
20628         (spam-filelist-build-cache, spam-filelist-check-cache):
20629         Fix caching of whitelist/blacklist entries.
20630         (spam-check-whitelist, spam-check-blacklist):
20631         Invoke spam-from-listed-p with a type, not a cache variable.
20632         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20633
20634 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20635
20636         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20637
20638         * nnmail.el (nnmail-split-fancy): do.
20639
20640         * mml.el (mml-parse): do.
20641
20642         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20643         (gnus-score-adaptive): do.
20644
20645 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20648         (gnus-mime-button-map): Don't set keymap parent.
20649         (gnus-button-ctan-directory-regexp): Use shy grouping.
20650         (gnus-prev-page-map): Don't set keymap parent.
20651         (gnus-prev-page-map): Remove duplicated one.
20652         (gnus-next-page-map): Don't set keymap parent.
20653         (gnus-mime-security-button-map): Ditto.
20654
20655         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20656         version number.
20657
20658         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20659
20660 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * canlock.el (canlock-sha1-function): Remove.
20663         (canlock-sha1-function-for-verify): Remove.
20664         (canlock-openssl-program): Remove.
20665         (canlock-openssl-args): Remove.
20666         (canlock-ignore-errors): Remove.
20667         (canlock-sha1-with-openssl): Remove.
20668         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20669         (canlock-verify): Don't use canlock-ignore-errors.
20670
20671         * sha1-el.el (sha1-string-external): Make it can return a string
20672         in binary form.
20673         (sha1-region-external): Ditto.
20674         (sha1-string-internal): Ditto.
20675         (sha1-region-internal): Ditto.
20676         (sha1-region): Ditto.
20677         (sha1-string): Ditto.
20678         (sha1): Ditto.
20679
20680 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20681
20682         * spam.el (spam-report-articles-gmane): New command.
20683
20684 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20685
20686         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20687
20688         * run-at-time.el (run-at-time-saved): Remove.
20689         (run-at-time): Doc fix.
20690
20691 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20692
20693         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20694         (gnus-summary-limit-map): Add it.
20695         (gnus-summary-make-menu-bar): do.
20696
20697 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20698
20699         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20700         Make attempt at some caching support (done for BBDB only now).
20701         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20702         addresses to be checked.
20703         (spam-clear-cache-BBDB): Add function, to be invoked by
20704         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20705         (spam-check-BBDB): Check and use the caches, if
20706         spam-cache-lookups is on, remove superfluous (provide).
20707
20708 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20709
20710         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20711
20712 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20713
20714         * run-at-time.el (run-at-time-saved): Move to after the definition
20715         of `run-at-time'.
20716
20717         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20718
20719 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20720
20721         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20722         mm-w3m-local-map-property.
20723
20724         * mm-view.el (mm-w3m-mode-map): Remove.
20725         (mm-w3m-local-map-property): Remove.
20726         (mm-inline-text-html-render-with-w3m): Don't use
20727         mm-w3m-local-map-property.
20728
20729 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20730
20731         * run-at-time.el: New file.
20732
20733         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20734         under Emacs.
20735
20736         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20737         of gnus-set-text-properties.
20738
20739         * gnus-uu.el (gnus-uu-save-article): Ditto.
20740
20741         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20742
20743         * gnus-cite.el (gnus-cite-parse): Ditto.
20744
20745         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20746         of gnus-.
20747
20748         * gnus-xmas.el (run-at-time): Require run-at-time.
20749
20750         * gnus.el: Change calls to nnheader-run-at-time and
20751         password-run-at-time throughout to use run-at-time directly.
20752
20753         * password.el: Remove definition of run-at-time.
20754
20755         * nnheaderxm.el: Remove definition of run-at-time.
20756
20757 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20758
20759         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20760         in prompt.
20761
20762 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20763
20764         * messagexmas.el (message-xmas-redefine): Alias
20765         `message-make-caesar-translation-table' to
20766         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20767         version.
20768
20769         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20770         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20771         `gnus-xmas-set-text-properties'.
20772         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20773         `gnus-xmas-completing-read'.
20774         (gnus-xmas-completing-read): Removed.
20775         (gnus-xmas-open-network-stream): Removed.
20776
20777         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20778         XEmacs version.
20779
20780         * dns.el (dns-make-network-process): Use `open-network-stream'
20781         instead of `gnus-xmas-open-network-stream'.
20782
20783         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20784
20785         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20786
20787 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20788
20789         * gnus-art.el (gnus-mime-display-alternative)
20790         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20791         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20792         Don't use gnus-local-map-property.
20793
20794         * gnus-util.el (gnus-local-map-property): Remove.
20795
20796         * mm-view.el (mm-view-pkcs7-decrypt):
20797         Replace gnus-completing-read-maybe-default with completing-read.
20798
20799         * gnus-util.el (gnus-completing-read): do.
20800         (gnus-completing-read-maybe-default): Remove.
20801
20802 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20803
20804         * password.el: Only autoload `run-at-time' if not XEmacs.
20805         Only autoload the itimer functions if XEmacs.
20806
20807 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20808
20809         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20810         XEmacsen.
20811
20812         * dgnushack.el: Autoload executable-find for XEmacs.
20813
20814 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20815
20816         * gnus-art.el (gnus-read-string): Remove.
20817         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20818         read-string.
20819
20820 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20821
20822         * netrc.el: Autoload password-read.
20823         (netrc): Add configuration group.
20824         (netrc-encoding-method, netrc-openssl-path):
20825         Add variables for encoding and decoding of files with symmetric
20826         ciphers.
20827         (netrc-encode): Add assistant function to encode a file with
20828         netrc-encoding-method.
20829         (netrc-parse): Add interactive parameter, added optional
20830         decoding if netrc-encoding-method is non-nil but otherwise
20831         behavior is standard.
20832         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20833         Do s/encode/encrypt/ everywhere.
20834
20835         * spam.el: Remove executable-find autoload.
20836
20837 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20838
20839         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20840
20841         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20842
20843 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20844
20845         * gnus-art.el (gnus-treat-ansi-sequences)
20846         (article-treat-ansi-sequences): New variable and function.
20847         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20848
20849         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20850         Use it.
20851
20852 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20853
20854         * mm-util.el (mm-quote-arg): Remove.
20855
20856         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20857         shell-quote-argument.
20858
20859         * gnus-uu.el (gnus-uu-command): do.
20860
20861         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20862
20863         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20864         with make-char.
20865
20866         * mm-util.el (mm-make-char): Remove.
20867
20868         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20869         add-minor-mode.
20870
20871         * gnus-undo.el (gnus-undo-mode): do.
20872
20873         * gnus-topic.el (gnus-topic-mode): do.
20874
20875         * gnus-sum.el (gnus-dead-summary-mode): do.
20876
20877         * gnus-start.el (gnus-slave-mode): do.
20878
20879         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20880
20881         * gnus-ml.el (gnus-mailing-list-mode): do.
20882
20883         * gnus-gl.el (gnus-grouplens-mode): do.
20884
20885         * gnus-draft.el (gnus-draft-mode): do.
20886
20887         * gnus-dired.el (gnus-dired-mode): do.
20888
20889         * gnus-ems.el (gnus-add-minor-mode): Remove.
20890
20891         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20892         Replace gnus-char-width with char-width.
20893
20894         * gnus-ems.el (gnus-char-width): Remove.
20895
20896         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20897         Replace gnus-char-width with char-width.
20898
20899         * gnus-ems.el (gnus-char-width): Remove.
20900
20901         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20902         definition.
20903         Remove Emacs 20 hash table compatibility code.
20904
20905         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20906         20 compatibility code.
20907
20908         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20909
20910         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20911
20912         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20913         Replace with point-at-{eol,bol}.
20914
20915         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20916
20917         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20918
20919         * flow-fill.el (fill-flowed-point-at-bol)
20920         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20921
20922         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20923         Replace with point-at-{eol,bol} throughout all files.
20924
20925 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20926
20927         * ntlm.el (ntlm-string-as-unibyte): New macro.
20928         (ntlm-build-auth-response): Use it.
20929
20930         Remove Emacs 20 stuff:
20931         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20932         (butlast, mapc, remove): Remove the compiler macros.
20933         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20934         of delq and copy-sequence.
20935         * gnus-art.el (popup-menu): Remove the compiler macro.
20936         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20937         Emacs 20.
20938
20939 2004-01-05  Simon Josefsson  <jas@extundo.com>
20940
20941         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20942         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20943         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20944         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20945         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20946         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20947         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20948         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20949         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20950         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20951         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20952         string-xor into ntlm-string-xor.
20953         Suggested by Jesper Harder <harder@myrealbox.com>.
20954
20955         * ntlm.el: Don't include poem.
20956
20957         * md4.el (print-int32, print-string-hexa): Remove.
20958         Suggested by Jesper Harder <harder@myrealbox.com>.
20959
20960         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20961
20962         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20963         probably breaks emacs with DL patch, but do we care? Is anyone
20964         still using the DL stuff?)
20965
20966         * sieve-manage.el: Use the password package.
20967         (sieve-manage-read-passwd): Remove.
20968         (sieve-manage-interactive-login): Use password.  Re-add
20969         condition-case around loop.
20970
20971         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20972         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20973         Use the password package.
20974
20975 2003-02-19  Simon Josefsson  <jas@extundo.com>
20976
20977         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20978         token.
20979
20980 2002-08-07  Simon Josefsson  <jas@extundo.com>
20981
20982         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20983         (sieve-manage-authenticators):
20984         (sieve-manage-authenticator-alist): Add some SASL mechs.
20985         (sieve-sasl-auth): New function.
20986         (sieve-manage-cram-md5-auth):
20987         (sieve-manage-plain-auth): Rewrite using SASL library.
20988         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20989         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20990         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20991         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20992
20993 2004-01-05  Simon Josefsson  <jas@extundo.com>
20994
20995         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20996         New files.
20997
20998 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20999
21000         * gnus-group.el (gnus-no-groups-message): Update.
21001
21002         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21003
21004 2003-11-09  Simon Josefsson  <jas@extundo.com>
21005
21006         * imap.el: Support for ID IMAP extension (RFC 2971).
21007         (imap-local-variables): Add imap-id.
21008         (imap-id): New variable.
21009         (imap-id): New function.
21010         (imap-parse-response): Parse untagged ID response.
21011         * nnimap.el (nnimap-id): New variable.
21012         (nnimap-open-connection): Use it.
21013
21014 2003-12-28  Simon Josefsson  <jas@extundo.com>
21015
21016         * gnus-score.el (gnus-score-edit-all-score): New.
21017         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21018
21019 2004-01-04  Simon Josefsson  <jas@extundo.com>
21020
21021         * password.el: Add.
21022
21023 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21024
21025         * dns.el (dns-query-types): Fix typo.
21026         (dns-query-types): New function.
21027         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21028         PTR and SOA replies, see RFC 1035.
21029
21030 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21031
21032         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21033
21034         * Move to Changelog.2.
21035
21036 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21037
21038         * gnus.el (gnus-version-number): Bump version.
21039
21040 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21041
21042         * gnus.el: No Gnus v0.1 is released.
21043
21044 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21045
21046         * gnus.el: No Gnus v0.0 is released.
21047
21048 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21049
21050         * gnus.el (gnus-version-number): Bump.
21051         (gnus-version): No.
21052
21053 See ChangeLog.2 for earlier changes.
21054
21055   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21056
21057   This file is part of GNU Emacs.
21058
21059   GNU Emacs is free software: you can redistribute it and/or modify
21060   it under the terms of the GNU General Public License as published by
21061   the Free Software Foundation, either version 3 of the License, or
21062   (at your option) any later version.
21063
21064   GNU Emacs is distributed in the hope that it will be useful,
21065   but WITHOUT ANY WARRANTY; without even the implied warranty of
21066   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21067   GNU General Public License for more details.
21068
21069   You should have received a copy of the GNU General Public License
21070   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21071
21072 ;; Local Variables:
21073 ;; coding: utf-8
21074 ;; fill-column: 79
21075 ;; add-log-time-zone-rule: t
21076 ;; End: