Fix last change.
[gnus] / lisp / ChangeLog
1 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2
3         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4         Autoload.  Add optional arg FRAME, and pass it to color-values.
5         (color-complement): Caller changed.  Doc fix.
6         (color-gradient): Rewrite for better clarity and efficiency.
7
8 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
9
10         * shr-color.el (shr-color->hexadecimal): Use renamed function names
11         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
12         color-lab-to-srgb.
13
14 2011-02-20  Drew Adams  <drew.adams@oracle.com>
15
16         * color.el: First part of merge from hexrgb.el.
17         (color-rgb-to-hex): Rename from color-rgb->hex.
18         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
19         saturation to zero if the value is too small.
20         (color-rgb-to-hsl): Rename from color-rgb->hsl.
21         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
22         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
23         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
24         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
25         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
26         (color-cie-de2000): Doc fix.
27
28 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
29
30         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
31         given method as in the group name if we're using an extended method.
32         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
33         command, if we're using that, instead of waiting for the beginning.
34
35         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
36         we're sure to get unique server names, and we don't output two async
37         commands in the same buffer.  This fixes an NNTP hang for some users.
38
39 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
40
41         * gnus.el: No Gnus v0.11 is released.
42
43 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
44
45         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
46         summary buffer before reading going to the next buffer.  This avoids
47         putting the point in the group buffer if you `C-g' the command.
48
49         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
50         cache (for now) to make ~/.authinfo.gpg files usable.
51
52         * nnfolder.el (copyright-update): Define for the compiler.
53
54         * auth-source.el (auth-source-search): Fix unbound variable.
55
56 2011-02-19  Glenn Morris  <rgm@gnu.org>
57
58         * gnus.el (gnus-meta): Doc fix.
59
60 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
61
62         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
63         in case it's not yet loaded.
64
65 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
68         line we're waiting for.
69
70 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
71
72         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
73         face with line-width greater than zero will cause RET in gnus summary
74         buffer to scroll down article page-wise because auto vscroll happens,
75         it should be temporalily disabled when doing a scroll-up.
76
77 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
78
79         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
80         outputs from the server.
81
82 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
83
84         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
85         later so that bbdb can hook in easier.
86
87 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
88
89         * auth-source.el (auth-source-search): Don't try to create credentials
90         if the caller doesn't want that.
91         (auth-source-search): If we don't find a match, don't bug out on
92         non-bound variables.
93         (auth-source-search): Only ask a single backend to create the
94         credentials.
95
96         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
97         logging.
98         (nnimap-credentials): Protect against auth-source-search returning nil.
99         (nnimap-request-list): Protect against not being able to open the
100         server.
101
102 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
103
104         * auth-source.el (auth-source-search): Do a two-phase search, one with
105         no :create to get the responses from all backends.
106
107         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
108         when getting credentials.
109
110         * gnus-util.el (gnus-delete-duplicates): New function.
111
112 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
113
114         * nnimap.el (nnimap-credentials): Instead of picking the first port as
115         a creation default, pass the whole port list down.  It will be
116         completed.
117
118         * auth-source.el (auth-source-search): Updated docs to talk about
119         multiple creation choices.
120         (auth-source-netrc-create): Accept a list as a value (from the search
121         parameters) and do completion on that list.  Keep a separate netrc line
122         with the password obscured for showing the user.
123
124         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
125         first choice to `auth-source-search' so it will be used for entry
126         creation instead of the server's Gnus-specific name.
127         (nnimap-credentials): Rely on the auth-source library to select which
128         port is actually wanted in the new netrc entry, so don't override
129         `auth-source-creation-defaults'.
130
131         * auth-source.el (auth-source-netrc-parse): Use :port instead of
132         :protocol and accept a missing user, host, or port as a wildcard match.
133         (auth-source-debug): Default to off.
134
135         (auth-source-netrc-search, auth-source-netrc-create)
136         (auth-source-secrets-search, auth-source-secrets-create)
137         (auth-source-user-or-password, auth-source-backend, auth-sources)
138         (auth-source-backend-parse-parameters, auth-source-search): Use :port
139         instead of :protocol.
140
141         * nnimap.el (nnimap-credentials): Pass a port default to
142         `auth-source-search' in case an entry needs to be created.
143         (nnimap-open-connection-1): Use :port instead of :protocol.
144
145 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147 p       * auth-source.el: Bind load-path when loading EIEIO from
148         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
149         21.4 doesn't support, to `require'.
150         (auth-source-secrets-search): Use mm-delete-duplicates instead of
151         delete-dups that is not available in XEmacs 21.4.
152
153 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
154
155         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
156         as EIEIO must also be loaded when auth-source.el is being
157         byte-compiled.
158
159 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
162
163         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
164
165         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
166
167         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
168
169         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
170
171         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
172
173         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
174
175         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
176         necessary.
177
178 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
181         nil means that nnimap doesn't get updated.
182
183 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * auth-source.el (auth-source-netrc-create): Return a synthetic search
186         result when the user doesn't want to write to the file.
187         (auth-source-netrc-search): Expect a synthetic result and proceed
188         accordingly.
189         (auth-source-cache-expiry): New variable to override
190         `password-cache-expiry'.
191         (auth-source-remember): Use it.
192
193         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
194         parameter.  Create entry if necessary by using :create t.
195         (nnimap-open-connection-1): Don't pass `inhibit-create'.
196
197 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
198
199         * auth-source.el (auth-source-debug): Enable by default and don't
200         mention the obsolete `auth-source-hide-passwords'.
201         (auth-source-do-warn): New function to debug unconditionally.
202         (auth-source-do-debug): Use it.
203         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
204         and for Secrets API entries when the secrets.el library is not
205         available.
206
207 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-sum.el (gnus-propagate-marks): Default to nil.
210         (gnus-summary-exit): Kill the correct article buffer on exit from a
211         `C-d' group.
212
213         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
214         gnus-propagate-marks.
215
216         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
217         before killing the buffers so that a non-full window conf gets handled
218         correctly.
219         (gnus-summary-exit): Ditto.
220         (gnus-summary-read-group-1): Ditto.
221
222         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
223         async code again so that we can debug it properly.
224
225         * message.el (message-reply): Take an optional switch-buffer parameter
226         so that Gnus window confs are respected better.
227
228 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
229
230         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
231         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
232         docstring.
233         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
234         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
235         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
236         Login collection is "Login" and not "login".
237
238 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
241         multiple headers.
242
243         * nnimap.el (nnimap-inhibit-logging): New variable.
244         (nnimap-log-command): Don't log login commands.
245
246         * auth-source.el (auth-source-netrc-search): The asserts seem to want
247         to have more parameters.
248
249         * nnimap.el (nnimap-send-command): Mark the command time for each
250         command, so that we don't get NOOPs stepping on our toes.
251
252         * gnus-art.el (article-date-ut): Get the date from the Date header on
253         `t'.
254
255 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * auth-source.el (auth-source-search): Use copy-sequence instead of
258         the cl.el copy-list.
259
260 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
261
262         * imap.el: Bring it back (revert
263         84d800cd31de3064f0ed39617d725709a2f8f42f).
264
265 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
266
267         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
268         Improve prompt.
269
270 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
271
272         * gnus-art.el (gnus-article-mode-line-format): Remove the article
273         washing status from the default format.  It isn't very informative.
274
275 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
276
277         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
278         Gcc processing on imap.
279
280 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
281
282         * imap.el: Remove file.  All the functionality is in nnimap.el.
283
284 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
285
286         * message.el (message-bury): Don't pop up a new window when selected
287         window is dedicated.
288
289 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
290
291         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
292
293 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
294
295         * sieve-manage.el: Autoload `auth-source-search'.
296         (sieve-sasl-auth): Use it.
297
298 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * nnimap.el: Autoload `auth-source-forget+'.
301         (nnimap-open-connection-1): Use it if the connection fails.
302
303         * auth-source.el: Require `password-cache'.
304         (auth-source-hide-passwords, auth-source-cache): Remove and mark
305         obsolete.
306         (auth-source-magic): Marker for `password-cache' keys.
307         (auth-source-do-cache): Update docstring.
308         (auth-source-search): Use and check cache.
309         (auth-source-forget-all-cached, auth-source-remember)
310         (auth-source-recall, auth-source-forget, auth-source-forget+)
311         (auth-source-specmatchp): Caching support functions.
312         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
313         Remove and obsolete.
314         (auth-source-user-or-password): Remove caching to further discourage
315         using it.  Always hide passwords.
316
317         * password-cache.el (password-cache-remove): Accept secrets that are
318         not strings.
319
320 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
321
322         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
323         code for now, since it doesn't work for all users.
324
325 2011-02-09  Julien Danjou  <julien@danjou.info>
326
327         * message.el (message-options): Make message-options really buffer
328         local.
329
330 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         * mail-source.el: Autoload `auth-source-search'.
333         (mail-source-keyword-map): Note order matters.
334         (mail-source-set-1): Get all the mail-source source values and
335         defaults and search auth-source on those if needed.  This can all
336         probably be simplified.
337
338         * nnimap.el: Autoload `auth-source-search'.
339         (nnimap-credentials): Use it.
340         (nnimap-open-connection-1): Ask for the virtual server and physical
341         address in one shot.
342
343         * nntp.el: Autoload `auth-source-search'.
344         (nntp-send-authinfo): Use it.  Note TODO.
345
346 2011-02-08  Julien Danjou  <julien@danjou.info>
347
348         * shr.el (shr-tag-body): Add support for text attribute in body
349         markups.
350
351         * message.el (message-options): Make message-options a local variable.
352
353 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
354
355         * auth-source.el (auth-source-secrets-search)
356         (auth-source-user-or-password): Use `append' instead of `nconc'.
357         (auth-source-user-or-password): Build return list better and protect
358         against nil :secret.
359
360 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
361
362         * nnimap.el (nnimap-update-info): Refactor slightly.
363         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
364         (nnimap-update-info): Clean up slightly.
365         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
366         characters.
367         (nnimap-process-quirk): Rename function to avoid collision.
368         (nnimap-update-info): Fix macrology bug-out.
369         (nnimap-update-info): Simplify split history test.
370
371 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
372
373         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
374         `secrets-get-attributes' instead of `secrets-get-attribute'.
375         (auth-source-secrets-search): Limit search when `max' is greater than
376         number of results.
377
378 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
379
380         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
381         part not returning any data.
382
383         * proto-stream.el (open-protocol-stream): Document the return value.
384
385 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
386
387         * auth-source.el (auth-source-secrets-search): Add examples.
388
389 2011-02-06  Julien Danjou  <julien@danjou.info>
390
391         * message.el (message-setup-1): Handle message-generate-headers-first
392         set to t.
393
394 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
395
396         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
397         API with a string "secrets:collection-name" and with 'default.
398         (auth-source-backend-parse): Parse "secrets:collection-name" and
399         'default.  Recurse on parses instead of repeating code.  Use the
400         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
401         message when ignoring a source.
402         (auth-source-search): List ignored search keys at the top level.
403         (auth-source-netrc-create): Use `case' instead of `cond'.
404         (auth-source-secrets-search): Created with TODOs.
405         (auth-source-secrets-create): Created with TODOs.
406         (auth-source-retrieve, auth-source-create, auth-source-delete)
407         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
408         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
409         (auth-source-user-or-password-sftp)
410         (auth-source-user-or-password-smtp): Removed.
411         (auth-source-user-or-password): Deprecated and modified to be a wrapper
412         around `auth-source-search'.  Not tested thoroughly.
413
414 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
415
416         * auth-source.el: Bring in assoc and eioeio libraries.
417         (secrets-enabled): New variable to track the status of the Secrets API.
418         (auth-source-backend): New EIOEIO class to represent a backend.
419         (auth-source-creation-defaults): New variable to set prompt defaults
420         during token creation (see the `auth-source-search' docstring for
421         details).
422         (auth-sources): Simplify to allow a simple string as a netrc backend
423         spec.
424         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
425         (auth-source-backend-parse-parameters): Fill in the backend parameters.
426         (auth-source-search): Main auth-source API entry point.
427         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
428         (auth-source-search-collection): Helper function for searching.
429         (auth-source-netrc-parse, auth-source-netrc-normalize)
430         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
431         Supports search, create, and delete.
432         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
433         backend stubs.
434         (auth-source-user-or-password): Call `auth-source-search' but it's not
435         ready yet.
436
437 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
438
439         * message.el (message-setup-1): Remove the read-only stuff, since it
440         doesn't work under XEmacs, for some reason.
441
442         * gnus-sum.el (gnus-user-date): Rename back from
443         gnus-summary-user-date since user code refers to it.
444
445         * shr.el (shr-render-td): Store the actual background colour used.
446
447         * message.el (message-setup-1): Don't bind the constant
448         -forbidden-properties.
449         (message-setup-1): Revert previous change, since it needs to bind the
450         props to insert them.
451         (message-resend): Allow removing the read-only separator line.
452
453 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
454
455         * nnimap.el (nnimap-request-accept-article): Give an error message if
456         the APPEND wasn't successful.
457
458 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
459
460         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
461         that have no groups.
462
463 2011-02-03  Julien Danjou  <julien@danjou.info>
464
465         * gnus-draft.el: Remove progn around gnus-draft-setup.
466
467 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
468
469         * gnus-start.el (gnus-read-active-for-groups): This function is never
470         called with a nil `infos', so clean that up.
471         (gnus-get-unread-articles): Request active files from primary/secondary
472         methods that have no groups (yet).
473
474 2011-02-03  Julien Danjou  <julien@danjou.info>
475
476         * message.el (message-setup-1): Always generate References first.
477         (message-mail): Return the return value of message-setup, not always t.
478         (message-setup-1): Insert mail-header-separator with read-only and
479         intangible properties set.
480
481         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
482         user-date in docstring.
483
484         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
485
486         * gnus.el (gnus-summary-line-format): Mention &user-date format in
487         docstring.
488
489         * gnus.el (gnus-user-date-format-alist): Change default value. Use
490         defcustom, with type and group. Move from gnus-util.el. Rename to
491         gnus-summary-user-date-format-alist.
492
493 2011-02-03  Glenn Morris  <rgm@gnu.org>
494
495         * nnimap.el (gnus-fetch-headers): Declare.
496
497         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
498
499 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
500
501         * message.el (message-forward-make-body-digest-plain)
502         (message-followup, message-reply): Clean up things noted by Stefan.
503
504         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
505         gnus-article-update-date-headers is nil.
506         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
507         it didn't really work with defcustom.
508         (article-update-date-lapsed): Make sure the window start doesn't move,
509         either.
510
511 2011-02-01  Julien Danjou  <julien@danjou.info>
512
513         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
514         format.
515
516         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
517         standard in Emacs nowadays.
518
519         * color.el (color-gradient): Add a color-gradient function.
520
521 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
522
523         * message.el (message-expand-name): Don't trust the return value of
524         bbdb-complete-name.
525         (message-check-news-header-syntax): Remove unused var `start'.
526         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
527         (message-inhibit-body-encoding): Move to before first use.
528         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
529         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
530         (Organization, Message-ID, Date, mh-previous-window-config):
531         Defvar the vars using dynamic scoping.
532
533 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
534
535         * shr.el (shr-render-td): Only do colours at the final rendering.
536         Should be slightly faster.
537         (shr-insert-table): Fix up TD background colours when doing the
538         vertical padding.
539
540         * gnus-art.el (article-date-ut): Protect against articles with no Date
541         header.
542         (article-update-date-lapsed): Don't use current-column to find the
543         horizontal position.  It's fragile in the presence of \003 characters.
544
545         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
546
547 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus-art.el (article-transform-date): Rewrite to still work when
550         there are several rfc2822 parts.
551         (article-transform-date): Fix infinite recursion.
552         (article-date-ut): Replace infinitely many Date headers with a single
553         one when called interactively.
554
555         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
556         secure manner.
557
558         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
559         move around by not using save-window-excursion.  It seems to work...
560
561 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * gnus-art.el (article-make-date-line): Work for user-defined format.
564
565 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
566
567         * nntp.el (nntp-retrieve-group-data-early)
568         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
569         fetching functions.
570
571         * gnus-start.el (gnus-read-active-for-groups): Read the active files
572         thoroughly for all backends that have no known groups.  This should
573         allow new nnml methods to retrieve mail.
574
575         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
576         that Gnus doesn't know exists again.
577
578         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
579         (gnus-treat-date-ut): Ditto.
580         (gnus-article-update-date-header): Renamed.
581         (gnus-treat-date-local): Removed.
582         (gnus-treat-date-english): Removed.
583         (gnus-treat-date-lapsed): Removed.
584         (gnus-treat-date-combined-lapsed): Removed.
585         (gnus-treat-date-original): Removed.
586         (gnus-treat-date-iso8601): Removed.
587         (gnus-treat-date-user-defined): Removed.
588         (gnus-article-date-headers): New variable to control all the date
589         header options.
590         (article-date-ut): Rewrite to allow using the new way to format date
591         headers(s).
592
593 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
594
595         * nnmail.el (nnmail-article-group): Check for a direct fancy split
596         method.
597         (nnmail-article-group): A better test for fanciness.
598
599         * nnimap.el (nnimap-request-head): Protect against not finding the
600         article by Message-ID.
601
602 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
603
604         * gnus-art.el (article-update-date-lapsed): Try a better way to really
605         keep point at the "same place".
606
607 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
610         data if the group is unactivated.
611
612 2011-01-28  Julien Danjou  <julien@danjou.info>
613
614         * gnus-win.el: Remove dead function gnus-window-configuration-element.
615         (gnus-all-windows-visible-p): Remove old compatibility code.
616         (gnus-window-top-edge): Add docstring.
617
618         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
619
620 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
623         older request-update-info.
624
625         * gnus-art.el (article-make-date-line): Limit the length a bit more.
626
627 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
628
629         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
630         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
631
632 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
635         groups.  This makes the nndraft:queue group pop up if it's not already
636         there.
637
638         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
639         messages" logic, which was reversed.
640
641         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
642         the "same place" even if point is on the line being replaced.
643         (article-update-date-lapsed): Allow updating both the combined lapsed
644         and the lapsed headers.
645         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
646         (article-make-date-line): Limit the number of segments dynamically to
647         avoid too-long lines.
648
649 2011-01-27  Julien Danjou  <julien@danjou.info>
650
651         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
652         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
653
654 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
657         Use plist-get instead of the cl function getf.
658
659 2011-01-27  Glenn Morris  <rgm@gnu.org>
660
661         * gnus-util.el (float-time): Get rid of compiler warning, again.
662
663 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
664
665         * shr.el (shr-put-color): Special-case background colours: Do put them
666         at the blank parts at the front of the lines.
667
668         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
669         exit hook to nix out all data on readedness on group exit.
670
671         * gnus-util.el (float-time): If float-time is bound, always use it on
672         all Emacsen.  It's unclear why the subrp check was there.
673         (time-date): Require to make some autoload issues on XEmacs go away.
674
675         * shr.el (shr-put-color): Don't do the box padding in tables, since
676         they're already padded.
677
678 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-art.el (gnus-article-next-page): When the last line of the
681         article is displayed, scroll down once more instead of going to the
682         next article at once.
683         (article-lapsed-string): Refactor out and allow specifying how many
684         segments you want.
685         (gnus-article-setup-buffer): Start updating the lapsed header directly.
686         (gnus-article-update-lapsed-header): New variable.
687
688         * shr.el: Revert change that made headings use different-sized faces.
689         The Emacs display engine isn't advanced enough that, for instance,
690         tables can comfortably use differntly-sized faces.
691
692 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
695         used.
696         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
697         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
698         we're using an encrypted connection.
699
700         * proto-stream.el: Alter the interface functions to also return the
701         actual stream type used: network or tls.
702
703 2011-01-25  Julien Danjou  <julien@danjou.info>
704
705         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
706         (mm-display-javascript-inline): New function.
707
708         * mm-decode.el (mm-inline-media-tests): Add application/javascript
709         viewing function.
710
711 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * shr.el (shr-expand-newlines): Fix variable name.
714
715 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
716
717         * shr.el (shr-expand-newlines): Make nested boxes work.
718
719 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
720
721         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
722         backgrounds.
723         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
724         in a more sensible manner.
725
726 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
727
728         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
729         if EPG is loaded.
730
731 2011-01-24  Julien Danjou  <julien@danjou.info>
732
733         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
734         tags.
735
736 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
737
738         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
739         commands.
740
741         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
742         in the article buffer.
743         (gnus-gravatar-insert): Use blank space from the current buffer to
744         avoid breaking text properties.  This makes X-Sent updating work again.
745
746         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
747
748 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
749
750         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
751         fix the bug in url-http.el instead.
752
753         * shr.el (shr-image-fetched): Ditto.
754
755         * shr.el (shr-image-fetched): Avoid having point move in the article
756         buffer.
757
758         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
759         buffer after being called.  It's apparently being killed by url.el, and
760         killing it made point move to end-of-buffer in a random buffer.
761
762         * shr.el (shr-image-fetched): Ditto.
763
764 2011-01-23  Julien Danjou  <julien@danjou.info>
765
766         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
767
768         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
769         text/x-org.
770
771 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-sum.el (gnus-summary-move-article): Protect against backends
774         (i.e., nnimap) returning nil as the article number.
775
776 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
777
778         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
779         "DelSp" parameter in RFC3676.
780
781 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
782
783         * message.el (message-check-recipients): Display the encoded version of
784         the bogus address if they differ.
785
786         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
787         after sending.
788
789         * gnus-agent.el (gnus-agent-send-mail): Ditto.
790
791         * gnus-group.el (gnus-group-refresh-group): New convenience function.
792
793         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
794         group buffer after sending the queue.
795
796         * gnus-agent.el (gnus-agent-send-mail): Ditto.
797
798 2011-01-22  Julien Danjou  <julien@danjou.info>
799
800         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
801
802 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
803
804         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
805         nested related parts.
806
807         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
808         unexpired articles.  This fixes the regression that led expiry marks to
809         disappear from nnfolder groups.
810
811 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
812
813         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
814         Don't confuse the "ret" of "retrograde" with RET.
815
816 2011-01-21  Julien Danjou  <julien@danjou.info>
817
818         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
819         than mm-insert-inline.
820
821 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
824         Widen article buffer.
825
826 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
827
828         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
829         the temp buffer.
830         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
831
832 2011-01-20  Julien Danjou  <julien@danjou.info>
833
834         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
835
836         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
837         than mm-insert-inline to insert inline part: this respect
838         mm-inline-media-tests displayers.
839
840         * mm-view.el (mm-display-shell-script-inline): New function.
841
842         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
843
844         * mm-uu.el (mm-uu-type-alist): Add org block.
845         (mm-uu-org-src-code-block-extract): New function.
846
847         * mm-view.el (mm-display-org-inline): New function.
848
849         * mm-decode.el (mm-automatic-display): Add text/org.
850
851         * mailcap.el (mailcap-mime-extensions): Add .org.
852
853 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * gnus-art.el (gnus-article-highlight): Remove argument passed to
856         gnus-article-add-buttons.
857
858 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
859
860         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
861         From header with a date and "nobody" as the sender.
862
863 2011-01-19  Julien Danjou  <julien@danjou.info>
864
865         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
866         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
867         if you have the same regexp several times.
868         (gnus-button-push): Fix matching when regexp is symbol.
869
870 2011-01-15  Glenn Morris  <rgm@gnu.org>
871
872         * message.el (message-mail): A compose-mail function should
873         accept headers as strings.
874
875 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
876
877         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
878         Add :vert-only tags.
879         (message-mail): New arg RETURN-ACTION.
880         (message-return-action): New var.
881         (message-bury): Use it.
882         (message-mode): Make it buffer-local.
883         (message-send-and-exit): Always call message-bury.
884
885         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
886         message-mail.
887
888 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889
890         * nnimap.el (nnimap-convert-partial-article): Protect against
891         zero-length body parts.
892
893         * mm-decode.el (mm-preferred-alternative-precedence):
894         Discourage showing empty parts.
895
896         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
897         and stuff if the backend didn't return the article number.  This fixes
898         an Exchange-related nnimap bug.
899
900         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
901         group window, because it does the wrong thing when a separate frame
902         displays the group buffer.
903
904         * proto-stream.el (open-protocol-stream): Protect against the low-level
905         transport functions returning nil.
906
907 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
908
909         * mml2015.el (epg-sub-key-fingerprint): Autoload.
910         (mml2015-epg-find-usable-secret-key): New function.
911         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
912         mml2015-epg-find-usable-key (Bug#7797).
913         (mml2015-epg-encrypt): Ditto.
914
915 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * dgnushack.el (rot13-string): Fix the way to get the argument.
918
919 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
922
923 2011-01-03  Glenn Morris  <rgm@gnu.org>
924
925         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
926
927         * sieve.el (sieve-open-server): Give a more explicit error if
928         sieve-manage-open returns nil.  (Bug#7720)
929
930 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
931
932         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
933
934 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
937         This avoids sending passwords in plain text over non-encrypted
938         channels.
939
940         * shr.el (shr-rescale-image): Display all GIF images as animated images.
941
942         * nnimap.el (nnimap-login): Refactored out into own function, and
943         implement CRAM-MD5.
944         (nnimap-wait-for-line): Refactored out.
945
946         * mm-view.el (mml-smime): Require.
947
948 2010-12-20  David Engster  <deng@eml.cc>
949
950         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
951         use EPG to decrypt S/MIME messages instead of openssl.
952
953 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
956
957         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
958         status is the group clearly is unreachable.
959
960         * auth-source.el (auth-source-create): Add the optional second
961         parameter to `local-variable-p' to be compatible with XEmacs.
962
963 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
964
965         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
966         work when using a compressed nnml folder.
967
968 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
971         backends after sanitising on entry, because this never makes sense:
972         If the articles have gone missing, then the data no longer exists on
973         the backend, and if they haven't, then Gnus is wrong, and shouldn't
974         overwrite anything anyway.
975
976         * shr.el (shr-insert-document): Bind shr-width dynamically to
977         window-width if it's nil.
978
979 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
980
981         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
982         with the meaning of using the full emacs window width for rendering.
983
984 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
985
986         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
987         case when sender is not given.
988
989 2010-12-23  Julien Danjou  <julien@danjou.info>
990
991         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
992         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
993         the addresses, otherwise we might misplaced the gravatar.
994
995 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
996
997         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
998         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
999         obsolete in Emacs.
1000
1001 2010-12-20  Julien Danjou  <julien@danjou.info>
1002
1003         * gnus-util.el (gnus-rescale-image): Revert last change.
1004
1005 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1006
1007         * binhex.el: Improve commentary (Bug#7482).
1008
1009 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * gnus-group.el (gnus-group-delete-articles): New command.
1012
1013 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1014
1015         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1016
1017 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1020         here, since it's up to the backends to do CRLF removal if their
1021         protocol has it.
1022
1023         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1024
1025 2010-12-17  Julien Danjou  <julien@danjou.info>
1026
1027         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1028         they are from file. Can also scale up.
1029
1030 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1031
1032         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1033         gnus-use-agent.
1034         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1035
1036         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1037
1038 2010-12-17  Julien Danjou  <julien@danjou.info>
1039
1040         * gravatar.el (gravatar-retrieve-synchronously): New function.
1041         (gravatar-get-data): Make more robust.
1042
1043 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1046
1047 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1050         to really consider the last line.
1051
1052 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1053
1054         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1055         list of recipient keys, or use symmetric encryption if not a list.
1056         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1057         EPA override, replacing the call to `netrc-store-data'.
1058
1059 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1060
1061         * gnus-srvr.el: Avoid passing nil regexp argument to
1062         delete-matching-lines.
1063
1064 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1067         fetching stops when Gnus exits.
1068
1069         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1070         function.
1071         (nnfolder-request-expire-articles): Save all the buffers after doing
1072         expiry.
1073
1074         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1075         the last article", since that led to serious performance regressions
1076         when expiring nnml groups.
1077
1078 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1079
1080         * nnir.el: Improve customizations.
1081
1082 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1085
1086         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1087         group has been killed.
1088         (gnus-group-yank-group): Ditto.
1089
1090         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1091
1092         * nnimap.el (nnimap-request-update-group-status): New function.
1093
1094         * gnus-int.el (gnus-request-update-group-status): New interface
1095         function.
1096
1097         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1098         copying read-ness to the backends.
1099
1100         * nnimap.el (nnimap-quirk): New function.
1101         (nnimap-retrieve-group-data-early): Use it.
1102         (nnimap-quirks): New alist.
1103
1104 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1107         don't delete it within indentation.
1108
1109 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1112         previous line.
1113
1114 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1117         QRESYNC command by deleting a superfluous space which broke Cyrus
1118         servers.  This change will break other servers that are buggy the other
1119         way around.
1120
1121 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1122
1123         * spam.el: Reindent and fix long lines.
1124         (spam-copy-or-move-routine): Exclude invalid move destinations.
1125
1126 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1127
1128         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1129         installed the registry.
1130
1131 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1134
1135 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1136
1137         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1138         groupname doesn't contain "gmane".
1139
1140 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1143         and netrc-bound-and-true-p bindings.
1144         (netrc-parse): Cache the netrc contents.
1145
1146         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1147         (gnus-1): Don't create the nndrafts group twice.
1148         (gnus-setup-news): There's no need to read the active file here, since
1149         that's done again later on a per-backend basis.
1150         (gnus-start-draft-setup): Make sure that the new group is started out
1151         empty.
1152
1153         * gnus-agent.el (gnus-agentize): Don't create the queue group
1154         automatically on startup.  It'll be created later, if needed.
1155
1156         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1157         of automatically subscribed groups.
1158         (gnus-auto-subscribed-categories): New variable.
1159         (gnus-matches-options-n): Use it.
1160         (gnus-default-subscribed-newsgroups): Remove unused variable.
1161         (gnus-start-draft-setup): Message a bit less.
1162
1163 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1164
1165         * nnir.el (nnir-run-imap): Return article list in order of increasing
1166         UID.
1167
1168 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-sum.el (gnus-summary-enter-digest-group):
1171         Mention gnus-auto-select-on-ephemeral-exit.
1172
1173         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1174         convention of the network-only option.
1175
1176 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * proto-stream.el (proto-stream-open-network-only): New function to
1179         have a way to specify non-STARTTLS upgrade connections.
1180
1181 2010-12-10  Julien Danjou  <julien@danjou.info>
1182
1183         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1184         email address is nil.
1185
1186         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1187
1188 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1189
1190         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1191         deletion.
1192         (nnir-run-imap): Only need to parse list once.
1193
1194 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * shr.el (shr-tag-script): Ignore <script>.
1197         (shr-tag-label): Add <label> support.
1198
1199 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1202
1203         * shr.el (shr-image-displayer): Work for images lined side by side.
1204
1205 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1206
1207         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1208         parameter, since XEmacs doesn't accept t as a parameter.
1209
1210 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1211
1212         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1213         ids.
1214         (nnir-run-gmane): Simplify groupspec formatting.
1215         (nnir-request-expire-articles): New function.
1216
1217 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1220         overflow, possibly.
1221
1222         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1223         (shr-render-td): Handle td style="" better.
1224         (shr-tag-table): Use the color from the style sheet.
1225         (shr-render-td): Make sure we copy over all the overlays, too.
1226
1227 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1228
1229         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1230         (nnir-request-article): Improve article retrieval.
1231
1232 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * mm-util.el (mm-extra-numeric-entities): New variable.
1235
1236         * mm-url.el (mm-url-decode-entities):
1237         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1238
1239         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1240
1241 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1242
1243         * message.el: Use completion-at-point.
1244         (message-completion-function): New fun, extracted from message-tab.
1245         (message-mode): Use it for completion-at-point-functions.
1246         (message-tab): Use it and completion-at-point.
1247
1248 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1251         character if a non-breakable character follows.
1252
1253 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1256         any stream.
1257
1258         * shr.el (shr-tag-font): Colorize the region.
1259         (shr-tag-body): Ditto.
1260         (shr-tag-font): Actually let the styles be inherited instead of
1261         overwriting them.
1262         (shr-tag-font): Get the background color right.
1263         (shr-tag-style): Ignore all <style> tags for the moment.
1264
1265         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1266         a Message-ID to avoid having nnimap depend on gnus-sum.
1267
1268         * shr.el (shr-descend): Only colorize something if we have a node that
1269         sets colors.
1270
1271 2010-12-06  Julien Danjou  <julien@danjou.info>
1272
1273         * shr.el (shr-render-td): Render td content with shr-descend, so style
1274         will be applied to <td> too.
1275         (shr-colorize-region): Colorize region even if we only have a background.
1276         (shr-tag-body): Fix color and background color inheritance.
1277         Do not recolorize after shr-generic.
1278         (shr-tag-font): Let shr-generic colorize via inheritance.
1279
1280 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1283
1284 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1285
1286         * nnir.el (nnir-request-move-article): Remove obsolete code.
1287
1288 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1291
1292 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-sum.el (gnus-summary-respool-article): The completion function
1295         expects a list instead of an alist.
1296
1297         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1298         string as the parameter.
1299
1300         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1301
1302         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1303         styles.
1304         (shr-colorize-region): New function.
1305         (shr-insert-background-overlay): Remove.
1306         (shr-render-td): Background setting should be taken care of on a higher
1307         level.
1308         (shr-tag-body): Use post-hoc colorizations.
1309         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1310         (shr-put-color-1): Don't overwrite old colors.
1311         (shr-colorize-region): When the background color isn't explicit, use
1312         a fixed background.
1313
1314         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1315         nnmail variables.
1316
1317 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1318
1319         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1320         unless necessary.
1321
1322 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1323
1324         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1325         server.
1326
1327 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1330         so that TAB works.
1331
1332         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1333         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1334
1335         * shr.el (shr-urlify): Show the URL before the title to avoid
1336         misleading URLs.
1337
1338 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1339
1340         * shr.el (shr-urlify): Display the title in <a> tags.
1341
1342 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1343
1344         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1345
1346 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1347
1348         * nnir.el: Rearrange code to allow macros to be autoloaded by
1349         gnus-sum.el.
1350         (nnir-retrieve-headers-override-function): Make this variable
1351         customizable.
1352         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1353
1354         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1355         from nnir.el.
1356
1357 2010-12-03  Julien Danjou  <julien@danjou.info>
1358
1359         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1360
1361 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1364         allow optional argument `environment'.
1365
1366 2010-12-03  Glenn Morris  <rgm@gnu.org>
1367
1368         * mm-extern.el (message-goto-body): Update declaration.
1369
1370 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-util.el (gnus-macroexpand-all): New function.
1373
1374         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1375         instead of macroexpand-all that is unavailable in XEmacs.
1376
1377 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1378
1379         * nnir.el (nnir-summary-line-format): New variable.
1380         (nnir-mode): Use it.
1381         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1382         (nnir-article-ids): Reimplement as defsubst.
1383         (nnir-retrieve-headers): Don't mangle the subject header.
1384         (nnir-run-imap): Use 100 as RSV score.
1385         (nnir-run-find-grep): Fix for full server searching.
1386         (nnir-run-gmane): Better restriction to gmane groups.
1387
1388         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1389         summary buffers.
1390
1391 2010-12-02  Julien Danjou  <julien@danjou.info>
1392
1393         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1394
1395         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1396
1397         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1398         support.
1399
1400 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1401
1402         * nnir.el: Update to handle the registry better.
1403         (autoload): Silence byte-compiler.
1404         (nnir-open-server): Add a hook for nnir groups.
1405         (nnir-request-move-article): Don't mangle the header. Better to use
1406         formating variables (which will be added in the future).
1407         (nnir-registry-action): Update the registry using the original article
1408         group name.
1409         (nnir-mode): Install nnir-specific hooks for updating the registry.
1410
1411         * gnus-sum.el
1412         (gnus-article-original-subject,gnus-newsgroup-original-name):
1413         Remove obsolete variables.
1414         (gnus-summary-move-article): Remove use of obsolete variables.
1415         (gnus-summary-local-variables): Make move and delete hooks local to
1416         summary buffers.
1417
1418 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * rtree.el: New file.
1421
1422 2010-12-01  Julien Danjou  <julien@danjou.info>
1423
1424         * message.el (message-user-organization): Do not use
1425         gnus-local-organization.
1426
1427         * gnus.el: Remove gnus-local-organization.
1428
1429         * gnus-msg.el: Remove nastygram thing.
1430
1431 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1432
1433         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1434         funcall.
1435
1436 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1439         names.
1440
1441         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1442         characters.
1443
1444         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1445         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1446         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1447         (gnus-gravatar-transform-address): Use mail-extract-address-components
1448         that supports non-ASCII names rather than mail-header-parse-addresses.
1449
1450 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * proto-stream.el (open-protocol-stream): All starttls connections are
1453         handled by the network handler.
1454
1455 2010-11-30  Julien Danjou  <julien@danjou.info>
1456
1457         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1458         (nnimap-open-connection-1): Fix PREAUTH.
1459
1460         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1461
1462 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1465         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1466         (shr-insert): Use them.
1467         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1468
1469 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1470
1471         * nnir.el (nnir-request-move-article): Bail out if original group
1472         doesn't support article moves.
1473         (nnir-get-active): Improve active list retrieval.
1474
1475 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1478
1479 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1480
1481         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1482         seem to accept strings-with-numbers as port numbers,
1483
1484 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1485
1486         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1487         change the registry.
1488
1489 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1492         delete-dups that is not available in XEmacs 21.4.
1493
1494         * mm-util.el (mm-delete-duplicates): Add comment.
1495
1496 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1497
1498         * nnir.el (nnir-ignored-newsgroups): New variable.
1499         (nnir-get-active): Use it.
1500
1501 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * proto-stream.el (proto-stream-open-network): Add some comments.
1504
1505         * nntp.el (nntp-open-connection): Provide a :success condition.
1506
1507         * nnimap.el (nnimap-open-connection-1): Ditto.
1508
1509         * proto-stream.el (proto-stream-open-network): See what the response to
1510         the STARTTLS command is.
1511
1512         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1513         backwards compatibility).
1514         (nnimap-open-connection-1): Really respect nnimap-server-port.
1515
1516         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1517         TLS upgrades we don't really care about the identity of the peer.
1518         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1519         that what we've checked for.
1520         (proto-stream-always-use-starttls): Only default to t if
1521         open-gnutls-stream exists.
1522         (proto-stream-open-network): If STARTTLS failed, then just open a
1523         normal connection.
1524         (proto-stream-open-network): Wait until the greeting before doing
1525         STARTTLS.
1526
1527         * nntp.el (nntp-open-connection): Report what the connection error is.
1528
1529         * proto-stream.el (open-protocol-stream): Rename from
1530         open-proto-stream.
1531
1532 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * nnimap.el (nnimap-stream): Change default to `undecided'.
1535         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1536         first, and then network.
1537         (nnimap-open-connection-1): Respect nnimap-server-port.
1538         (nnimap-open-connection): Be more backwards-compatible.
1539
1540         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1541         (proto-stream-open-starttls): De-duplicate the starttls code.
1542         (proto-stream-open-starttls): Folded back into the main function.
1543         (proto-stream-open-network): Fix typo in the gnutls path.
1544         (proto-stream-command): Refactor out.
1545
1546         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1547
1548         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1549         starttls.el STARTTLS.
1550
1551         * color.el (color-lab->srgb): Fix function call name.
1552
1553         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1554         if we're using tls.el.
1555         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1556         built in, then don't try to establish a STARTTLS connection.
1557
1558         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1559         servers.
1560
1561         * proto-stream.el (open-proto-stream): Use network, not stream.
1562         (open-proto-stream): Add a way to specify what the end of a command is.
1563
1564         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1565         connections types.
1566         (nntp-open-network-stream): Remove.
1567         (nntp-open-ssl-stream): Remove.
1568         (nntp-open-tls-stream): Remove.
1569         (nntp-ssl-program): Remove.
1570
1571         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1572
1573 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1574
1575         * nnir.el: Fix typos.
1576         (nnir-retrieve-headers-override-function): Rename variable to reflect
1577         new semantics.
1578         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1579         macros.
1580         (nnir-request-article, nnir-request-move-article): Use them.
1581         (nnir-categorize): New function.
1582         (nnir-run-query): Use it.
1583         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1584         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1585         sorted.
1586         (nnir-group-full-name): Use gnus-group-full-name instead.
1587         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1588         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1589
1590 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1593
1594         * proto-stream.el: New library to provide protocol-specific
1595         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1596         protocols.
1597         (open-proto-stream): Complete the documentation.
1598         (proto-stream-open-network): Fix some typos.
1599
1600         * nnimap.el (nnimap-open-connection): Use it.
1601
1602 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1603
1604         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1605         negotiation.
1606
1607 2010-11-26  Julien Danjou  <julien@danjou.info>
1608
1609         * color.el: Rename various rgb functions to srgb.
1610
1611 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1614         names.
1615
1616 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * shr.el (shr-insert): Revert last change.
1619         (shr-find-fill-point): Never leave point being at bol;
1620         relax the kinsoku limitation when rendering tables.
1621
1622 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1625         results from -accept-article.
1626
1627         * shr-color.el: Require cl when compiling.
1628
1629         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1630         checkin.
1631
1632         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1633
1634         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1635
1636         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1637         'add and 'delete to set backend marks.
1638
1639         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1640
1641         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1642
1643         * nntp.el (nntp-request-set-mark): Use it.
1644
1645         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1646
1647         * nnml.el (nnml-request-set-mark): Ditto.
1648
1649         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1650         introduces regressions in article selection.
1651         (nnimap-find-uid-response): New function.
1652         (nnimap-request-accept-article): Use the UID returned, if any.
1653         (nnimap-request-move-article): Use the UID returned, if any.
1654         (nnimap-get-groups): Reimplement to work with folded lines.
1655         (nnimap-find-uid-response): The UID is the last element in the list.
1656         (nnimap-request-set-mark): Extend syntax with 'set.
1657
1658         * nnml.el (nnml-request-set-mark): Ditto.
1659
1660         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1661
1662         * nntp.el (nntp-request-set-mark): Ditto.
1663
1664 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * message.el (message-called-interactively-p): A temporary macro.
1667         (message-goto-body): Use it temporarily.
1668
1669 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1672         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1673         (nnimap-last-response-string): Fix last unfolding fix.
1674
1675 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * shr.el (shr-insert): Fix the way to fold lines.
1678
1679 2010-11-25  Julien Danjou  <julien@danjou.info>
1680
1681         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1682
1683         * color.el: Rename from color-lab.el
1684         (color-rgb->hex): Add.
1685         (color-complement): Add.
1686         (color-complement-hex): Add.
1687
1688         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1689
1690 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1693         don't exist.
1694
1695 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1698         assuming that article displaying or another mml-preview may be
1699         interrupted for an error or for the like.
1700
1701         * shr.el (shr-get-background): Fix argument name.
1702
1703 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1706
1707         * gnus-sum.el (gnus-summary-include-articles): New function.
1708
1709         * message.el (message-goto-body): called-interactively-p needs a
1710         parameter, so use `any'.
1711
1712         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1713         clear marks before moving, since they're synced from the Gnus side
1714         first.
1715
1716         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1717         (gnus-summary-move-article): Copy over all marks before moving, so that
1718         IMAP doesn't think a new article has arrived.
1719
1720 2010-11-24  Julien Danjou  <julien@danjou.info>
1721
1722         * shr.el (shr-insert-background-overlay): Fix typo.
1723         (shr-render-td): Copy the background before rendering.
1724
1725         * shr-color.el (shr-color-visible): Fix docstring.
1726
1727         * shr.el (shr-tag-table): Add bgcolor support.
1728         (shr-render-td): Add bgcolor support.
1729         (shr-get-background): Add.
1730         (shr-insert-foreground-overlay): Use shr-get-background.
1731
1732         * message.el (message-goto-body): Use called-interactively-p.
1733         (message-in-body-p): message-goto-body returns point.
1734
1735 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1738         Fixes something or other in Emacs 23, and is backwards compatible.
1739
1740         * message.el (message-goto-body): Remove the <#secure special-casing,
1741         which is too special.
1742
1743         * shr.el (shr-parse-style): Drop !important from styles.
1744
1745 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1746
1747         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1748         this function to return incorrect results when calling it with an
1749         explicit article argument different from
1750         (gnus-summary-article-number).
1751
1752 2010-11-24  Julien Danjou  <julien@danjou.info>
1753
1754         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1755         (shr-tag-body): Add background support.
1756         (shr-descend): Add background support.
1757         (shr-tag-title): Add.
1758
1759         * shr-color.el (shr-color-visible): Really return original background
1760         if fixed.
1761
1762 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * shr.el (shr-color-check): Protect against non-existant colour names.
1765
1766 2010-11-24  Julien Danjou  <julien@danjou.info>
1767
1768         * color-lab.el: Require 'cl when compiling.
1769
1770         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1771
1772         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1773         matched part.
1774
1775         * color-lab.el: Fix all expt calls to use float type.
1776
1777 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1780         expression to shr-color-check as is.
1781
1782         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1783
1784         * color-lab.el: Add coding cookie.
1785         (float-pi): Use eval-and-compile.
1786
1787         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1788         compiled for Emacsen having no `libxml-parse-html-region' support.
1789
1790 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * shr.el (shr-insert-color-overlay): Split stuff like
1793         "#444444 !important" to find the real colour.
1794         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1795         parse <font color="red"> entries.
1796
1797 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1798
1799         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1800         point when parsing headers.
1801
1802         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1803         is positioned properly when parsing headers.
1804
1805 2010-11-23  Julien Danjou  <julien@danjou.info>
1806
1807         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1808
1809         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1810
1811         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1812
1813         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1814         Use shr-color-hue-to-rgb.
1815         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1816
1817 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * shr.el (shr-color->hexadecimal): Autoload.
1820         (shr-descend): Add color to all tags.
1821
1822 2010-11-22  Julien Danjou  <julien@danjou.info>
1823
1824         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1825         shr-color->hexadecimal.
1826
1827         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1828         RGB() or HSL() color representation.
1829
1830         * shr.el (shr-tag-font): Add.
1831         (shr-tag-color-check): New function to get better colors.
1832         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1833         tag-span.
1834
1835         * shr-color.el: New file.
1836
1837         * color-lab.el: New file.
1838
1839         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1840
1841 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * nnir.el: Fix typo in comments.
1844         (nnir-run-imap): Simplify code. No need to reverse artlist.
1845         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1846
1847 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1850
1851         * nnimap.el (nnimap-get-capabilities): Refactor out.
1852         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1853
1854 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1855
1856         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1857         appearing when `mm-uu-hide-markers' is nil.
1858
1859 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * nnimap.el (nnimap-unselect-group): Make into its own function.
1862         (nnimap-request-rename-group): Unselect group before renaming.
1863         This had gotten lost somewhere.
1864         (nnimap-request-accept-article): Keep track of examined groups, and
1865         unselect the group before APPENDing to read-only groups.
1866         (nnimap-request-move-article): Clear flags before moving so that they
1867         can be re-set later.
1868
1869 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1872         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1873
1874 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * gnus-art.el (gnus-mime-display-single)
1877         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1878         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1879         parameter.
1880
1881 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1884         (shr-table-vertical-line): New variable.
1885         (shr-insert-table): Use it.
1886
1887 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-html.el (gnus-html-wash-images): Don't display images if
1890         gnus-inhibit-images is non-nil; register displayer for cid images.
1891         (gnus-html-display-image): Work for cid image.
1892         (gnus-html-insert-image): Allow arguments.
1893         (gnus-html-put-image): Inhibit read-only.
1894         (gnus-html-prefetch-images): Don't prefetch images if
1895         gnus-inhibit-images is non-nil.
1896
1897 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * shr.el (shr-put-image): Break lines when inserting big pictures.
1900
1901 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1902
1903         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1904         sender, thanks Katsumi Yamaoka.
1905
1906 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1907
1908         * nnir.el (nnir-run-imap): Reverse the article list for each group
1909         rather than the whole list.
1910
1911 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * shr.el (shr-image-displayer): Protect function against non-existent
1914         image source.
1915
1916         * gnus-art.el (gnus-inhibit-images): New user option.
1917         (gnus-mime-display-single): Don't display image if it is non-nil.
1918
1919         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1920         gnus-inhibit-images.
1921
1922         * shr.el (shr-image-displayer): New function.
1923         (shr-tag-img): Use it.
1924
1925 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1926
1927         * mml2015.el (mml2015-epg-sign): Use From header.
1928
1929 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1932
1933         * gnus-util.el (gnus-find-text-property-region): Return markers.
1934
1935         * shr.el (shr-tag-img): Put a displayer in the text property.
1936
1937         * gnus-util.el (gnus-find-text-property-region): New utility function.
1938
1939         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1940         (gnus-html-show-images): Remove.
1941
1942         * gnus-art.el (gnus-article-show-images): New, more general function.
1943
1944         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1945         image url text properties.
1946
1947         * shr.el: Ditto.
1948
1949         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1950         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1951
1952 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1955         work for two or more articles.
1956
1957 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1960         divide an image that's in an html article to two or more when washing
1961         non-ASCII characters in alt text of it.
1962
1963 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1966         smime-decrypt-region using function argument.
1967         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1968
1969         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1970
1971         * smime.el (smime-decrypt-region): Catch it.
1972
1973 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1974
1975         * smime.el (smime-mode-map): Move initialization into declaration.
1976         (gnus-run-mode-hooks): Don't autoload.
1977         (smime-mode): Use define-derived-mode.
1978
1979 2010-11-11  Glenn Morris  <rgm@gnu.org>
1980
1981         * smime.el (from): Restrict declaration to XEmacs.
1982
1983         * nnir.el (gnus-group-topic-name): Autoload.
1984
1985 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * shr.el (shr-insert): Don't break long line if it is because of
1988         kinsoku-bol characters in the line end.
1989
1990 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1991
1992         * nnir.el (nnir-request-move-article): Fix to provide original group
1993         and subject.
1994         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1995         been retrieved.
1996
1997         * gnus-sum.el (gnus-summary-move-article): Use original group and
1998         subject for virtual articles such as those in an nnir summary buffer.
1999
2000 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2003         least 21.5).
2004
2005         * smime.el (from): Declare it again for XEmacs.
2006
2007 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * message.el (message-resend): Don't disable encoding unless it's
2010         already encoded.
2011
2012         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2013         low-numbered articles.
2014
2015 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * rfc2047.el (rfc2047-syntax-table): Simplify.
2018
2019         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2020
2021         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2022         set-char-table-range for XEmacs.
2023
2024 2010-11-10  Glenn Morris  <rgm@gnu.org>
2025
2026         * time-date.el (time-to-seconds): Always an alias on Emacs,
2027         never a real function.
2028         (with-no-warnings): Remove compat stub, now unused.
2029         (time-less-p): Doc fix.
2030         (time-to-number-of-days): Simplify.
2031
2032         * smime.el (from): Remove unused declaration.
2033
2034         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2035         (gnus-float-time): On Emacs, always an alias.
2036
2037         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2038         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2039
2040 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * dgnushack.el: Don't use ignore-errors in the top level form since it
2043         is unavailable in XEmacs even if cl is loaded.
2044
2045         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2046
2047 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * shr.el (browse-url-mailto): Autoload.
2050
2051         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2052
2053         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2054         regexp doesn't need quoting.
2055
2056 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2057
2058         * message.el (message-subject-trailing-was-ask-regexp)
2059         (message-subject-trailing-was-regexp): Match was: in addition to was.
2060
2061 2010-11-09  Glenn Morris  <rgm@gnu.org>
2062
2063         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2064         (nnbabyl-check-mbox): Use point-at-bol.
2065
2066 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2069
2070         * message.el (message-mailto): New function.
2071         (message-mailto): Should accept other parameters.
2072         (message-mailto): Remove since it duplicates browse-url-mailto
2073         functionality.
2074
2075 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2078         methods.
2079         (gnus-read-active-file): Ditto.
2080
2081         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2082         ": " from the prompt.
2083         (gnus-group-make-group): Ditto.
2084
2085 2010-11-07  Glenn Morris  <rgm@gnu.org>
2086
2087         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2088         (gnus-bookmark-kill-line): Use point-at-eol.
2089
2090 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2093         asterisks in From header.
2094
2095 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2098         string to avoid making the From headers syntactically invalid.
2099
2100         * message.el (message-send-mail): Don't insert courtesy messages if the
2101         message already has List-Post and List-ID messages.
2102
2103 2010-11-06  Glenn Morris  <rgm@gnu.org>
2104
2105         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2106         `condition', `type', `length' a prefix.
2107         (gnus-treat-predicate): Update for above name changes.
2108
2109 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2110
2111         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2112         binding.  Handled by `gnus-summary-refer-thread' instead.
2113         (nnir-warp-to-article): New backend function.
2114
2115         * nnimap.el (nnimap-request-thread): Force dependency updating.
2116
2117         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2118         (gnus-summary-refer-thread): Rework to improve thread-referral.
2119
2120         * gnus-int.el (gnus-warp-to-article): New function.
2121
2122         * gnus-sum.el (gnus-summary-article-map): Bind it.
2123
2124 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2125
2126         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2127         gnus-summary-refer-thread.
2128
2129         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2130         headers.
2131         (gnus-summary-limit-include-thread): Prevent articles in thread from
2132         being cut in gnus-cut-threads.
2133         (gnus-summary-refer-thread): Limit retrieved headers to those in
2134         thread.
2135
2136 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * message.el (message-send-mail): Use the value of
2139         message-courtesy-message from the message buffer.
2140
2141         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2142
2143         * shr.el (shr-browse-url): Implement mailto: URLs.
2144
2145         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2146         "raw".
2147
2148         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2149         if it's already selected.
2150
2151         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2152
2153 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2156         to measure the length and truncate alt text.
2157
2158 2010-11-03  Glenn Morris  <rgm@gnu.org>
2159
2160         * nndiary.el (nndiary-generate-nov-databases-1)
2161         (nndiary-generate-active-info): Rename dynamic variable `files' to
2162         something less generic.
2163
2164 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2165
2166         * nnir.el (nnir-request-move-article): Call the underlying backend to
2167         move articles from nnir.
2168
2169 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2172
2173 2010-11-02  Julien Danjou  <julien@danjou.info>
2174
2175         * nnir.el: Remove wais support.
2176
2177 2010-11-02  Glenn Morris  <rgm@gnu.org>
2178
2179         * gnus-html.el: Reorder requirements to quieten compiler.
2180
2181 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2184         properly for XEmacs as well.
2185         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2186         (gnus-article-natural-long-line-p): Use window-width rather than
2187         frame-width.
2188
2189 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2190
2191         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2192         (nnir-read-parms): Don't modify query.
2193         (nnir-run-query): Add ability to search topic on current line.
2194         (nnir-get-active): Clean up.
2195
2196 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2199         degenerate articles.
2200
2201         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2202         (gnus-print-buffer): Just print the buffer as is, without any copying
2203         to a buffer and then re-highlighting.
2204
2205         * nnimap.el (nnimap-request-group): Store the new updated info.
2206         (nnimap-request-group): Select the group when we don't know whether it
2207         exists or not.
2208
2209         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2210         groups.
2211
2212         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2213         groups.
2214
2215         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2216         groups.
2217
2218         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2219         long-lines case by only filling the long lines.
2220
2221         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2222         (bug #7311).
2223
2224 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * shr.el: No need to declare `declare-function' since shr.el is for
2227         only Emacsen that provide `libxml-parse-html-region'.
2228
2229         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2230         effective only in a file it is referred to.
2231
2232 2010-11-01  Glenn Morris  <rgm@gnu.org>
2233
2234         * mm-util.el (gnus-completing-read): Autoload.
2235         (mm-read-coding-system): Simplify Emacs definition.
2236
2237         * nnmail.el (gnus-activate-group):
2238         * nnimap.el (gnutls-negotiate):
2239         * nntp.el (netrc-parse): Fix declarations.
2240
2241 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2244         string-match-p in Emacs >=23.
2245
2246         * gnus-msg.el (gnus-configure-posting-styles)
2247         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2248
2249 2010-11-01  Glenn Morris  <rgm@gnu.org>
2250
2251         * nnir.el (declare-function): Add compat stub.
2252         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2253         (nnir-run-gmane): Require 'mm-url.
2254
2255         * mm-util.el (mm-string-to-multibyte): Simplify.
2256
2257         * shr.el (declare-function): Add compat stub.
2258         (url-cache-create-filename): Declare.
2259         (mm-disable-multibyte, widget-convert-button): Autoload.
2260
2261         * smime.el (ldap-search): Declare.
2262         (smime-cert-by-ldap-1): Require ldap on Emacs.
2263
2264         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2265         (nnimap-keepalive): Use gnus-float-time.
2266
2267         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2268         (mail-source-delete-crash-box): Use gnus-float-time.
2269
2270         * gnus-dired.el (gnus-completing-read): Autoload.
2271
2272         * mm-view.el (gnus-rescale-image): Autoload.
2273
2274         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2275
2276         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2277
2278         * sieve-manage.el: Require 'cl when compiling.
2279
2280         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2281         (gnus-iswitchb-completing-read): Require iswitchb.
2282         (gnus-select-frame-set-input-focus): Silence compiler.
2283
2284 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * message.el (message-subject-trailing-was-query): Change default to t,
2287         since I think that's what most people want.
2288
2289         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2290         appending for easier debugging.
2291         (nnimap-wait-for-connection): Take a regexp.
2292         (nnimap-request-accept-article): Wait for the continuation line before
2293         sending anything unless we're streaming.
2294
2295         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2296         leave the header washing to take place.
2297
2298 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2299
2300         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2301         regular expression match and replace in posting styles.
2302
2303 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2304
2305         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2306         an entire server.
2307         (nnir-get-active): New function.
2308         (nnir-run-imap): Use it.
2309         (nnir-run-gmane): Who knew, gmane search returns an article score!
2310
2311         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2312         server on the current line with nnir.
2313
2314 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2317         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2318         left edge.
2319         (gnus-article-foldable-buffer): Skip past the prefix when determining
2320         raggedness.
2321
2322         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2323         the raw article, and change `C-u g' to show the article without doing
2324         treatments.
2325
2326         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2327         on to `gnus-treat-article'.
2328         (gnus-inhibit-article-treatments): New variable.
2329
2330         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2331
2332         * gnus-art.el (gnus-treatment-function-alist): Have
2333         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2334         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2335         sections.
2336
2337         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2338         parameter.
2339         (gnus-article-fill-cited-long-lines): New function.
2340         (gnus-article-fill-cited-article): Allow filling only long sections.
2341
2342         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2343         and non-punctuation (like after the apostrophe in "'We").
2344
2345         * gnus-sum.el (gnus-summary-select-article): Make sure
2346         gnus-original-article-buffer is alive.
2347
2348         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2349         reflect the order they're in in the digest.
2350
2351         * gnus.el (gnus-group-startup-message): Move point to the start of the
2352         buffer.
2353
2354         * nnimap.el (nnimap-capability): New function.
2355         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2356         is set.
2357
2358 2010-10-31  David Engster  <dengste@eml.cc>
2359
2360         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2361         conform with changes to gnus-completing-read.
2362
2363 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2366
2367 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2368
2369         * nnir.el: Move defvar, defcustom around to keep file organized
2370         and keep byte-compiler quiet.
2371         (nnir-read-parms): Accept search-engine as arg.
2372         (nnir-run-query): Pass search-engine as arg.
2373         (nnir-search-engine): Remove.
2374
2375 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * shr.el (shr-generic): The text nodes should be text, not :text.
2378
2379         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2380         later in the file.
2381
2382 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2383
2384         * nnir.el: General clean up.  Allow searching with multiple engines.
2385         Allow separate extra-parameters for each engine.
2386         Batch queries when possible.
2387         (nnir-imap-default-search-key,nnir-method-default-engines):
2388         Add customize interface.
2389         (nnir-run-gmane): New engine.
2390         (nnir-engines): Use it.  Qualify all prompts with engine name.
2391         (nnir-search-engine): Remove global variable.
2392         (nnir-run-hyrex): Restore for now.
2393         (nnir-extra-parms,nnir-search-history): New variables.
2394         (gnus-group-make-nnir-group): Use them.
2395         (nnir-group-server): Remove in favor of gnus-group-server.
2396         (nnir-request-group): Avoid searching twice.
2397         (nnir-sort-groups-by-server): New function.
2398
2399 2010-10-30  Julien Danjou  <julien@danjou.info>
2400
2401         * gnus-group.el: Remove gnus-group-fetch-control.
2402
2403         * gnus-start.el (gnus-find-new-newsgroups):
2404         Remove gnus-check-first-time-used.
2405
2406         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2407
2408 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2409
2410         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2411         set on groups that don't have \* permanentflags.
2412
2413 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2416         control the background color.
2417         (shr-tag-img): Ignore very small web bug type images.
2418         (shr-put-image): Add help-echo alt texts to the images.
2419         (shr-tag-video): Show the video poster image.
2420
2421 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * shr.el (shr-table-depth): New variable.
2424         (shr-tag-table-1): Only insert the images after the top-level table.
2425
2426         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2427
2428         * gnus-util.el (gnus-list-memq-of-list): New function.
2429
2430         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2431         selected.
2432         (nnimap-unsplittable-articles): New slot.
2433         (nnimap-new-articles): Use it.
2434
2435 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2436
2437         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2438         move to the previous line on `M-g'.
2439
2440 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2443         *-request-group, which seems unnecessary.
2444
2445         * nnimap.el (nnimap-quote-specials): Function copied over from
2446         imap.el.
2447         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2448         they support that.  Suggested by Tom Regner.
2449
2450 2010-10-29  Julien Danjou  <julien@danjou.info>
2451
2452         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2453         defalias.
2454         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2455
2456         * gnus.el: Remove `gnus-nntp-service' variable.
2457         (gnus-secondary-servers): Make obsolete.
2458         (gnus-nntp-server): Make obsolete.
2459
2460         * gnus-start.el (gnus-1): Remove x-splash calls.
2461
2462         * gnus-ems.el (gnus-x-splash): Remove.
2463
2464         * gnus.el (gnus-group-startup-message): Simplify/update code.
2465
2466         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2467         definition.
2468
2469         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2470         capability before doing anything.
2471         (gnus-group-insert-group-line): Remove useless
2472         gnus-group-remove-excess-properties.
2473
2474 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2477
2478 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2481         config after reselecting.
2482
2483 2010-10-28  Julien Danjou  <julien@danjou.info>
2484
2485         * shr.el (shr-put-image): Use point even if only inserting text.
2486         (shr-put-image): Save excursion when inserting alt text on non-graphic
2487         display, so the behaviour is the same when we are on a graphic display.
2488
2489         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2490
2491 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2494         (gnus-mime-copy-part): Check coding system, not charset.
2495         (gnus-mime-view-part-externally): Never remove part.
2496         (gnus-mime-view-part-internally): Don't remove part here.
2497         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2498         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2499         multipart/alternative.
2500
2501         * mm-decode.el (mm-display-part): Take optional arg `force'.
2502
2503 2010-10-26  Julien Danjou  <julien@danjou.info>
2504
2505         * gnus-group.el (gnus-group-default-list-level): Add this function to
2506         compute the default list level.
2507         (gnus-group-default-list-level): Add possibility to use a function.
2508
2509 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2512
2513         * gnus-group.el (gnus-group-completing-read)
2514         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2515         gnus-replace-in-string.
2516
2517 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * shr.el (shr-tag-div): Add.
2520
2521         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2522
2523 2010-10-25  Julien Danjou  <julien@danjou.info>
2524
2525         * gnus-util.el: Remove `gnus-with-local-quit'.
2526
2527         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2528
2529 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2532         the original article buffer.
2533
2534 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * nnimap.el (nnimap-request-head): New function.
2537         (nnimap-request-move-article): Try to be slighly faster by not
2538         requesting the entire message when moving.
2539         (nnimap-transform-headers): Don't bug out on bodiless articles.
2540         (nnimap-send-command): Have no outstanding messages if the IMAP server
2541         doesn't support streaming.
2542         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2543
2544 2010-10-24  Julien Danjou  <julien@danjou.info>
2545
2546         * message.el (message-default-headers): Fix type.
2547
2548 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2551         prefetching images.
2552
2553         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2554         backend for unknown groups.  This is mainly useful for nnimap groups.
2555
2556         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2557         group isn't covered by the agent.
2558
2559 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2560
2561         * nnir.el (nnir-method-default-engines): New variable.
2562         (nnir-run-query): Use it.
2563         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2564         (gnus-summary-nnir-goto-thread): Change group if needed.
2565
2566         * gnus-group.el (gnus-group-group-map): Add key binding for
2567         gnus-group-make-nnir-group.
2568
2569 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * shr.el (shr-tag-object): Add.
2572
2573         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2574         original article buffer live.
2575         (gnus-summary-select-article-buffer):
2576         Mention gnus-widen-article-buffer.
2577
2578 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * shr.el (shr-tag-strong): Add.
2581
2582 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2585         group names.  They mess up the group buffer badly.
2586
2587         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2588
2589         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2590         instead of the summary one.
2591
2592 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * mml.el (mml-preview): Work properly when editing article.
2595
2596         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2597         gnus-have-read-active-file if it's already been in.
2598
2599 2010-10-22  Tom Tromey  <tromey@redhat.com>
2600
2601         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2602         gnus-group-completing-read.
2603
2604 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * message.el (message-mode-map): Don't bind M-; to comment region, to
2607         allow the global comment-dwim to work.
2608
2609 2010-10-21  Julien Danjou  <julien@danjou.info>
2610
2611         * message.el (message-setup-1): Allow message-default-headers to be a
2612         function.
2613
2614 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * shr.el (shr-tag-table): Simplify.
2617
2618 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2621         to avoid trying to snarf invalid stuff.
2622
2623         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2624
2625         * gnus.el (gnus-message-archive-group): Quote value.
2626         (gnus-message-archive-group): Mark as changed.
2627
2628         * shr.el (shr-add-font): Don't put the font properties on the newline
2629         or the indentation.
2630
2631         * message.el (message-fix-before-sending): Change options when sending
2632         non-printable characters.
2633
2634         * gnus.el (gnus-message-archive-method): Change the default to
2635         monthly outgoing groups.
2636
2637         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2638         that have gotten new numbers.
2639
2640         * nnimap.el (nnimap-request-replace-article): New function.
2641
2642 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2645         (nnrss-request-article): Don't use special html washing code.
2646
2647 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * shr.el (shr-tag-table): Remove useless nconc.
2650
2651 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus-art.el (article-wash-html): Simplify and remove the charset
2654         stuff.  Use the normal html rendering code instead of the special html
2655         washing code.
2656
2657         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2658         `gnus-w3m' symbols.
2659         (mm-text-html-washer-alist): Remove.
2660
2661         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2662         (mm-inline-media-tests): Remove use.
2663         (mm-text-html-renderer): Change default to the `shr' symbol.
2664
2665         * mm-view.el (mm-inline-text-html): Remove use.
2666
2667         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2668         `gnus-blocked-images' to be a function.
2669         (gnus-article-wash-function): Remove.
2670
2671 2010-10-20  Julien Danjou  <julien@danjou.info>
2672
2673         * spam.el (spam-list-of-processors): Mark as obsolete.
2674
2675         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2676         (nnimap-insert-partial-structure): Fix boundary detection.
2677
2678 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2679
2680         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2681         run file-truename on remote files.  This can be expensive and even
2682         prevent one from editing drafts if some unrelated buffer has a stale
2683         connection.
2684
2685 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2688         kinsoku-eol regardless of shr-kinsoku-shorten.
2689         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2690         (shr-tag-table): Support caption, thead, and tfoot.
2691
2692 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2695         lines.
2696         (shr-save-contents): New command and keystroke.
2697
2698         * nndoc.el (nndoc-type-alist): Add git support.
2699         (nndoc-git-type-p): New function.
2700         (nndoc-transform-git-article): Ditto.
2701         (nndoc-transform-git-headers): Ditto.
2702         (nndoc-transform-git-headers): Generate Subject headers.
2703
2704         * shr.el (shr-parse-style): New function.
2705         (shr-tag-span): Ditto.
2706
2707         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2708         to `G G' to avoid collisions.
2709
2710 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * shr.el: Load kinsoku if necessary.
2713         (shr-kinsoku-shorten): New internal variable.
2714         (shr-find-fill-point): Make kinsoku shorten text line if
2715         shr-kinsoku-shorten is bound to non-nil.
2716         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2717         shr-indentation too when testing if table is wider than frame width.
2718         (shr-insert-table): Use `string-width' instead of `length' to measure
2719         text width.
2720         (shr-insert-table-ruler): Make sure indentation is done at bol.
2721
2722 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2723
2724         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2725         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2726         undecoded network data.
2727
2728 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2731         name in the mode line spec so that the mode line menu works
2732         (bug #2431).
2733
2734         * message.el (message-get-reply-headers): If we're fed `to-address',
2735         then always use that.
2736
2737         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2738         aren't so wide as to need to switch off the edit menu.
2739
2740         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2741         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2742
2743         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2744         `M-g'.
2745         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2746         the permanent marks.
2747
2748 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2749
2750         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2751         Splitting according to references/in-reply-to obeys the ignore-groups
2752         variable, while splitting by sender and subject do not.
2753
2754 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2757         alist, so that we can look for non-Unicode chars.
2758         (article-translate-strings): Allow both character and string maps.
2759
2760 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * shr.el (shr-insert): Don't insert space behind a wide character
2763         categorized as kinsoku-bol, or between characters both categorized as
2764         nospace.
2765
2766 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2767
2768         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2769         headers to gnus-newsgroup-headers.
2770
2771 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * shr.el (shr-tag-img): Don't align images -- since we're not
2774         rescaling, this often leads to ugly displays.
2775
2776 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2777
2778         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2779         duplicates.
2780
2781 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2782
2783         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2784         call.
2785
2786 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * gnus.el: Autoload gnus-html-show-images.
2789
2790         * nnimap.el: Use nnheader-message throughout.
2791
2792         * shr.el (shr-tag-img): Ignore images with no data.
2793
2794 2010-10-15  Julien Danjou  <julien@danjou.info>
2795
2796         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2797         a possibility to disable format=flow encoding when using hard newlines.
2798
2799 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * shr.el (shr-insert): Remove space inserted before or after a
2802         breakable character or at the beginning or the end of a line.
2803         (shr-find-fill-point): Do kinsoku; find the second best point or give
2804         it up if there's no breakable point.
2805
2806 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * nnimap.el (nnimap-open-connection): Message when opening connection
2809         for debugging purposes.
2810
2811         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2812         on every setup buffer call to allow this to change from article to
2813         article.
2814
2815         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2816         buffers where we have a wide table.
2817
2818 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2819
2820         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2821         uses *-request-thread.
2822
2823 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2826         incantation, which is no longer valid.
2827
2828 2010-10-14  Julien Danjou  <julien@danjou.info>
2829
2830         * shr.el: Fix defcustom type (char -> character).
2831
2832 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2835         programs.
2836
2837 2010-10-14  Julien Danjou  <julien@danjou.info>
2838
2839         * shr.el (shr-tag-a): Use url-link as widget type.
2840
2841         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2842         `gnus-group-get-icon'.
2843
2844 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2847         This should make server editing work better.
2848
2849         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2850
2851         * tls.el (tls-program): Remove spurious %s from openssl.
2852
2853         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2854         (nnimap-parse-flags): Fix regexp.
2855
2856         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2857         probably work for CJVK text, too.
2858
2859         * nnimap.el (nnimap-extend-tls-programs): Remove.
2860         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2861
2862         * tls.el (tls-starttls-switches): Remove starttls hack.
2863         (open-tls-stream): Ditto.
2864         (tls-find-starttls-argument): Ditto.
2865
2866 2010-10-13  Julien Danjou  <julien@danjou.info>
2867
2868         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2869         responses.
2870
2871 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2874
2875         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2876         anything in Emacs.
2877
2878         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2879
2880 2010-10-13  Julien Danjou  <julien@danjou.info>
2881
2882         * shr.el (shr-width): Make shr-width a defcustom with default to
2883         fill-column.
2884         (shr-tag-img): Use shr-width rather than fill-column.
2885
2886 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * dgnushack.el (byte-optimize-apply)
2889         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2890
2891         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2892         position when (X-)Faces exist.
2893         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2894         avatars when called interactively.
2895
2896 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2899         gnus-article-x-face-too-ugly is bound.
2900
2901 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2904
2905         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2906         mailbox that doesn't exist.
2907
2908 2010-10-12  Julien Danjou  <julien@danjou.info>
2909
2910         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2911         (shr-get-image-data): Encode URL properly when fetching from cache.
2912         (shr-tag-img): Use aligned-to spaces to align correctly images.
2913
2914         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2915         before inserting the Gravatar.
2916
2917         * shr.el (shr-tag-img): Add align attribute support for <img>.
2918
2919 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * gnus-gravatar.el (gnus-art): Require.
2922
2923         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2924         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2925         Remove long obsoleted functions.
2926
2927 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2930
2931         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2932
2933         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2934         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2935         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2936         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2937         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2938         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2939         * sieve-manage.el, smime.el, spam.el:
2940         Fix comment for declare-function.
2941
2942 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * nnimap.el (nnimap-request-rename-group): Select group read-only
2945         before renaming it.
2946
2947         * shr.el (shr-insert): Fix up the white space only regexp.
2948
2949         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2950         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2951
2952         * shr.el (shr-current-column): New function.
2953         (shr-find-fill-point): New function.
2954
2955 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2956
2957         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2958         numbers.
2959
2960 2010-10-11  Julien Danjou  <julien@danjou.info>
2961
2962         * shr.el (shr-hr-line): Add.
2963         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2964         display hr lines.
2965         (shr-max-columns): Do not change state to nil if we just inserting
2966         spaces.
2967
2968 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2971         select the last group.
2972
2973 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2974
2975         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2976
2977 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2978
2979         * dig.el (dig-mode-map): Declare and define in one step.
2980
2981 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2984         for Gnus.
2985         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2986         (nnimap-update-qresync-info): Mark \Seen articles as read.
2987
2988         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2989         non-variable, too.
2990
2991         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2992         available.
2993         (nnimap-update-info): Rely more on the current active than the param
2994         active to avoid marking articles as read too much.
2995
2996         * auth-source.el (auth-source-create): Use (user-login-name) for the
2997         user name default.
2998
2999         * nnimap.el (nnimap-update-info): If the server doesn't return any
3000         useful info, just use the previous info.
3001         (nnimap-update-info): Prefer old info over start-article.
3002         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3003
3004 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3005
3006         * nnir.el (autoload): Clean up autoloads.
3007         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3008         Use key rather than value.
3009         (nnir-imap-search-other): New variable.
3010         (nnir-read-parm): Use it.
3011         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3012         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3013
3014 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3015
3016         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3017         the process, too.
3018
3019 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * spam.el (gnus-summary-mode-map): Bind to "$".
3022         Suggested by Russ Allbery.
3023
3024         * shr.el: Rework the way things are indented by <li> slightly.
3025
3026         * gnus.el (gnus-group-set-parameter): Fix typo.
3027
3028         * nnimap.el: Start implementing QRESYNC support.
3029
3030 2010-10-09  Julien Danjou  <julien@danjou.info>
3031
3032         * nnir.el (nnir-engines): Fix too many arguments.
3033
3034 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3037         group is the "last", so that the backends like nnfolder actually save
3038         their folders.
3039
3040         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3041         try to use that for the tls stream.
3042         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3043         UIDVALIDITY and find out which groups are read-only and not.
3044         (nnimap-get-flags): Use the same marks parsing code as the rest of
3045         nnimap.
3046
3047 2010-10-09  Julien Danjou  <julien@danjou.info>
3048
3049         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3050
3051         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3052         retrieving gravatars.
3053
3054         * shr.el (shr-table-corner): Add.
3055         (shr-table-line): Add.
3056         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3057
3058 2010-10-08  Julien Danjou  <julien@danjou.info>
3059
3060         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3061
3062 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3063
3064         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3065
3066         * gnus-sum.el (gnus-mark-article-as-unread)
3067         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3068         (gnus-summary-set-bookmark): Use it.
3069
3070         * gnus-msg.el (gnus-setup-message): Use it.
3071
3072         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3073
3074         * gnus.el (gnus-group-remove-parameter): Use it.
3075
3076         * gnus-group.el (gnus-group-make-web-group): Use it.
3077
3078         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3079
3080         * nnregistry.el: Update docs to mention manual.
3081
3082         * gnus-registry.el: Update docs to mention nnregistry.el.
3083         (gnus-registry-initialize): Don't install nnregistry refer method
3084         automatically.
3085         (gnus-registry-install-nnregistry): Remove it.
3086
3087 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * shr.el (shr-insert): Don't insert double spaces.
3090
3091 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-gravatar.el (gnus-treat-from-gravatar)
3094         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3095         called interactively.
3096
3097         * gnus-art.el (gnus-mime-view-part-externally)
3098         (gnus-mime-view-part-internally): Make predicate function passed to
3099         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3100         of a mime type.
3101
3102         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3103
3104 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * shr.el (require): Require cl when compiling.
3107         (shr-tag-hr): New function.
3108
3109         * nnimap.el (nnimap-update-info): Remove double setting of high.
3110         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3111         This makes nnimap work properly on Courier again.
3112
3113         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3114         the variable for backwards compatability.
3115
3116         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3117         the file name before using to avoid setting mm-default-directory to
3118         nil.
3119
3120         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3121         bidning gnus-agent variables.
3122
3123         * shr.el (shr-render-td): Use a cache for the table rendering function
3124         to avoid getting an exponential rendering behaviour in nested tables.
3125         (shr-insert): Rework the line-breaking algorithm.
3126         (shr-insert): Don't leave trailing spaces.
3127         (shr-insert-table): Also insert empty TDs.
3128         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3129
3130 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         * gnus-sum.el (gnus-number): Rename from `number'.
3133         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3134         (gnus-summary-limit-children): Update uses correspondingly.
3135
3136 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3139         (gnus-gravatar-transform-address): Don't show avatars of people of
3140         which mail addresses match gnus-gravatar-too-ugly.
3141
3142 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * shr.el (shr-table-widths): Expand TD elements to fill available
3145         space.
3146
3147 2010-10-07  Julien Danjou  <julien@danjou.info>
3148
3149         * nnimap.el (nnimap-request-rename-group): Add this method.
3150
3151 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3154         name from XEmacs' function-arglist.
3155
3156         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3157         gravatar under XEmacs.
3158
3159 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3160
3161         * auth-source.el: Update docs with TODO items.
3162
3163         * gnus-sync.el: Update docs to explain state and plans.
3164
3165         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3166         Hooks for mark updates.
3167         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3168
3169         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3170         hooks with arguments, which is needed for mark update hooks.
3171
3172 2010-10-06  Julien Danjou  <julien@danjou.info>
3173
3174         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3175         was matched.
3176
3177         * sieve-manage.el: Update example in `Commentary'.
3178
3179         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3180
3181         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3182         not 2000.
3183         (sieve-manage-authenticate): Re-add function.
3184
3185 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * shr.el (shr-insert): Get 'space transition right.
3188         (shr-render-td): Only delete space at the end of the TD.
3189
3190         * nnimap.el (nnimap-open-connection): Prepare to support
3191         open-gnutls-stream.
3192
3193         * shr.el: Rearrange function order to be more logical.
3194
3195 2010-10-06  Julien Danjou  <julien@danjou.info>
3196
3197         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3198         (nnrss-discover-feed): Remove 404 URL in docstring.
3199
3200         * nnir.el: Fix Swish-E URL.
3201         Fix Namazu URL.
3202
3203         * message.el (message-change-subject): Remove 404 URL in a comment.
3204
3205 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3208         called interactively.
3209
3210         * gnus-util.el (gnus-remove-if): Allow hash table.
3211         (gnus-remove-if-not): New function.
3212
3213         * gnus-art.el (gnus-mime-view-part-as-type)
3214         * gnus-score.el (gnus-summary-score-effect)
3215         * gnus-sum.el (gnus-read-move-group-name):
3216         Replace remove-if-not with gnus-remove-if-not.
3217
3218         * gnus-group.el (gnus-group-completing-read):
3219         Regard collection as a hash table if it is not a list.
3220
3221 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3224
3225         * shr.el: Document the table-rendering algorithm.
3226
3227 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3230         for Emacsen having no `libxml-parse-html-region' support.
3231
3232 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3235         invalid URLs.
3236
3237         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3238         line-broken.
3239         (shr-tag-img): Ignore image fetching errors.
3240         (shr-overlays-in-region): Compute overlay positions correctly.
3241
3242         * mm-decode.el (mm-shr): Require shr.
3243
3244         * gnus-art.el (gnus-blocked-images): Move variable here.
3245
3246         * shr.el (shr-insert-table): Bind free variable.
3247
3248         * mm-decode.el (mm-shr): Bind shr-content-function.
3249
3250         * shr.el (shr-content-function): New variable.
3251
3252         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3253         added for symmetry.
3254
3255         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3256
3257         * gnus-group.el (gnus-group-make-group): Doc fix.
3258
3259         * nnimap.el (nnimap-request-newgroups): Return success.
3260
3261         * shr.el (shr-find-elements): New function.
3262         (shr-tag-table): Put all the images after the table.
3263         (shr-tag-table): Really inhibit images inside the table.
3264         (shr-collect-overlays): Copy over overlays from the TD elements to the
3265         main document.
3266
3267         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3268         gnus-blocked-images.
3269
3270 2010-10-05  Julien Danjou  <julien@danjou.info>
3271
3272         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3273
3274         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3275         (gnus-html-maximum-image-size): Add this function.
3276         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3277
3278         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3279         server-value of the capability is nil.
3280
3281 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * shr.el (shr-tag-em): Add <EM> tag.
3284
3285 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3286
3287         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3288         customizable.
3289
3290         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3291         handing broken links to browse-url.
3292
3293 2010-10-05  Julien Danjou  <julien@danjou.info>
3294
3295         * gnus-util.el (gnus-emacs-completing-read)
3296         (gnus-iswitchb-completing-read): Use autoload rather than require.
3297
3298 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3301         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3302         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3303         iswitchb-temp-buflist for XEmacs.
3304
3305         * gnus-util.el (gnus-completing-read-function): Exclude
3306         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3307         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3308         XEmacs.
3309
3310         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3311         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3312
3313         * gnus-html.el: Don't require help-fns under XEmacs.
3314         (gnus-html-schedule-image-fetching): Work for XEmacs.
3315
3316         * mm-decode.el (mm-shr): Decode contents by charset.
3317
3318 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3321         unknown.
3322
3323         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3324         (shr-get-image-data): Ensure against the cache file missing.
3325
3326         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3327         for data.
3328
3329         * spam-report.el (spam-report-url-ping-plain): Don't query about
3330         killing the process.
3331
3332         * shr.el (shr-render-td): Protect against too-wide text.
3333
3334 2010-10-04  Julien Danjou  <julien@danjou.info>
3335
3336         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3337         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3338
3339         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3340         retrieved.
3341
3342 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * shr.el (browse-url): Require.
3345         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3346         lines.
3347         (shr-show-alt-text, shr-browse-image): New commands.
3348         (shr-browse-url, shr-copy-url): New commands.
3349
3350         * gnus-sum.el (gnus-widen-article-window): New variable.
3351         (gnus-summary-select-article-buffer): Use it.
3352
3353         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3354         without @ signs.
3355
3356 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3357
3358         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3359
3360 2010-10-04  Julien Danjou  <julien@danjou.info>
3361
3362         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3363         for XEmacs.
3364
3365 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3368
3369         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3370         (nnimap-close-server): Implement.
3371
3372         * dgnushack.el (iswitchb): Require to shut up the compiler.
3373
3374         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3375         (shr-insert): Tweak line breaking.
3376         (shr-insert): Handle <pre> better.
3377         (shr-tag-li): Get <li> indentation right.
3378         (shr-tag-li): Get <li> indentation even righter.
3379         (shr-tag-blockquote): Ensure paragraph start.
3380         (shr-make-table): Tweak table generation.
3381         (shr-make-table): Fix typo.
3382
3383         * shr.el: Implement table rendering.
3384
3385 2010-10-04  Julien Danjou  <julien@danjou.info>
3386
3387         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3388
3389 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * shr.el (shr-insert): Use string anchors instead of line anchors.
3392
3393 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * shr.el: Add headings.
3396         (shr-ensure-paragraph): Actually work.
3397         (shr-tag-li): Make <ul> prettier.
3398         (shr-insert): Get white space at the beginning/end of elements right.
3399         (shr-tag-p): Collapse subsequent <p>s.
3400         (shr-ensure-paragraph): Don't insert double line feeds after blank
3401         lines.
3402         (shr-insert): \t is also space.
3403         (shr-tag-s): Fix "s" tag name function.
3404         (shr-tag-s): Fix face prop name.
3405
3406 2010-10-03  Julien Danjou  <julien@danjou.info>
3407
3408         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3409
3410         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3411         gnus-window-inside-pixel-edges.
3412
3413         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3414         gnus-ems.
3415
3416         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3417
3418         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3419         function.
3420
3421         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3422         resize choice.
3423
3424 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3427         beginning of the buffer.
3428
3429         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3430         article buffer again.
3431
3432         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3433
3434         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3435         when it's at the start of the buffer.
3436
3437         * shr.el (shr-tag-blockquote): Convert name.
3438         (shr-rescale-image): Use the right image-size variant.
3439
3440         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3441         buffer isn't shown, then select the current article first instead of
3442         bugging out.
3443         (gnus-summary-select-article-buffer): Show both the article and summary
3444         buffers again.
3445
3446         * shr.el (shr-fontize-cont): Protect against regions with no text.
3447         Rename tag functions to shr-tag-* for enhanced security.
3448         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3449
3450 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3451
3452         * shr.el (shr-insert):
3453         * pop3.el (pop3-movemail):
3454         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3455         loaded.
3456
3457 2010-10-03  Glenn Morris  <rgm@gnu.org>
3458
3459         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3460
3461         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3462
3463         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3464
3465         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3466
3467         * gnus-util.el (gnus-make-local-hook): Simplify.
3468
3469 2010-10-02  Julien Danjou  <julien@danjou.info>
3470
3471         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3472         (gnus-ido-completing-read): New function.
3473         (gnus-emacs-completing-read): New function.
3474         (gnus-completing-read): Use gnus-completing-read-function.
3475         Add gnus-completing-read-function.
3476
3477 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * shr.el (shr-insert-document): Autoload.
3480         (shr-img): Be silent.
3481         (shr-insert): Add a newline after every picture before text.
3482         (shr-add-font): Use overlays for combining faces.
3483         (shr-insert): Pass upwards the text start point.
3484
3485         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3486         possible.
3487         (mm-shr): New function.
3488
3489 2010-10-02  Julien Danjou  <julien@danjou.info>
3490
3491         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3492         should go backward.
3493
3494 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3495
3496         * shr.el (shr): Fix typo in provide call.
3497
3498 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * shr.el: New file.
3501
3502         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3503
3504         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3505         completing read.
3506
3507 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3510         we're being queried about.  Suggested by Dan Jacobson.
3511
3512         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3513         Suggested by Jason Eisner.
3514
3515         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3516         table, too.  Suggested by Stefan Wiens.
3517         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3518         the table unnecessary.  Suggested by Stefan Wiens.
3519
3520         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3521         longer needed, and probably doesn't work either, as pointed out by
3522         Stefan Wiens.
3523         (gnus-summary-exit): Remove call to the clearing function.
3524         (gnus-summary-exit-no-update): Ditto.
3525
3526         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3527         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3528         Reported by Stefan Monnier.
3529         (gnus-summary-save-in-rmail): Ditto.
3530
3531         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3532         article buffer, instead of both the article buffer and the summary
3533         buffer.  Sort of suggested by Dan Jacobson.
3534
3535         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3536
3537         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3538         Suggested by Dan Jacobson.
3539
3540         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3541         documentation clearer.
3542
3543         * message.el (message-shorten-references): Comment on the number "21".
3544         Suggested by Stefan Monnier.
3545
3546         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3547         Suggested by Dan Jacobson.
3548
3549         * gnus.el (gnus-large-newsgroup):
3550         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3551
3552         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3553         externalize attachments.  Bug reported by Steve Wen.
3554
3555         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3556         really message anything to the user.
3557
3558         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3559         directly.
3560
3561         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3562         messages in empty groups.
3563
3564 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3565
3566         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3567         non-UIDNEXT group.
3568
3569 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3572         not the value from the collection.
3573
3574         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3575         values.  This sometimes happens on some groups that have no info.
3576         (nnimap-request-newgroups): New function.
3577
3578 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3579
3580         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3581         check into `gnus-registry-initialize'.
3582         (gnus-registry-initialize): Ditto.
3583         Fix and extend header docs.
3584
3585 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3588         regexp backtrace overflows.
3589
3590         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3591         for starttls that tls.el implements; i.e. openssl.
3592
3593         * tls.el (tls-starttls-switches): Give up on using starttls with
3594         gnutls-cli.
3595         (tls-program): Add --insecure to be consistent with the defaults from
3596         openssl s_client.  Now all three commands are insecure.
3597
3598 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * lpath.el: Bind completion-styles-alist for XEmacs.
3601
3602         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3603         (gravatar-create-image): New function that's an alias to
3604         gnus-xmas-create-image, gnus-create-image, or create-image.
3605         (gravatar-data->image): Use it.
3606
3607 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3610         install the nnregistry refer method.
3611         (gnus-registry-install-hooks): Use it.
3612         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3613         unfollowed groups.
3614
3615 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3616
3617         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3618         expanding threads.
3619
3620 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * nnir.el: Use the server names without suffixes (bug #7009).
3623
3624         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3625         unencrypted to STARTTLS, if possible.
3626
3627 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3628
3629         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3630         headers before superseding.
3631
3632 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * nnrss.el (nnrss-use-local): Add documentation.
3635
3636         * nnimap.el (nnimap-extend-tls-programs): New function.
3637         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3638         (nnimap-wait-for-connection): Accept the greeting from the stupid
3639         output from openssl s_client -starttls, too.
3640
3641         * tls.el (tls-starttls-switches): New variable.
3642         (tls-find-starttls-argument): Use it.
3643         (open-tls-stream): Ditto.
3644
3645         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3646         (netrc-machine): Ditto.
3647
3648         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3649         article number.
3650         (nnimap-split-fancy): New variable.
3651         (nnimap-split-incoming-mail): Use it.
3652
3653         * nntp.el (nntp-server-list-active-group): Document.
3654
3655         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3656         SELECT to get the message-id.
3657
3658         * mail-source.el (mail-sources): Remove webmail support.
3659         (defvar): Ditto.
3660         (mail-source-fetcher-alist): Ditto.
3661         (mail-source-fetch-webmail): Remove.
3662
3663         * webmail.el: Remove -- doesn't seem relevant any more.
3664
3665         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3666
3667         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3668         the \r.
3669
3670 2010-09-30  Julien Danjou  <julien@danjou.info>
3671
3672         * gnus-agent.el (gnus-agent-add-group): Fix call to
3673         gnus-completing-read.
3674
3675 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * nndoc.el (nndoc-retrieve-groups): New function.
3678
3679         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3680         `default', use nnmail-split-methods.
3681         (nnimap-request-article): Downcase the NILs so that they are nil.
3682
3683         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3684         symbol.
3685
3686         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3687         code, since if the user has requested network, that's what they ought
3688         to get.
3689         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3690         (nnimap-split-rule): Mark as obsolete.
3691
3692         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3693         New variable.
3694
3695         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3696         correct slot, too.
3697
3698 2010-09-29  Julien Danjou  <julien@danjou.info>
3699
3700         * gnus.el (gnus-local-domain): Declare variable obsolete.
3701
3702         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3703         Fix history computing.
3704         (gnus-ido-completing-read): Require ido.
3705
3706 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3709         build Gnus.
3710
3711         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3712         when interpreting the structures.
3713         (nnimap-request-accept-article): Add \r\n to the lines to make this
3714         work with Cyrus.
3715
3716         * nndraft.el (nndraft-request-expire-articles): Use the group name
3717         instead if "nndraft".  Fix found by Nils Ackermann.
3718
3719 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3720
3721         * nnregistry.el: Add.
3722
3723 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3724
3725         * nnmail.el (group, group-art-list, group-art):
3726         Remove unneeded directives.
3727
3728 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3731         (mm-mime-charset)
3732         * rfc2047.el (rfc2047-syntax-table)
3733         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3734
3735         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3736         rather than `insert-file-contents' and `eval-region'.
3737
3738         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3739         construction.
3740
3741         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3742
3743         * time-date.el: No need to require cl for Emacs 21.
3744
3745 2010-09-29  Julien Danjou  <julien@danjou.info>
3746
3747         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3748         replacement of `gnus-gravatar-relief' to mimic
3749         `gnus-faces-properties-alist'.
3750         Add :version property.
3751
3752 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * mail-source.el (mail-source-report-new-mail)
3755         * message.el (message-default-mail-headers)
3756         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3757
3758         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3759
3760 2010-09-28  Julien Danjou  <julien@danjou.info>
3761
3762         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3763         mail-address contains the same string as real-name.
3764
3765         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3766         non-blank in header, otherwise it'll get stripped.
3767
3768         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3769         real-name, and then for mail address rather than doing : or , search.
3770
3771 2010-09-27  Julien Danjou  <julien@danjou.info>
3772
3773         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3774         right completing-read function.
3775         (gnus-use-ido): New variable
3776         (gnus-completing-read-with-default): Remove.
3777         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3778         (gnus-agent-add-group):
3779         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3780         * mm-view.el (mm-view-pkcs7-decrypt):
3781         * mm-util.el (mm-codepage-setup):
3782         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3783         * mml-smime.el (mml-smime-openssl-sign-query):
3784         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3785         (mml-insert-multipart):
3786         * gnus-msg.el (gnus-summary-yank-message):
3787         * gnus-int.el (gnus-start-news-server):
3788         * mm-decode.el (mm-interactively-view-part):
3789         * gnus-dired.el (gnus-dired-attach):
3790         * gnus.el (gnus-read-method):
3791         * gnus-bookmark.el (gnus-bookmark-jump):
3792         * gnus-art.el (gnus-mime-view-part-as-type)
3793         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3794         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3795         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3796         * nnmairix.el (nnmairix-create-server-and-default-group)
3797         (nnmairix-update-groups, nnmairix-get-server)
3798         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3799         (nnmairix-get-group-from-file-path):
3800         * nnrss.el (nnrss-find-rss-via-syndic8):
3801         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3802         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3803         (gnus-group-browse-foreign-server):
3804         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3805         (gnus-summary-execute-command, gnus-summary-respool-article)
3806         (gnus-read-move-group-name):
3807         * gnus-score.el (gnus-summary-increase-score)
3808         (gnus-summary-score-effect):
3809         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3810
3811 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3814         x-focus-frame.
3815
3816         * nnimap.el (auth-source-forget-user-or-password)
3817         (auth-source-user-or-password): Autoload.
3818
3819         * message.el (message-from-style, message-interactive)
3820         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3821         (message-yank-prefix, message-indentation-spaces, message-signature)
3822         (message-signature-file): Add comment.
3823
3824 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3827         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3828         new articles.
3829
3830         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3831         parts.
3832         (nnimap-request-article): Work with the t setting, too.
3833
3834         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3835         that you don't get flashes of other buffers.
3836         (gnus-summary-show-complete-article): Intern before setting.
3837
3838 2010-09-27  David Engster  <dengste@eml.cc>
3839
3840         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3841         well as HEADERS.
3842         (nnmairix-retrieve-headers): Provide new argument for the above.
3843
3844 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-sum.el (gnus-summary-move-article): Don't alter
3847         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3848         group.
3849
3850         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3851
3852         * message.el (message-cite-prefix-regexp): Revert my last edit.
3853
3854         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3855         variable instead of the Gnus variable.
3856
3857         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3858
3859         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3860
3861         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3862         since some servers don't like it.
3863         (nnimap-open-connection): Forget credentials if the server says the
3864         password was wrong.
3865         (nnimap-parse-line): Protect against invalid data.
3866
3867         * gnus-sum.el (gnus-summary-move-article): Add comment.
3868         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3869         nothing alters it while scanning for new messages.
3870
3871         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3872         which may or may not help.
3873         (nnimap-open-connection): If we're doing a stream connection, and then
3874         discover we're on a STARTTLS-capable server, then open a STARTTLS
3875         connection instead.
3876
3877 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * nnimap.el (utf7): Require.
3880
3881         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3882         prefix.
3883
3884 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3885
3886         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3887
3888 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * nnimap.el (nnimap-request-accept-article): Message the error on
3891         error.
3892
3893 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3896
3897 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * nndoc.el (nndoc-request-list): Return success always.
3900
3901         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3902         `fetch-old' -- we only want to fetch the articles we've requested.
3903         The rest are in the agent, probably.
3904         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3905         disappeared server" to something low.  It's not important.
3906
3907         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3908         arrived before the FETCH data.
3909
3910         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3911         target here, because we don't know the Gnus name of the group.
3912
3913         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3914         for the correct group.
3915
3916         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3917
3918         * gnus.el (gnus): Give a final warning after startup.
3919
3920         * gnus-util.el (gnus-action-message-log): New variable.
3921         (gnus-message): Use it.
3922         (gnus-final-warning): New function.
3923
3924         * nnimap.el (nnimap-open-connection): Record the greeting.
3925         (nnimap): Add greeting.
3926
3927 2010-09-26  Julien Danjou  <julien@danjou.info>
3928
3929         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3930         arguments.
3931         (gnus-html-wash-images): Fix spec computing to include start/end.
3932
3933         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3934
3935 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3938         deletion.
3939         (nnimap-retrieve-headers): Don't select the group, because that's
3940         already done by nnimap-possibly-change-group.
3941
3942         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3943         (gnus-picon-transform-address): Use it.
3944
3945         * mail-source.el (mail-source-value): Revert previous patch.
3946
3947         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3948         on failure.
3949         (nnimap-open-connection): Look up both virtual and physical server name
3950         credentials.
3951
3952         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3953
3954 2009-02-07  Dave Love  <fx@gnu.org>
3955
3956         * tls.el (open-tls-stream): Don't query killing process.
3957
3958 2009-02-08  Dave Love  <fx@gnu.org>
3959
3960         * gnus-win.el (gnus-window-to-buffer-helper)
3961         (gnus-all-windows-visible-p): Function needn't be a symbol.
3962
3963         * mail-source.el (mail-source-value): Function needn't be a symbol.
3964
3965 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * message.el (message-cite-prefix-regexp): Remove } from the cite
3968         prefix.
3969
3970         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3971         highlight again, so that the highlight is correct.
3972
3973         * gnus-picon.el (gnus-picon): Remove again.
3974         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3975
3976         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3977         doing the header highlightling, so that the background colour of the
3978         picon is correct.
3979
3980         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3981         (gnus-picon): Ditto.
3982         (gnus-picon): Reinstate.  The background colour for picons is white.
3983         (gnus-picon-insert-glyph): Make the background white.
3984
3985         * nnml.el (nnml-open-nov): Don't return dead buffers.
3986
3987         * auth-source.el (auth-source-create): Query the user for whether to
3988         store the credentials.
3989
3990         * netrc.el (netrc-store-data): New function.
3991
3992         * auth-source.el (auth-source-user-or-password): Use the existing auth
3993         sources, if any, for creation.
3994
3995         * gnus.el (gnus-group-fast-parameter): Return the last matching
3996         parameter instead of the first matching parameter.
3997
3998 2010-09-26  Julien Danjou  <julien@danjou.info>
3999
4000         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4001
4002 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * mml2015.el (mml2015-use): Remove gpg support.
4005
4006         * mml1991.el (mml1991-function-alist): Remove gpg function.
4007         (mml1991-gpg-sign): Remove.
4008
4009 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4010
4011         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4012         (gnus-browse-unsubscribe-current-group): Document it.
4013         (gnus-browse-unsubscribe-group): Use it.
4014
4015 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016
4017         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4018         address to the To list for easier response.
4019
4020         * gnus.el (gnus-play-startup-jingle): Remove.
4021         (gnus-splash): Don't play jingle.
4022         (gnus): Silence gnus-load message.
4023
4024         * gnus-art.el (gnus-treat-play-sounds): Remove.
4025
4026         * gnus.el (gnus-play-jingle): Remove audio support.
4027
4028         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4029
4030         * earcon.el: Remove -- no users.
4031
4032         * gnus-audio.el: Remove -- no users of this package.
4033
4034         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4035
4036         * gnus-start.el (gnus-setup-news): Remove nocem support.
4037
4038         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4039
4040         * gnus.el (gnus-use-nocem): Remove.
4041
4042         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4043         Remove.
4044
4045         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4046         uses NoCeM any more.
4047
4048         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4049         (gnus-button-ctan-handler): Ditto.
4050         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4051         (gnus-button-ctan-directory-regexp): Ditto.
4052         (gnus-button-handle-ctan): Ditto.
4053         (gnus-button-tex-level): Ditto.
4054         (gnus-button-alist): Remove CTAN stuff.
4055
4056 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4059         nnimap-streaming test.
4060
4061         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4062         servers twice.
4063
4064         * nnimap.el (nnimap-open-connection): Add more error reporting when
4065         nnimap fails early.
4066
4067         * nnheader.el (nnheader-get-report-string): New function.
4068         (nnheader-get-report): Use it.
4069
4070         * gnus-int.el (gnus-check-server): Say what the error was when opening
4071         failed.
4072
4073         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4074         using streaming.
4075
4076 2010-09-25  Julien Danjou  <julien@danjou.info>
4077
4078         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4079         gnus-window-inside-pixel-edges.
4080
4081 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4084
4085         * mm-decode.el (mm-save-part): Allow saving to other directories the
4086         normal Emacs way.
4087
4088         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4089         Suggested by Jay Berkenbilt.
4090
4091         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4092         there isn't a single byte.
4093
4094         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4095         just do it.  It doesn't really seem to matter what the user responds
4096         here, I think, so it's just a confusing question.
4097
4098         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4099         non-streaming case.
4100
4101         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4102         (gnus-article-encrypt-body): Use it.
4103
4104         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4105         keystroke.
4106
4107         * nnimap.el (nnimap-find-wanted-parts-1):
4108         Use gnus-fetch-partial-articles.
4109
4110         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4111
4112         * nnimap.el (nnimap-insert-partial-structure): New function.
4113         (nnimap-get-partial-article): New function.
4114         (nnimap-request-article): Use it.
4115         (nnimap-wait-for-response): Return whether the wait was successful.
4116         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4117         retrieval wasn't successful.
4118         (nnimap-retrieve-group-data-early): Allow throttling servers.
4119         (nnimap-streaming): New variable.
4120         (nnimap-fetch-partial-articles): Remove.
4121
4122         * mm-decode.el (mm-with-part): Protect against killed buffers.
4123
4124         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4125         for prettier summary display.
4126
4127 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4128
4129         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4130
4131 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4134         apparently third-party libraries depend on it.
4135
4136         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4137         before starting negotiation.
4138
4139         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4140         privacy reasons.
4141         (gnus-treat-mail-gravatar): Ditto.
4142
4143         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4144         buffer when inserting images.  Inserting text into the headers, for
4145         instance, can make them invalid.
4146
4147 2010-09-25  Julien Danjou  <julien@danjou.info>
4148
4149         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4150         variables.
4151
4152         * nnheader.el: Remove useless variables news-reply-yank-from and
4153         news-reply-yank-message-id.
4154
4155         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4156         variables.
4157
4158         * mml1991.el: Remove useless mml1991-verbose.
4159
4160         * gnus.el: Remove useless variable gnus-use-generic-from.
4161         Remove obsolete variable gnus-topic-indentation.
4162
4163         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4164
4165         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4166
4167         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4168
4169         * gnus-group.el: Remove useless gnus-group-icon-cache.
4170         Remove useless gnus-ephemeral-group-server.
4171
4172         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4173
4174         * mml2015.el: Remove useless mml2015-verbose.
4175
4176         * mml-smime.el: Remove useless mml-smime-verbose.
4177
4178         * gnus.el: Remove useless gnus-local-domain.
4179
4180         * gnus-gravatar.el (gnus-gravatar-transform-address):
4181         Use gnus-gravatar-size.
4182
4183         * gnus-art.el: Remove useless gnus-treat-translate.
4184
4185 2010-09-24  Julien Danjou  <julien@danjou.info>
4186
4187         * gnus-sum.el: Add support for Gravatars.
4188
4189         * gnus-art.el: Add support for Gravatars.
4190
4191         * gnus-gravatar.el: Add this file.
4192
4193         * gravatar.el: Add this file.
4194
4195 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4198
4199         * gnus-group.el (gnus-group-fetch-faq): Remove.
4200
4201         * gnus.el (gnus-group-faq-directory): Remove.
4202
4203         * gnus-group.el (gnus-group-fetch-charter): Remove.
4204
4205         * gnus.el (gnus-group-charter-alist): Remove.
4206
4207         * gnus-group.el (gnus-group-archive-directory): Remove.
4208         (gnus-group-recent-archive-directory): Ditto.
4209         (gnus-group-make-archive-group): Remove.
4210
4211         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4212
4213         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4214         use the same article number for all the cached articles.
4215
4216         * nnimap.el (nnimap-command): Register the last command time so
4217         that we can use it for idling NOOPs.
4218         (nnimap-open-connection): Start the keeplive timer.
4219         (nnimap-make-process-buffer): Store all the process buffers.
4220         (nnimap-keepalive): New function.
4221
4222         * starttls.el (starttls-open-stream): Add autoload cookie.
4223
4224 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4225
4226         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4227         handling.
4228
4229 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4232         its data structures.
4233
4234         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4235         instead of the cl.el copy-list.
4236         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4237         equalp.
4238
4239 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4242         and tool-bar-local-item-from-menu.
4243
4244         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4245         mode-line-highlight face for Emacs.
4246
4247         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4248         loading gnus-sum.elc; fix comment for canlock-verify.
4249         (gnus-article-jump-to-part): Use read-number.
4250         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4251         Remove Emacs pre-21 compatible code for help-echo.
4252         (gnus-article-next-page-1): No need to adjust the number of lines.
4253         (gnus-article-describe-bindings): Always use help-buffer.
4254
4255         * gnus-audio.el (gnus-audio-inline-sound)
4256         * gnus-cus.el (gnus-custom-mode)
4257         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4258
4259         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4260
4261         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4262         compatible code.
4263
4264 2010-09-24  Glenn Morris  <rgm@gnu.org>
4265
4266         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4267         visiting the fcc file in rmail-mode.
4268
4269         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4270
4271 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * nnir.el: Silence the byte compiler.
4274
4275         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4276         alias to browse-url-url-encode-chars if any.
4277         (gnus-html-encode-url): Use it.
4278
4279 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * gnus-start.el (gnus-use-backend-marks): New variable.
4282         (gnus-get-unread-articles-in-group): Use it.
4283
4284         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4285         makeover.
4286
4287 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4288
4289         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4290
4291 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4294         Remove.
4295         (gnus-setup-news-hook):
4296         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4297
4298         * gnus-int.el (gnus-request-update-info): Protect against backends not
4299         having the function.
4300
4301         * nnimap.el (nnimap-stream): Mention starttls.
4302         (nnimap-open-connection): Add starttls support.
4303
4304 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4305
4306         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4307
4308 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4311         BODYSTRUCTUREs.
4312         (nnimap-transform-headers): Unfold quoted {42} headers.
4313
4314         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4315         the info.
4316         (gnus-get-unread-articles): Only call updatep on backends that support
4317         it.
4318
4319         * nnweb.el (nnweb-request-update-info): NOOP.
4320
4321         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4322
4323         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4324         since it only deals with marks.
4325
4326         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4327         gnus-request-marks, and make a new gnus-request-update-info.
4328
4329         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4330         the active instead of the high number, which is usually too low.
4331
4332 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4335         * encrypt.el: Remove.
4336
4337 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4340         server in symbolic form.
4341
4342         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4343
4344 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4347         (nnimap-update-info): Fix up code slightly.
4348
4349         * gnus-int.el (gnus-open-server): Add tracing for performance
4350         debugging.
4351
4352         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4353         (gnus-group-insert-group-line): Pass the real group name so that it
4354         gets the right data.
4355
4356         * gnus-start.el (gnus-get-unread-articles): Don't have
4357         `gnus-get-unread-articles-in-group' update info, since that can be
4358         really slow and doesn't seem to be needed?
4359
4360 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4361
4362         * time-date.el (date-to-time): Try using parse-time-string first before
4363         using the slower timezone-make-date-arpa-standard.
4364
4365 2010-09-22  Julien Danjou  <julien@danjou.info>
4366
4367         * gnus-group.el (gnus-group-insert-group-line):
4368         Call gnus-group-highlight-line.
4369         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4370         default hook list.
4371         (gnus-group-update-eval-form): Add new function.
4372         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4373         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4374
4375 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376
4377         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4378         immediate, then expire all articles.
4379         (nnimap-update-info): Fix off-by-one errors.
4380         (nnimap-flags-to-marks): Would return no marks lists for group with no
4381         flags.  Instead return the other data.
4382
4383 2010-09-22  Julien Danjou  <julien@danjou.info>
4384
4385         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4386         Only return an icon.
4387         (gnus-group-insert-group-line): Compute icon to return.
4388
4389         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4390         (gnus-html-image-fetched): Only cache if
4391         gnus-html-image-automatic-caching is set.
4392         (gnus-html-image-fetched): Check for errors.
4393
4394 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4397         once per method on `g'.  This ensures that backends like nnfolder don't
4398         open all their folders.
4399
4400         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4401         (nnimap-request-list): Nix out group in the correct buffer.
4402         (nnimap-parse-flags): Implement by using `read' instead of
4403         hand-parsing.
4404         (nnimap-flags-to-marks): Pass on permanent-flags.
4405         (nnimap-make-process-buffer): Record the server name.
4406         (nnimap-parse-flags): Fix typo.
4407         (nnimap-request-scan): Run split on the server in general, not just a
4408         single group.
4409
4410         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4411         parameter, and propagate this downwards.
4412
4413         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4414         since EXAMINE changes it on the server.
4415
4416         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4417         this command might take a while.
4418
4419 2010-09-22  Julien Danjou  <julien@danjou.info>
4420
4421         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4422         harmful if you have 2 images side-by-side, they can't be properly
4423         update on text deletion.  Using text-property is safer here.
4424         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4425         data.
4426
4427 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * nnimap.el (nnimap-expunge-inbox): Remove.
4430         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4431         (nnimap-expunge): Flip default to t.
4432
4433         * gnus.el (gnus-method-to-server): Don't push things to the cache
4434         unless it's unique.
4435         (gnus-server-to-method): Ditto.
4436
4437 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4440
4441 2010-09-22  Julien Danjou  <julien@danjou.info>
4442
4443         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4444         get the start of data.
4445         (gnus-html-encode-url): Add this function to encode special chars in
4446         URL.
4447         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4448         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4449
4450         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4451         default.
4452         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4453
4454         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4455         images alt-text.
4456         (gnus-html-put-image): Put alt-text as help-echo.
4457
4458 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4461         * mm-util.el (mm-decompress-buffer)
4462         * nnir.el (nnir-run-find-grep)
4463         * pop3.el (pop3-list): Use 3rd arg of split-string.
4464
4465         * time-date.el (format-seconds): Comment fix.
4466
4467         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4468         and byte-optimize-form-code-walker.
4469         (dgnushack-make-auto-load): Don't advise make-autoload.
4470
4471         * lpath.el: Remove Emacs 21 stuff.
4472
4473 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4476         outside the active range.  Suggested by Dan Christensen.
4477
4478         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4479         slightly later to avoid double-getting it.
4480
4481         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4482         previous patch.
4483
4484         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4485
4486 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4487
4488         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4489
4490 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * gnus-int.el (gnus-open-server): Give a better error message in the
4493         "go offline" case.
4494
4495         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4496         marks for nnimap, which is seldom the right thing to do.
4497
4498         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4499         (gnus-same-method-different-name): New function.
4500
4501         * nnimap.el (parse-time): Require.
4502
4503         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4504         method in the presence of many similar methods.
4505
4506         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4507
4508         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4509         nnml-inhibit-expiry.
4510
4511         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4512         find out whether methods are equal.
4513
4514         * nnimap.el (nnimap-find-expired-articles): New function.
4515         (nnimap-process-expiry-targets): New function.
4516         (nnimap-request-move-article): Request the article before looking at
4517         what the Message-ID is.  Fix found by Andrew Cohen.
4518         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4519
4520         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4521         for oldness in addition to being a predicate.
4522
4523         * nnimap.el (nnimap-request-group): When we have zero articles, return
4524         the right data to Gnus.
4525         (nnimap-request-expire-articles): Only delete articles immediately if
4526         the target is 'delete.
4527
4528         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4529         method, this would bug out.
4530
4531         * gnus-group.el (gnus-group-expunge-group): Rename from
4532         gnus-group-nnimap-expunge, and implemented as a normal interface
4533         function.
4534
4535         * gnus-int.el (gnus-request-expunge-group): New function.
4536
4537         * nnimap.el (nnimap-request-create-group): Implement.
4538         (nnimap-request-expunge-group): New function.
4539
4540 2010-09-21  Julien Danjou  <julien@danjou.info>
4541
4542         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4543         (gnus-html-cache-expired): Add new function.
4544         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4545         wethever we should display image for fetch it.
4546         Compute alt-text earlier to pass it to the fetching function too.
4547         (gnus-html-schedule-image-fetching): Change function argument to only
4548         get one image at a time, not a list.
4549         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4550         cache.
4551         (gnus-html-get-image-data): New function to retrieve image data from
4552         cache.
4553         (gnus-html-put-image): Change buffer argument to use image data rather
4554         than file, and place image above region rather than inserting a new
4555         one.  Do not take alt-text as argument, since it's useless now: we place
4556         the image above alt-text.
4557         (gnus-html-prune-cache): Remove.
4558         (gnus-html-show-images): Start to fetch image when we find one, do not
4559         push into a temporary list.
4560         (gnus-html-prefetch-images): Only fetch image if they have expired.
4561         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4562         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4563
4564 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4567
4568 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4571         spec inser "*" if the group isn't active instead of 0.
4572
4573         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4574         opening the server.
4575         (nnimap-request-delete-group): Implement group deletion.
4576         (nnimap-transform-headers): Return the size of the entire message in
4577         the Bytes header, not just the size of the first part.
4578         (nnimap-request-move-article): When moving an article from nnimap,
4579         request the article first so the accepting form has an article to
4580         accept.  Reported by Dan Christensen.
4581         (nnimap-command): Make sure that the error message doesn't error out.
4582
4583 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4584
4585         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4586         we haven't requested anything.
4587
4588 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4591         "".  Fix found by Andrew Cohen.
4592
4593         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4594         instead of -encode-string.
4595
4596 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4599
4600         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4601         by mm-subst-char-in-string.
4602
4603 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4606         waiting for the connection string.
4607
4608         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4609         arriving.
4610
4611         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4612         bogus characters.  This allows selecting certain Gmail groups.
4613
4614         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4615         (nnimap-fetch-partial-articles): New variable.
4616         (nnimap-open-connection): When looking for credentials, also use the
4617         nnimap-server-port.
4618         (nnimap-request-article): Return the group/article number, so that Gnus
4619         `^' works as expected.
4620         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4621
4622         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4623         comments.
4624         (gnus-methods-sloppily-equal): New function.
4625         (gnus): When using the development version of Gnus, load the gnus-load
4626         file.
4627
4628         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4629         `gnus-open-server' on each method before trying to scan them etc.
4630         This ensures that all the backend parameters are set correctly.
4631
4632         * nnimap.el (nnimap-authenticator): New variable.
4633         (nnimap-open-connection): Allow anonymous login.
4634         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4635         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4636
4637         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4638         patch, found by Knut Anders Hatlen.
4639
4640 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4641
4642         * gnus-agent.el (gnus-agent-batch-confirmation)
4643         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4644         to gnus-message.
4645         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4646         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4647         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4648         * gnus-int.el (gnus-open-server): Likewise.
4649         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4650         (gnus-score-check-syntax): Likewise.
4651         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4652         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4653         Likewise.
4654         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4655
4656 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657
4658         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4659         calling conventions so that prefetch doesn't bug out.
4660
4661 2010-09-19  Julien Danjou  <julien@danjou.info>
4662
4663         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4664         rather than `subst-char-in-region' in order to be able to replace ASCII
4665         char by UTF-8 ones.
4666
4667         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4668         than curl.
4669         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4670         the right URL and ALT text on images.
4671         (gnus-html-wash-tags): Fix tag case.
4672         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4673         (gnus-article-html): Add -o display_ins_del=2 option.
4674         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4675
4676 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4679         the extra mail headers, which sometimes seem to happen for unknown
4680         reasons.
4681
4682         * mail-parse.el (mail-header-encode-parameter): Define as
4683         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4684         (or most, perhaps?) mail readers don't understand the latter, but do
4685         understand the former.
4686
4687         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4688         to nil, so that no methods are automatically agentized.  I think this
4689         is probably what most users want.
4690
4691         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4692         from url-retrieve, for instance about invalid URLs.
4693
4694         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4695         groups that have no articles.
4696         (nnimap-request-article): Check that we really got an article when we
4697         requested one.
4698
4699         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4700         doesn't exist.
4701
4702         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4703         nntp buffer so the agent can save it.
4704         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4705         that CRLF doesn't get translated to \n.
4706         (nnimap-open-connection): Don't make 'shell commands only send \n.
4707
4708 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4709
4710         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4711         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4712         Update var name.
4713         (nnml-generate-nov-file): Use dolist.
4714         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4715         Use with-current-buffer.
4716
4717 2010-09-18  Julien Danjou  <julien@danjou.info>
4718
4719         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4720         parallel.
4721
4722 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4725         the range update right.
4726         (nnimap-request-group): Don't make `M-g' bug out on group with no
4727         marks.
4728         (nnoo): Require, so that other packages can require nnimap.
4729         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4730         command we're looking for.  This helps when the server sends more
4731         responses after we've gotten everything we expected.
4732         (nnimap): Add a `newlinep' field to keep track of end-of-line
4733         conventions.
4734         Don't send CRLF to things that don't want it.
4735         (nnimap-request-accept-article): Ditto.
4736
4737 2010-09-18  Julien Danjou  <julien@danjou.info>
4738
4739         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4740         than curl to retrieve images.
4741
4742 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4745         the marks.
4746         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4747         (nnimap-wait-for-connection): New function.
4748         (nnimap-open-connection): If we have PREAUTH, don't query for login
4749         credentials.
4750         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4751         when doing a partial update.
4752
4753 2010-09-18  Julien Danjou  <julien@danjou.info>
4754
4755         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4756         tags.
4757
4758 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * nnimap.el (nnimap-credentials): New function.
4761         (nnimap-open-connection): Use the new function to look for credentials
4762         also on the numeric equivalents of "imap" and "imaps".
4763
4764         * gnus-start.el (gnus-activate-group): Send the info to
4765         gnus-request-group.
4766
4767         * nnimap.el (nnimap-request-group): Have the "check" version of the
4768         function parse flags and update the info, so that a `M-g' get a total
4769         resync of all flags from the group.
4770
4771         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4772         to allow backends to alter the info on group selection.  Also alter all
4773         the backend -request-group functions to take the parameter.
4774
4775         * nnimap.el (nnimap-store-info): New function.
4776         (nnimap-update-info): Store the info for later usage.
4777         (nnimap-request-group): Use the stored info for the dont-check case, so
4778         that we don't retrieve all marks when we enter a group.
4779
4780         * nnimap.el: Use deffoo instead of defun for interface functions.
4781
4782         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4783         update the group info.  This makes the nndraft groups, for instance, go
4784         back to their old behaviour.
4785
4786         * gnus-sum.el (gnus-select-newsgroup): Indent.
4787
4788         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4789         in.
4790         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4791         nothing.
4792
4793         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4794         from methods that are denied.
4795
4796         * gnus-int.el (gnus-method-denied-p): New function.
4797
4798         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4799         store the password instead of netrc.
4800         (nnimap-open-connection): Don't error out when we can't make a
4801         connections.
4802
4803         * auth-source.el (auth-source-create): In the password prompt, say what
4804         we're querying for.  Also prompt for user name if that hasn't been
4805         given.
4806
4807         * nnimap.el (nnimap-with-process-buffer): Remove.
4808
4809 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4812         method when we're reading from the agent.
4813
4814         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4815
4816         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4817         that's probably most useful for users.
4818
4819         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4820         "failed" all the time.
4821
4822         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4823         ...)) with (with-current-buffer ... ).
4824
4825         * nntp.el (nntp-open-server): Return whether the open was successful or
4826         not.
4827
4828         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4829         select an unread unseen article first.
4830
4831         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4832         /etc/services, supply some sensible port defaults.
4833
4834         * dgnushack.el: Define netrc-credentials.
4835
4836 2010-09-17  Julien Danjou  <julien@danjou.info>
4837
4838         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4839
4840 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4841
4842         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4843         doesn't have any parameters.
4844
4845 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4848         only upcased checks.
4849
4850         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4851
4852         * nnimap.el (nnimap-open-shell-stream): New function.
4853         (nnimap-open-connection): Use it.
4854         (nnimap-transform-headers): Get the number of lines in each message.
4855         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4856         number of lines.
4857         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4858         problem.
4859
4860         * utf7.el (utf7-encode): Autoload.
4861
4862         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4863         to allow the mail splitting to not return a default group.  This is
4864         useful for nnimap, which will leave unmatched mail in the inbox.
4865
4866         * nnimap.el: Rewritten.
4867
4868         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4869         nnimap usage.
4870
4871         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4872         if the move is internal, so that nnimap can do fast internal moves.
4873
4874         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4875         data.
4876         (gnus-read-active-for-groups): Support finishing the early retrieval of
4877         data.
4878
4879         * gnus-range.el (gnus-range-nconcat): New function.
4880
4881         * gnus-int.el (gnus-finish-retrieve-group-infos)
4882         (gnus-retrieve-group-data-early): New functions.
4883
4884 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4885
4886         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4887         (nnrss-retrieve-groups):
4888         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4889         (pop3-quit): Use with-current-buffer.
4890
4891 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4894         instead of nnheader-accept-process-output.
4895
4896         * dgnushack.el (dgnushack-compile): Add comment.
4897
4898         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4899
4900         * gnus-html.el (gnus-html-schedule-image-fetching)
4901         (gnus-html-prefetch-images): Replace process-kill-without-query by
4902         gnus-set-process-query-on-exit-flag.
4903
4904 2010-09-16  Romain Francoise  <romain@orebokech.com>
4905
4906         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4907
4908 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4911         parameter to unintern is mandatory-ish in Emacs 24.
4912
4913         * gnus-html.el (gnus-html-schedule-image-fetching)
4914         (gnus-html-prefetch-images): Check for curl before using it.
4915
4916         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4917         depend on curl, which isn't essential.
4918
4919         * imap.el: Revert back to version
4920         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4921         seem problematic.
4922
4923 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4924
4925         * gnus-registry.el (gnus-registry-install-shortcuts):
4926         Explicitly pass `obarray' to `unintern' to avoid a warning.
4927
4928 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4929
4930         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4931         change.
4932
4933         * nnrss.el (nnrss-request-list): Remove this function and related
4934         functions, including the moreover stuff.
4935
4936 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4937
4938         * nnrss.el (nnrss-retrieve-groups): New function.
4939
4940 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4941
4942         * .dir-locals.el: Add no-byte-compile cookie.
4943
4944 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * time-date.el (format-seconds): Comment fix.
4947
4948         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4949         for back end that doesn't support request-scan.
4950
4951 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4954         then do request scans from the backends.
4955
4956         * netrc.el (netrc-credentials): New conveniency function.
4957
4958         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4959         avoid running a hook per line, since this takes a lot of time,
4960         profiling shows.
4961         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4962         directly if gnus-visual-p is true.
4963
4964 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4967         groups; replace mapcar with dolist which is a bit faster; pass groups
4968         info to gnus-read-active-file-1.
4969         (gnus-read-active-file-1): Scan only specified groups if the new
4970         optional arg `infos' is given.
4971
4972 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4975
4976         * pop3.el (pop3-movemail): Remove.
4977         (pop3-streaming-movemail): Rename to pop3-movemail.
4978
4979         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4980         don't restrict end-tag searches to the end of the line.
4981
4982 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4985         articles of every unchecked group to t, which means unknown since the
4986         server has never been opened.
4987
4988 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989
4990         * gnus-html.el (gnus-html-show-alt-text): New command.
4991         (gnus-html-browse-image): Ditto.
4992         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4993         to browse the image directly.
4994         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4995         better.
4996
4997         * gnus-async.el (gnus-async-article-callback):
4998         Call `gnus-html-prefetch-images' unconditionally.
4999
5000         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5001         before feeding URLs to curl.
5002
5003 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5006         internal images as deletable by `W D D'.
5007
5008         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5009         (gnus-async-article-callback): Fix typo.
5010
5011 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5014         current line to work around bugs in the output from w3m.
5015
5016         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5017         for groups that want that.
5018
5019         * nntp.el (nntp-wait-for-string): Supply a timeout for
5020         accept-process-output to ensure progress.
5021
5022         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5023         level to get unread articles from, then use that for foreign groups,
5024         too.
5025
5026         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5027         confuses the rest of the function.
5028
5029         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5030         for the methods that support -retrieve-groups, too.
5031
5032         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5033
5034 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5037         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5038
5039         * pop3.el: Require cl when compiling.
5040         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5041
5042 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5045         that aren't going to be activated.
5046         (gnus-get-unread-articles): Fix up the last commit.
5047
5048         * gnus-html.el (gnus-article-html): Allow calling without specifying
5049         the handle.  In that case, dissect the buffer first.
5050
5051         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5052
5053         * nnimap.el (nnimap-open-connection): Revert the change that would look
5054         into authinfo for imaps instead of imap.
5055
5056         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5057         say that you don't want to call gnus-request-group with don-check, but
5058         do check the reponse.  This is for virtual groups only.
5059         (gnus-get-unread-articles): Count the archive groups as secondary, so
5060         that they're activated the same way as before.
5061
5062         * imap.el (imap-message-map): Removed optional buffer parameter, since
5063         no callers use it.
5064         (imap-message-get): Ditto.
5065         (imap-message-put): Ditto.
5066         (imap-mailbox-map): Ditto.
5067         (imap-mailbox-put): Ditto.
5068         (imap-mailbox-get): Ditto.
5069         (imap-mailbox-get): Revert last change for this function.
5070
5071         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5072         case-insensitively.
5073         (nnimap-debug): Remove.
5074
5075         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5076         to use `imap-fetch' instead.  According to the comments, this should be
5077         safe, since all other IMAP clients use the 1:* syntax.
5078         (imap-enable-exchange-bug-workaround): Removed.
5079         (imap-debug): Removed -- doesn't seem very useful.
5080
5081         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5082         mail from a file, and the file doesn't exist.
5083
5084         * imap.el (imap-log): New convenience function used throughout instead
5085         of repeating the same code all over the place.
5086
5087         * pop3.el (pop3-streaming-movemail): Return t for success.
5088
5089         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5090         .authinfo if we're using ssl connection.
5091
5092         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5093         already have if we're in a main Gnus `g' run.
5094
5095         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5096
5097 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5100
5101         * nnmh.el (nnmh-request-list-1): Bind `file'.
5102
5103         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5104         alias to set-process-query-on-exit-flag or process-kill-without-query.
5105         (pop3-open-server): Use it.
5106
5107 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5110         box to the Incoming file.  Fixes mistake in previous checkin.
5111
5112         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5113         request loop (for debugging purposes) removed.
5114
5115         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5116         culprit is more visible.
5117         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5118         (nnml-add-incremental-nov): New functions to do "incremental" nov
5119         updates, where we just append to the end of the existing nov files
5120         without reading/writing them in full.
5121
5122         * mail-source.el (mail-source-delete-crash-box): Really only check the
5123         incoming files once in a while.
5124
5125         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5126
5127         * mail-source.el (mail-source-delete-crash-box): Only check the
5128         incoming files for deletion once per day to save a lot of file
5129         accesses.
5130
5131         * pop3.el (pop3-logon): Fix up unbound variable typo.
5132
5133         * mail-source.el (pop3-streaming-movemail): Autoload.
5134
5135         * pop3.el (pop3-streaming-movemail):
5136         Respect pop3-leave-mail-on-server.
5137
5138         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5139         retrieval.
5140
5141         * pop3.el (pop3-process-filter): Remove unused function.
5142         (pop3-streaming-movemail, pop3-send-streaming-command)
5143         (pop3-wait-for-messages, pop3-write-to-file)
5144         (pop3-number-of-responses): New functions for streaming pop3
5145         retrieval.
5146
5147         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5148         come from no known methods.
5149         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5150         list.
5151
5152         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5153         message sizes.
5154         (pop3-movemail): Use erase-buffer instead of looping and deleting
5155         regions, which seems rather odd.
5156
5157         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5158         file once per `g' run.
5159
5160         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5161         directories.  This makes the draft queue directory work.
5162
5163         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5164         data from the backends, so that we only request the list of groups from
5165         each method once.  This should speed things up considerably.
5166
5167         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5168         detect that it's not implemented.
5169
5170         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5171         we actually do recurse down into the tree, but don't stat all leaf
5172         nodes.
5173
5174         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5175         then say so instead of bugging out.
5176
5177         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5178         files exist before trying to read them.
5179
5180         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5181         around <pre_int>.
5182
5183         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5184
5185         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5186
5187 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * mm-util.el (mm-image-load-path): Just return the image directories,
5190         not all directories in the path in addition to the image directories.
5191         (mm-image-load-path): Maintain a cache of the image directories so that
5192         the `g' command in Gnus doesn't have to stat dozens of directories each
5193         time.
5194
5195         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5196         (gnus-html-wash-tags): Add a new `i' command to insert images.
5197         (gnus-html-insert-image): New command and keystroke.
5198         (gnus-html-redisplay-with-images): New command and keystroke.
5199         (gnus-html-show-images): Rename command.
5200         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5201         spacers.
5202         (gnus-html-wash-tags): Decode entities at the end, so that entities
5203         inside the tags don't mess up the rest of the "parsing".
5204
5205         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5206         so that nnimap methods aren't agentized by default.  There's apparently
5207         many problems related to agent/imap behaviour.
5208
5209         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5210
5211         * gnus-html.el: Doc fix.
5212
5213 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5216         specifier-spec-list for Emacs 21.
5217
5218         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5219         glyph-width and glyph-height instead of display-graphic-p and
5220         image-size; make avoidance of displaying small images work for XEmacs.
5221
5222         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5223         for XEmacs.
5224
5225         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5226         of symbol that holds plist data.
5227         (gnus-process-plist): Remove plist of process after getting it.
5228
5229 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * message.el (message-generate-hashcash): Change default to
5232         'opportunistic if hashcash is installed.
5233
5234         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5235         (gnus-html-put-image): Only call image-size once, since it's somewhat
5236         time-consuming on remote X servers.
5237
5238 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5241         type on data, not a file name.
5242
5243         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5244         window-pixel-edges for Emacs 21.
5245
5246         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5247         decoded contents.
5248         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5249
5250 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5253         group line format, since it isn't very interesting.
5254
5255         * gnus-agent.el (gnus-agent-short-article),
5256         (gnus-agent-long-article): Increase values for these two variables,
5257         since most people are likely to have more network connection and
5258         storage than before.
5259
5260         * gnus.el (gnus-refer-article-method): Change default to 'current.
5261         When referring an article, the common behaviour is to refer it from the
5262         current select method, not the native select method.  The chances of
5263         the native select method having the message in question is rather slim
5264         these days.
5265
5266         * gnus-sum.el (gnus-auto-select-subject): Change default to
5267         `unseen-or-unread'.  I think it's likely that most people want to
5268         select an unseen article over a previously seen, but unread one.
5269
5270         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5271         means that in the article buffer none of the minor mode elements will
5272         be shown, usually, and this is not desirable in most cases.
5273
5274         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5275         that commands like `d' (and the like) go to the next line in the
5276         buffer, instead of the next unread article.  I think this is the
5277         behaviour that is most natural for most users.
5278         (gnus-single-article-buffer): Change default to nil, so that people can
5279         have as many article buffers open as they have summary buffer.  I think
5280         this is the most natural way for the groups to behave.
5281
5282         * message.el (message-generate-new-buffers): Change default to
5283         `unsent', so that all new message buffers start their names with the
5284         string "*unsent", and it's easier to find the buffers if you move from
5285         them.
5286
5287 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5288
5289         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5290         small.  They're probably tracking images.
5291         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5292         (gnus-html-rescale-image): Yet another try at getting the image sizing
5293         right.
5294
5295         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5296         nntp-marks-file-name is nil.
5297
5298 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5299
5300         * gnus-html.el (gnus-html-wash-tags)
5301         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5302         Better logging.
5303
5304 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305
5306         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5307
5308         * gnus-html.el (gnus-html-wash-tags): Check the value of
5309         gnus-blocked-images in the summary buffer.
5310
5311 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5312
5313         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5314
5315 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5318         like "a", it seems like.
5319         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5320         since it needs to be picked from the correct buffer.
5321
5322         * nnwfm.el: Remove.
5323
5324         * nnlistserv.el: Remove.
5325
5326 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5327
5328         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5329         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5330
5331 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * nnkiboze.el: Remove.
5334
5335         * nndb.el: Remove.
5336
5337         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5338         alt text.
5339         (gnus-html-rescale-image): Try to get the rescaling logic right for
5340         images that are just wide and not tall.
5341
5342         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5343         overshadow variable bindings.
5344
5345 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5346
5347         * gnus-html.el (gnus-html-wash-tags)
5348         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5349         Add extra logging.
5350
5351 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5354         (gnus-max-image-proportion): New variable.
5355         (gnus-html-rescale-image): New function.
5356         (gnus-html-put-image): Rescale images.
5357
5358 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5359
5360         Fix up some byte-compiler warnings.
5361         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5362         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5363         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5364         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5365         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5366         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5367         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5368
5369 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-html.el (gnus-article-html): Decode contents by charset.
5372
5373 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5376         (gnus-html-frame-width, gnus-blocked-images)
5377         * message.el (message-prune-recipient-rules): Add custom version.
5378         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5379
5380         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5381         functions.
5382
5383         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5384         gnus-process-get.
5385
5386 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5387
5388         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5389         instead of lsub directly.
5390
5391 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * nnwarchive.el: Remove.
5394
5395         * gnus-soup.el: Remove.
5396
5397         * nnsoup.el: Remove.
5398
5399         * nnultimate.el: Remove.
5400
5401         * gnus-html.el (gnus-blocked-images): New variable.
5402
5403         * message.el (message-prune-recipients): New function.
5404         (message-prune-recipient-rules): New variable.
5405
5406         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5407         guess whether a long line is natural text or not.
5408
5409         * gnus-html.el (gnus-html-schedule-image-fetching):
5410         Use gnus-process-plist and friends for compatibility.
5411
5412 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5413
5414         * gnus-html.el: Require packages that define macros used in this file.
5415         (gnus-article-mouse-face): Declare to silence byte-compiler.
5416         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5417         process-get.
5418         (gnus-html-put-image): Use plist-get to avoid getf.
5419         (gnus-html-prefetch-images): Use with-current-buffer.
5420
5421 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-ems.el: Provide compatibility functions for
5424         gnus-set-process-plist.
5425
5426         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5427         header-line-format for XEmacs 21.4.
5428
5429         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5430         * gnus.el (gnus-valid-select-methods)
5431         * message.el (message-send-mail-partially-limit)
5432         * mm-decode.el (mm-text-html-renderer)
5433         * mml.el (mml-insert-mime-headers-always)
5434         * smiley.el (smiley-regexp-alist): Bump custom version.
5435
5436 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-html.el: require mm-url.
5439         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5440         with the url to `url'.
5441         (gnus-html-wash-tags): Support cid: URLs/images.
5442
5443 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5446         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5447         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5448
5449         * gnus-move.el: Remove file, since it doesn't really work.
5450
5451         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5452         UTF-8.  This seems to fix problems with some German web feeds.
5453
5454         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5455         at the top so that the proper colours are applied.
5456
5457         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5458         don't have dots in their names.
5459
5460         * gnus-art.el (gnus-article-view-part): Doc fix.
5461
5462         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5463         XEmacs-compatible.
5464         (gnus-html-put-image): Don't do images on non-graphic displays.
5465
5466         * nnslashdot.el: Remove this unused backend.
5467
5468         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5469         actions.
5470         (gnus-undo-register-1): Revert last change.
5471
5472         * gnus-group.el (gnus-group-completing-read): Protect against not
5473         having completion-styles bound.
5474
5475         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5476         make broken recipients happier.
5477
5478         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5479
5480         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5481         point parameter.
5482
5483         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5484
5485         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5486         completion-styles for group selection.
5487
5488 2009-02-04  Andreas Schwab  <schwab@suse.de>
5489
5490         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5491         headers and regexp-quote the match if necessary.
5492
5493 2009-03-24  Miles Bader  <miles@gnu.org>
5494
5495         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5496         the blinking smiley.
5497
5498 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5499
5500         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5501         blink smiley.
5502
5503 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5506         where the dribbel file lives exists.
5507
5508         * message.el (message-send-mail-partially-limit): Change the default to
5509         nil, since most people don't want this.
5510
5511         * mm-url.el (mm-url-decode-entities): Also decode entities like
5512         &#x3212.
5513
5514 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5515
5516         * gnus-sum.el (gnus-summary-idna-message):
5517         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5518         Hyperlink urls in docstrings with URL `...'.
5519
5520 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5521
5522         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5523         functions.
5524
5525 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5528         say what the mouseover text should be.
5529
5530         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5531         version of the mm-w3m-safe-url-regexp variable to only download images
5532         in the groups where we want that to happen.
5533
5534         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5535
5536         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5537         easier debugging.
5538         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5539         big pictures in the article buffer.
5540
5541         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5542         gnus-article-html.
5543         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5544         w3m.
5545
5546         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5547
5548 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5551         which doesn't exist.
5552
5553         * message.el (message-inhibit-ecomplete): New variable to allow some
5554         function to inhibit ecomplete address storage.
5555         (message-resend): Disable ecomplete message storage when resending
5556         messages.
5557
5558         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5559
5560 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5563         Save excursion while copying, moving, and deleting articles in order to
5564         prevent the cursor from jumping to unforeseen place.
5565
5566 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * lpath.el: No need to bind bookmark-current-buffer,
5569         bookmark-yank-point and bookmark-make-record-function.
5570
5571 2010-08-17  Glenn Morris  <rgm@gnu.org>
5572
5573         * gnus-sync.el: Require gnus components whose functions are used.
5574
5575         * gnus-art.el (bookmark-make-record-function):
5576         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5577         Declare for compiler.
5578
5579         * mm-url.el (mml-compute-boundary): Autoload.
5580
5581 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5584
5585 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         Typo fix "hoo4a" -> "hook".
5588
5589         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5590
5591 2010-08-14  Glenn Morris  <rgm@gnu.org>
5592
5593         * gnus-sync.el (gnus-sync): Fix defgroup version.
5594
5595 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5598
5599         * gnus-sync.el: Fix docs.
5600         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5601         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5602
5603 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5604
5605         Optimizations for gnus-sync.el.
5606
5607         * gnus-sync.el: Add docs about gnus-sync-backend
5608         possibilities.
5609         (gnus-sync-save): Remove unnecessary message.
5610         (gnus-sync-read): Optimize and show what groups were skipped.
5611
5612 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         Minor bug fixes for gnus-sync.el.
5615
5616         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5617         Don't read the sync on get-new-news.
5618
5619         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5620         quiet.
5621
5622         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5623         (fix typo).
5624
5625 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5626
5627         Make saving and restoring of hidden threads work with overlays.
5628         Patch applied by Ted Zlatanov.
5629
5630         * gnus-sum.el (gnus-hidden-threads-configuration)
5631         (gnus-restore-hidden-threads-configuration): Update to deal with text
5632         properties, rather than searching for a magic character.
5633
5634 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5635
5636         New gnus-sync.el library for synchronization of marks.
5637
5638         * gnus-sync.el: New library for synchronization of marks.
5639
5640         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5641         renamed from `gnus-registry-grep-in-list'.
5642
5643         * gnus-registry.el (gnus-registry-follow-group-p):
5644         Use `gnus-grep-in-list'.
5645
5646         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5647
5648 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5651         determining charset of text fails.
5652
5653 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * nnmail.el (nnmail-get-new-mail-1): Revert.
5656
5657         * nnml.el (nnml-active-number): Make sure names of newly created groups
5658         in nnml-group-alist are encoded.
5659
5660 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5663         containing non-ASCII characters in active file for nnml back end.
5664
5665 2010-07-24  David Engster  <dengste@eml.cc>
5666
5667         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5668         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5669
5670 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5671
5672         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5673         tag (Bug#6654).
5674
5675 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5678         the article buffer, not the summary buffer.
5679
5680 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5683         Emacs 23 as well.
5684
5685 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5688         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5689
5690 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5691
5692         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5693         Patch applied by Karl Fogel.
5694
5695         * gnus-sum.el (gnus-summary-bookmark-make-record):
5696         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5697
5698 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5699
5700         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5701         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5702         C-w still not working correctly from Article buffers; Thierry's
5703         patch to fix that will be applied after this.
5704
5705         * gnus-art.el (bookmark-make-record-function): New local variable.
5706
5707         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5708         article buffer.
5709         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5710
5711 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5712
5713         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5714         on changes in bookmark.el.
5715
5716 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5719         `no-log' instead of message not to log prompt string.
5720
5721 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5722
5723         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5724         the *other* type of HTML form submission.
5725
5726 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5727
5728         * auth-source.el (auth-source-pick): If choice does not contain a
5729         questioned keyword, set the check to t.
5730
5731 2010-06-12  Romain Francoise  <romain@orebokech.com>
5732
5733         * gnus-util.el (gnus-date-get-time): Move up before first use.
5734
5735 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5738         (gnus-article-edit-part): Bind it to make last part that is substituted
5739         or deleted visible.
5740         (gnus-mime-display-single): Buttonize part of which id equals to
5741         gnus-mime-buttonized-part-id.
5742
5743 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5744
5745         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5746         (gnus-dd-mmm): Use gnus-date-get-time.
5747         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5748         simplify logic.
5749         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5750         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5751
5752 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5753
5754         * auth-source.el (top): Autoload `secrets-list-collections',
5755         `secrets-create-item', `secrets-delete-item'.
5756         (auth-sources): Fix tag string.
5757         (auth-get-source, auth-source-retrieve, auth-source-create)
5758         (auth-source-delete): New defuns.
5759         (auth-source-pick): Rewrite in order to avoid 2 passes.
5760         (auth-source-forget-user-or-password): New parameter USERNAME.
5761         (auth-source-user-or-password): New parameters CREATE-MISSING and
5762         DELETE-EXISTING.  Retrieve password interactively, if needed.
5763
5764 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5765
5766         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5767         deleting unused directories when gnus-expert-user is t.
5768
5769 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5772         for each temp file when gnus-article-browse-delete-temp is ask.
5773
5774 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5775
5776         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5777         Lisp calls to delete-backward-char by calls to delete-char.
5778
5779 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5780
5781         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5782
5783 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5784
5785         * password-cache.el (password-cache-remove): Fix docstring.
5786
5787 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5790         article unless decoding article to be saved.
5791
5792 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5795         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5796         generated within the mm-with-unibyte-current-buffer macro.
5797
5798 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5801         to nil when we're in a mml-preview buffer and no group is selected.
5802
5803 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5804
5805         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5806         when catching the `C-g'.  Reported by "Leo".
5807
5808 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * message.el (message-forward-make-body-plain)
5811         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5812         multibyte-string-p.
5813
5814         * lpath.el: Revert.
5815
5816 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * message.el (message-forward-make-body-mml): Assume original message
5819         is multibyte string; error on unibyte.
5820         (message-forward-make-body-plain): Ditto; don't add excessive newline
5821         in body end.
5822
5823         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5824
5825 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5826
5827         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5828         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5829
5830 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * mm-extern.el (mm-extern-url): Don't use
5833         mm-with-unibyte-current-buffer.
5834         (mm-extern-cache-contents): Use with-current-buffer instead of
5835         save-excursion + set-buffer.
5836
5837 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * mm-util.el (mm-emacs-mule): Remove.
5840
5841 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5842
5843         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5844         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5845         change.
5846
5847 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5850         bind the default value of enable-multibyte-characters to nil.
5851
5852 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * message.el (message-forward-make-body-plain)
5855         (message-forward-make-body-mml):
5856         Don't use mm-with-unibyte-current-buffer.
5857
5858 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5861
5862 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5863
5864         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5865         (Bug#5592).
5866
5867 2010-05-07  Julien Danjou  <julien@danjou.info>
5868
5869         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5870         it to mm-pipe-part.
5871
5872         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5873         it is given.
5874
5875 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * binhex.el (binhex-decode-region-internal)
5878         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5879         (dns-query)
5880         * nnweb.el (nnweb-gmane-search)
5881         * pgg-parse.el (pgg-parse-armor)
5882         * pgg.el (pgg-verify-region)
5883         * sha1.el (sha1-string-external)
5884         * uudecode.el (uudecode-decode-region-internal)
5885         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5886         XEmacs.
5887
5888         * gnus-art.el (gnus-article-browse-html-parts)
5889         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5890         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5891         make-temp-file.
5892
5893         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5894         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5895         compiling.
5896
5897         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5898         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5899         XEmacs when compiling.
5900
5901         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5902         gnus-pick-mode-off-hook for XEmacs when compiling.
5903         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5904         gnus-binary-mode-off-hook for XEmacs when compiling.
5905
5906         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5907         Return nil if char-charset is not available.
5908
5909         * imap.el (imap-disable-multibyte)
5910         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5911         macros.
5912
5913         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5914         instead of encode-coding-string.
5915
5916         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5917         'xemacs) instead of mm-emacs-mule to switch function definitions.
5918         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5919
5920         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5921         bind temporary-file-directory for XEmacs;
5922         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5923         timer-set-function for XEmacs 21.4 and SXEmacs;
5924         bind timer-list for XEmacs 21.4 and SXEmacs;
5925         fbind char-charset and find-charset-region for non-Mule XEmacs;
5926         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5927         encode-coding-region and encode-coding-string for XEmacs having no
5928         file-coding feature.
5929
5930 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5931
5932         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5933
5934 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5937         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5938
5939 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5940
5941         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5942         alias `jka-compr-delete-temp-file' no longer exists.
5943
5944 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5945
5946         Use define-minor-mode in Gnus where applicable.
5947         * mml.el (mml-mode): Use define-minor-mode.
5948         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5949         (gnus-undo-mode): Use define-minor-mode.
5950         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5951         (gnus-dead-summary-mode): Use define-minor-mode.
5952         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5953         Initialize in declaration.
5954         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5955         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5956         (gnus-mailing-list-mode): Use define-minor-mode.
5957         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5958         (gnus-draft-mode): Use define-minor-mode.
5959         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5960         (gnus-dired-mode): Use define-minor-mode.
5961
5962 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5963
5964         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5965         handles on recursive mml-to-mime translation and check them for
5966         boundary delimiter collisions.  Reported by Greg Troxel.
5967
5968 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5971
5972 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5973
5974         * mm-util.el (mm-find-buffer-file-coding-system):
5975         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5976
5977 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5978
5979         * message.el (message-generate-headers): Record insertion of optional
5980         headers as well.  Otherwise the check to prevent repeated insertion of
5981         optional headers is a no-op.
5982
5983 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * smime.el: Don't mention CVS.
5986
5987         * nnrss.el (nnrss-fetch): Don't mention CVS.
5988
5989         * nnir.el: Don't mention CVS.
5990
5991 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5992
5993         * gnus-sum.el (gnus-summary-bookmark-make-record):
5994         Add `location' field.
5995
5996 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * lpath.el: Fbind bookmark-default-handler,
5999         bookmark-get-bookmark-record, bookmark-make-record-default,
6000         bookmark-prop-get for Emacs <23 and XEmacs.
6001
6002 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6003
6004         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6005         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6006         Use with-current-buffer to silence the byte-compiler.
6007         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6008         bother to require `gnus'.
6009         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6010
6011 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6012
6013         * gnus-sum.el (gnus-summary-bookmark-make-record)
6014         (gnus-summary-bookmark-jump): New functions.
6015         (gnus-summary-mode): Setup bookmark support.
6016
6017 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6018
6019         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6020         if set.
6021
6022 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6025         gnus-article-browse-html-save-cid-image; make it work recursively for
6026         forwarded messages as well.
6027         (gnus-article-browse-html-parts): Work when prefix arg is given.
6028         (gnus-article-browse-html-article): Doc fix.
6029
6030 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6031
6032         * message.el (message-default-mail-headers):
6033         (message-default-headers): Carry the value mail-default-headers over
6034         into message-default-mail-headers, rather than message-default-headers.
6035
6036 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6037
6038         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6039         charset.
6040
6041         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6042         charset into the <meta> tag when the article is encoded to utf-8.
6043
6044 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-art.el (gnus-article-browse-delete-temp-files):
6047         Delete directories as well.
6048         (gnus-article-browse-html-parts): Work for images that do not specify
6049         file names; delete temp directory when quitting; insert header at the
6050         right place; use file: scheme for image files.
6051
6052 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6053
6054         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6055         (gnus-article-browse-html-parts): Use it to make temporary cid image
6056         files in addition to html file so that browser may display them.
6057
6058 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6061
6062 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6063
6064         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6065
6066 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6067
6068         * auth-source.el (auth-sources): Change default to be simpler.
6069         Explain about Secret Service API sources.  Improve Customize options.
6070         (auth-source-pick): Change to accept any number of search parameters.
6071         Implement fallbacks iteratively, not recursively.  Add scoring on the
6072         second pass and sort by score.  Call Secret Service API when needed.
6073         (auth-source-user-or-password): Use it.  Call Secret Service API
6074         directly when needed to get the user name and the password.
6075
6076 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6077
6078         * message.el (message-interactive): Doc fix.
6079         (message-qmail-inject-args): Reflow.
6080         (message-kill-to-signature): Fix typo in docstring.
6081
6082         * smiley.el (smiley-buffer): Fix typo in docstring.
6083
6084 2010-03-24  Glenn Morris  <rgm@gnu.org>
6085
6086         * mail-source.el (gnus-message): Declare.
6087         (mail-source-delete-old-incoming): Require gnus-util.
6088
6089 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6092
6093         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6094
6095         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6096         password-cache's default if it is not bound.
6097         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6098         password-cache-expiry's default if it is not bound.
6099
6100         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6101         available in Emacs 21.
6102
6103         * lpath.el: Suppress compiler warnings for:
6104         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6105         XEmacs;
6106         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6107         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6108         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6109
6110 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * auth-source.el (auth-sources): Fix up definition so extra parameters
6113         are always inline.
6114
6115 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6116
6117         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6118         wasn't updated after mismatch.  Clear cached mailbox info correctly
6119         when uidvalidity changes.
6120         (nnimap-group-prefixed-name): New function to avoid some code
6121         duplication.
6122         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6123         (nnimap-request-group): Use it.
6124         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6125         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6126         with many imap folders.  This is done by caching the group status from
6127         the imap server persistently in a group parameter `imap-status'.  (This
6128         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6129         but not persistently, so every Gnus startup was still very slow.)
6130
6131 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6134         delete the extra newline.  Otherwise editing of :string and :number
6135         types don't work.
6136
6137 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6140         secrets.el dependency.
6141         (auth-sources): Add optional user name.  Add secrets.el configuration
6142         choice (unused right now).
6143
6144 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * gnus-sum.el (gnus-summary-make-menu-bar):
6147         Let `gnus-registry-install-shortcuts' fill in the functions.
6148
6149         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6150         warnings.
6151         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6152         (gnus-registry-install-shortcuts): Populate and use it in a
6153         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6154
6155 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6156
6157         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6158         In-place substitutions for the group name encoding/decoding.
6159         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6160         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6161         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6162         (nnimap-update-unseen, nnimap-request-list)
6163         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6164         (nnimap-request-set-mark, nnimap-split-to-groups)
6165         (nnimap-split-articles, nnimap-request-newgroups)
6166         (nnimap-request-create-group, nnimap-request-accept-article)
6167         (nnimap-request-delete-group, nnimap-request-rename-group)
6168         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6169         `encoded-mbx' for consistency.
6170         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6171         variable `imap-current-mailbox'.
6172
6173         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6174         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6175
6176 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6177
6178         * pop3.el (pop3-display-message-size-flag): Display message size byte
6179         counts during POP3 download.
6180         (pop3-movemail): Use it.
6181         (pop3-list): Implement listing of available messages.
6182
6183 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6184
6185         * nnir.el (nnir-get-article-nov-override-function): New function to
6186         override the normal NOV retrieval.
6187         (nnir-retrieve-headers): Use it.
6188
6189 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6190
6191         * auth-source.el (netrc-machine-user-or-password): Autoload.
6192
6193 2010-03-19  Glenn Morris  <rgm@gnu.org>
6194
6195         Stop message.el from loading about 40 libraries it doesn't always need.
6196         The general approach is to autoload rather than require, and to
6197         require in the specific functions rather than the file.  (Bug#5642)
6198
6199         * gmm-utils.el: Don't require wid-edit.
6200         (widget-create-child-value, widget-convert, widget-default-get):
6201         Autoload.
6202
6203         * gnus-util.el: Don't require time-date, netrc.
6204         (message-fetch-field, gnus-group-name-decode): Declare rather than
6205         autoloading.
6206         (gnus-fetch-field): Require message.
6207         (gnus-decode-newsgroups): Require gnus-group.
6208
6209         * ietf-drums.el: Don't require time-date.
6210
6211         * message.el: Don't require hashcash, canlock, ecomplete.
6212         Do require mail-utils.  Require nnheader only when compiling.
6213         (smtpmail-default-smtp-server): Remove declaration.
6214         (message-send-mail-function): Check smtpmail-default-smtp-server
6215         is bound rather than requiring smtpmail.
6216         (message-auto-save-directory, message-insert-signature):
6217         Use expand-file-name rather than nnheader-concat.
6218         (nnheader-insert-file-contents): Autoload.
6219         (hashcash-wait-async): Declare.
6220         (message-send-mail): Only call gnus-setup-posting-charset if
6221         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6222         (message-send-mail-with-sendmail): Require sendmail.
6223         (canlock-password, canlock-password-for-verify): Declare.
6224         (message-canlock-password): Require canlock.
6225         (nnheader-get-report): Autoload.
6226         (gnus-setup-posting-charset): Declare.
6227         (message-send-news): Require gnus-msg.
6228         (message-make-references, message-make-in-reply-to): Use mail-header-id
6229         rather than the alias mail-header-message-id.
6230         (ecomplete-add-item, ecomplete-save): Declare.
6231         (message-put-addresses-in-ecomplete): Require ecomplete.
6232         (ecomplete-display-matches): Autoload.
6233
6234         * mm-decode.el: Don't require mailcap, gnus-util.
6235         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6236         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6237         Autoload.
6238         (mailcap-mime-extensions): Declare.
6239
6240         * mm-encode.el: Don't require mailcap.
6241         (mailcap-extension-to-mime): Autoload.
6242
6243         * mml-sec.el: Don't require password-cache.
6244
6245         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6246         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6247         (mml-minibuffer-read-type): Require mailcap.
6248         (mml-preview): Require gnus-msg.
6249
6250         * mml1991.el: Require password-cache.
6251         (password-cache-expiry): Remove declaration.
6252
6253         * mml2015.el: Require password-cache.
6254         (password-cache-expiry): Remove declaration.
6255
6256         * nneething.el (mailcap): Require mailcap.
6257
6258         * nnheader.el (declare-function): Add compatibility stub.
6259         (message-remove-header): Declare rather than autoload.
6260         (nnheader-replace-header): Require message.
6261
6262         * nnimap.el (declare-function): Add compatibility stub.
6263         (netrc-parse, netrc-machine-user-or-password): Declare.
6264         (nnimap-open-connection): Require netrc.
6265
6266         * nntp.el (declare-function): Add compatibility stub.
6267         (netrc-parse, netrc-machine, netrc-get): Declare.
6268         (nntp-send-authinfo): Require netrc.
6269
6270         * rfc2047.el: Don't require qp.
6271         (quoted-printable-encode-region, quoted-printable-decode-string):
6272         Autoload.
6273
6274         * sieve-mode.el: Don't require easymenu.
6275         (easy-menu-add-item): Autoload it.
6276
6277         * spam-stat.el (time-to-number-of-days): Autoload it.
6278
6279 2010-03-19  Glenn Morris  <rgm@gnu.org>
6280
6281         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6282
6283 2010-03-18  Glenn Morris  <rgm@gnu.org>
6284
6285         * hashcash.el (declare-function): Remove duplicate definition.
6286
6287 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6288
6289         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6290         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6291         value if any backslash escapes).
6292
6293 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6296         if it is available.  (bug#5647)
6297
6298         * lpath.el: Suppress compiler warning for coding-system-from-name for
6299         Emacs 21 and XEmacs.
6300
6301 2010-03-14  Juri Linkov  <juri@jurta.org>
6302
6303         * hmac-def.el:
6304         * hmac-md5.el:
6305         * netrc.el: Fix keywords.
6306
6307 2010-02-26  Glenn Morris  <rgm@gnu.org>
6308
6309         * message.el (message-send-mail-function): Change the default, so that
6310         it inherits from a customized send-mail-function.  (Bug#5643)
6311
6312 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6313
6314         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6315         shell-command-to-string signals an error (bug#5299).
6316
6317 2010-02-24  Glenn Morris  <rgm@gnu.org>
6318
6319         * message.el (message-smtpmail-send-it)
6320         (message-send-mail-with-mailclient): Doc fixes.
6321
6322 2010-02-16  Glenn Morris  <rgm@gnu.org>
6323
6324         * message.el (message-default-mail-headers): Change the default value
6325         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6326
6327 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6330         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6331
6332 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6333
6334         * time-date.el (date-to-time): Doc fix (Bug#5408).
6335
6336 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6337
6338         * message.el (message-mail): Just pass yank-action on to message-setup.
6339         (message-setup): Handle (FUN . ARGS) form of yank-action.
6340         (message-with-reply-buffer, message-widen-reply)
6341         (message-yank-original): Handle non-buffer values of
6342         message-reply-buffer (Bug#4080).
6343         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6344
6345 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6346
6347         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6348         Fix typo in docstring.
6349
6350 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6351
6352         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6353         response.
6354
6355 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6358
6359         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6360
6361         * message.el (message-check-news-header-syntax): Protect against a
6362         string that `rfc822-addresses' returns when parsing fails.
6363
6364 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6367         (gnus-previous-char-property-change): New functions.
6368
6369         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6370
6371 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6372
6373         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6374         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6375
6376 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6377
6378         * message.el (message-exchange-point-and-mark): Rework last change to
6379         avoid using optional arg of exchange-point-and-mark, for backward
6380         compatibility.
6381
6382 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6383
6384         * message.el (message-exchange-point-and-mark):
6385         Call exchange-point-and-mark with an argument rather than setting
6386         mark-active by hand (Bug#5175).
6387
6388 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * nntp.el (nntp-service-to-port): Work for service expressed with
6391         numeric string; replace [:digit:] with [0-9] for XEmacs.
6392
6393 2009-12-17  Glenn Morris  <rgm@gnu.org>
6394
6395         * gnus-group.el (gnus-bug-group-download-format-alist):
6396         Change emacs entry to debbugs.gnu.org.  Bump :version.
6397
6398 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6401
6402 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * message.el (message-info): Explain why we use `Info-goto-node'.
6405
6406 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6409
6410 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6411
6412         * message.el (message-completion-in-region): New compatibility function.
6413         (message-expand-group): Use it.
6414
6415 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6418         with no unread article should be listed if the 2nd arg `predicate' is
6419         given.
6420
6421 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6424
6425 2009-11-29  Juri Linkov  <juri@jurta.org>
6426
6427         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6428         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6429         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6430
6431 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6432
6433         * sha1.el (sha1-string-external): default-directory "/" in case
6434         otherwise non-existent.  process-connection-type pipe for touch of
6435         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6436
6437 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6438
6439         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6440         it's comms related and sgml-mode.el has "comm" on that basis too.
6441
6442 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6445         containing tspecial characters if they have been already quoted.
6446
6447 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6448
6449         * dns-mode.el (auto-mode-alist): Purecopy string.
6450
6451 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6454
6455 2009-10-24  Glenn Morris  <rgm@gnu.org>
6456
6457         * gnus-art.el (help-xref-stack-item): Define for compiler.
6458
6459 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6460
6461         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6462
6463 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6466
6467 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6470         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6471
6472 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6475         (gnus-overlays-in): New alias to overlays-in.
6476
6477         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6478         gnus-overlay-get, and gnus-delete-overlay.
6479         (gnus-summary-show-thread): Make it work as well for systems in which
6480         next-single-char-property-change is not available.
6481         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6482
6483         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6484         (gnus-overlay-get): New alias to extent-property.
6485         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6486
6487         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6488         SXEmacs.
6489
6490         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6491         SXEmacs.
6492
6493 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6496
6497 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6498
6499         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6500         and XEmacs that don't have `remove-overlays'.
6501
6502 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6503
6504         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6505         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6506         selective display.  Use overlays instead.
6507
6508 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6509
6510         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6511
6512 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6513
6514         * spam-stat.el (spam-stat-load): Fix typo in message.
6515
6516 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6517
6518         * dig.el (dig-invoke): Fix typo in docstring.
6519         (query-dig): Reflow docstring.
6520
6521 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6522
6523         * gnus-art.el (gnus-article-encrypt-body):
6524         * message.el (message-check-recipients):
6525         * mm-util.el (mm-codepage-setup):
6526         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6527         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6528
6529 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6530
6531         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6532         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6533         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6534         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6535         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6536
6537 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6538
6539         * dig.el: Add "Keywords: comm", as per net-utils.el.
6540
6541 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6542
6543         * dig.el (dig-mode): Use define-derived-mode.
6544
6545 2009-09-19  Glenn Morris  <rgm@gnu.org>
6546
6547         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6548
6549 2009-09-18  Glenn Morris  <rgm@gnu.org>
6550
6551         * gnus-diary.el (gnus-diary-check-message):
6552         * message.el (message-insert-formatted-citation-line):
6553         * nnbabyl.el (top-level):
6554         * nndiary.el (nndiary-schedule):
6555         Fix typos in condition-case handlers.
6556
6557 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6560         configuration that provides the sole article window in a frame;
6561         position point correctly after deleting a part.
6562
6563 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6564
6565         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6566         (spam-resolve-registrations-routine): Use it to unregister articles
6567         that change status.
6568
6569 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6572         with XEmacs.
6573         (parse-time-string-chars): Use it.
6574
6575 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6576
6577         * imap.el (imap-interactive-login): Better messages.
6578         (imap-open): Fix bug with renamed buffer on reconnect.
6579         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6580         for easier debugging and cleaner code.  On successful (guessed based on
6581         server capabilities) secondary authentication, set imap-state
6582         correctly.
6583         (imap-last-authenticator): Define imap-last-authenticator as a variable
6584         to avoid warnings.
6585
6586 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nnrss.el (nnrss-request-article): Remove binding of
6589         default-enable-multibyte-characters that has gotten needless by
6590         the 2007-07-13 change in rfc2047-encode-message-header.
6591
6592         * mml.el (mml-insert-multipart): Error on the message header.
6593         (mml-insert-part): Error on the message header; position point at
6594         the end of a MIME tag.
6595
6596 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * time-date.el (autoload): Expand define-obsolete-function-alias into
6599         defalias and make-obsolete for old Emacsen that Gnus supports.
6600         (with-no-warnings): Define it for old Emacsen.
6601         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6602         is available.
6603         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6604         float-time is available; suppress compile warning for time-to-seconds.
6605
6606         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6607         (gnus-float-time): Alias to float-time if it exists.
6608
6609         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6610         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6611         float-time is available; suppress compile warning for time-to-seconds.
6612
6613         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6614         XEmacs.
6615
6616 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6617
6618         * imap.el (imap-message-map): Docstring fix.
6619
6620 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6623         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6624         Add the optional argument `encoding' that overrides the default.
6625
6626         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6627         mm-encode-buffer.
6628
6629 2009-09-04  Glenn Morris  <rgm@gnu.org>
6630
6631         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6632         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6633         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6634         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6635         * mm-util.el (mm-with-unibyte-current-buffer)
6636         (mm-find-buffer-file-coding-system):
6637         * yenc.el (yenc-decode-region): Use default-value rather than
6638         default-enable-multibyte-characters.
6639
6640 2009-09-03  Glenn Morris  <rgm@gnu.org>
6641
6642         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6643         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6644         than default-enable-multibyte-characters.
6645
6646 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6647
6648         * gnus-art.el (gnus-article-read-summary-keys):
6649         Fix gnus-buffer-configuration's value temporarily used.
6650
6651 2009-09-02  Glenn Morris  <rgm@gnu.org>
6652
6653         * gnus-util.el (gnus-float-time): New function.
6654         * gnus-delay.el (gnus-delay-article):
6655         * gnus-sum.el (gnus-thread-latest-date):
6656         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6657         * nnspool.el (nnspool-request-newgroups):
6658         Use gnus-float-time rather than time-to-seconds.
6659         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6660
6661         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6662         (gnus-header-subject-face, gnus-header-newsgroups-face)
6663         (gnus-header-name-face, gnus-header-content-face):
6664         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6665         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6666         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6667         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6668         (gnus-cite-face-11):
6669         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6670         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6671         (gnus-server-closed-face, gnus-server-denied-face)
6672         (gnus-server-offline-face):
6673         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6674         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6675         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6676         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6677         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6678         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6679         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6680         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6681         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6682         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6683         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6684         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6685         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6686         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6687         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6688         (gnus-summary-high-undownloaded-face)
6689         (gnus-summary-low-undownloaded-face)
6690         (gnus-summary-normal-undownloaded-face)
6691         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6692         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6693         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6694         (gnus-splash-face):
6695         * message.el (message-header-to-face, message-header-cc-face)
6696         (message-header-subject-face, message-header-newsgroups-face)
6697         (message-header-other-face, message-header-name-face)
6698         (message-header-xheader-face, message-separator-face)
6699         (message-cited-text-face, message-mml-face):
6700         * sieve-mode.el (sieve-control-commands-face)
6701         (sieve-action-commands-face, sieve-test-commands-face)
6702         (sieve-tagged-arguments-face):
6703         * spam.el (spam-face):
6704         Mark face aliases with "-face" in the name as obsolete.
6705
6706 2009-09-01  Glenn Morris  <rgm@gnu.org>
6707
6708         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6709         than goto-line.
6710
6711 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6714         Don't move point if the command is invoked inside the message header.
6715
6716 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6717
6718         * imap.el (imap-send-command): Simplify.
6719         (imap-wait-for-tag): point-max -> buffer-size.
6720
6721 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6722
6723         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6724         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6725         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6726         * nnir.el (nnir-swish-e-index-file):
6727         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6728         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6729         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6730         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6731         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6732         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6733
6734 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6737         Don't save excursion.
6738
6739 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6740
6741         * nnheader.el (nnheader-find-file-noselect):
6742         * mm-util.el (mm-insert-file-contents):
6743         Use (default-value 'major-mode) instead of default-major-mode.
6744
6745 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6746
6747         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6748
6749 2009-08-26  Glenn Morris  <rgm@gnu.org>
6750
6751         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6752         than placing in files.el.
6753
6754 2009-08-25  Glenn Morris  <rgm@gnu.org>
6755
6756         * nnir.el (top-level): Don't require cl at run-time.
6757         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6758         Replace cl-function substitute with gnus-replace-in-string.
6759         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6760         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6761         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6762         simplified expansions.
6763
6764 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6765
6766         * dig.el (dig): Add autoload cookie.
6767
6768 2009-08-22  Glenn Morris  <rgm@gnu.org>
6769
6770         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6771         goto-line.
6772
6773 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6774
6775         * parse-time.el (parse-time-string-chars): Save match data.
6776
6777 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6778
6779         * parse-time.el (parse-time-string-chars): Compute using character
6780         classes, to handle non-ascii characters (Bug#3190).
6781
6782 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6785
6786         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6787         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6788         (gnus-mm-display-part, gnus-mime-display-single)
6789         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6790         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6791
6792         * gnus-sum.el
6793         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6794         (gnus-summary-move-article): Add expirable mark to articles copied or
6795         moved to group that has auto-expire turned on if the option is non-nil.
6796
6797 2009-07-24  Glenn Morris  <rgm@gnu.org>
6798
6799         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6800         Fix typo.  (Bug#3903)
6801
6802 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6805         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6806         that should not be used for draft articles.
6807         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6808         that has no concern in minor mode keys.
6809         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6810         Abolish.
6811
6812 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6815         article without making inquiry to a user for unknown encoding.
6816
6817         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6818         (nnmaildir--scan): Assume i-node and device number that file-attributes
6819         returns might be cons-cell.
6820
6821         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6822
6823         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6824
6825 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6826
6827         * auth-source.el: Remove docs now in auth.texi.  Don't use
6828         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6829         `auth-source-hide-passwords' and use them.
6830
6831 2009-07-15  Glenn Morris  <rgm@gnu.org>
6832
6833         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6834
6835 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6838         excessive whitespace from the default values of title and description.
6839
6840 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6843         mail-fetch-field to fetch Content-Description header in order to
6844         exclude newlines.
6845
6846 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6847
6848         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6849         format used by GnuPG 2.0.11.
6850
6851 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6854         to deleted part.
6855
6856 2009-05-30  David Engster  <dengste@eml.cc>
6857
6858         * nnmairix.el: Remove old documentation in the commentary block.
6859         (nnmairix-request-group): Do not update active file for nnml back ends.
6860         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6861         end so that overview files are ignored.
6862         (nnmairix-update-groups): Make updating the groups more robust by using
6863         marks.
6864         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6865         with dollar characters in message-id.
6866
6867 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6870         2008-12-25 in dns.el.
6871
6872 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6873
6874         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6875         could happen if the text is only composed of spaces and/or tabs.
6876
6877 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6878
6879         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6880         when sending a queued message to avoid extra mml tags.
6881
6882 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6885
6886 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6889         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6890         rmail-toggle-header for XEmacs;
6891         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6892
6893 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-dired.el: Remove autoload for gnus-setup-message.
6896         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6897         displaying Gnus logo; always use compose-mail.
6898
6899 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6902
6903 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6906         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6907         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6908         available.
6909         (gnus-nocem-epg-verify): New function.
6910
6911 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6914
6915 2009-02-15  Glenn Morris  <rgm@gnu.org>
6916
6917         * gnus-util.el (rmail-insert-rmail-file-header)
6918         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6919         autoloads.
6920         (rmail-default-rmail-file): Remove unnecessary declaration.
6921         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6922
6923 2009-02-14  Glenn Morris  <rgm@gnu.org>
6924
6925         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6926         variable (only used in gnus-util, which declares it anyway).
6927         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6928         which was only needed by gnus-art (changed to not use it any more).
6929         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6930         only used in gnus-util, which autoloads it itself.
6931         (rmail-update-summary): Fix autoload.
6932
6933         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6934         rather than rmail-output-to-rmail-file.
6935
6936 2009-02-07  Glenn Morris  <rgm@gnu.org>
6937
6938         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6939         autoload of function that no longer exists.
6940         (rmail-toggle-header): Declare.
6941         (message-forward-rmail-make-body): Handle mbox Rmail.
6942
6943 2009-01-31  Glenn Morris  <rgm@gnu.org>
6944
6945         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6946         2009-01-09 change.
6947
6948 2009-01-31  Dave Love  <fx@gnu.org>
6949
6950         * imap.el (imap-fetch-safe): Bind debug-on-error.
6951         (imap-debug): Add imap-fetch-safe.
6952
6953 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6954
6955         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6956         (auth-source-forget-all-cached): New convenience function.
6957         (auth-source-user-or-password): Accept list of modes or a single mode.
6958
6959         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6960         auth-source modes.
6961
6962         * netrc.el (netrc-machine-user-or-password): Use list of
6963         auth-source modes.
6964
6965         * nnimap.el (nnimap-open-connection): Use list of
6966         auth-source modes.
6967
6968         * nntp.el (nntp-send-authinfo): Use list of
6969         auth-source modes.
6970
6971 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6974         now.
6975
6976 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6979         coding system in XEmacs; add a workaround for XEmacs.
6980
6981         * lpath.el: Fbind coding-system-aliasee.
6982
6983 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6986         of current-language-environment.
6987
6988 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6991         available at runtime.
6992
6993 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6996
6997 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6998
6999         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7000         the greatest positive fixnum value doesn't work under an XEmacs with
7001         bignum support; use the most-positive-fixnum constant instead,
7002         available since Emacs 21.1 with cl and XEmacs 21.1.
7003
7004 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7007         XEmacs gets not to work.
7008
7009 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * mm-util.el (mm-coding-system-priorities): Allow the value like
7012         "Japanese (UTF-8)" of current-language-environment.
7013
7014 2009-01-09  Glenn Morris  <rgm@gnu.org>
7015
7016         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7017         with last-command-event.
7018
7019 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7022         in the doc string.
7023
7024         * message.el (message-fix-before-sending): Amend comment.
7025
7026 2009-01-08  Dave Love  <fx@gnu.org>
7027
7028         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7029
7030 2009-01-07  David Engster  <dengste@eml.cc>
7031
7032         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7033         simplified server definitions by converting it via
7034         gnus-server-to-method.
7035
7036 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7039         parameter's operands.
7040
7041 2009-01-06  David Engster  <dengste@eml.cc>
7042
7043         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7044         primary select method (for gnus-group-mark-article-as-read).
7045
7046 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7047
7048         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7049         `(gnus)Face', not `(gnus)X-Face'.
7050
7051 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * mm-util.el (mm-ucs-to-char): New function.
7054
7055         * mm-url.el (mm-url-decode-entities): Use it.
7056
7057         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7058         unicode-to-char.
7059
7060 2009-01-05  Dave Love  <fx@gnu.org>
7061
7062         * time-date.el: Require cl for `declare'.
7063
7064 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7067         Dave Love.
7068
7069 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * message.el (message-fix-before-sending): Add `eight-bit' to
7072         illegible-text check.
7073
7074 2009-01-03  Michael Olson  <mwolson@gnu.org>
7075
7076         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7077         `headers' is nil.  This can occur if the IMAP server does not have
7078         permissions to read messages from a folder, but can write new messages
7079         to the folder.
7080         (nnimap-request-article-part): Do not insert `data' if it is nil.
7081
7082         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7083         characters which will confuse `read', so skip past them.
7084
7085 2009-01-01  Dave Love  <fx@gnu.org>
7086
7087         * imap.el (imap-string-to-integer): Fix typo.
7088         (imap-fetch-safe): New function.
7089         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7090
7091         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7092
7093         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7094         (imap-parse-greeting): Fix doc strings.
7095         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7096         (imap-parse-flag-list): Make messages unique.
7097         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7098
7099         * nnimap.el: Fix author email.
7100         (nnimap-split-rule): Add FIXME comment.
7101         (nnimap-debug): Fix doc string.
7102
7103 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7106
7107 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7110         nslookup if resolv.conf isn't available.
7111         (dns-query): Rename from query-dns.
7112         (dns-query-cached): Rename from query-dns-cached.
7113
7114 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7117         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7118         to check if those variables exist (first appeared in Emacs 18.50).
7119
7120 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * mm-util.el (mm-line-number-at-pos): New function.
7123
7124         * spam-report.el (spam-report-process-queue): Use it.
7125
7126 2008-12-24  David Engster  <dengste@eml.cc>
7127
7128         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7129         parameters that haven't existed as variables as buffer-local variables.
7130
7131 2008-12-23  Dave Love  <fx@gnu.org>
7132
7133         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7134         cadar.
7135
7136         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7137         imap-starttls-p.
7138         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7139
7140 2008-12-22  Dave Love  <fx@gnu.org>
7141
7142         * imap.el: Fix author email.  Doc fixes.
7143         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7144         reply.
7145
7146 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * spam-report.el (spam-report-gmane-max-requests): New constant.
7149         (spam-report-gmane-wait): New variable.
7150         (spam-report-gmane-ham, spam-report-gmane-spam)
7151         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7152         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7153         the server.
7154
7155         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7156         Add explanations.
7157
7158         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7159         nnheader-accept-process-output and nnheader-read-timeout if available.
7160         (pop3-movemail): Use it.
7161
7162         * message.el (message-check-news-body-syntax): Fix signature check if
7163         there's an attachment.
7164
7165 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * mm-util.el: Add comments to the mm- emulating functions.
7168
7169 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7172         Reported by Stephen Berman <stephen.berman@gmx.net>.
7173
7174 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * mm-util.el (mm-substring-no-properties): New function.
7177         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7178         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7179         (mm-string-to-multibyte): Doc fix.
7180
7181         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7182
7183 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * mml.el (mml-attach-file): Strip text properties from file name.
7186         (Bug#1574)
7187
7188 2008-12-16  Glenn Morris  <rgm@gnu.org>
7189
7190         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7191
7192 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7195         knows since the charset specified might be a bogus alias that
7196         mm-charset-synonym-alist provides.
7197
7198 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7199
7200         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7201         "ISO_8859-1".
7202
7203         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7204
7205 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * mm-util.el (mm-charset-eval-alist):
7208         Define it before mm-charset-to-coding-system.
7209         (mm-charset-to-coding-system): Add optional argument `silent';
7210         define it before mm-charset-override-alist.
7211         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7212         default value if it can be used in Emacs currently running;
7213         silence mm-charset-to-coding-system.
7214
7215 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7218         `allow-override' which says whether to use `mm-charset-override-alist'.
7219         (rfc2047-decode-encoded-words): Use it.
7220
7221         * mm-util.el (mm-charset-override-alist): Fix custom type;
7222         add `(gb2312 . gbk)' to choices.
7223
7224 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7227         fast.
7228
7229         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7230
7231         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7232
7233 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7234
7235         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7236         on links.
7237
7238         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7239
7240 2008-12-03  Lute Kamstra  <lute@gnu.org>
7241
7242         * sha1.el: Remove leading * from docstrings of defcustoms,
7243         deffaces, defconsts and defuns.
7244
7245 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7248         users' addresses that don't have domain parts.
7249         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7250         rather than message-narrow-to-head since there will be the message
7251         header separator.
7252
7253 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7254
7255         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7256         since the result is inserted in a unibyte buffer anyway.
7257         (nnimap-demule-use-string-to-multibyte): Remove.
7258         (nnimap-demule): Alias it to mm-string-to-multibyte.
7259
7260 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7263         variable for debugging bug#464 and bug#1174.
7264         (nnimap-demule): Use it.
7265
7266 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7269         score calculation correctly.
7270
7271 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7272
7273         * message.el (message-send-mail): Just set the buffer to unibyte
7274         rather than use mm-with-unibyte-current-buffer which does a lot more.
7275         (message-send-mail-partially): Don't bother with
7276         mm-with-unibyte-current-buffer since it's already been made unibyte by
7277         message-send-mail.
7278
7279 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7280
7281         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7282
7283 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7286
7287 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7290         require itself and to remove `with-no-warnings'.
7291
7292 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7293
7294         * starttls.el (starttls-any-program-available): Get the name of the
7295         available TLS layer program.
7296         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7297         well as the host name in the "opening" message.
7298
7299         * auth-source.el (auth-source-cache, auth-source-do-cache)
7300         (auth-source-user-or-password): Cache passwords and logins by default,
7301         allow override with `auth-source-do-cache'.
7302         (auth-source-forget-user-or-password): Allow users to remove cache
7303         entries if needed.
7304
7305 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7306
7307         * md4.el (md4-buffer): Fix typo in docstring.
7308         (md4, md4-64): Doc fixes.
7309         (md4-pack-int32): Reflow docstring.
7310
7311 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7314         condition-case to only the forward-sexp call.
7315
7316 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7317
7318         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7319         quotes contained.  Make it more robust regardless by an extra
7320         condition-case wrapper.
7321
7322 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7325
7326 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * nnml.el (nnml-request-expire-articles): Check if the function set to
7329         `nnmail-expiry-target' returns the symbol `delete'.
7330
7331         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7332
7333         * nnmail.el (nnmail-expiry-target): Fix custom type.
7334
7335 2008-10-02  Glenn Morris  <rgm@gnu.org>
7336
7337         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7338         Silence compiler warning.
7339
7340 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7341
7342         * tls.el (open-tls-stream): Show the actual command being
7343         executed, instead of the format string.
7344
7345 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * lpath.el: Fbind codepage-setup for Emacs 23.
7348
7349 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7350
7351         * mml.el (mml-menu): Don't assume mml2015 is bound.
7352
7353 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7356         exists.
7357
7358 2008-09-27  Glenn Morris  <rgm@gnu.org>
7359
7360         * gnus-util.el (mail-header-remove-comments): Autoload it.
7361
7362 2008-09-27  Andreas Schwab  <schwab@suse.de>
7363
7364         * gnus-util.el (gnus-split-references): Strip comments.
7365         (gnus-parent-id): Likewise.
7366
7367 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * message.el (message-confirm-send): Fix version.
7370
7371 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * message.el (message-idna-to-ascii-rhs-1): Use
7374         mail-extract-address-components rather than mail-header-parse-addresses
7375         that is an alias by default to ietf-drums-parse-addresses that does not
7376         support non-ASCII names in headers' contents.
7377
7378 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * message.el (message-confirm-send): Fix variable documentation to
7381         avoid the "y/n" wording.
7382
7383 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7384
7385         * message.el (message-set-auto-save-file-name): Save to a different
7386         filename so multiple messages (especially drafts) can be recovered.
7387
7388 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * message.el (message-confirm-send): Add appropriate version.
7391
7392 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7393
7394         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7395         defvar.
7396
7397 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7398
7399         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7400         (mm-pkcs7-enveloped-magic): Ditto.
7401
7402 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7403
7404         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7405         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7406
7407 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7408
7409         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7410         default, it's better.
7411
7412 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7413
7414         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7415         summary line gnus-number property and ignore them (with a warning
7416         message).
7417
7418 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7421         macro caddr in the interactive form since it won't be expanded.
7422
7423 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7426         `charset'; fix name of function called recursively.
7427         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7428
7429 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7432         (gnus-mime-set-charset-parameters): New function.
7433         (gnus-mime-view-part-as-charset): Use it to correctly display part
7434         specifying wrong charset.
7435
7436 2008-09-08  David Engster  <dengste@eml.cc>
7437
7438         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7439         in completing-read for back end server.
7440
7441 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7442
7443         * message.el (message-confirm-send): New variable to confirm sending a
7444         message.
7445         (message-send): Use it.
7446
7447 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7448
7449         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7450
7451 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7454
7455 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7458         prevent tracking too many groups.
7459         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7460         Use it.
7461
7462 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7463
7464         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7465         moving point to the bottom of the window in order to avoid recentering.
7466
7467 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7470
7471         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7472         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7473         (gnus-article-beginning-of-window): Fix calculation.
7474
7475 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * gnus-msg.el (gnus-summary-supersede-article)
7478         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7479         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7480         message header.
7481
7482 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7483
7484         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7485         pending output coming after the status change.
7486
7487 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7488
7489         * message.el:
7490         * gnus-start.el:
7491         * gnus-registry.el: Remove VMS support.
7492
7493 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7496         macro.
7497         (rfc2104-hash): Use it.
7498
7499 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7502         (gnus-summary-sort-by-most-recent-date): New commands.
7503         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7504         and menu entries.
7505
7506 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7509         don't redisplay article for raw contents; remove plural articles stuff.
7510
7511         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7512         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7513         on gnus-summary-save-article; display results properly.
7514
7515 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * lpath.el: No need to fbind ns-focus-frame.
7518
7519 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7522
7523 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-art.el (gnus-summary-save-in-pipe):
7526         Consider gnus-save-all-headers.
7527
7528 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7529
7530         * gnus-util.el (ns-focus-frame): Remove declaration.
7531         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7532         like x.
7533
7534 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7535
7536         * rfc2104.el (rfc2104-zero): Delete defconst.
7537         (rfc2104-hex-alist): Likewise.
7538         (rfc2104-hex-to-int): Delete func.
7539         (rfc2104-hexstring-to-bitstring): Likewise.
7540         (rfc2104-nybbles): New defconst.
7541         (rfc2104-hash): Rewrite for speed.
7542
7543 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * tls.el (open-tls-stream): Make it work with the 2nd argument
7546         BUFFER that is a string but does not exist as a buffer object, as
7547         mentioned in the doc-string.
7548
7549 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7552         SXEmacs.
7553
7554 2008-07-16  Glenn Morris  <rgm@gnu.org>
7555
7556         * gnus-util.el (ns-focus-frame): Declare for compiler.
7557
7558 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7561         set as a group parameter.
7562         (gnus-summary-save-in-pipe): Work when it is called independently.
7563         (gnus-summary-pipe-to-muttprint): Don't modify
7564         gnus-summary-pipe-output-default-command.
7565
7566 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7567
7568         * message.el (message-send-mail-with-sendmail):
7569         Display the error message.
7570
7571 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-art.el (gnus-default-article-saver):
7574         Add gnus-summary-save-in-pipe to choices.
7575         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7576         gnus-summary-pipe-output-default-command as the default command.
7577         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7578         instead of gnus-last-shell-command.
7579
7580         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7581         New user option.
7582         (gnus-summary-muttprint-program): Mention the value will be changed.
7583         (gnus-summary-save-article): Force showing of all headers.
7584         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7585
7586 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7587
7588         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7589
7590 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7591
7592         * nnimap.el (nnimap-id):
7593         * sieve-manage.el (sieve-manage-open): Doc fixes.
7594
7595 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7596
7597         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7598         if available.
7599
7600 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7601
7602         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7603
7604         * nnkiboze.el (nnkiboze-generate-group):
7605         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7606
7607         * nnmairix.el: Require CL.
7608
7609 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * dgnushack.el: Autoload get-display-table and put-display-table for
7612         XEmacs 21.5.
7613
7614         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7615         21.4 and SXEmacs.
7616
7617 2008-06-15  David Engster  <dengste@eml.cc>
7618
7619         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7620
7621 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7622
7623         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7624         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7625         runtime choice under XEmacs.
7626
7627         * gnus-sum.el (gnus-summary-set-display-table):
7628         Use `gnus-put-display-table', `gnus-get-display-table',
7629         `gnus-set-display-table' for the display table, instead of `aset'.
7630
7631         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7632         Use `gnus-put-display-table', `gnus-get-display-table',
7633         `gnus-set-display-table' for the display table.
7634
7635 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * nnmairix.el: Add autoloads.
7638
7639 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * nnmairix.el (nnmairix-delete-recreate-group)
7642         (nnmairix-update-and-clear-marks): Fix error messages.
7643
7644 2008-06-14  David Engster  <dengste@eml.cc>
7645
7646         * nnmairix.el: Upgrade to version 0.6.
7647         (nnmairix-group-toggle-propmarks-this-group)
7648         (nnmairix-group-toggle-readmarks-this-group)
7649         (nnmairix-group-delete-recreate-this-group)
7650         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7651         (nnmairix-remove-tick-mark-original-article): New commands.
7652         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7653         (nnmairix-propagate-marks-to-nnmairix-groups)
7654         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7655         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7656         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7657         functions needed for marks propagation and manipulation of read marks.
7658         (nnmairix-update-groups): New function.
7659         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7660         (nnmairix-determine-original-group-from-registry)
7661         (nnmairix-determine-original-group-from-path)
7662         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7663         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7664         New helper functions.
7665         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7666         keystrokes for new commands.
7667         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7668         (nnmairix-request-group): Check allow-fast group parameter.
7669         (nnmairix-request-create-group): Set allow-fast group parameter if
7670         nnmairix-allowfast-default is set.
7671         (nnmairix-close-group): Propagate marks upon closing if needed.
7672         (nnmairix-group-toggle-threads-this-group): Use new.
7673         nnmairix-group-toggle-parameter helper function.
7674         (nnmairix-search): Better check for empty search result.
7675         (nnmairix-goto-original-article): Use new helper functions for
7676         determining original article.
7677         (nnmairix-show-original-article): Make sure message-id is in brackets.
7678         (nnmairix-call-mairix-binary): Change variable name.
7679         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7680         helper function.
7681         (nnmairix-widget-toggle-activate): Fix doc string.
7682
7683 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * nnir.el: Require edmacro when compiling with XEmacs.
7686         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7687         available in Emacs 21.
7688
7689 2008-06-11  Glenn Morris  <rgm@gnu.org>
7690
7691         * gnus-util.el (x-focus-frame):
7692         * gnus.el (image-size):
7693         * mm-decode.el (image-size): Declare.
7694
7695         * gnus-picon.el (declare-function): Add compat definition.
7696         (image-size): Declare.
7697
7698         * gnus-group.el (tool-bar-map):
7699         * gnus-sum.el (tool-bar-map): Define for compiler.
7700
7701         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7702
7703         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7704
7705         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7706         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7707         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7708         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7709         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7710         * sieve-manage.el, spam-report.el, spam.el:
7711         Remove unnecessary eval-and-compile of autoloads.
7712
7713 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7714
7715         * auth-source.el: Precise Tramp doc.
7716
7717 2008-06-07  Glenn Morris  <rgm@gnu.org>
7718
7719         * nnmairix.el: Remove unnecessary eval-when-compile.
7720
7721 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * lpath.el: Fbind propertize for XEmacs 21.4.
7724
7725 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * nnir.el: Move here from ../contrib.
7728
7729 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7730
7731         * gnus-util.el (gnus-read-shell-command): New function.
7732         * mm-decode.el (mm-pipe-part):
7733         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7734
7735 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7738
7739 2008-06-03  Glenn Morris  <rgm@gnu.org>
7740
7741         * pop3.el (nnheader-accept-process-output): Autoload it.
7742
7743 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7746         are not 2-digit hexadecimal characters that follow `%'s.
7747
7748 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * message.el (message-bogus-recipient-p): Fix type in doc string.
7751         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7752         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7753         Improve custom options.
7754         (message-bogus-recipient-p): Adjust accordingly.
7755
7756 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7757
7758         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7759         long-form month and day names.
7760
7761 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * dgnushack.el: Autoload debug, eudc-expand-inline and
7764         pgg-snarf-keys-region for XEmacs.
7765
7766         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7767
7768         * nnmairix.el: Require edmacro when compiling with XEmacs.
7769
7770 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7773         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7774
7775 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7776
7777         * auth-source.el: Add more docs.
7778
7779         * netrc.el (netrc-machine): Always match if the port is not given.
7780
7781 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782
7783         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7784         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7785         retrieval faster in some cases, but might make CPU usage larger.
7786         If this has any bad side effects, we might revert this change.
7787
7788         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7789         seems to make mail retrieval much, much faster.
7790         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7791         unconditionally.
7792
7793         * gnus-draft.el (gnus-group-send-queue):
7794         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7795
7796 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7797
7798         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7799
7800         * message.el (message-bogus-address-regexp): Fix and improve custom
7801         type.
7802         (message-setup-hook): Add message-check-recipients as custom option.
7803
7804 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * message.el (message-cite-function): Remove bogus autoload which crept
7807         in during merge from v5-10.
7808
7809 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7810
7811         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7812
7813         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7814
7815         * auth-source.el: Preliminary Tramp docs.
7816         (auth-sources): Change the default auth-sources to use
7817         EPA .gpg files.
7818
7819 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7820
7821         * nntp.el: Autoload `auth-source-user-or-password'.
7822         (nntp-send-authinfo): Use it.
7823
7824         * nnimap.el: Autoload `auth-source-user-or-password'.
7825         (nnimap-open-connection): Use it.
7826
7827         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7828         for the gnus-message function.
7829         (auth-source-user-or-password): Use it.
7830
7831 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7832
7833         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7834         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7835         (rfc2104-hash): Use it.
7836
7837 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7838
7839         * gnus-art.el (gnus-article-toggle-truncate-lines):
7840         Don't use `iff' in docstring.
7841
7842 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7843
7844         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7845
7846         * gnus-util.el (gnus-extract-address-component-name)
7847         (gnus-extract-address-component-email): Convenience functions around
7848         `gnus-extract-address-components'.
7849
7850         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7851         Use `gnus-extract-address-component-email' to fix bug of comparing full
7852         sender name to `user-mail-address'.
7853
7854 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7855
7856         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7857         catch/throw to optimize.
7858         (gnus-registry-find-keywords): Just use member to find a keyword.
7859
7860 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7861
7862         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7863         is current before calling gnus-server-prepare.
7864         (gnus-server-setup-buffer, gnus-server-update-server)
7865         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7866
7867 2008-05-04  Juri Linkov  <juri@jurta.org>
7868
7869         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7870         (mailcap-file-default-commands): Use mailcap-replace-in-string
7871         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7872         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7873
7874 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7875
7876         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7877
7878 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7879
7880         * gnus.el: Bump version to 0.11.
7881
7882 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7883
7884         * gnus.el: No Gnus v0.10 is released.
7885
7886 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7889         hooks.
7890         (gnus-update-read-articles): Speed up non-marks-using users.
7891         (gnus-use-marks): Define gnus-use-marks.
7892         (gnus-propagate-marks): Rename variable to something more sensible.
7893
7894 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7895
7896         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7897         (gmm-image-load-path-for-library): Fix typos in docstrings.
7898         (gmm-message): Reflow docstring.
7899
7900 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * mail-source.el (mail-source-set-1, mail-source-bind):
7903         Move auth-source code out of the macro to clean it up and fix bugs.
7904
7905 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7906
7907         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7908         by sender if it's equal to user-mail-address, it's likely to be
7909         useless.
7910
7911         * mail-source.el (mail-source-bind): Don't use user or password if they
7912         are not bound.  Unintern them if they are nil.  Don't use server unless
7913         it's bound, and default it to empty string otherwise.
7914
7915 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * mail-source.el: Load auth-source.el.
7918         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7919         get user name or password, if auth-sources is set up.
7920
7921         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7922         strategy of splitting with parent.
7923         (gnus-registry-split-fancy-with-parent)
7924         (gnus-registry-post-process-groups): Use it and fix prior
7925         bug (returning a list as the split result).
7926
7927         * auth-source.el (auth-sources): Remove server parameter.
7928         (auth-source-pick, auth-source-user-or-password)
7929         (auth-source-user-or-password-imap)
7930         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7931         (auth-source-user-or-password-sftp)
7932         (auth-source-user-or-password-smtp): Remove server parameter.
7933
7934 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7935
7936         * smime.el (smime-sign-region, smime-encrypt-region)
7937         (smime-decrypt-region):
7938         Remove redundant calls to `generate-new-buffer-name'.
7939
7940 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7941
7942         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7943         Don't use QP for message/rfc822.
7944         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7945
7946 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7947
7948         * sieve-manage.el (sieve-string-bytes): Remove.
7949         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7950         correct byte-length only if the process's coding-system is the same as
7951         the one used internally by Emacs to represent strings.
7952
7953 2008-04-22  Juri Linkov  <juri@jurta.org>
7954
7955         * mailcap.el (mailcap-file-default-commands): New function.
7956
7957 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * message.el (message-signature-separator, message-cite-function):
7960         Change custom version.
7961
7962 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7963
7964         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7965         commands.
7966         (tls-checktrust): Ditto.
7967
7968 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * mm-decode.el (mm-display-external): Make temp file read-only.
7971
7972 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7975         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7976         `C-c C-f d'.
7977
7978 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7979
7980         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7981
7982 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * gnus.el: Bump version to 0.9.
7985
7986 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus.el: No Gnus v0.8 is released.
7989
7990 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7991
7992         * mail-source.el (mail-source-value):
7993         Prefer fboundp to functionp so it works with macros as well.
7994
7995 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7996
7997         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7998         Fix last change in case the element is not even a symbol.
7999
8000 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8001
8002         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8003         Prefer fboundp to functionp so it works with macros as well.
8004
8005 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8006
8007         * auth-source.el: Add docs.
8008         (auth-sources): Modify format to support server.
8009         (auth-source-pick, auth-source-user-or-password)
8010         (auth-source-user-or-password-imap)
8011         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8012         (auth-source-user-or-password-sftp)
8013         (auth-source-user-or-password-smtp): Add server parameter.
8014
8015 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8016
8017         * gnus-registry.el: Initialize the registry when gnus-registry-install
8018         is t.
8019
8020 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * compface.el (uncompface): Make buffer unibyte.
8023
8024 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * mail-source.el (mail-source-value):
8027         Prefer fboundp to functionp so it works with macros as well.
8028
8029 2008-04-05  Glenn Morris  <rgm@gnu.org>
8030
8031         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8032
8033 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8034
8035         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8036         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8037
8038         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8039         multibyteness after rather than before erasing it.
8040
8041         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8042         mm-with-multibyte.
8043         (gnus-request-article-this-buffer): Make sure the proper decoding is
8044         used if gnus-original-article-buffer happens to be unibyte.
8045
8046         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8047         default-enable-multibyte-characters.
8048
8049         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8050         default-enable-multibyte-characters.
8051
8052         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8053
8054         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8055
8056 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8057
8058         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8059         Fix last change in case the element is not even a symbol.
8060
8061 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8062
8063         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8064         (imap-message-copyuid-1): Use it.
8065         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8066         J. Williams in
8067         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8068
8069         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8070         imap-enable-exchange-bug-workaround.
8071         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8072
8073 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8074
8075         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8076         a 100 byte status-checks into a 2-3MB transfer for each group.
8077         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8078         to enable bug workaround or not.
8079         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8080
8081 2008-03-31  Glenn Morris  <rgm@gnu.org>
8082
8083         * message.el (mml2015-use): Declare for compiler.
8084         (message-info): Require mml2015 when appropriate.
8085
8086 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8089         whitespace.
8090
8091 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8092
8093         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8094         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8095         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8096         (nntp-service-to-port): New function.
8097         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8098         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8099         (nntp-open-netcat-stream): New function.
8100         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8101
8102 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8103
8104         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8105
8106 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8107
8108         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8109
8110 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8111
8112         * dns.el (dns-write): Use set-buffer-multibyte.
8113
8114 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8115
8116         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8117
8118 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * message.el (message-signature-separator): Change default.
8121         Improve custom type.
8122         (message-cite-function): Change default to
8123         message-cite-original-without-signature.
8124
8125         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8126         toggle.
8127
8128         * message.el (message-check-news-body-syntax): Fix signature check.
8129         (message-setup-1): Mark buffer as unmodified _after_ running
8130         message-setup-hook and handling message-alternative-emails.
8131         (message-shorten-references): Be more strict when building list of
8132         valid references to comply with GNKSA.
8133
8134         * gnus-group.el (gnus-read-ephemeral-bug-group)
8135         (gnus-read-ephemeral-debian-bug-group)
8136         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8137
8138         * message.el (message-info): Don't use booleanp which isn't supported
8139         in Emacs 21 and XEmacs.
8140
8141 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8144         gnus-group-gmane-group-download-format.
8145         (gnus-group-read-ephemeral-gmane-group): Rename from
8146         gnus-group-read-ephemeral-gmane-group.
8147         (gnus-read-ephemeral-gmane-group-url): Rename from
8148         gnus-group-read-ephemeral-gmane-group-url.
8149         (gnus-bug-group-download-format-alist): New variable.
8150         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8151         (gnus-read-ephemeral-emacs-bug-group): New commands.
8152
8153 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8156         (gnus-visible-headers): Improve custom type.
8157
8158 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * mml.el (mml-menu): Add workarounds for XEmacs.
8161
8162         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8163         X-Boundary header.
8164
8165         * message.el (message-simplify-recipients): Fix previous commit.
8166
8167 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8168
8169         * mm-util.el (mm-set-buffer-multibyte): New function.
8170         * mm-decode.el (mm-copy-to-buffer): Use it.
8171
8172         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8173         Prefer fboundp to functionp so it works with macros as well.
8174
8175 2008-03-19  Glenn Morris  <rgm@gnu.org>
8176
8177         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8178         Accidentally removed in the sync process with Emacs.
8179
8180 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * message.el (message-alter-recipients-discard-bogus-full-name):
8183         New function.
8184         (message-alter-recipients-function): New variable.
8185         (message-get-reply-headers): Use it.
8186         (message-replace-header): New helper function.
8187         (message-recipients-without-full-name): New variable.
8188         (message-simplify-recipients): New command.
8189
8190         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8191
8192         * message.el (message-info): Handle EasyPG manual.
8193
8194         * mml.el (mml-menu): Add entry for EasyPG.
8195
8196 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8197
8198         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8199         parameter.
8200
8201         * message.el (message-disassociate-draft): Specify drafts group name
8202         fully.
8203
8204 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8207         Eliminate unnecessary duplicates from the match list.
8208
8209 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8212
8213         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8214
8215         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8216         args of `how-many' of which the XEmacs version doesn't take; declare
8217         Info-index-next as function.
8218
8219 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * gnus-score.el (gnus-score-headers): Fix handling of
8222         gnus-inhibit-slow-scoring.
8223
8224         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8225         string.
8226         (gnus-button-url-regexp): Improve handling of parenthesis.
8227         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8228         (gnus-button-handle-info-keystrokes): Handle index entries.
8229
8230 2008-03-15  Glenn Morris  <rgm@gnu.org>
8231
8232         * parse-time.el (parse-time-string): Simplify.
8233
8234 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8237         Incoming* files.
8238
8239 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8240
8241         * auth-source.el (auth-sources): Rename from auth-source-choices.
8242         (auth-source-pick): Use it.
8243
8244 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8245
8246         * binhex.el (binhex-decode-region-internal):
8247         * uudecode.el (uudecode-decode-region-internal):
8248         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8249         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8250         setting default-enable-multibyte-characters.
8251
8252 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8253
8254         * auth-source.el (auth-source-protocols)
8255         (auth-source-protocols-customize, auth-source-choices): Add and
8256         modified variable customizations and defaults.
8257         (auth-source-pick, auth-source-user-or-password)
8258         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8259         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8260         (auth-source-user-or-password-sftp)
8261         (auth-source-user-or-password-smtp): Use new variables and provide an
8262         interface to netrc.el.
8263
8264 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8267         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8268         Make sure the nntp port to specify is a string.
8269
8270 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8271
8272         * nntp.el: Use with-current-buffer.
8273         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8274         dubious mm-with-unibyte-current-buffer.
8275         (nntp-with-open-group-function): New function extracted from
8276         nntp-with-open-group macro.
8277         (nntp-with-open-group): Use the function, so it's easier to debug.
8278         Add indentation and debugging info.
8279         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8280         Recommend the use of the netcat alternatives.
8281
8282         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8283         Avoid mm-string-as-multibyte as well.
8284
8285         * nnweb.el (nnweb-insert-html):
8286         Remove use of nnheader-string-as-multibyte.
8287
8288         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8289         (nnheader-string-as-multibyte): Remove.
8290
8291         * mm-view.el: Use inhibit-read-only.
8292         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8293         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8294         or unibyte-string.
8295
8296         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8297         (mm-uu-yenc-extract): Use with-current-buffer.
8298
8299         * gnus-soup.el (gnus-soup-send-packet): Don't use
8300         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8301
8302         * nnmh.el: Use with-current-buffer.
8303         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8304         mm-string-as-multibyte on the output of mm-encode-coding-string.
8305
8306         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8307         (nnimap-request-move-article): Use with-current-buffer.
8308
8309         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8310         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8311         conversion uses string-make-unibyte rather than string-as-unibyte.
8312
8313         * gnus-msg.el: Use with-current-buffer.
8314
8315         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8316
8317 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8318
8319         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8320         string for caching if it is 'PIN.
8321
8322 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * lpath.el: Consider the case without Emacs/W3.
8325
8326 2008-03-08  Glenn Morris  <rgm@gnu.org>
8327
8328         * time-date.el (date-to-time, time-subtract, time-add)
8329         (safe-date-to-time): Doc fixes.
8330
8331 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * mail-source.el (mail-source-delete-old-incoming-confirm):
8334         Change default to nil.
8335         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8336
8337 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * lpath.el: Rearrange.
8340
8341         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8342         (gnus-article-goto-prev-page): Work for articles having ^L's.
8343
8344         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8345
8346         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8347
8348 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8349
8350         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8351         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8352         (gnus-bookmark-jump): Adjust some variable names.
8353
8354 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8355
8356         * auth-source.el: New package.
8357         (auth-source-choices): Add customization entry point variable.
8358
8359         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8360         bug.
8361
8362 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8363
8364         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8365         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8366         (gnus-registry-install-shortcuts): Rename from
8367         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8368         the `gnus-registry-mark-map' keymap dynamically from
8369         `gnus-registry-marks'.  The generated functions update the summary line
8370         when a registry mark is added or deleted, and will call
8371         `gnus-registry-install-p' (see the comments in the code).
8372         (gnus-registry-user-format-function-M): Use concat intelligently.
8373
8374         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8375         the registry mark functions.
8376
8377 2008-03-05  Glenn Morris  <rgm@gnu.org>
8378
8379         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8380         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8381         gnus-art.
8382         (top-level): No need to load own source when compiling.
8383
8384 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8387         Suggested by <chris.anderton@zetnet.co.uk>.
8388
8389 2008-03-04  Glenn Morris  <rgm@gnu.org>
8390
8391         * gnus-sum.el (top-level): No need to require gnus when compiling,
8392         since unconditionally required near start of file.
8393         (gnus-summary-display-while-building): Move definition before use.
8394
8395 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8396
8397         * gnus-registry.el (gnus-registry-user-format-function-M):
8398         Add formatting function.
8399
8400 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8401
8402         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8403         with plists.
8404         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8405         Use new format.
8406
8407 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8410         `where-is-internal' that returns a range of key sequences.
8411
8412 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8413
8414         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8415
8416         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8417         (gnus-summary-jump-to-group): Consider windows on other displayed
8418         frames as well.  Similar changes might be needed elsewhere, but that's
8419         the one I've bumped into during my use.
8420
8421         * nndoc.el (nndoc-oe-dbx-type-p):
8422         * gnus-msg.el (gnus-debug):
8423         * gnus-group.el (gnus-update-group-mark-positions):
8424         Use mm-string-to-multibyte.
8425
8426 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8429         doesn't handle NotDashEscaped.
8430
8431         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8432         (mml-dnd-attach-options): Fix typo in custom choice.
8433
8434         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8435         Change nndoc-article-type to mbox.
8436         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8437
8438         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8439         to nil, instead of html2text.
8440
8441         * imap.el (imap-debug): Add `imap-ping-server'.
8442
8443         * gnus-bookmark.el: Add FIXMEs.
8444
8445         * message.el (message-form-letter-separator)
8446         (message-send-form-letter-delay): New variables.
8447         (message-send-form-letter): Use them.  New command to send form
8448         letters.  Requested by Uwe Siart.
8449         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8450
8451 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * Update copyright years.
8454
8455 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         Sync from EMACS_22_BASE.
8458
8459         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8460
8461 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8462
8463         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8464         empty author.
8465
8466 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8467
8468         * gnus-registry.el (gnus-registry-marks): Add variable for
8469         customization of marks and their appearance.
8470         (gnus-registry-read-mark): Use it.
8471         (gnus-registry-do-marks): Add utility function to loop through
8472         `gnus-registry-marks'.
8473         (gnus-registry-install-shortcuts-and-menus): Add function to install
8474         shortcuts and menus.
8475         (gnus-registry-initialize): Use it.
8476         (gnus-registry-default-mark): Clarify documentation.
8477
8478 2008-02-29  Glenn Morris  <rgm@gnu.org>
8479
8480         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8481         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8482         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8483         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8484         Change defcustom :version from 23.0 to 23.1.
8485
8486 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8487
8488         * gnus-registry.el (gnus-registry-follow-group-p)
8489         (gnus-registry-post-process-groups): Add functions to aid registry
8490         splitting and improve logging.  Clarify behavior in function
8491         documentation.
8492         (gnus-registry-split-fancy-with-parent): Use them.
8493
8494 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8495
8496         * gnus-art.el: Use with-current-buffer.
8497
8498 2008-02-27  David Engster  <dengste@eml.cc>
8499
8500         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8501         Express real group name in the response.
8502
8503 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8506         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8507         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8508         autoload gnus-registry-fetch-group when compiling.
8509         (nnmairix-request-group-with-article-number-correction):
8510         Remove unreferenced argument passed to nnmairix-call-backend.
8511
8512 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8515         (mm-uu-extract): Improve face for low color ttys.
8516         Reported by Sascha Wilde.
8517
8518 2008-02-27  Glenn Morris  <rgm@gnu.org>
8519
8520         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8521         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8522         variables to defconsts.  Convert comments to doc-strings.
8523         (nnmairix-last-server, nnmairix-current-server): Convert from free
8524         variables to defvars.  Convert comments to doc-strings.
8525         (gnus-registry-fetch-group): Autoload.
8526         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8527         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8528         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8529         caddr.
8530         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8531         nnmairix-request-group-with-article-number-correction call.
8532         (nnmairix-fast, nnmairix-group): New, less general names, for free
8533         variables passed from nnmairix-request-group to
8534         nnmairix-request-group-with-article-number-correction.  Declare.
8535         (nnmairix-request-group-with-article-number-correction):
8536         Use nnmairix-fast, nnmairix-group rather than fast, group.
8537
8538 2008-02-26  David Engster  <dengste@eml.cc>
8539
8540         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8541         version 0.5.
8542
8543 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8544
8545         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8546         instead of making an extra function call.  Don't add the current group
8547         to articles only when they have the group.  Use
8548         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8549         Reported by David <de_bb@arcor.de>.
8550
8551 2008-02-24  Miles Bader  <miles@gnu.org>
8552
8553         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8554         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8555         (mm-find-mime-charset-region):
8556         * mm-bodies.el (mm-encode-body):
8557         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8558
8559 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8562         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8563
8564 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * mail-source.el (mail-source-delete-incoming): Change default.
8567         Supplement doc string.
8568
8569         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8570
8571 2008-02-14  Glenn Morris  <rgm@gnu.org>
8572
8573         * time-date.el (format-seconds): New function.
8574
8575 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * nnmail.el (nnmail-message-id-cache-file): Derive from
8578         `gnus-home-directory'.
8579
8580 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8583         Document negative prefix.
8584
8585         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8586
8587 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * message.el (message-unsent-separator): Add the Exim bounce
8590         separator.
8591
8592 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8593
8594         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8595         list.
8596         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8597         recipient/signer list.
8598
8599 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * Makefile.in (datarootdir): Define.
8602         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8603         name that might contain whitespace.
8604
8605 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8608         fbound (Emacs 23 unicode), signal an error.
8609
8610 2008-02-08  Glenn Morris  <rgm@gnu.org>
8611
8612         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8613
8614 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8615
8616         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8617         ports to the calls to `netrc-machine-user-or-password' in addition to
8618         "imap" and "imaps".
8619
8620 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8621
8622         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8623
8624         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8625
8626 2008-02-01  Kenichi Handa  <handa@m17n.org>
8627
8628         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8629         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8630         (rfc2104-hash): Convert the result of concat to unibyte string.
8631
8632 2008-02-01  Dave Love  <fx@gnu.org>
8633
8634         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8635         coding-system-for-read.
8636         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8637
8638 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8641         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8642         <hanche@math.ntnu.no>.
8643
8644 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8647
8648         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8649
8650 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8651
8652         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8653         * message.el (message-beginning-of-line): Use featurep instead of bound
8654         tests in order to resolve conditionals at compile time.
8655
8656 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8657
8658         * mail-source.el (mail-sources): Add `group' choice.
8659
8660         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8661         parameter `in-group' to control into which group the articles go.
8662         Add treatment of `group' mail-source.
8663
8664 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8667
8668         * mm-decode.el (mm-dissect-buffer): Decode description.
8669
8670         * mml.el (mml-to-mime): Encode message header first.
8671
8672 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8675         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8676
8677         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8678         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8679
8680 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8681
8682         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8683
8684 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8687         prefix keys.
8688         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8689         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8690         gnus-xmas.el.
8691
8692         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8693         (gnus-xmas-article-describe-bindings): New function.
8694         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8695         gnus-xmas-article-describe-bindings.
8696
8697         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8698
8699 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8700
8701         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8702         Add new variables for article mark management.
8703         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8704         list of extra data entries which, when present, will indicate that the
8705         article ID should not be trimmed from the registry.
8706         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8707         functions.
8708         (gnus-registry-read-mark): New function to read a mark name from the
8709         user.
8710         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8711         (gnus-registry-set-article-mark-internal): New functions to add and
8712         remove marks.
8713         (gnus-registry-get-article-marks): New function to show the marks for
8714         an article, or retrieve them for further use.
8715
8716 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8719         keys when no argument is given.
8720
8721 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * imap.el (imap-ping-server): New variable.
8724         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8725         (imap-ping-server): Minor doc string fixes.
8726
8727 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8728
8729         * imap.el (imap-ping-server): New function.
8730         (imap-opened): Call imap-ping-server.
8731
8732 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         * gnus-sum.el (gnus-article-sort-by-random)
8735         (gnus-thread-sort-by-random): Fix doc strings.
8736         Reported by jidanni@jidanni.org.
8737
8738 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-art.el (gnus-article-describe-bindings): New function.
8741         (gnus-article-read-summary-keys): Use it.
8742         (gnus-article-mode-map): Bind `C-h b' to it.
8743
8744 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8747         XEmacs.
8748         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8749         Protect against non-character events.
8750
8751         * lpath.el: Fbind map-keymap for Emacs 21.
8752
8753 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8754
8755         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8756         New command.
8757         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8758         instead of END.  Change name of the temp file.
8759         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8760         customizable.
8761
8762 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8765         bind `S W' to gnus-article-wide-reply-with-original; set default
8766         binding to gnus-article-read-summary-send-keys.
8767         (gnus-article-read-summary-keys): Fix the order of keys; display
8768         continuation keys correctly in the echo area; describe bindings
8769         correctly when keys end with `C-h'.
8770         (gnus-article-read-summary-send-keys): New function.
8771         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8772         Work for gnus-article-read-summary-send-keys; display continuation keys
8773         correctly in the echo area.
8774         (gnus-article-reply-with-original): Ignore prefix argument.
8775         (gnus-article-wide-reply-with-original): New function.
8776
8777         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8778         Emacs 21.
8779
8780 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8783         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8784
8785 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8788         (gnus-group-read-ephemeral-gmane-group): New command.
8789
8790 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8791
8792         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8793
8794 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * message.el (message-send-mail-function): Increase custom version.
8797
8798         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8799         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8800
8801 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8802
8803         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8804         for the cases where imap-authenticate is called with a nil buffer
8805         parameter.
8806
8807 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8810         html parts correctly; support forwarded messages.
8811         (gnus-article-browse-html-article): Remove work buffers.
8812
8813         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8814         compiling.
8815         (netrc-bound-and-true-p): New macro.
8816         (netrc-parse): Use it instead of bound-and-true-p that is not available
8817         in XEmacs 21.4.
8818
8819 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8820
8821         * gnus-registry.el (gnus-registry-mark-article)
8822         (gnus-registry-article-marks): Add functionality to mark articles
8823         through the Gnus registry.
8824
8825         * encrypt.el: Clarify documentation for the new pgg method.
8826         (encrypt-file-alist): Add PGG option.
8827         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8828         functionality.  Abstract password key and messaging to external
8829         functions.
8830         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8831         (encrypt-message-method-and-cipher): Add new convenience external
8832         functions.
8833         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8834         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8835
8836         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8837         (netrc-parse): Use encrypt-file-alist to determine if
8838         encrypt-find-model or encrypt-insert-file-contents should be used.
8839
8840         * encrypt.el: Clarify documentation.  Load password-cache or
8841         password, whichever one is found first, instead of autoloading.
8842
8843 2007-12-19  Glenn Morris  <rgm@gnu.org>
8844
8845         * mml.el (message-options-set, message-narrow-to-head)
8846         (message-in-body-p, message-mail-p, message-encode-message-body):
8847         Autoload.
8848         (message-remove-header, message-narrow-to-headers-or-head)
8849         (message-subscribed-p, message-make-mail-followup-to)
8850         (message-position-on-field, message-news-p)
8851         (message-options-set-recipient, message-generate-headers)
8852         (message-sort-headers): Declare as functions.
8853
8854 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8857         convention in doc string.
8858
8859 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8862         title to html parts.
8863         (gnus-article-browse-html-article): Pass message header to it.
8864
8865         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8866
8867 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8870         or password compatible with XEmacs.
8871
8872 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8875         format document.
8876         (gnus-mime-delete-part): Don't write description line if empty.
8877         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8878
8879 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8880
8881         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8882         (gnus-summary-mark-read-and-unread-as-read)
8883         (gnus-summary-mark-current-read-and-unread-as-read)
8884         (gnus-summary-mark-unread-as-ticked): Doc fix.
8885         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8886
8887 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8890         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8891
8892 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8895         yes-or-no-p.
8896
8897 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * mm-decode.el (mm-add-meta-html-tag): New function.
8900         (mm-save-part-to-file, mm-pipe-part): Use it.
8901
8902         * gnus-art.el (gnus-article-browse-delete-temp-files):
8903         Use gnus-y-or-n-p instead of y-or-n-p.
8904         (gnus-article-browse-html-parts): Work with message/external-body; use
8905         mm-add-meta-html-tag.
8906
8907 2007-12-11  Glenn Morris  <rgm@gnu.org>
8908
8909         * gnus-cache.el: Require gnus-sum not just when compiling.
8910
8911         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8912
8913         * gnus-int.el (gnus-server-opened, gnus-status-message):
8914         Move definitions before use.
8915
8916         * mm-decode.el: Require gnus-util.
8917         (mm-remove-part): Only call delete-annotation on XEmacs.
8918
8919         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8920
8921         * nnmail.el: Require gnus-int.
8922
8923         * spam.el: Move `require's before `eval-when-compile's.
8924
8925         * gnus-ems.el (gnus-alive-p):
8926         * gnus-fun.el (message-goto-eoh):
8927         * gnus-util.el (gnus-group-name-decode):
8928         * mail-source.el (gnus-compress-sequence):
8929         * message.el (Info-goto-node, format-spec):
8930         * mm-bodies.el (message-options-get):
8931         * mm-decode.el (mm-view-pkcs7):
8932         * mm-util.el (gmm-write-region):
8933         * mml-smime.el (mml-compute-boundary)
8934         (gnus-completing-read-with-default):
8935         * mml.el (widget-button-press, gnus-make-hashtable):
8936         * mml1991.el (mm-decode-content-transfer-encoding)
8937         (mm-encode-content-transfer-encoding)
8938         (message-options-get, message-options-set):
8939         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8940         * nnfolder.el (gnus-request-group):
8941         * nnheader.el (ietf-drums-unfold-fws):
8942         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8943         * smime.el (gnus-run-mode-hooks):
8944         * spam-stat.el (gnus-message): Autoload.
8945
8946         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8947         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8948         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8949         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8950         Add declare-function compatibility definition.
8951
8952         * gnus-cache.el (nnvirtual-find-group-art):
8953         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8954         (gnus-add-image, gnus-add-wash-type):
8955         * gnus-group.el (nnkiboze-score-file):
8956         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8957         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8958         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8959         (message-tokenize-header, gnus-get-buffer-create)
8960         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8961         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8962         * gnus.el (gnus-group-decoded-name):
8963         * mail-source.el (imap-capability):
8964         * mm-bodies.el (message-options-set):
8965         * mm-decode.el (gnus-configure-windows):
8966         * mm-extern.el (message-goto-body):
8967         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8968         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8969         (epg-sub-key-validity, message-options-set):
8970         * mml.el (widget-event-point, gnus-configure-windows):
8971         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8972         * mml2015.el (epg-check-configuration, epg-configuration)
8973         (message-options-set):
8974         * nndb.el (nndb-request-article):
8975         * nnfolder.el (gnus-request-create-group):
8976         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8977         * nnmaildir.el (gnus-group-mark-article-read):
8978         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8979         * rfc1843.el (message-fetch-field):
8980         * spam.el (gnus-extract-address-components):
8981         Declare as functions.
8982
8983 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8986
8987         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8988
8989         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8990         bind show-trailing-whitespace for XEmacs.
8991
8992 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8995         new no-op macro for backward compatibility.
8996
8997         * imap.el (imap-string-to-integer): New function.
8998
8999 2007-12-09  Glenn Morris  <rgm@gnu.org>
9000
9001         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9002
9003         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9004         * message.el, mm-view.el, sieve-manage.el, smime.el:
9005         Add declare-function compatibility definition.
9006
9007         * gnus-art.el (w3-region, w3m-region, Info-menu):
9008         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9009         * gnus-sum.el (gnus-get-predicate):
9010         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9011         * message.el (mail-abbrev-in-expansion-header-p):
9012         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9013         (w3m-detect-meta-charset, w3m-region):
9014         * sieve-manage.el (password-read, password-cache-add)
9015         (password-cache-remove):
9016         * smime.el (password-read-and-add): Declare as functions.
9017
9018 2007-12-08  David Kastrup  <dak@gnu.org>
9019
9020         * gnus-sum.el (gnus-summary-simplify-subject-query):
9021         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9022         `message'.
9023
9024 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9027         it to bind idna-program, installation-directory, defined-colors, and
9028         face-attribute for XEmacs of the version that compiles defcustom forms.
9029
9030 2007-12-07  Glenn Morris  <rgm@gnu.org>
9031
9032         * gnus-art.el (article-make-date-line): Revert previous change.
9033
9034 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9037
9038 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9039
9040         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9041         Call gnus-add-to-range ranges only once with a prepared article-list.
9042
9043 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9044
9045         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9046         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9047         group names with backslashes.
9048         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9049
9050 2007-12-06  Deepak Goel  <deego3@gmail.com>
9051
9052         * gnus-art.el (article-make-date-line):
9053         * gnus-start.el (gnus-load):
9054         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9055
9056 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-art.el (gnus-use-idna)
9059         * gnus-start.el (gnus-site-init-file)
9060         * message.el (message-use-idna)
9061         * mm-uu.el (mm-uu-hide-markers)
9062         * smiley.el (smiley-style): Revert changes that suppress warnings.
9063
9064 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9067         specify charset to html source.
9068         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9069
9070 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9073         idna-program in order to suppress byte compile warning issued by XEmacs
9074         that came to byte compile the default value section of defcustom forms
9075         recently.
9076
9077         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9078         value of installation-directory.
9079
9080         * message.el (message-use-idna): Don't directly refer to the value of
9081         idna-program.
9082
9083         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9084
9085         * smiley.el (smiley-style): Don't directly call face-attribute.
9086
9087 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9090
9091         * gnus-dired.el: Reduce Gnus dependencies.
9092         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9093         Don't require.  Use autoloads instead.
9094         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9095         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9096         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9097         (gnus-dired-mode): Adjust doc string.
9098         (gnus-dired-mail-mode): New variable.
9099         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9100         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9101         (gnus-dired-mail-buffers): New function.  Return mail or message
9102         composition buffers.
9103         (gnus-dired-attach): Use it.
9104         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9105         NO-DECODE.
9106         (gnus-dired-print): Use `gnus-print-buffer' depending on
9107         `gnus-dired-mail-mode'.
9108
9109 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * rfc2047.el (rfc2047-encoded-word-regexp)
9112         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9113         explaining what regexp patterns are for.
9114
9115 2007-12-04  Glenn Morris  <rgm@gnu.org>
9116
9117         * password.el: Move to password-cache.el.
9118
9119         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9120         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9121         * mml-smime.el (password-read, password-cache-add)
9122         (password-cache-remove):
9123         No need to autoload, since mml-sec requires password.
9124
9125         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9126         * message.el (gnus-extract-address-components):
9127         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9128
9129         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9130         password.
9131
9132 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * mailcap.el: Reduce dependencies.
9135         (mail-header-parse-content-type): Autoload.
9136         (mailcap-delete-duplicates): New alias.
9137         (mailcap-mime-info): Add optional argument NO-DECODE.
9138         (mailcap-mime-types): Use mailcap-delete-duplicates.
9139
9140         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9141
9142 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9143
9144         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9145         (imap-parse-status): Upcase status-att for servers that sends them
9146         lower-case (e.g., MS Exchange 2007).
9147
9148 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9151         function.
9152
9153         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9154         (gnus-uu-yenc-article): New function.
9155
9156         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9157
9158         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9159
9160 2007-12-02  Glenn Morris  <rgm@gnu.org>
9161
9162         * binhex.el (binhex): New custom group.
9163         (binhex-decoder-program, binhex-decoder-switches)
9164         (binhex-use-external): Move to the binhex custom group.
9165
9166         * uudecode.el (uudecode): New custom group.
9167         (uudecode-decoder-program, uudecode-decoder-switches)
9168         (uudecode-use-external): Move to the uudecode custom group.
9169
9170         * netrc.el (top-level): Don't load `encrypt' features.
9171         (netrc-parse): Don't use encrypt.
9172         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9173
9174         * encrypt.el: Remove file.
9175
9176 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9179         matches on patches.
9180
9181         * gnus-art.el (gnus-article-browse-html-article):
9182         Mention `mm-text-html-renderer' in the doc string.
9183
9184         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9185         string.  Add comments.
9186
9187         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9188         if rhs is ASCII.
9189
9190 2007-12-01  Glenn Morris  <rgm@gnu.org>
9191
9192         * mail-source.el (top-level): Require format-spec before
9193         eval-when-compile.
9194
9195 2007-11-30  Glenn Morris  <rgm@gnu.org>
9196
9197         * encrypt.el: Require password, rather than autoloading password-read.
9198
9199 2007-11-29  Glenn Morris  <rgm@gnu.org>
9200
9201         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9202         (sasl-make-client, sasl-next-step, sasl-step-data)
9203         (sasl-step-set-data): Declare as functions.
9204
9205 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9208
9209 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9210
9211         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9212         certs should be verified and what is to be done in the event of a
9213         verification failure.
9214
9215         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9216         caller can indicate whether the cache should be disregarded for this
9217         call.  This way the result of the call is reproducible at all times and
9218         can be considered a canonical server name for the supplied method.
9219         (gnus-agent-method-p): Canonicalize server names by pushing their
9220         method through `gnus-method-to-server' using the no-cache argument.
9221
9222         * gnus-srvr.el (gnus-server-insert-server-line):
9223         Call `gnus-method-to-server' with `no-cache' argument.
9224
9225         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9226         gnus-agent-possibly-synchronize-flags as this should be called when the
9227         server is actually being opened.
9228         (gnus-agent-possibly-synchronize-flags)
9229         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9230         flags file of an agentized server to the latter function.
9231
9232         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9233         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9234         after a connection has been established successfully.
9235
9236 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus-art.el (article-display-face): Force to display face if called
9239         interactively; check if gnus-article-x-face-too-ugly matches author.
9240         (article-display-x-face): Display face even if From header is missing
9241         as article-display-face does.
9242
9243 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9244
9245         * hashcash.el (message-narrow-to-headers-or-head)
9246         (message-fetch-field, message-goto-eoh)
9247         (message-narrow-to-headers): Declare as functions.
9248
9249 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * mail-source.el (mail-sources): Default to fetch from file for
9252         compatibility with default of nnmail-spool-file.
9253
9254 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9257         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9258         to look for encoded word that should be encoded again.
9259         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9260         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9261         encoding pattern.
9262         (rfc2047-decode-region): Switch strict regexp and loose one according
9263         to rfc2047-allow-irregular-q-encoded-words.
9264
9265 2007-11-25  Romain Francoise  <romain@orebokech.com>
9266
9267         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9268
9269 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * tls.el (tls-program): Provide more custom choices from
9272         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9273         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9274
9275 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9278         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9279
9280         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9281         `nnmail-spool-file'.
9282
9283         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9284         `nnmail-spool-file'.
9285
9286         * gnus-move.el (gnus-change-server): Ditto.
9287
9288         * gnus-kill.el (gnus-batch-score): Ditto.
9289
9290         * gnus-cache.el (gnus-jog-cache): Ditto.
9291
9292         * gnus-msg.el (gnus-summary-reply):
9293         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9294
9295 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9296
9297         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9298         version.  Minor improvement to doc strings.
9299         (tls-program): Add comment.
9300
9301 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9302
9303         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9304         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9305         mismatch between the hostname provided in the certificate and the name
9306         of the host connnecting to.
9307         (open-tls-stream): Use them.  Check certificates against trusted root
9308         certificates.
9309
9310 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * gnus-cache.el (gnus-cache-generate-nov-databases):
9313         Use nnml-generate-nov-databases-directory instead of
9314         nnml-generate-nov-databases-1.
9315
9316 2007-11-24  Glenn Morris  <rgm@gnu.org>
9317
9318         * message.el (message-tool-bar-retro): Update for rename
9319         mail_send.xpm->mail-send.xpm.
9320
9321 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9324         `smime-ldap-search' for Emacs 22 and up.
9325
9326 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9327
9328         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9329
9330         * message.el (message-send-mail-function): Fix error convention.
9331         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9332         (message-widen-reply, message-send-mail, message-talkative-question)
9333         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9334         (message-clone-locals, message-send-news): Use with-current-buffer.
9335         (message-insert-or-toggle-importance): Remove unused var `valid'.
9336         (message-make-references): Remove unused var `new-references'.
9337         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9338
9339 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9340
9341         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9342         (spam-split-symbolic-return-positive): Reflow docstring.
9343         (spam-backends, spam-summary-exit-behavior)
9344         (spam-mark-ham-unread-before-move-from-spam-group)
9345         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9346         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9347         (spam-clear-cache, spam-backend-check, spam-install-backend)
9348         (spam-install-statistical-backend, spam-list-of-processors)
9349         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9350         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9351         (spam-check-crm114, spam-initialize, spam-unload-hook):
9352         Fix typos in docstrings.
9353
9354 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9357         been checked if they have never been read and those group levels are
9358         higher than the one that a user specified.
9359
9360 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9363         foreign groups unless a group level is specified by a user.
9364         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9365
9366 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * message.el (message-send-mail-function): Require sendmail.
9369
9370 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * message.el (message-send-mail-function): Check for smtpmail too.
9373
9374         * utf7.el (utf7-encode, utf7-decode): Use coding system
9375         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9376
9377         * message.el (message-send-mail-function): New function.
9378         (message-send-mail-function): Set default using
9379         message-send-mail-function.  Adjust doc string.
9380         (message-send-mail-with-mailclient): New function.
9381
9382 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9383
9384         * smime.el (from):
9385         * rfc2047.el (message-posting-charset):
9386         * qp.el (mm-use-ultra-safe-encoding):
9387         * pop3.el (parse-time-months):
9388         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9389         * nnml.el (files):
9390         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9391         (jka-compr-compression-info-list, ange-ftp-path-format)
9392         (efs-path-regexp):
9393         * nndiary.el (files):
9394         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9395         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9396         (epg-digest-algorithm-alist, inhibit-redisplay)
9397         (password-cache-expiry):
9398         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9399         (pgg-output-buffer, password-cache-expiry):
9400         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9401         (efs-path-regexp):
9402         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9403         (inhibit-redisplay):
9404         * mm-uu.el (file-name, start-point, end-point, entry)
9405         (gnus-newsgroup-name, gnus-newsgroup-charset):
9406         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9407         (latin-unity-ucs-list):
9408         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9409         (mm-uu-binhex-decode-function):
9410         * message.el (gnus-message-group-art, gnus-list-identifiers)
9411         (rmail-enable-mime-composing, gnus-local-organization)
9412         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9413         (gnus-read-active-file, facemenu-add-face-function)
9414         (facemenu-remove-face-function, gnus-article-decoded-p)
9415         (tool-bar-mode):
9416         * mail-source.el (display-time-mail-function):
9417         * gnus-util.el (nnmail-pathname-coding-system)
9418         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9419         (gnus-original-article-buffer, gnus-user-agent)
9420         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9421         (xemacs-codename, sxemacs-codename, emacs-program-version):
9422         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9423         * gnus-start.el (gnus-agent-covered-methods)
9424         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9425         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9426         (gnus-newsgroup-headers, gnus-group-list-mode)
9427         (gnus-group-mark-positions, gnus-newsgroup-data)
9428         (gnus-newsgroup-unreads, nnoo-state-alist)
9429         (gnus-current-select-method, mail-sources)
9430         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9431         (nnmail-spool-file, gnus-cache-active-hashtb):
9432         * gnus-mh.el (mh-lib-progs):
9433         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9434         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9435         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9436         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9437         (gnus-group-buffer):
9438         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9439         (font-lock-set-defaults):
9440         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9441         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9442         (gnus-summary-post-menu, total-parts, type, condition, length):
9443         * gnus-agent.el (gnus-agent-read-agentview):
9444         * flow-fill.el (show-trailing-whitespace):
9445         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9446         eval-and-compile wrappers for byte compiler pacifiers.
9447
9448         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9449         (mm-display-inline-fontify): Check for featurep 'xemacs not
9450         extent-list.
9451
9452         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9453         itimer-list.
9454         (mm-create-image-xemacs): Only do something for XEmacs.
9455         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9456
9457         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9458
9459         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9460         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9461
9462 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9463
9464         * nnimap.el (nnimap-split-download-body):
9465         * gnus-demon.el (gnus-demon):
9466         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9467
9468 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9471         New macros.
9472         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9473         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9474         copy data from unibyte buffer to multibyte current buffer.
9475         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9476         to copy data from unibyte current buffer to multibyte buffer.
9477         (nntp-make-process-buffer): Make process buffer unibyte.
9478
9479         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9480
9481 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9482
9483         * pop3.el (pop3-open-server): Accept and process data more robustly at
9484         connexion start to avoid spurious "POP SSL connexion failed" errors.
9485
9486 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9489         read group names.
9490
9491 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9494
9495 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9498         (nnmail-save-active): Use a unibyte buffer when saving active file,
9499         which may contain non-ASCII group names.
9500
9501         * nnml.el (nnml-request-group): Decode group names in messages.
9502
9503 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * message.el (message-citation-line-function)
9506         (message-insert-formatted-citation-line): Fix spelling of
9507         `message-insert-formated-citation-line'.
9508
9509 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9512
9513 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9516         nnmail-pathname-coding-system.
9517
9518         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9519         that a user enters; decode group names in messages.
9520
9521         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9522
9523 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9526
9527         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9528
9529         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9530         risky local variable.
9531
9532         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9533
9534 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9535
9536         * encrypt.el: Improve documentation to fix function name typo.
9537         Reported by Daiki Ueno <ueno@unixuser.org>.
9538
9539 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9542         even if the point is not in the last page of an article.
9543         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9544         back to the previous page.
9545
9546 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9549
9550 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9553
9554 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9555
9556         * message.el (message-check-news-body-syntax):
9557         Avoid mm-string-as-multibyte.
9558         (message-hide-headers): Don't assume (point-min)==1.
9559
9560 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * message.el (message-remove-blank-cited-lines): Fix if remove is
9563         given.
9564         (message-bogus-address-regexp): New variable.
9565         (message-bogus-recipient-p): New function.
9566         (message-check-recipients): New command.
9567         (message-syntax-checks): Add `bogus-recipient'.
9568         (message-fix-before-sending): Add `bogus-recipient'.
9569
9570         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9571         (gnus-treat-body-boundary): Don't test window-system.
9572
9573 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9574
9575         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9576
9577 2007-10-28  Miles Bader  <miles@gnu.org>
9578
9579         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9580         at compile-time too.
9581
9582 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * gnus-msg.el (gnus-message-setup-hook):
9585         Add `message-remove-blank-cited-lines' to options.
9586
9587 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * message.el (message-remove-blank-cited-lines): New function.
9590         Suggested by Karl Plästerer.
9591
9592 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9595         mapc.
9596
9597         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9598         (top-level): Use mapc to set functions to be traced for debugging.
9599
9600         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9601         called for effect with while loop.
9602
9603         * message.el (message-talkative-question): Replace mapcar called for
9604         effect with mapc.
9605
9606         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9607         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9608         called for effect with dolist.
9609
9610         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9611
9612         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9613         gnus-extra-headers and nnmail-extra-headers.
9614
9615         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9616         called for effect with dolist.
9617         (top-level): Use mapc to set functions to be traced for debugging.
9618
9619         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9620         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9621         dolist.
9622
9623         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9624         Replace mapcar called for effect with mapc.
9625         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9626         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9627         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9628         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9629
9630         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9631         remove-if that's a cl function.
9632
9633         * webmail.el (webmail-debug): Replace mapcar called for effect with
9634         dolist.
9635
9636         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9637         with mapc.
9638
9639 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9642         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9643         with while loop.
9644
9645         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9646         functions from article-* functions.
9647         (gnus-multi-decode-header): Replace mapcar called for effect with
9648         dolist.
9649
9650         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9651         (gnus-bookmark-show-details): Replace mapcar called for effect with
9652         while loop.
9653
9654         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9655         called for effect with while loop.
9656
9657         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9658         with dolist.
9659
9660         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9661         Replace mapcar called for effect with dolist.
9662
9663         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9664
9665         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9666         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9667         Replace mapcar called for effect with dolist.
9668         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9669         mapc.
9670
9671         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9672         Replace mapcar called for effect with dolist.
9673         (gnus-topic-list): Replace mapcar called for effect with mapc.
9674
9675         * gnus.el: Use mapc instead of mapcar to add autoloads.
9676
9677 2007-10-23  Richard Stallman  <rms@gnu.org>
9678
9679         * gnus-group.el (gnus-group-highlight): Mark as risky.
9680
9681 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus.el (gnus-server-to-method): Return method found first in
9684         gnus-newsrc-alist.
9685
9686         * gnus-art.el (gnus-article-highlight-signature)
9687         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9688         button overlay without the front stickiness.
9689
9690 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9691
9692         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9693         overview buffer needed a catch to receive its throw.
9694         (gnus-agent-flush-cache): Declare as interactive to make this function
9695         easier to use.
9696
9697 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9700         `next-line'.
9701
9702 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9705         exclude address matching message-dont-reply-to-names.
9706
9707 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-util.el (gnus-string<): New function.
9710
9711         * gnus-sum.el (gnus-article-sort-by-author)
9712         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9713
9714 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9717         the frame-focus tag is set in gnus-buffer-configuration.
9718
9719 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9722         the front stickiness.
9723
9724 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9727         url pattern; remove duplicate one.
9728         (gnus-article-extend-url-button): New function.
9729         (gnus-article-add-buttons): Use it.
9730         (gnus-button-push): Use concatenated url that it makes.
9731
9732 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9733
9734         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9735
9736 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9737
9738         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9739         Don't hardcode point-min==1.
9740
9741 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9744         Fix comment about "iso8859-1".
9745
9746 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9747
9748         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9749         ones returned from the verify-function.
9750
9751         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9752         Call mml2015-extract-cleartext-signature if extraction failed.
9753
9754 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9755
9756         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9757         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9758         failed.
9759
9760 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9763
9764 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9767         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9768         recommends to use EasyPG instead of PGG.
9769
9770         * pgg.el: Revert to revision 6.23.2.16.
9771
9772         * pgg-def.el: Revert to revision 6.6.2.14.
9773
9774         * pgg-gpg.el: Revert to revision 6.23.2.34.
9775
9776 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9777
9778         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9779         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9780         thread for both the null and zero (kill/expire thread) universal prefix
9781         cases.
9782         (gnus-summary-expire-thread): Add new function to expire a thread,
9783         using gnus-summary-kill-thread.
9784         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9785         shortcuts for gnus-summary-expire-thread.
9786         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9787         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9788
9789 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9790
9791         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9792         extras value, so an extras entry can be deleted.
9793         (gnus-registry-delete-extra-entry): Use it.
9794         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9795         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9796         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9797         storage through the gnus-registry, and provide an appropriate API for
9798         it.
9799
9800 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9803         Suggested by Leo <sdl.web@gmail.com>.
9804
9805         * gnus.el: Do.
9806
9807 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9810         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9811
9812         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9813
9814         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9815         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9816
9817 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9820         newline.
9821         (nnmbox-request-accept-article): Don't change article in source buffer;
9822         narrow to header to use message-fetch-field rather than
9823         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9824         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9825         as delimiters; make sure article ends with newline.
9826         (nnmbox-delete-mail): Correct last position of article to be deleted;
9827         ignore X-Gnus-Newsgroup header in article body.
9828         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9829         positions; make sure article ends with newline.
9830
9831         * message.el (message-display-abbrev): Don't infloop when a user
9832         inserts SPC in the beginning of header.
9833
9834         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9835         coding-system-for-read and coding-system-for-write for XEmacs having no
9836         file-coding feature.
9837
9838         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9839
9840 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9841
9842         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9843         list of groups not followed by default.  Fix type to be regexp.
9844         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9845
9846 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9847
9848         * hmac-def.el (define-hmac-function): Switch from old-style to
9849         new-style backquotes.
9850
9851         * md4.el (md4-make-step): Likewise.
9852
9853 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9856         raw-text coding system when saving .newsrc file, which may contain
9857         non-ASCII group names.
9858
9859 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-cus.el (gnus-score-extra): New widget.
9862         (gnus-score-extra-convert): New function.
9863         (gnus-score-customize): Use it for Extra.
9864
9865 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9866
9867         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9868         (mml2015-mailcrypt-clear-verify): Use it.
9869         (mml2015-gpg-clear-verify): Use it.
9870         (mml2015-pgg-clear-verify): Use it.
9871         (mml2015-epg-clear-verify): Replace the current part with the output
9872         from GnuPG; don't extract the plaintext by itself.
9873
9874         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9875         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9876         mml2015-clear-verify-function; don't touch the armor headers or
9877         dash-escaped text here.
9878
9879 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9882         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9883         parts, or application/octet-stream as a last resort.
9884         (gnus-mime-view-part-as-type): Don't toggle display.
9885         (gnus-mime-view-part-as-charset): Don't turn off display before
9886         querying charset.
9887
9888         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9889         stuff to undisplayer function in Emacs.
9890         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9891
9892         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9893         text/calendar parts.
9894
9895 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9898         decoding text/calendar parts.
9899
9900         * message.el (message-forward-make-body-mime): Always mark body as
9901         having no illegible text; remove signed-or-encrypted argument.
9902         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9903
9904         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9905         (mml-generate-mime-1): Don't encode body if it is specified to be in
9906         raw form; don't make buffer be unibyte when inserting multibyte string.
9907
9908 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9909
9910         * sha1.el: Fix up comment style.
9911         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9912         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9913
9914         * hex-util.el: Fix up comment style.
9915         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9916
9917         * gnus-salt.el: Use with-current-buffer.
9918         (gnus-pick-setup-message): Fix long-standing typo.
9919
9920 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * imap.el (imap-logout-timeout): New variable.
9923         (imap-logout, imap-logout-wait): New functions.
9924         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9925
9926         * nnimap.el (nnimap-logout-timeout): New server variable.
9927         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9928         nnimap-logout-timeout.
9929
9930         * gnus-art.el (gnus-article-summary-command-nosave)
9931         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9932
9933 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * gnus.el (gnus-maximum-newsgroup): New variable.
9936
9937         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9938         according to gnus-maximum-newsgroup.
9939
9940         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9941         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9942         Limit the range of articles according to gnus-maximum-newsgroup.
9943
9944 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9945
9946         * gnus-art.el (gnus-sticky-article): Fix problems described in
9947         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9948         Don't perform gnus-configure-windows here; reuse existing sticky
9949         article buffer.
9950
9951         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9952         it doesn't exist in gnus-article-mode.
9953
9954 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9957         (gnus-agent-decoded-group-name): New function.
9958         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9959         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9960
9961 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9962
9963         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9964         Add binding for gnus-sticky-article.
9965         (gnus-summary-exit): Don't kill sticky article buffers.
9966
9967         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9968         article buffer.
9969         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9970         (gnus-kill-sticky-article-buffers): New commands.
9971
9972 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * nntp.el (nntp-xref-number-is-evil): New server variable.
9975         (nntp-find-group-and-number): If it is non-nil, don't trust article
9976         numbers in the Xref header.
9977
9978 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-agent.el (gnus-agent-read-group): New function.
9981         (gnus-agent-flush-group, gnus-agent-expire-group)
9982         (gnus-agent-regenerate-group): Use it.
9983         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9984         nnmail-pathname-coding-system.
9985
9986 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9989
9990         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9991         that are unread as unread, and also as selected so that information of
9992         marks having been changed by a user may be updated when exiting group.
9993
9994 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9997
9998 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10001         calculated ignoring signature parts to gnus-treat-article.
10002
10003 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10006         a point here in order to keep the window start.
10007         (gnus-insert-mime-security-button): Make a button overlay without the
10008         front stickiness.
10009         (gnus-mime-display-security): Goto the end of a button.
10010
10011         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10012
10013 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10016         group-name-at-point.
10017         (gnus-group-completing-read): New function that offers decoded
10018         non-ASCII group names for completion.
10019         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10020         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10021         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10022         (gnus-group-fetch-control): Use it.
10023         (gnus-fetch-group): Use group-name-at-point for the initial value
10024         rather than the default value; use gnus-alive-p.
10025
10026         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10027         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10028         (gnus-summary-post-news): Use gnus-group-completing-read.
10029
10030         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10031         (gnus-read-move-group-name): Decode group name for completion.
10032
10033 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10034
10035         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10036         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10037         Yamaoka slightly modified the code).
10038
10039 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10042         (nnmail-split-incoming): Bind it.
10043
10044         * nnml.el (nnml-group-name-charset): New function.
10045         (nnml-decoded-group-name): Use it; don't decode group name if
10046         nnmail-group-names-not-encoded-p is non-nil.
10047         (nnml-encoded-group-name): New function.
10048         (nnml-group-pathname): Inline nnml-decoded-group-name.
10049         (nnml-request-expire-articles): Decode group name in message.
10050         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10051         nnmail-pathname-coding-system.
10052         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10053         not decoded ones according to nnmail-group-names-not-encoded-p.
10054         (nnml-generate-active-info): Use nnml-encoded-group-name.
10055
10056 2007-08-08  Glenn Morris  <rgm@gnu.org>
10057
10058         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10059         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10060         doc-strings and comments.
10061
10062 2007-07-25  Glenn Morris  <rgm@gnu.org>
10063
10064         * Relicense all FSF files to GPLv3 or later.
10065
10066 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-sum.el (gnus-summary-move-article):
10069         Make gnus-summary-respool-article work.
10070
10071 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10074         string.
10075
10076 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10077
10078         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10079         that should be ignored when comparing distant RSS articles with local
10080         ones.
10081         (nnrss-make-hash-index): New function.  Create a hash index according
10082         to the ignored fields.
10083         (nnrss-check-group): Use it.
10084
10085 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10088
10089         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10090
10091         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10092         the new optional argument ENCODED is non-nil.
10093         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10094         coding system for encoding group name.
10095         (gnus-group-make-rss-group): Pass un-encoded group name to
10096         gnus-group-make-group.
10097         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10098         encoded.
10099
10100         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10101         Encode group name to which articles are moved or copied.
10102         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10103         coding system for encoding Newsgroup, Followup-To and Xref headers.
10104
10105         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10106         marks; use nnheader-file-coding-system to write a file.
10107         (nnagent-retrieve-headers): Bind file-name-coding-system to
10108         nnmail-pathname-coding-system.
10109
10110         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10111
10112         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10113         (nnml-request-article, nnml-request-create-group)
10114         (nnml-request-rename-group, nnml-find-id)
10115         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10116         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10117         (nnml-save-marks): Use nnml-group-pathname instead of
10118         nnmail-group-pathname.
10119
10120         (nnml-request-create-group, nnml-request-expire-articles)
10121         (nnml-request-move-article, nnml-request-delete-group)
10122         (nnml-deletable-article-p, nnml-possibly-create-directory)
10123         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10124         (nnml-open-marks): Bind file-name-coding-system to
10125         nnmail-pathname-coding-system.
10126
10127         (nnml-request-article): Pass server argument to nnml-find-group-number.
10128         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10129         Pass server argument to nnml-possibly-create-directory.
10130         (nnml-request-accept-article): Pass server argument to
10131         nnml-active-number and nnml-save-mail.
10132         (nnml-find-group-number): Pass server argument to nnml-find-id.
10133         (nnml-request-update-info): Pass server argument to
10134         nnml-marks-changed-p.
10135
10136         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10137         (nnml-save-mail, nnml-active-number): Add server argument.
10138
10139         (nnml-request-delete-group): Warn if group is missing.
10140         (nnml-get-nov-buffer): Decode group name.
10141         (nnml-generate-active-info): Encode group name.
10142         (nnml-open-marks): Decode group name in messages.
10143
10144 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10147         if it is not specified.
10148         (gnus-article-pipe-part, gnus-article-save-part)
10149         (gnus-article-interactively-view-part, gnus-article-copy-part)
10150         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10151         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10152         (gnus-article-replace-part, gnus-article-delete-part)
10153         (gnus-article-view-part-as-type): Pass raw prefix argument to
10154         gnus-article-part-wrapper.
10155
10156 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-agent.el (gnus-agent-save-active):
10159         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10160
10161         * gnus-cache.el (gnus-cache-save-buffers)
10162         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10163         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10164         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10165         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10166         (gnus-cache-generate-active, gnus-cache-rename-group)
10167         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10168         (gnus-cache-update-overview-total-fetched-for):
10169         Bind file-name-coding-system to nnmail-pathname-coding-system.
10170         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10171         New variables.
10172         (gnus-cache-decoded-group-name): New function.
10173         (gnus-cache-file-name): Use it.
10174         (gnus-cache-generate-active): Use non-decoded group name for active.
10175
10176         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10177         right place.
10178         (gnus-write-active-file): Don't break non-ASCII group names.
10179
10180         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10181         nnmail-pathname-coding-system.
10182
10183         * lpath.el: Bind default-file-name-coding-system,
10184         file-name-coding-system and language-info-alist for XEmacs.
10185
10186         * gnus-uu.el (gnus-uu-decode-save): Typo.
10187
10188 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10191
10192 2007-07-14  David Kastrup  <dak@gnu.org>
10193
10194         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10195         finishing actions if we did not edit the article.
10196
10197 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10200         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10201         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10202         (gnus-agent-flush-group, gnus-agent-flush-cache)
10203         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10204         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10205         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10206         (gnus-agent-regenerate-group)
10207         (gnus-agent-update-files-total-fetched-for)
10208         (gnus-agent-update-view-total-fetched-for):
10209         Bind file-name-coding-system to nnmail-pathname-coding-system.
10210         (gnus-agent-group-pathname): Don't encode file names by
10211         nnmail-pathname-coding-system.
10212         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10213         coding-system-for-write instead of buffer-file-coding-system to
10214         gnus-agent-file-coding-system.
10215
10216         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10217         Decode group name.
10218
10219         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10220
10221         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10222         (gnus-read-newsrc-el-file): Make group names unibyte.
10223
10224         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10225         nnmail-pathname-coding-system.
10226
10227         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10228         (nnrss-request-delete-group): Bind file-name-coding-system to
10229         nnmail-pathname-coding-system.
10230         (nnrss-read-server-data, nnrss-read-group-data):
10231         Bind file-name-coding-system correctly.
10232         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10233
10234         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10235         (nntp-server-to-method-cache): New variable.
10236         (nntp-group-pathname): New function that decodes non-ASCII group names.
10237         (nntp-possibly-create-directory, nntp-marks-changed-p)
10238         (nntp-save-marks, nntp-open-marks): Use it.
10239         (nntp-possibly-create-directory, nntp-open-marks):
10240         Bind file-name-coding-system to nnmail-pathname-coding-system.
10241         (nntp-open-marks): Decode group names when bootstrapping marks.
10242
10243         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10244         Newsgroups and Folowup-To headers.
10245
10246 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10249         (gnus-server-closed-face, gnus-server-denied-face)
10250         (gnus-server-offline-face): Remove variable.
10251         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10252
10253         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10254         of modifying message-stack directly for XEmacs.
10255
10256         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10257         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10258         if the coding-system argument is nil for XEmacs.
10259
10260         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10261         mm-charset-override-alist.
10262
10263         * rfc2047.el: Don't require base64; require rfc2045 for the function
10264         rfc2045-encode-string.
10265         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10266         to quote the parameter value.
10267
10268 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10271         form in gnus-group-name-charset-method-alist.
10272
10273         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10274         overrides the default layout edit-form.
10275
10276         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10277
10278         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10279
10280 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10283         as unfetched articles.
10284
10285 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10288
10289 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10292         original back end that keeps marks in the local system.
10293
10294 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10297         arg of pop-to-buffer for XEmacs.
10298         (gnus-article-read-summary-keys): Ditto; don't restore window
10299         configuration if summary command ends up with neither article buffer
10300         nor summary buffer; describe bindings if summary keys end with C-h.
10301
10302 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * message.el (message-fix-before-sending): Skip raw message part to be
10305         forwarded while checking illegible text.
10306         (message-forward-make-body-mime, message-forward-make-body):
10307         Mark signed or encrypted raw message as having no illegible text.
10308
10309 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10312         (gnus-message-with-timestamp-1): New macro.
10313         (gnus-message-with-timestamp): New function.
10314         (gnus-message): Use them.
10315
10316         * nnheader.el (nnheader-message): Use them.
10317
10318 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10321         .newsrc.eld file.
10322
10323 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-agent.el (gnus-agent-fetch-headers)
10326         (gnus-agent-retrieve-headers):
10327         Bind gnus-decode-encoded-address-function to identity.
10328
10329         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10330         available also when the server returns simply a dot.
10331
10332         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10333
10334 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10337
10338 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gnus-ems.el (gnus-x-splash): Make it work.
10341
10342         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10343         from being used.
10344
10345         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10346
10347 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10350         4th and the 5th arguments.
10351
10352         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10353         the front stickiness.
10354         (gnus-article-summary-command-nosave): Correct the order of the
10355         arguments passed to pop-to-buffer.
10356         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10357         summary command ends up with the article buffer.
10358
10359         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10360         the same faces.
10361
10362 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10363
10364         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10365
10366 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10367
10368         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10369         * gnus-sum.el (gnus-summary-highlight):
10370         * pgg.el (pgg-sign-region, pgg-sign):
10371         * mail-source.el (mail-source-delete-old-incoming-confirm):
10372         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10373
10374 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus-art.el (gnus-mime-view-part-externally)
10377         (gnus-mime-view-part-internally): Fix predicate function passed to
10378         completing-read.
10379
10380         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10381
10382         * gnus.el (gnus-update-message-archive-method): Add :version.
10383
10384 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus.el (gnus-update-message-archive-method): New variable.
10387
10388         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10389         according to gnus-message-archive-method if
10390         gnus-update-message-archive-method is non-nil.
10391
10392 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10395         Suggested by Loic Dachary <loic@dachary.org>.
10396         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10397
10398 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * message.el (message-pop-to-buffer): Add switch-function argument.
10401         (message-mail): Pass switch-function argument to it.
10402
10403 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10406         Improve doc string.
10407
10408 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10411         (gnus-header-content)
10412         * gnus-cite.el (gnus-cite-10)
10413         * gnus-srvr.el (gnus-server-closed)
10414         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10415         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10416         (gnus-group-mail-3-empty, gnus-group-mail-low)
10417         (gnus-group-mail-low-empty, gnus-splash)
10418         * message.el (message-header-to, message-header-cc)
10419         (message-header-subject, message-header-other, message-header-name)
10420         (message-header-xheader, message-separator, message-cited-text)
10421         (message-mml): Lighten colors of faces used for dark background.
10422
10423 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10424
10425         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10426         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10427
10428 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * message.el (message-narrow-to-headers-or-head):
10431         Ignore mail-header-separator in the body.
10432
10433 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10436         same as window size.
10437
10438 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10439
10440         * message.el (message-font-lock-keywords): Use message-header-xheader
10441         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10442         ahead of the anything pattern, to get it recognised.
10443
10444 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10447         spam.el loads uses it in the compiled defadvice form.
10448
10449 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10450
10451         * gnus-sum.el (gnus-articles-to-read)
10452         (gnus-summary-insert-old-articles): Don't truncate group name for
10453         `read-string'.
10454
10455         * gnus-util.el (gnus-limit-string): Delete this function.
10456
10457         * gnus-sum.el (gnus-simplify-subject-fully):
10458         Use `truncate-string-to-width' instead.
10459
10460 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10461
10462         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10463         Tell if, on summary exit, the next group has to be selected.
10464         (gnus-summary-exit): Use it.
10465
10466 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10469         non-break space.
10470
10471 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10474         Check if group is not a directory.
10475         (nnfolder-request-expire-articles): Don't delete articles if the target
10476         group is not available.
10477
10478         * nnml.el (nnml-request-create-group): Properly check if group is not a
10479         file.
10480         (nnml-request-expire-articles): Don't delete articles if the target
10481         group is not available.
10482
10483         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10484         Don't quote characters that are within parentheses.
10485
10486 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10489         (gnus-handle-ephemeral-exit): Select article according to it.
10490
10491 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * message.el (message-insert-formated-citation-line): Remove newline.
10494         (message-citation-line-format): Add final \n here so that the user can
10495         avoid a blank line.
10496
10497 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10498
10499         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10500         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10501         Update lanl/arXiv support.
10502
10503 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * gnus.el: Bump version number.
10506
10507 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10508
10509         * gnus.el (gnus-version-number): Bump version.
10510
10511 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10512
10513         * gnus.el: No Gnus v0.6 is released.
10514
10515 2007-04-27  Didier Verna  <didier@xemacs.org>
10516
10517         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10518         * gmm-utils.el (gmm-regexp-concat): ... here.
10519         * message.el: Don't require 'gnus-util.
10520         (message-dont-reply-to-names): Handle name change above.
10521         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10522
10523 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10526         since the initial value varies according to the system.
10527
10528 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10531
10532 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10533
10534         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10535
10536 2007-04-24  Didier Verna  <didier@xemacs.org>
10537
10538         Improve the type of gnus-ignored-from-addresses.
10539         * gnus-util.el (gnus-orify-regexp): New function.
10540         * message.el (gnus-util): Require it.
10541         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10542         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10543         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10544
10545 2007-04-24  Didier Verna  <didier@xemacs.org>
10546
10547         * gnus-sum.el:
10548         * gnus-utils.el: Fix some trailing whitespaces.
10549
10550 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10553         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10554         article's Message-ID; refer parent article in summary buffer.
10555
10556         * message.el (message-bounce): Call mime-to-mml.
10557
10558         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10559         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10560         optimize and/or forms properly.
10561
10562 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10565         URL.
10566
10567 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10570
10571 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10574         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10575         displayed of multipart/alternative part if it is invoked from summary
10576         buffer.
10577
10578         * mm-view.el (mm-inline-text-html-render-with-w3m)
10579         (mm-inline-text-html-render-with-w3m-standalone)
10580         (mm-inline-render-with-function): Use mail-parse-charset by default.
10581
10582 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10583
10584         * parse-time.el (parse-time-string-chars): Check if CHAR
10585         is less than the length of parse-time-syntax.
10586
10587 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10590         from gnus-newsgroup-processable.
10591
10592 2007-04-16  Didier Verna  <didier@xemacs.org>
10593
10594         * gnus-msg.el (gnus-configure-posting-styles):
10595         Handle message-signature-directory properly with :file syntax.
10596         Reported by "Leo".
10597
10598 2007-04-11  Didier Verna  <didier@xemacs.org>
10599
10600         New user option: message-signature-directory.
10601         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10602         * message.el (message-insert-signature): Ditto.
10603         * message.el (message-signature-file): Doc update.
10604         * message.el (message-signature-directory): New.
10605
10606 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * gnus-msg.el (gnus-inews-yank-articles):
10609         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10610
10611 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * message.el (message-yank-original): Make sure cited text ends with
10614         newline; don't exchange point and mark.
10615
10616 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10617
10618         * tls.el (open-tls-stream): Properly handle case where there
10619         is no associated buffer.
10620
10621 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10622
10623         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10624         message-yank-original, make sure (< mark TEXT point).
10625
10626 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * message.el (message-fill-column): New variable.
10629         (message-mode): Use it.  Add comment on a possible new hook.
10630
10631         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10632         (nnmail-get-new-mail): Reformat.
10633
10634         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10635
10636         * gmm-utils.el: Fix Commentary.
10637         (gmm-tool-bar-from-list): Fix typo in doc string.
10638
10639 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10640
10641         * message.el (message-yank-original): Don't switch point and mark
10642         unnecessarily to put point and mark as documented.
10643
10644 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10647         from the message heads.
10648
10649 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10650
10651         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10652         article buffer does not have a window.  This may not be the best
10653         solution but is certainly better than setting the start of the null,
10654         that is the current, window.
10655
10656 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10659         (gnus-draft-setup): Run it.
10660
10661         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10662         gnus-score-fast-scoring.  Allow regexp.
10663         (gnus-score-headers): Use it.
10664
10665         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10666         XEmacs.
10667
10668         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10669         string.
10670         (gnus-button-alist): Also catch `<f1> k ...'.
10671         (gnus-treat-display-x-face): Fix doc string.
10672
10673 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10674
10675         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10676         evaluation of gnus-extended-version to ensure correct generation of the
10677         User-Agent header when message-generate-headers-first is used.
10678
10679 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10680
10681         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10682         hashcash-path is nil.  Don't call callback with incorrect number of
10683         parameters if val is 0.
10684
10685 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10686
10687         * message.el (message-required-news-headers):
10688         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10689
10690 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10691
10692         * tls.el (open-tls-stream): In handshake-waiting loop,
10693         don't wait more if there is output available to process.
10694
10695 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10696
10697         * tls.el (tls-program): Doc fix.
10698
10699 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * message.el (message-generate-new-buffers): Change the meaning of the
10702         nil value; add `standard' to the choices; treat t as `unique'; improve
10703         doc string.
10704         (gnus-select-frame-set-input-focus): Autoload.
10705         (message-buffer-name): Search for the existing message buffer if
10706         message-generate-new-buffers is nil or `standard'; treat the value t of
10707         message-generate-new-buffers as `unique'.
10708         (message-pop-to-buffer): Raise the frame already displaying the message
10709         buffer; clear the echo area after querying.
10710         (message-setup): Pass the `continue' argument to compose-mail.
10711         (message-mail): Prefer `switch-function' if it is given; search for the
10712         existing message buffer if the `continue' argument is non-nil; pass
10713         continue and switch-function arguments to compose-mail by way of
10714         message-setup.
10715         (message-mail-other-window): Adjust argument of message-setup.
10716         (message-mail-other-frame): Ditto.
10717
10718 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10721         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10722         to turn font-lock on when turning gnus-message-citation-mode on.
10723
10724 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10725
10726         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10727         (mml-smime-function-alist): New variable; add epg as the backend.
10728         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10729         mml-smime- functions instead.
10730         * mm-view.el: Require smime.
10731
10732 2007-03-05  Didier Verna  <didier@xemacs.org>
10733
10734         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10735         instead of just inheritance for posting styles.
10736         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10737
10738 2007-02-24  Chris Moore  <dooglus@gmail.com>
10739
10740         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10741         * pgg-pgp.el (pgg-pgp-encrypt-region):
10742         * pgg-gpg.el (pgg-gpg-encrypt-region):
10743         Check pgg-encrypt-for-me if no other recipients.
10744
10745 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10746
10747         * tls.el (tls-certtool-program): Fix custom type.
10748
10749 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10752         and point-at-eol instead of line-(beginning|end)-position.
10753
10754         * assistant.el (assistant-parse-buffer): Ditto.
10755
10756         * netrc.el (netrc-parse-services): Ditto.
10757
10758 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10759
10760         * mml2015.el (mml2015-epg-find-usable-key): New function.
10761         (mml2015-epg-sign): Use it.
10762         (mml2015-epg-encrypt): Use it.
10763
10764 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * message.el (message-make-in-reply-to): Quote name containing
10767         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10768         if there are special characters.  Reported by NAKAJI Hiroyuki
10769         <nakaji@jp.freebsd.org>.
10770
10771 2007-02-27  Didier Verna  <didier@xemacs.org>
10772
10773         Include the group parameters as well as the topic ones in the
10774         inheritance filter process.
10775         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10776         argument GROUP-PARAMS-LIST.
10777         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10778
10779 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * nntp.el (nntp-never-echoes-commands)
10782         (nntp-open-connection-functions-never-echo-commands): New variables.
10783         (nntp-send-command): Use them.
10784
10785 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10786
10787         * mml2015.el (mml2015-epg-verify): Simplify.
10788
10789 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * mml.el (mml-content-disposition-alist): New user option.
10792         (mml-content-disposition): New function.
10793         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10794         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10795
10796 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10797
10798         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10799         verification.
10800
10801 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10802
10803         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10804         articles posted in the last 24 hours.
10805
10806 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10807
10808         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10809
10810 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10811
10812         * nntp.el (nntp-send-command): Don't wait for echoes when
10813         nntp-open-ssl-stream is used.
10814
10815 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10818         (gnus-message-add-citation-keywords)
10819         (gnus-message-remove-citation-keywords): Remove.
10820         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10821         directly, make the variables in font-lock-defaults buffer-local, add
10822         gnus-message-citation-keywords to them and then update the value of
10823         font-lock-keywords.
10824
10825 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * message.el (message-cite-original-1): Don't call
10828         gnus-article-highlight-citation.
10829
10830         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10831         citations; fix line count.
10832
10833 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10836         (gnus-message-add-citation-keywords)
10837         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10838         versions of font-lock-add-keywords and font-lock-remove-keywords to
10839         work with XEmacs correctly.
10840
10841 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * gnus-cite.el (gnus-cite-face-list): Set the values of
10844         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10845         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10846         (gnus-message-cite-prefix-regexp): New variable.
10847         (gnus-message-search-citation-line): Use it; protect against long
10848         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10849         the 0th match data for Emacs.
10850         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10851         (gnus-message-add-citation-keywords): Append keywords rather than
10852         prepending; emulate font-lock-add-keywords if it is not available.
10853         (gnus-message-remove-citation-keywords):
10854         Emulate font-lock-remove-keywords if it is not available.
10855
10856         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10857
10858         * message.el (message-cite-prefix-regexp): Set the value of
10859         gnus-message-cite-prefix-regexp.
10860
10861 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10862
10863         * nnweb.el (nnweb-google-parse-1): Update parser.
10864
10865 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10866
10867         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10868
10869 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10870
10871         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10872         regexp.
10873
10874 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10877         string-to-multibyte.
10878         (uudecode-decode-region-internal): Use it.
10879
10880         * lpath.el: Fbind string-as-multibyte for XEmacs.
10881
10882 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10885         Fix custom choice.
10886
10887         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10888
10889 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10890
10891         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10892
10893         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10894         `write-region' to respect `mm-inhibit-file-name-handlers'.
10895
10896 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10899         Use gnus-home-directory instead of "~/" or "$HOME".
10900
10901 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10902
10903         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10904         to mention filename.
10905         Add comments at beginning regarding usage.
10906         (encrypt-write-file-contents): Change interactive so a string is
10907         acceptable.  If the file has no associated model, show an error instead
10908         of a nonsense prompt.
10909
10910 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10911
10912         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10913         Thanks to Yoshihiko Yamada for kind notification of this typo.
10914
10915 2007-01-12  Kenichi Handa  <handa@m17n.org>
10916
10917         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10918         multibyte buffer.
10919
10920 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gnus-score.el (gnus-score-fast-scoring): New variable.
10923         (gnus-score-headers): Use it.
10924
10925         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10926
10927         * message.el (message-cite-original-1):
10928         Call gnus-article-highlight-citation if requested.
10929         (message-make-from): Allow name and address as optional arguments.
10930
10931         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10932
10933         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10934         bugs to doc string.
10935         (gnus-button-alist): Add mid\\|message-id.
10936         (gnus-button-fetch-group): Extend for use in
10937         `browse-url-browser-function'.
10938         (gnus-button-url-regexp): Try to catch paired parentheses like in
10939         Wikipedia URLs.
10940
10941         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10942         Suggested by Simon Krahnke <overlord@gmx.li>.
10943
10944 2007-01-13  Romain Francoise  <romain@orebokech.com>
10945
10946         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10947         Update copyright.
10948
10949 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10950
10951         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10952
10953 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10954
10955         * gnus-registry.el (gnus-registry-unfollowed-groups)
10956         (gnus-registry-split-fancy-with-parent): Fix documentation.
10957
10958 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10961         from nnweb groups.
10962
10963 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10964
10965         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10966         Xref urls.  Erase buffer before requesting head.
10967
10968         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10969
10970 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10973         customizable.
10974
10975 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10976
10977         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10978         no signing key is found.
10979         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10980         no encrypting and/or signing key is found.
10981
10982 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10985
10986 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10987
10988         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10989         headers read from disk with the ones newly found in the current search.
10990         This should no longer cause problems, because the article numbers in
10991         Gmane's `nov.php' output are ignored since the previous change.
10992
10993 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10994
10995         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10996
10997 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11000         replace-regexp-in-string; bind url-version; fbind display-images-p and
11001         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11002         find-face and set-itimer-function for Emacs; bind itimer-list for
11003         Emacs.
11004
11005         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11006
11007 2007-01-01  Romain Francoise  <romain@orebokech.com>
11008
11009         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11010
11011 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11012
11013         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11014         `define-minor-mode' macro definition expanded properly.
11015         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11016         exclude it there.
11017
11018         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11019         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11020         `fboundp' test.
11021         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11022         This is OK to autoload in (S)XEmacs now.
11023
11024 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025
11026         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11027         keystroke.
11028         (gnus-summary-limit-to-singletons): Fix typo.
11029
11030         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11031         else fails.
11032
11033 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11034
11035         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11036         docstring.
11037
11038         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11039         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11040         (gnus-summary-insert-dormant-articles): Fix typo in message.
11041
11042 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11045         nil for XEmacs.
11046         (gnus-message-citation-mode): Don't autoload in XEmacs.
11047
11048         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11049
11050 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11051
11052         * nnimap.el (nnimap-expunge-search-string):
11053         Mention nnimap-search-uids-not-since-is-evil in docstring.
11054
11055 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * spam.el: Revert to make-obsolete-variable because
11058         define-obsolete-variable-alias is not supported in Emacs 21.
11059
11060         * spam.el (spam-ifile-path, spam-ifile-database-path)
11061         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11062         make-obsolete-variable.
11063         (spam-bsfilter-path, spam-bsfilter-program)
11064         (spam-spamassassin-path, spam-spamassassin-program)
11065         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11066         Don't use "path" inappropriately.
11067         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11068         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11069         variable names.
11070
11071 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11072
11073         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11074         summary buffer.
11075
11076         * password.el (password-cache-remove): Use clear-string to burn
11077         password, if available.
11078
11079 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11082
11083         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11084
11085         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11086         (gnus-message-highlight-citation): Move defcustom here from
11087         gnus-cite.el.
11088         (gnus-message-citation-mode): Autoload.
11089
11090         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11091         checks to make it compile with XEmacs.
11092         (gnus-message-citation-mode): New minor mode.
11093         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11094         (gnus-message-highlight-citation): New variables.
11095         (gnus-message-search-citation-line)
11096         (gnus-message-add-citation-keywords)
11097         (gnus-message-remove-citation-keywords)
11098         (turn-on-gnus-message-citation-mode)
11099         (turn-off-gnus-message-citation-mode): New functions.
11100
11101 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11102
11103         * gnus-cite.el: Enable highlighting of different citation levels in
11104         message-mode.
11105
11106 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * message.el (message-make-fqdn): Fix comment.
11109         (message-bogus-system-names): Add ".local".
11110
11111         * spam.el (spam-ifile-path, spam-ifile-program)
11112         (spam-ifile-database-path, spam-ifile-database)
11113         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11114         Don't use "path" inappropriately.
11115         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11116         strings.
11117         (spam-check-ifile, spam-ifile-register-with-ifile)
11118         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11119         Use new variable names.
11120
11121         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11122         (gnus-treat-display-smileys): Simplify using
11123         gnus-image-type-available-p.
11124
11125         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11126         available.
11127
11128         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11129         Use `display-images-p' if available.
11130
11131 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11134         one after turning on the buffer's multibyteness instead of decoding
11135         them directly in the unibyte buffer that causes unexpected conversion
11136         in Emacs 23 (unicode).
11137
11138 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11139
11140         * message.el (message-generate-hashcash): Fix custom type.
11141
11142 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11145
11146 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11147
11148         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11149         disconnect icons.  Add help text.
11150
11151 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11152
11153         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11154         negated to be consistent with the others we handle.
11155
11156 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11159         version of gnus-summary-buffer to something, so that we can use two
11160         article buffers at the same time.
11161
11162 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11163
11164         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11165         trigger all the extra headers.
11166         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11167         sorting.
11168
11169 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11170
11171         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11172         solid groups.
11173
11174 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11175
11176         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11177
11178 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * legacy-gnus-agent.el: Add Copyright notice.
11181
11182 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11183
11184         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11185
11186 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11189
11190         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11191         to make it work reliably in CVS Emacs.
11192         (gnus-summary-limit-strange-charsets-predicate)
11193         (gnus-summary-limit-to-predicate): New functions.
11194
11195 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11196
11197         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11198         specifying array size.
11199         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11200         array if it is too small.
11201         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11202         (gnus-sort-threads-loop): New function.
11203
11204 2006-12-06  Chris Moore  <dooglus@gmail.com>
11205
11206         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11207         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11208
11209 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11210
11211         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11212         options.
11213
11214 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11215
11216         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11217         DOS-ing the recipient.
11218
11219         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11220         the headers when creating the mapping to avoid mismappings.
11221         (nnweb-gmane-create-mapping): Always nix out old mapping.
11222
11223 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11226         and mm-verify-option to never.
11227
11228 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * message.el (message-signed-or-encrypted-p): New function.
11231         (message-forward-make-body): Use it.
11232
11233         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11234         Replace encode-coding-string with mm-encode-coding-string.
11235
11236 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * nneething.el (nneething-decode-file-name):
11239         Replace decode-coding-string with mm-decode-coding-string.
11240
11241         * gnus-int.el (gnus-open-server): Say failed server's name.
11242
11243 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11244
11245         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11246         strings to a single string.  Quote `errors-file-name'.
11247         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11248         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11249         Adjust calls.  Use `shell-quote-argument'.
11250
11251 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11252
11253         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11254         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11255
11256         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11257         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11258         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11259         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11260         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11261         (gnus-subscribe-newsgroup, gnus-1):
11262         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11263         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11264         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11265         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11266
11267 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11270         keystroke.
11271         (gnus-summary-limit-to-bodies): Implement headersp.
11272
11273 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11276
11277 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11280
11281 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11282
11283         * message.el (message-generate-hashcash): Expand range of values to
11284         include `opportunistic'.
11285         (message-send-mail): Use it.
11286
11287 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11288
11289         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11290         and comment it.
11291
11292         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11293
11294 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * gnus-util.el (gnus-extract-address-components): Improve comment.
11297
11298 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-util.el (gnus-extract-address-components): Work with address in
11301         which the name portion contains @.
11302
11303         * lpath.el: Fbind custom-autoload.
11304
11305 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus.el (gnus-start): Move custom group up.
11308         (gnus-select-method): Don't autoload, but make it available for
11309         `customize-variable'.
11310         (gnus-getenv-nntpserver): Don't autoload.
11311
11312 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11313
11314         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11315
11316 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * message.el (message-sendmail-extra-arguments): New variable.
11319         (message-send-mail-with-sendmail): Use it.
11320
11321 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11324         mm-with-unibyte-current-buffer to make string unibyte.
11325
11326         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11327         mm-string-as-multibyte.
11328
11329 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11330
11331         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11332         Reported by Werner Koch <wk@gnupg.org>.
11333
11334 2006-11-14  Daiki Ueno  <ueno@p360>
11335
11336         * mml2015.el: Autoload epa-select-keys when compiling.
11337
11338 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11339
11340         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11341         message-options.
11342         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11343
11344 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11345
11346         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11347         EasyPG (< 0.0.6).
11348         (mml2015-always-trust): New user option.
11349         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11350         prompt.
11351
11352 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * nntp.el (nntp-authinfo-force): New variable.
11355         (nntp-send-authinfo): Use it.
11356
11357 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11360         decode encoded words.  Improve prompt.  Add comment about forwarding.
11361         (message-replacement-char): Move up.
11362
11363 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11364
11365         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11366         instead of gnus-intersection because arguments of gnus-sorted-nunion
11367         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11368
11369 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11372         (message-simplify-subject-functions):
11373         Enable message-strip-subject-encoded-words by default.
11374
11375 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * message.el (message-strip-subject-encoded-words): New function.
11378         (message-simplify-subject-functions): New variable.
11379         (message-simplify-subject): Use it.  Fix typo in doc string.
11380         Support message-strip-subject-encoded-words.
11381
11382 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11383
11384         * gnus-diary.el (gnus-diary-delay-format-function):
11385         * nndiary.el (nndiary-reminders):
11386         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11387
11388 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * gnus-art.el (article-hide-boring-headers): Fetch date from
11391         gnus-original-article-buffer to avoid problems with localized date
11392         strings.
11393
11394 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11397
11398 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11401         New variables.
11402         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11403         (mm-charset-synonym-alist): Move some entries to
11404         mm-codepage-iso-8859-list.
11405         (mm-charset-synonym-alist, mm-charset-override-alist):
11406         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11407
11408 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11411
11412 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11415         with Emacs 21 and XEmacs.
11416
11417 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11418
11419         * spam.el (spam-parse-address): New function for better parsing,
11420         catching errors, etc.
11421         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11422
11423 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * mm-view.el: Add interactive arg to html2text autoload.
11426
11427 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11430
11431 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11434         New variables.
11435         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11436         (mm-charset-synonym-alist): Move some entries to
11437         mm-codepage-iso-8859-list.
11438
11439         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11440
11441 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * message.el (message-citation-line-format)
11444         (message-insert-formated-citation-line): Fix implementation of %E, %N
11445         and %n according to the doc string.
11446
11447 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11450         Use car-safe to avoid bad parses.
11451
11452 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11455         names.
11456
11457         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11458
11459 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11462         header.
11463
11464         * message.el (message-draft-headers): Add Date.
11465         (message-headers-to-generate): Fix typo in docstring.
11466
11467         * nndraft.el (nndraft-required-headers): New variable.
11468         (nndraft-generate-headers): Use it.
11469
11470         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11471
11472 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * gnus-registry.el (gnus-registry-wash-for-keywords)
11475         (gnus-registry-find-keywords): New functions to allow easy searching of
11476         articles that are in the registry.
11477
11478 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11479
11480         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11481         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11482         Reported by Damien Elmes <damien@repose.cx>.
11483
11484 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11485
11486         * gnus.el (gnus-mime): Remove unused custom group.
11487
11488 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11489
11490         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11491         "blank line" when searching for end of armor headers.
11492
11493 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gmm-utils.el (gmm-write-region): Fix variable name.
11496
11497 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gmm-utils.el (gmm-write-region): New function based on compatibility
11500         code from `mm-make-temp-file'.
11501
11502         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11503
11504         * nnmaildir.el (nnmaildir--update-nov)
11505         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11506         Use `gmm-write-region'.
11507
11508 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11511         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11512
11513         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11514
11515         * message.el (message-replacement-char): New variable.
11516         (message-fix-before-sending): Use it.
11517         (message-simplify-subject): New function to remove duplicate code.
11518         (message-reply, message-followup): Use it.
11519
11520         * gnus-sum.el (gnus-summary-make-menu-bar):
11521         Clarify gnus-summary-limit-to-articles.
11522
11523 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-util.el (gnus-with-local-quit): New macro.
11526
11527         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11528
11529 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11530
11531         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11532         ignore non-string data.
11533
11534 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11535
11536         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11537         non-string data (needs to be done in the registry too).
11538
11539 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11540
11541         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11542         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11543         (gnus-registry-split-fancy-with-parent)
11544         (gnus-registry-fetch-simplified-message-subject-fast)
11545         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11546         Remove text properties on ingress into the registry and when it's saved.
11547         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11548         registry from entries with no groups.
11549
11550 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11551
11552         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11553         function to remove string properties.
11554
11555 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gmm-utils.el (gmm): Adjust custom version.
11558
11559         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11560         Adjust custom version.
11561
11562         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11563
11564 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * gnus-art.el (gnus-insert-prev-page-button)
11567         (gnus-insert-next-page-button): Simplify.  Reformat.
11568
11569 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11570
11571         * gnus-art.el (gnus-insert-prev-page-button)
11572         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11573
11574 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11575
11576         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11577
11578 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11579
11580         * gnus-art.el (gnus-insert-mime-button)
11581         (gnus-insert-mime-security-button):
11582         Apply gnus-article-button-face to MIME and security buttons.
11583
11584 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11587         readable.
11588
11589 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11592
11593 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11594
11595         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11596         `browse-url-of-file' instead of `browse-url'.
11597
11598 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11599
11600         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11601         regexp.  Articles containing quotation were cut prematurely.
11602
11603 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * message.el (message-cite-original-1): Use nobody by default for the
11606         value of From header.
11607         (message-reply): Ditto.
11608
11609 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11610
11611         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11612         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11613         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11614
11615 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11618         mails in the doc string.  Add some URLs in comment.
11619         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11620
11621 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11624         backslashes handling and the way to find boundaries of quoted strings.
11625
11626 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11627
11628         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11629         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11630         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11631         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11632
11633 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11636         doc string.
11637         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11638
11639 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * lpath.el: Fbind epg-check-configuration.
11642
11643 2006-09-06  Simon Josefsson  <jas@extundo.com>
11644
11645         * mml2015.el (mml2015-use): Doc fix, mention epg.
11646
11647 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11648
11649         * mml2015.el (mml2015-use): Default to epg, if available.
11650
11651 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11652
11653         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11654         message-sender.
11655         (mml1991-epg-encrypt): Ditto.
11656         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11657         message-sender.
11658         (mml2015-epg-encrypt): Ditto.
11659
11660 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11661
11662         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11663         several common directories.
11664
11665 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11666
11667         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11668         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11669
11670 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-art.el (article-decode-encoded-words): Make it fast.
11673
11674 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11677
11678         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11679         in quoted string into `\'.
11680
11681 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11684         Use standard-syntax-table.
11685
11686 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (gnus-decode-address-function): New variable.
11689         (article-decode-encoded-words): Use it to decode headers which are
11690         assumed to contain addresses.
11691         (gnus-mime-delete-part): Remove useless `or'.
11692
11693         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11694         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11695         (gnus-nov-parse-line): Use it to decode From header.
11696         (gnus-get-newsgroup-headers): Ditto.
11697         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11698
11699         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11700         (mail-decode-encoded-address-string): New alias.
11701
11702         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11703         New function.
11704         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11705         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11706         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11707         (rfc2047-decode-string): Ditto.
11708         (rfc2047-decode-address-region): New function.
11709         (rfc2047-decode-address-string): New function.
11710
11711 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * message.el (message-caesar-buffer-body): Allow rotating headers.
11714
11715         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11716
11717         * message.el (message-insert-formated-citation-line): Fix %f.
11718         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11719
11720 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11723         (gnus-bookmark-mouse-available-p): New macro.
11724         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11725         (gnus-bookmark-bmenu-show-infos): Use it.
11726         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11727         (gnus-bookmark-bmenu-hide-infos): Ditto.
11728         (gnus-bookmark-remove-properties): New function.
11729         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11730         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11731         (gnus-bookmark-write-file): Bind coding-system-for-write.
11732         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11733         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11734         group before selecting it.
11735         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11736         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11737         quit-window if it is not available; use gnus-mouse-2 and bind it to
11738         gnus-bookmark-bmenu-select-by-mouse.
11739         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11740         (gnus-bookmark-bmenu-select-by-mouse): New function.
11741
11742 2006-08-13  Romain Francoise  <romain@orebokech.com>
11743
11744         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11745         space.
11746
11747 2006-08-10  Romain Francoise  <romain@orebokech.com>
11748
11749         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11750         (dns-mode-soa-auto-increment-serial): New user option.
11751         (dns-mode-soa-maybe-increment-serial): New function.
11752         (dns-mode): Add the latter to `write-contents-functions'.
11753
11754 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * compface.el (uncompface): Use binary rather than raw-text-unix.
11757
11758 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * compface.el (uncompface): Make sure the eol conversion doesn't take
11761         place when communicating with the external programs.
11762         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11763
11764 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11767
11768 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11769
11770         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11771         Make it more robust by parsing author and date independently.
11772
11773 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11776
11777 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11778
11779         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11780         first matching secret key.
11781         (mml2015-epg-encrypt): Ditto.
11782
11783         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11784         first matching secret key.
11785         (mml1991-epg-encrypt): Ditto.
11786
11787         * mml2015.el (mml2015-encrypt-to-self): New user option.
11788         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11789         mml2015-epg-encrypt-to-self is set.
11790
11791         * mml1991.el (mml1991-encrypt-to-self): New variable.
11792         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11793         mml1991-epg-encrypt-to-self is set.
11794
11795         * mml2015.el (mml2015-signers): New user option.
11796         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11797         (mml2015-epg-encrypt): Allow to select signing keys.
11798
11799         * mml1991.el (mml1991-signers): New variable.
11800         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11801         (mml1991-epg-encrypt): Allow to select signing keys.
11802
11803 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * nnheader.el (nnheader-insert-head): Make it work even if the file
11806         uses CRLF for the line-break code.
11807
11808 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11809
11810         * mml2015.el: Require mml-sec instead of password.
11811         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11812         (mml2015-cache-passphrase): Inherit the default value from
11813         mml-secure-cache-passphrase.
11814         (mml2015-passphrase-cache-expiry): Inherit the default value from
11815         mml-secure-passphrase-cache-expiry.
11816
11817         * mml1991.el: Require mml-sec instead of password.
11818         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11819         (mml1991-cache-passphrase): Inherit the default value from
11820         mml-secure-cache-passphrase.
11821         (mml1991-passphrase-cache-expiry): Inherit the default value from
11822         mml-secure-passphrase-cache-expiry.
11823
11824         * mml-sec.el: Require password.
11825         (mml-secure-verbose): New user option.
11826         (mml-secure-cache-passphrase): New user option.
11827         (mml-secure-passphrase-cache-expiry): New user option.
11828
11829 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11830
11831         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11832         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11833         andreas@altroot.de (Andreas Vögele).
11834
11835         FIXME: Use `tiny change'?
11836
11837 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11838
11839         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11840         workaround for the url package included with Emacs.
11841
11842         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11843
11844 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11847         correctly.  This fixes a bug caused by the 2006-05-12 change.
11848
11849 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11850
11851         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11852         some information about the error when saying that the `bogus' mail
11853         group will be used.
11854
11855 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11858         string.
11859
11860 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11861
11862         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11863
11864 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11865
11866         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11867
11868 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11869
11870         * mml1991.el (mml1991-function-alist): Add epg.
11871         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11872         (mml1991-epg-encrypt): New functions.
11873
11874 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11875
11876         * mml2015.el (mml2015-verbose): New variable.
11877         (mml2015-cache-passphrase): Ditto.
11878         (mml2015-passphrase-cache-expiry): Ditto.
11879         (mml2015-function-alist): Add epg.
11880         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11881         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11882         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11883         New functions.
11884
11885 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11886
11887         * message.el (message-cite-original-1): Preserve region when removing
11888         quoted text due to X-No-Archive in order to avoid bogus attribution
11889         when citing multiple messages.
11890
11891 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11892
11893         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11894         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11895
11896 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11897
11898         * gnus-diary.el (gnus-user-format-function-d)
11899         (gnus-user-format-function-D): Autoload.
11900
11901         * imap.el (Commentary): Fix typo.
11902
11903         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11904         2006-04-22 contribution.
11905
11906 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11907
11908         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11909         It didn't really fix the bogosity I'm seeing with solid web groups.
11910
11911 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11912
11913         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11914         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11915         created using server names.  If we use the feature without declaring
11916         it, Gnus does not properly manage server and group state.
11917
11918         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11919         bound.
11920
11921 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11922
11923         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11924         looking up the method using GROUP's prefix before inventing a new one.
11925         It is used on killed/unknown groups in various places where returning
11926         an all-new method isn't expected by the caller.
11927
11928         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11929         and match semantics of gnus-group-real-prefix.
11930
11931 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11932
11933         * nnmail.el (nnmail-broken-references-mailers): New variable.
11934         (nnmail-ignore-broken-references): New function generalizing
11935         nnmail-fix-eudora-headers.
11936         (nnmail-fix-eudora-headers): Now obsolete.
11937
11938         * gnus-art.el (gnus-button-handle-custom):
11939         Support `customize-apropos*'.
11940
11941 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11942
11943         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11944
11945         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11946         articles.
11947
11948 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * message.el (message-cite-reply-above): New variable.
11951         (message-yank-original): Use it.
11952
11953 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11956
11957 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11960         as read.
11961
11962         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11963
11964 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11967         (gnus-bookmark-default-file): Use gnus-directory.
11968         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11969         Remove "*" in doc string.
11970         (gnus-bookmark-write-file): Simplify.
11971         (gnus-bookmark-maybe-sort-alist): Use `when'.
11972         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11973         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11974         Add FIXME about Emacs 21 and XEmacs compatibility.
11975         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11976         compatibility.
11977         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11978         compatibility.
11979         (gnus-bookmark-menu-heading): Fix version.
11980
11981 2006-06-19  Bastien Guerry  <bzg@altern.org>
11982
11983         * gnus-bookmark.el: New file.
11984
11985 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * message.el (message-syntax-checks): Doc fix.
11988
11989 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11990
11991         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11992         unsubscribed groups as if they were killed ones.  It causes duplicate
11993         entries in gnus-newsrc-alist.
11994
11995 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * message.el (message-syntax-checks): Doc fix.
11998         (message-send-mail): Add check for continuation headers.
11999         (message-check-news-header-syntax): Fix regexp used to check for
12000         continuation headers.
12001
12002 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12005
12006 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12009
12010 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12013         default-truncate-lines.
12014
12015 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12018         to fill the utf-8 entry.
12019
12020         * lpath.el: Fbind unicode-precedence-list.
12021
12022 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12023
12024         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12025
12026 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12027
12028         * gnus-agent.el (directory-files-and-attributes): Move all the way
12029         forward (the third and final move).
12030         (gnus-agent-read-agentview): Trap reconstruction errors due to
12031         nonexistent directory.  Handle by returning nil.
12032
12033 2006-05-30  Didier Verna  <didier@xemacs.org>
12034
12035         * message.el (message-dont-reply-to-names): Update the custom type.
12036         * message.el (message-dont-reply-to-names): New defsubst: potentially
12037         convert a list of regexps into a single one.
12038         * message.el (message-get-reply-headers): Use it.
12039         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12040
12041 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-agent.el (directory-files-and-attributes): Move forward.
12044
12045 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus-ml.el (gnus-mailing-list-subscribe)
12048         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12049         (gnus-mailing-list-message): Fix doc strings.
12050
12051 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12052
12053         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12054         of doing it manually.
12055
12056 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12057
12058         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12059         comment.
12060
12061 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12062
12063         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12064         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12065         (gnus-agent-read-local): All symbols allocated in my-obarray.
12066         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12067         (gnus-agent-regenerate-group): Check numeric names to see if they are
12068         messages or groups.
12069         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12070         better way of do this...)
12071
12072         * gnus-cache.el (gnus-agent-total-fetched-for):
12073         Ignore 'dummy.group' (there should be a better way of do this...)
12074
12075 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12078         (gnus-saved-headers): Ditto.
12079         (gnus-default-article-saver): Mention functions may have properties.
12080         (gnus-article-save): Override gnus-save-all-headers and
12081         gnus-saved-headers by :headers property which saver function may have.
12082         (gnus-summary-save-in-file): Add :headers property.
12083         (gnus-summary-write-to-file): Ditto.
12084
12085         * gnus-sum.el (gnus-summary-save-article): Bind
12086         gnus-prompt-before-saving to t when saving many articles in a file;
12087         always show all headers.
12088
12089         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12090
12091 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12094         marks.
12095
12096         * message.el (message-indent-citation): Add optional arguments to allow
12097         using it outside of message buffers.
12098
12099         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12100         (gnus-article-treat-unfold-headers): Use it.
12101         (gnus-article-truncate-lines): New variable.
12102         (gnus-article-mode): Use it.
12103         (gnus-article-toggle-truncate-lines): New function.
12104
12105         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12106         Add gnus-article-toggle-truncate-lines.
12107
12108         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12109         coding system in XEmacs, use binary.
12110
12111 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12114         after-load-alist.
12115
12116         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12117         this function should save decoded articles.
12118         (gnus-summary-write-to-file): Use property to specify this function
12119         should save decoded articles and specify gnus-summary-save-in-file
12120         should be used to save articles other than the first one when saving
12121         many articles.
12122         (gnus-summary-save-body-in-file): Use property to specify this
12123         function should save decoded articles.
12124         (gnus-summary-write-body-to-file): Use property to specify this
12125         function should save decoded articles and specify
12126         gnus-summary-save-body-in-file should be used to save articles other
12127         than the first one when saving many articles.
12128
12129         * gnus-sum.el (gnus-summary-save-article): Simplify.
12130
12131 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus-art.el (gnus-default-article-saver):
12134         Add gnus-summary-write-body-to-file.
12135         (gnus-article-save-coding-system): Don't use coding system object
12136         in XEmacs.
12137         (gnus-read-save-file-name): Add optional `dir-var' argument which
12138         specifies directory in which files are saved; work even if optional
12139         `variable' argument is not specified.
12140         (gnus-summary-write-to-file): Read file name.
12141         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12142         (gnus-summary-write-body-to-file): New function.
12143
12144         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12145         (gnus-summary-local-variables): Add it.
12146         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12147         (gnus-summary-save-article): Remove optional `decode' argument;
12148         determine whether to decode articles by the value of
12149         gnus-default-article-saver; when saving many files using
12150         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12151         it first and use gnus-summary-save-in-file or
12152         gnus-summary-save-body-in-file thereafter unless
12153         gnus-prompt-before-saving is always; move point to article which
12154         will be saved.
12155         (gnus-summary-save-article-file): Revert.
12156         (gnus-summary-write-article-file): Revert.
12157         (gnus-summary-save-article-body-file): Revert.
12158         (gnus-summary-write-article-body-file): New function.
12159
12160 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gnus-art.el (gnus-default-article-saver): Doc fix.
12163         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12164         from gnus-summary-save-article-coding-system, and default to a
12165         certain coding system.
12166         (gnus-output-to-file): Add coding cookie and encode text according
12167         to gnus-article-save-coding-system; don't use mm-append-to-file.
12168
12169         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12170         gnus-art.el and rename to gnus-article-save-coding-system.
12171         (gnus-summary-save-article): Require gnus-art; don't show all
12172         headers if it decodes articles; don't add coding cookie here;
12173         don't bind mm-text-coding-system-for-write.
12174         (gnus-summary-save-article-file): Save decoded articles.
12175         (gnus-summary-write-article-file): When saving many files, use
12176         gnus-summary-write-to-file first and gnus-summary-save-in-file
12177         thereafter unless gnus-prompt-before-saving is always.
12178         (gnus-summary-save-article-body-file): Save decoded articles.
12179
12180         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12181
12182 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12183
12184         * nnrss.el (nnrss-check-group): Bind hash-index.
12185
12186 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12187
12188         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12189         its hash index.  Store this hash in `nnrss-group-data'.
12190         (nnrss-read-group-data): Update accordingly.
12191
12192 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12195         entry.
12196
12197         * gnus-sum.el (gnus-summary-make-menu-bar):
12198         Add gnus-article-browse-html-article.
12199
12200 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12201
12202         * gnus-sum.el (gnus-summary-mime-map):
12203         Add gnus-article-browse-html-article.
12204
12205         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12206
12207 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12210         suitable coding systems in customize.
12211
12212 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * mail-source.el (mail-sources): Fix custom type.
12215
12216 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12219         (gnus-summary-expire-articles-now): Shorten prompt.
12220
12221         * gmm-utils.el (wid-edit): Require.
12222         (defun-gmm): Rename from `gmm-defun-compat'.
12223         (gmm-image-search-load-path): Use it.
12224         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12225
12226 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-sum.el (gnus-summary-save-article-coding-system):
12229         New variable.
12230         (gnus-summary-save-article): Add optional `decode' argument.
12231         If it is set and gnus-summary-save-article-coding-system is non-nil,
12232         save decoded article.
12233         (gnus-summary-write-article-file): Save decoded article if
12234         gnus-summary-save-article-coding-system is non-nil.
12235
12236         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12237         type.
12238
12239 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12242
12243 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12246         first to test gnus-single-article-buffer which may be buffer-local.
12247
12248         * gnus-sum.el (gnus-summary-setup-buffer):
12249         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12250         group; make gnus-article-buffer, gnus-article-current, and
12251         gnus-original-article-buffer always buffer-local.
12252         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12253         group.
12254         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12255
12256 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * nnml.el (nnml-request-compact-group): Compressed files might not
12259         have .gz extension.
12260
12261 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12262
12263         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12264         (mm-copy-to-buffer): Use with-current-buffer.
12265         (mm-display-part): Simplify.
12266         (mm-inlinable-p): Add optional arg `type'.
12267
12268 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12269
12270         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12271         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12272         Try harder to show the attachment internally or externally using
12273         gnus-mime-view-part-as-type.
12274
12275 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * message.el (message-from-style, message-signature-separator)
12278         (message-user-organization-file, message-send-mail-function)
12279         (message-citation-line-function, message-yank-prefix)
12280         (message-indent-citation-function, message-signature)
12281         (message-signature-file, message-signature-insert-empty-line):
12282         Remove autoloads.
12283
12284         * gnus-art.el (gnus-buttonized-mime-types):
12285         Remove "multipart/signed".  Revert 2006-04-26 change.
12286
12287 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12288
12289         * gnus.el (gnus-version-number): Bump version.
12290
12291 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12292
12293         * gnus.el: No Gnus v0.5 is released.
12294
12295 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12296
12297         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12298         fetching articles by message-id.
12299
12300 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12301
12302         * message.el (hashcash): Require hashcash as normal.
12303
12304         * ecomplete.el (ecomplete-highlight-match-line):
12305         Use point-at-eol.
12306         (ecomplete-highlight-match-line): Use `highlight', because that
12307         face exists in both Emacs and XEmacs.
12308
12309         * message.el (message-display-abbrev): Use point-at-bol.
12310
12311         * mail-source.el: Don't require timer/timer-funcs.
12312
12313         * gnus-async.el: Ditto.
12314
12315         * password.el: Ditto.
12316
12317         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12318
12319         * mm-url.el: Ditto.
12320
12321         * gnus-xmas.el: Don't require timer-funcs.
12322
12323         * mm-util.el: Require timer/timer-funcs.
12324
12325 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12326
12327         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12328         Close.
12329
12330 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12333         unibyte after clear-decrypt function runs.
12334
12335         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12336         returns as a unibyte string.
12337
12338 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * lpath.el: Revert.
12341
12342         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12343         (pgg-gpg-process-sentinel): Revert.
12344
12345         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12346         (pgg-pgp-lookup-key): Revert.
12347
12348         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12349         (pgg-pgp5-lookup-key): Revert.
12350
12351         * pgg.el (pgg-fetch-key): Revert.
12352
12353 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * lpath.el: Fbind string-as-multibyte for XEmacs.
12356
12357         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12358         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12359         (mml1991-pgg-encrypt): Ditto.
12360
12361         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12362         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12363         a multibyte buffer.
12364
12365         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12366         (pgg-pgp-lookup-key): Ditto.
12367
12368         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12369         (pgg-pgp5-lookup-key): Ditto.
12370
12371         * pgg.el (pgg-fetch-key): Ditto.
12372
12373 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * message.el (message-user-organization-file): Check several
12376         locations of the organization file.
12377
12378         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12379         Add gnus-article-view-part-as-type.
12380
12381         * gnus-art.el (gnus-article-view-part-as-type): New function.
12382
12383         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12384         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12385
12386         * mml.el: Simplify autoload.
12387         (mml-mode): defvar dnd-protocol-alist instead of using
12388         symbol-value.
12389         (mml-default-directory): New variable.
12390         (mml-minibuffer-read-file): Use it.
12391         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12392
12393         * message.el (message-citation-line-format): New variable.
12394         (message-insert-formated-citation-line): New function.
12395         (message-citation-line-function):
12396         Add `message-insert-formated-citation-line' to custom type.
12397
12398         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12399         to doc string.
12400
12401         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12402         depending on mm-verify-option.
12403
12404 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12407         binding pgg-* variables; reimplement the section which prevents
12408         MIME header from being signed.
12409         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12410         pgg-text-mode; remove a blank line at the top of body.
12411
12412         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12413         lines at the top of body; use gnus-newsgroup-charset if there's no
12414         Charset header.
12415
12416 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * message.el (message-self-insert-commands): Doc fix.
12419
12420         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12421         (mm-uu-pgp-encrypted-test): Ditto.
12422         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12423         between header and body; return application/pgp-encrypted handle
12424         if decryption failed; decode decrypted body by charset.
12425
12426         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12427         element match to application/pgp-*.
12428
12429 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12430
12431         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12432         HTML.
12433
12434 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12435
12436         * mail-source.el (mail-source-call-script): Message the error
12437         string.
12438
12439 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12440
12441         * gnus-util.el (gnus-byte-compile): Use it.
12442
12443 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12444
12445         * gnus-util.el (kill-empty-logs): New function.
12446
12447 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12448
12449         * message.el (message-mail-alias-type): Doc fix.
12450         (message-mail-alias-type-p): New function.
12451         (message-send): Use it.
12452         (message-mode): Ditto.
12453         (message-strip-forbidden-properties): Ditto.
12454
12455         * ecomplete.el (ecomplete-database-file-coding-system):
12456         New variable.
12457         (ecomplete-save): Use it.
12458         (ecomplete-setup): Use it.
12459
12460 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * message.el (message-self-insert-commands): New variable.
12463         (message-strip-forbidden-properties): Use it.
12464
12465 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12468         that doesn't make XEmacs choke.
12469
12470 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * gnus-util.el (gnus-replace-in-string):
12473         Prefer replace-regexp-in-string over of replace-in-string.
12474
12475 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * gnus-util.el (gnus-select-frame-set-input-focus):
12478         Use select-frame-set-input-focus if it is available in XEmacs; use
12479         definition defined in Emacs 22 for old Emacsen.
12480
12481         * dgnushack.el: Autoload unmorse-region for XEmacs.
12482
12483         * lpath.el: Bind cursor-in-non-selected-windows and
12484         select-frame-set-input-focus for XEmacs.
12485
12486 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12489
12490 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12491
12492         * gnus-registry.el (gnus-registry-cache-save): Remove text
12493         properties when saving via the temp buffer.
12494
12495 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * message.el (message-generate-hashcash): Honor custom type.
12498
12499 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * message.el (message-generate-hashcash): Default to non-nil when
12502         hashcash is found.
12503
12504         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12505         (gnus-refer-thread-limit): Increase default to 500.
12506
12507         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12508
12509         * flow-fill.el (fill-flowed): Allow delete-space.
12510
12511 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12514         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12515         Remove autoloads.
12516
12517 2006-04-18  Simon Josefsson  <jas@extundo.com>
12518
12519         * message.el (message-generate-hashcash): Default to.
12520
12521 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12524         concatenating segments rather than before concatenating them.
12525
12526 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12529
12530 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12531
12532         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12533
12534         * message.el (message-forward-make-body-plain):
12535         Allow message-forward-ignored-headers to be a list.
12536         (message-remove-ignored-headers): Factor out into function.
12537         (message-forward-make-body-mml): Use it.
12538
12539         * imap.el (imap-quote-specials): New function.
12540         (imap-login-auth): Quote specials.
12541
12542         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12543         (rfc2231-parse-string): Allow concatanation of parameters that
12544         aren't contiguous.  The test case is
12545           (mail-header-parse-content-type "message/external-body;
12546             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12547             access-type=LOCAL-FILE;
12548             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12549
12550 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12551
12552         * nntp.el (nntp-accept-process-output): Return the value of
12553         `nnheader-accept-process-output'.
12554
12555 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12556
12557         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12558         (gnus-button-alist): Recognize more diff formats.
12559         (gnus-button-patch): Strip directory.
12560
12561 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12564         Emacs 22 when setting focus.
12565
12566 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12567
12568         * gnus-art.el (gnus-article-treat-types): Do treatment of
12569         text/x-verbatim parts.
12570         (gnus-button-patch): New command.
12571
12572         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12573         addresses that contain invalid characters.
12574
12575 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12576
12577         * message.el (message-put-addresses-in-ecomplete):
12578         Use gnus-replace-in-string.
12579         (message-is-yours-p): Use the more correct
12580         mail-header-parse-address instead of
12581         mail-extract-address-components.
12582         (message-put-addresses-in-ecomplete): Fix typo.
12583
12584         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12585         keystroke.
12586
12587         * gnus-art.el (gnus-treatment-function-alist): Change order of
12588         newsgroups/generic header folding to avoid double-folding.
12589
12590         * message.el (message-hidden-headers): Add X-Draft-From.
12591
12592         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12593         New command.
12594         (gnus-summary-repeat-search-article-backward): New command.
12595
12596         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12597         groups in the parent topic.
12598
12599 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12600
12601         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12602         (spam-extra-header-to-number): Return the CRM114 number as a
12603         number instead of a string.
12604
12605 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * gnus-art.el (gnus-face-properties-alist): Move here from
12608         gnus-fun.
12609
12610         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12611
12612 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12613
12614         * message.el (message-strip-forbidden-properties): Only display on
12615         self-insert-command.
12616
12617         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12618         reindent.
12619         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12620
12621 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12622
12623         * smiley.el (smiley-style): Fix typo.
12624
12625 2006-03-23  Kenichi Handa  <handa@m17n.org>
12626
12627         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12628         instead of set-buffer-multibyte.
12629
12630 2006-03-23  Kenichi Handa  <handa@m17n.org>
12631
12632         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12633         buffer and then decode the buffer text if necessary.
12634         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12635         first, and after mm-encode-body, change the buffer to unibyte.
12636
12637 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12638
12639         * hashcash.el (hashcash-insert-payment-async-2):
12640         Use message-goto-eoh instead of doing it manually.
12641         (mail-add-payment): Use message-narrow-to-header instead of trying
12642         to do the same itself.
12643
12644         * message.el (message-hidden-headers): Add Face.
12645
12646         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12647         reparenting code.
12648         (gnus-summary-reparent-children): Refactored out code.
12649         (gnus-summary-thread-map): New keystroke.
12650         (gnus-summary-reparent-children): Make into command.
12651
12652         * smiley.el (smiley-style): Default to `medium' if using a large
12653         font.
12654
12655         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12656         does it itself.
12657
12658         * message.el (message-point-in-header-p): Simplify definition.
12659
12660 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12661
12662         * nnagent.el (nnagent-request-set-mark): Silence log file
12663         writing.
12664         (nnagent-request-set-mark): Use write-region instead of
12665         append-to-file.
12666
12667         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12668         strange select method.
12669
12670         * ecomplete.el (ecomplete-display-matches): Get highlightling
12671         right.
12672         (ecomplete-display-matches): Use literals.
12673         (ecomplete-display-matches): Disable message logging.
12674
12675         * message.el (message-display-abbrev): Small optimization.
12676
12677         * ecomplete.el (ecomplete-display-matches): Allow automatic
12678         display.
12679
12680         * message.el (message-strip-forbidden-properties):
12681         Display abbrevs.
12682         (message-display-abbrev): Get automatic display right.
12683
12684         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12685         keystrokes.
12686
12687 2006-04-13  Romain Francoise  <romain@orebokech.com>
12688
12689         TODO: Backport to v5-10!
12690
12691         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12692         Move here (and rename) from gnus-registry.el.
12693
12694         * gnus-registry.el: Require gnus-util.
12695         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12696
12697 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * gnus-group.el (gnus-group-catchup-current):
12700         Change if-then-else-if-then-else into cond.
12701         (gnus-group-catchup): Indent.
12702         (group-name-at-point): New function.
12703         (gnus-fetch-group): Provide default from thing at point.
12704
12705 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12706
12707         * message.el (message-display-abbrev): Fix regexp.
12708
12709         * ecomplete.el (ecomplete-highlight-match-line):
12710         Reimplement choosing.
12711         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12712         dead variables.
12713
12714         * message.el (message-newline-and-indent): Remove debugging.
12715         (message-display-abbrev): Use new implementation.
12716
12717 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * gnus-art.el (gnus-article-mode):
12720         Set cursor-in-non-selected-windows to nil.
12721
12722         * smiley.el: Revert previous change.
12723         (smiley-data-directory): defvar it before using it in the
12724         defcustom of `smiley-style'.
12725
12726 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12727
12728         * message.el (message-newline-and-indent): New function.
12729
12730         * ecomplete.el: Implement more bits.
12731
12732         * message.el (message-put-addresses-in-ecomplete): Clean up the
12733         string.
12734
12735         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12736
12737         * gnus-sum.el (gnus-summary-save-parts):
12738         Bind gnus-summary-save-parts-counter and use it to make unique file
12739         names.
12740
12741         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12742
12743         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12744         parameter to say whether to actually parse the individual
12745         addresses.
12746
12747         * message.el (message-put-addresses-in-ecomplete): New function.
12748         (ecomplete): Require.
12749         (message-mail-alias-type): Add ecomplete as an option.
12750
12751 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12752
12753         * flow-fill.el (fill-flowed): Remove trailing space from blank
12754         quoted lines.
12755
12756 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * smiley.el (smiley-style): Move definition later to avoid a
12759         compilation warning.
12760
12761 2006-04-12  Kenichi Handa  <handa@m17n.org>
12762
12763         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12764         buffer and then decode the buffer text if necessary.
12765         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12766         first, and after mm-encode-body, change the buffer to unibyte.
12767         Use mm-disable-multibyte instead of set-buffer-multibyte.
12768
12769 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12772         Content-Type header instead of Content-Disposition header.
12773         (gnus-mime-inline-part): Ditto.
12774         (gnus-mime-view-part-as-charset): Ignore charset that the part
12775         specifies.
12776
12777         * mm-decode.el (mm-display-part): Work with external parts and
12778         usual parts similarly.
12779
12780         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12781         instead of gnus-display-mime.
12782
12783         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12784         instead of with-temp-buffer.
12785
12786         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12787         tag to summarized topics part in order to encode non-ASCII text.
12788
12789 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * smiley.el (smiley-style): New variable.
12792         (smiley-directory): New function.
12793         (smiley-data-directory): Derive from `smiley-style' using
12794         `smiley-directory'.
12795         (smiley-regexp-alist): Add new entries.
12796
12797         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12798         (gnus-article-browse-delete-temp): Add :version.
12799
12800 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12801
12802         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12803         the sieve region.
12804
12805 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12806
12807         * gnus.el (gnus-version-number): Bump version.
12808
12809 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * gnus.el: No Gnus v0.4 is released.
12812
12813 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12814
12815         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12816         layout.
12817
12818         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12819         unknown charset.
12820
12821         * message.el (message-header-synonyms): Add Original-To to the
12822         default.
12823
12824         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12825         optional parameter.
12826
12827 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gnus-fun.el (gnus): Require it for gnus-directory.
12830
12831 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12834
12835 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12836
12837         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12838
12839 2006-04-05  Simon Josefsson  <jas@extundo.com>
12840
12841         * password.el (password-reset): New function.
12842
12843 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12844
12845         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12846         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12847
12848 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12849
12850         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12851         Some whitespace was matched into the url, which broke browsing hits
12852         > 100 when mm-url-use-external was nil.
12853
12854 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12857         Check gnus-extra-headers for 'Newsgroups.
12858
12859         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12860         bound.
12861
12862 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12863
12864         * pgg-gpg.el: Clean up process buffers every time gpg processes
12865         complete.
12866
12867 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12870         doc string.
12871
12872 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12873
12874         * pgg-gpg.el (pgg-gpg-process-filter)
12875         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12876
12877         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12878         lines, temporary fix.
12879
12880 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12883
12884 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12885
12886         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12887         default-enable-multibyte-characters.  This reverts the change from
12888         revision 6.17 which is no longer necessary because the passphrase
12889         is sent separately now.  GnuPG messages are unreadable under
12890         multibyte locales with default-enable-multibyte-characters set to
12891         nil.
12892
12893 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * message.el (message-tool-bar-gnome): Move "spell".
12896
12897 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12900         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12901         instead.
12902
12903 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12904
12905         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12906         Improve newsgroups handling for NNTP overviews which don't include
12907         Newsgroups.
12908
12909 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12910
12911         * message.el (message-resend): Bind message-generate-hashcash to nil.
12912
12913 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12914
12915         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12916         when searching for already-paid recipients.
12917
12918 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12919
12920         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12921         passphrases when it is not needed.
12922         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12923         passphrase stuff from gpg, should only be necessary when you use
12924         gpg with a smartcard.
12925
12926 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * mml.el (mml-insert-mime): Ignore cached contents of
12929         message/external-body part.
12930
12931         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12932         (mm-insert-part): Ditto.
12933
12934 2006-03-23  Simon Josefsson  <jas@extundo.com>
12935
12936         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12937         Reiner.
12938         (pgg-gpg-use-agent-p): Use it again.
12939
12940 2006-03-23  Simon Josefsson  <jas@extundo.com>
12941
12942         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12943         older emacsen.
12944         (pgg-gpg-use-agent-p): Don't use it.
12945
12946 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12949         if we can.
12950
12951 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12952
12953         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12954         (pgg-gpg-update-agent): New function.
12955         (pgg-gpg-use-agent-p): New function.
12956         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12957         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12958         (pgg-gpg-sign-region): Use it.
12959
12960 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12963         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12964
12965 2006-03-21  Simon Josefsson  <jas@extundo.com>
12966
12967         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12968         <wilde@sha-bang.de>.
12969         (pgg-gpg-use-agent): New variable.
12970         (pgg-gpg-process-region): Use it.
12971         (pgg-gpg-encrypt-region): Likewise.
12972         (pgg-gpg-encrypt-symmetric-region): Likewise.
12973         (pgg-gpg-decrypt-region): Likewise.
12974         (pgg-gpg-sign-region): Likewise.
12975         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12976
12977 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12980
12981         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12982         Add comment on version.
12983
12984 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * smiley.el: Add missing test smiley.
12987
12988 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * mm-decode.el (mm-with-part): New macro.
12991         (mm-get-part): Use it; work with message/external-body as well.
12992         (mm-save-part): Treat name and filename equally.
12993
12994         * mm-extern.el (mm-extern-cache-contents): New function.
12995         (mm-inline-external-body): Use it; force the part to be displayed;
12996         move undisplayer added to the cached handle to the parent.
12997
12998         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12999         (gnus-mime-view-part-as-type): Work with message/external-body.
13000
13001         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13002
13003 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13006         images in image-load-path.  [Sync with image.el, revision 1.60, in
13007         Emacs.]
13008
13009 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13012         path rather than symbol.  Always return list of directories.
13013         Guarantee that image directory comes first.  [Sync with image.el,
13014         revision 1.59, in Emacs.]
13015
13016         * message.el (message-make-tool-bar): Adjust to new API of
13017         `gmm-image-load-path-for-library'.
13018
13019         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13020
13021         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13022
13023 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13024
13025         * gnus-art.el (gnus-article-only-boring-p):
13026         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13027         intangible text.
13028         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13029
13030 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13033         Use `defun' instead of `gmm-defun-compat'.
13034
13035 2006-03-14  Simon Josefsson  <jas@extundo.com>
13036
13037         * message.el (message-unique-id): Don't use message-number-base36
13038         if (user-uid) is a float.
13039         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13040
13041 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13044
13045         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13046         empty line between a part and a message part.
13047
13048 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * smiley.el: Add more test smileys.
13051         (smiley-data-directory, smiley-regexp-alist)
13052         (gnus-smiley-file-types): Fix doc strings.
13053         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13054         adding new elements.
13055         (smiley-mouse-map): Unused code.  Make it a comment.
13056
13057 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13060         scan latest NoCeM messages instead of old ones.
13061         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13062         delimiters that are recently used.
13063         (gnus-nocem-load-cache): Add autoload cookie.
13064
13065         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13066
13067         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13068         level which is larger than gnus-use-nocem is specified.
13069
13070         * gnus-group.el (gnus-group-get-new-news): Ditto.
13071
13072 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * gnus-util.el (gnus-tool-bar-update): New function.
13075
13076         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13077         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13078
13079         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13080
13081         * gnus-group.el (gnus-group-redraw-when-idle)
13082         (gnus-group-redraw-check): Remove.
13083         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13084
13085 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13088         if optional last element is specified in splits (FIELD VALUE...).
13089
13090 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13093         to gmm-image-load-path-for-library.  Call with no-error argument.
13094         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13095
13096         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13097
13098         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13099
13100         * gmm-utils.el (gmm-image-load-path): Remove alias.
13101
13102 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * gmm-utils.el (gmm-image-load-path): Add alias.
13105
13106         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13107         nnml-generate-nov-databases-1.
13108         (nnml-generate-nov-databases): Use it.
13109         (nnml-generate-nov-databases-directory): Document no-active
13110         argument.
13111
13112         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13113         directory if path is t.  Add no-error.
13114
13115         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13116         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13117
13118         * gnus-art.el (gnus-article-browse-delete-temp-files):
13119         Simplify resetting gnus-article-browse-html-temp-list.
13120
13121         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13122         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13123         Add example to docstring.  Rename local variables.  Move error
13124         checks to default case in cond and simplify.
13125
13126 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13129         handle is multipart when calling it recursively.
13130         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13131
13132 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13133
13134         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13135         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13136
13137 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13140         is loaded.
13141
13142         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13143         loaded.
13144
13145 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13148         to "Emacs 23 (unicode)" in doc string.
13149
13150         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13151         "Emacs 23 (unicode)" in comment.
13152
13153 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13156
13157         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13158         characters 160 through 255 in Emacs 23.
13159
13160 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13163         gnus-article-browse-html-temp.
13164         (gnus-article-browse-delete-temp): Make it customizable.
13165         Add `file'.  Adjust doc string.
13166         (gnus-article-browse-delete-temp-files): Add argument.
13167         Allow query for each file.  Adjust doc string.
13168         (gnus-article-browse-html-parts):
13169         Add `gnus-article-browse-delete-temp-files' to
13170         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13171
13172 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13173
13174         * gnus-art.el (gnus-article-browse-html-temp)
13175         (gnus-article-browse-delete-temp): New variables.
13176         (gnus-article-browse-delete-temp-files): New function.
13177         (gnus-article-browse-html-parts): Use it.
13178
13179 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13182
13183         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13184         string.
13185
13186         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13187         gnus-summary-insert-new-articles when unplugged.
13188         Remove gnus-summary-search-article-forward.
13189
13190         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13191         display-visual-class instead of display-color-cells.
13192
13193 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * dgnushack.el: Autoload customize-group for XEmacs.
13196
13197         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13198         message/* containing non-ASCII text properly.
13199
13200 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * message.el: Require gmm-utils, remove autoloads.
13203         (message-tool-bar): Set default based on
13204         gmm-tool-bar-style.
13205         (message-tool-bar-gnome): Add gmm-customize-mode.
13206
13207         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13208         gmm-tool-bar-style.
13209         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13210
13211         * gnus-group.el (gnus-group-tool-bar): Set default based on
13212         gmm-tool-bar-style.
13213         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13214
13215         * gmm-utils.el (gmm-image-directory): Rename variable from
13216         gmm-image-load-path.
13217         (gmm-image-load-path): Use gmm-image-directory.
13218         (gmm-customize-mode): New function.
13219         (gmm-tool-bar-style): New variable.
13220
13221         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13222         gnus-group-redraw-line-number.
13223         (gnus-group-redraw-check): Simplify.
13224         (gnus-group-tool-bar-update): Remove redraw check.
13225         (gnus-group-make-tool-bar): Add redraw check.
13226
13227 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13228
13229         * gnus-art.el (gnus-button): Add missing parentheses.
13230
13231 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * lpath.el: Fbind line-number-at-pos.
13234
13235 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13238
13239 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * gnus-art.el (gnus-button): New face.
13242         (gnus-article-button-face): Use it.
13243
13244         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13245         Add gnus-summary-next-page.  Re-order.
13246
13247         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13248         next-node are now included.
13249         (gnus-group-redraw-line-number): New internal variable.
13250         (gnus-group-redraw-check): Helper function for updating the tool
13251         bar.
13252         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13253
13254         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13255
13256         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13257         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13258         Use it to match format of Spamassassin 3.0 and later.
13259         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13260         (spam-check-bogofilter)
13261         (spam-bogofilter-register-with-bogofilter): Fix args of
13262         `gnus-error' calls.
13263
13264 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13267         unnecessary interaction when sending queued mails.
13268         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13269
13270 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13273         first or last are nil.
13274
13275 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13276
13277         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13278
13279 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13282
13283 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * dns.el (query-dns): Protect more against buggy tcp output.
13286
13287 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13290         nov.php.
13291
13292 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13293
13294         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13295         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13296         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13297         output on the server side.
13298         (nnweb-google-create-mapping): Update regexps and add some
13299         progress indication.
13300
13301 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * gnus-group.el (gnus-group-tool-bar-gnome):
13304         Fix gnus-agent-toggle-plugged.  Re-order icons.
13305         (gnus-group-tool-bar-gnome):
13306         Add gnus-group-{prev,next}-unread-group.
13307         (gnus-group-tool-bar-gnome): Re-order icons.
13308
13309         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13310         Move gnus-summary-insert-new-articles.
13311
13312         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13313         Fix comments.
13314
13315         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13316         also available in Emacs 21.3.
13317
13318         * message.el (message-fix-before-sending): Change "Emacs 22" to
13319         "Emacs 23 (unicode)" in comment.
13320
13321         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13322         "Emacs 23 (unicode)" in comment.
13323
13324         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13325         comment.
13326         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13327
13328         * mm-view.el (mm-fill-flowed): Add :version.
13329
13330 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13333         and load-path.
13334
13335 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * message.el: Autoload gmm-image-load-path.
13338         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13339         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13340         consitency.
13341
13342         * gmm-utils.el (gmm-image-load-path): Also search in
13343         "../etc/images".  Don't set gmm-image-load-path if we don't find
13344         the image.
13345
13346 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gmm-utils.el (gmm-image-load-path): Don't make
13349         `gmm-image-load-path' include subdirectories which the second arg
13350         `image' might specify.
13351
13352         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13353         subdirectory to icon file names.
13354
13355         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13356
13357 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13358
13359         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13360         gmm-image-load-path calls.
13361
13362         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13363
13364         * message.el (message-make-tool-bar): Ditto.
13365
13366         * mml.el (mml-preview): Add comment concerning tool bar icons.
13367
13368         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13369         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13370
13371         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13372         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13373
13374         * message.el (message-tool-bar-gnome): Use new icon names.
13375         (message-make-tool-bar): Use `gmm-image-load-path'.
13376
13377         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13378         New functions from MH-E.
13379         (gmm-image-load-path): New variable from MH-E.
13380         (gmm-image-load-path): New function from MH-E.  Add arguments
13381         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13382         *-image-load-path-called-flag.
13383
13384 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13385
13386         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13387
13388 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13389
13390         * nnimap.el (nnimap-request-move-article): Change folder back to
13391         source group before deleting.
13392
13393 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13396
13397         * gnus-art.el (mm-url-insert-file-contents-external):
13398         Autoload mm-url.
13399
13400         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13401
13402 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13405         coding system which mm-charset-to-coding-system returns for a
13406         given charset is valid.
13407
13408 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13409
13410         * html2text.el (html2text-remove-tag-list):
13411         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13412
13413 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13414
13415         * gnus-cus.el: Revert 2005-10-17 change.
13416
13417 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * gnus-art.el (article-strip-banner):
13420         Call article-really-strip-banner only when the regexp match is made.
13421
13422 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-art.el (article-strip-banner):
13425         Use gnus-extract-address-components instead of
13426         mail-header-parse-addresses to make it work with non-ASCII text;
13427         remove mail-encode-encoded-word-string.
13428
13429         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13430         values which are surrounded with \"...\"; make it never cause a
13431         Lisp error; give up parsing of parameters if it failed in
13432         extracting type.
13433
13434 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13435
13436         * smime.el (smime-cert-by-ldap-1): Fix bug where
13437         `smime-ldap-search' returns results without userCertificates.
13438
13439 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13442
13443 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * spam.el (spam-check-spamassassin-headers): Adapt format for
13446         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13447         <ari@mbf.ocn.ne.jp>.
13448         (spam-list-of-processors): Add spam-use-gmane.
13449
13450 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13453         make-temp-file; make it work with XEmacs as well.
13454
13455         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13456         mm-make-temp-file.
13457
13458         * mm-decode.el (mm-display-external): Use the 3rd arg of
13459         mm-make-temp-file.
13460         (mm-create-image-xemacs): Ditto.
13461
13462 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13465         with message-narrow-to-headers.
13466         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13467         (gnus-draft-check-draft-articles): New function.
13468         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13469
13470 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gnus-art.el (gnus-article-browse-html-parts):
13473         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13474         Don't use suffix argument for mm-make-temp-file for Emacs 21
13475         compatibility.  Remove useless `format'.
13476
13477 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13478
13479         * nnweb.el (nnweb-google-wash-article): Update regexps.
13480         (nnweb-group-alist): Use defvoo instead of defvar.
13481
13482 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13485         re-loading nn* modules.
13486
13487 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13490         for `tool-bar-mode' and don't check it's default-value.
13491
13492         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13493
13494         * message.el (message-make-tool-bar): Ditto.
13495
13496         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13497         `substring'.  Shorten tmp-file name.
13498
13499         * gnus.el: Remove bogus comment.
13500
13501 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13502
13503         * gnus-art.el (gnus-article-browse-html-parts): New function.
13504         (gnus-article-browse-html-article): New function for viewing html
13505         articles with a browser.
13506
13507 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13508
13509         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13510         in elisp.
13511         (pgg-gpg-encrypt-symmetric-region): Ditto.
13512         (pgg-gpg-sign-region): Ditto.
13513
13514         * pgg-def.el (pgg-text-mode): New variable.
13515
13516         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13517         (mml2015-pgg-encrypt): Ditto.
13518
13519         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13520         (mml1991-pgg-encrypt): Ditto.
13521
13522 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * nnfolder.el (nnfolder-insert-newsgroup-line):
13525         Use message-make-date instead of current-time-string.
13526
13527         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13528         to gnus-decoded which mm-uu might set.
13529
13530 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13533         don't decode quoted parameters; remove misimported Emacs code.
13534         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13535         (rfc2231-decode-encoded-string): Don't use split-string which
13536         behaves differently according to Emacs version; use
13537         mm-decode-coding-region to convert charset to coding-system.
13538         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13539         (rfc2231-encode-string): Remove misimported Emacs code.
13540
13541 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13544         when calling mail-header-parse-content-type.
13545         (article-de-quoted-unreadable): Ditto.
13546         (article-de-base64-unreadable): Ditto.
13547         (article-wash-html): Ditto.
13548
13549         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13550         calling mail-header-parse-content-type and
13551         mail-header-parse-content-disposition.
13552         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13553         mail-header-parse-content-type.
13554
13555         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13556         insert charset and format parameters; encode description after
13557         inserting it to buffer.
13558         (mml-insert-parameter): Fold lines properly even if a parameter is
13559         segmented into two or more lines; change the max column to 76.
13560
13561         * rfc1843.el (rfc1843-decode-article-body): Don't use
13562         ignore-errors when calling mail-header-parse-content-type.
13563
13564         * rfc2231.el (rfc2231-parse-string): Return at least type if
13565         possible; don't cause an error even if it fails in parsing of
13566         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13567         (rfc2231-encode-string): Don't break lines at the beginning, leave
13568         it to mml-insert-parameter.
13569
13570         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13571         calling mail-header-parse-content-type.
13572
13573 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * spam-report.el (spam-report-gmane-use-article-number):
13576         Improve doc string.
13577         (spam-report-gmane-internal): Check if a suitable header was found
13578         in the article.
13579
13580 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13583         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13584
13585 2006-02-05  Romain Francoise  <romain@orebokech.com>
13586
13587         Update copyright notices of all files in the gnus directory.
13588
13589 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13590
13591         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13592
13593 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13596         segmented lines of parameter value to cope with Thunderbird 1.5
13597         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13598         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13599         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13600
13601 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13602
13603         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13604         parts.
13605
13606 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13607
13608         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13609         there's only one active file for all servers.
13610         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13611         solid groups.  Gnus might have used a FAST request to select the group.
13612         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13613         and nnweb-search redundantly in the active file.
13614         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13615         (nnweb-request-create-group): Don't use ARGS.
13616         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13617         initialisations.  Let nnoo do the work.
13618
13619 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13622         Say the part has been decoded.
13623
13624         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13625
13626 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13627
13628         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13629         mailcap-viewer-test-cache when there's no 'test clause, since that
13630         will invert the meaning of a "nil" test previously determined by
13631         mailcap-mailcap-entry-passes-test.
13632
13633 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13636         compiling.
13637
13638         * gnus-sum.el: Ditto.
13639
13640         * message.el: Don't bind tool-bar-map when compiling.
13641
13642 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13645
13646 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13647
13648         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13649         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13650         current Google Groups.
13651
13652 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13655         and tool-bar-mode.
13656
13657         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13658         and tool-bar-mode.
13659
13660         * message.el (message-tool-bar-update): Simplify.
13661         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13662
13663         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13664         gnus-summary-buffer.
13665         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13666         gnus-summary-reply.
13667
13668         * gmm-utils.el (gmm): Add :version.
13669
13670 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * Makefile.in (clean): New rule.
13673         (distclean): Use it.
13674
13675 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13676
13677         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13678         Don't autoload.
13679
13680 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * gmm-utils.el (gmm-verbose): Add :group.
13683
13684 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * message.el: Change some comments WRT tool-bars.
13687
13688         * gnus-sum.el (gnus-summary-tool-bar)
13689         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13690         (gnus-summary-tool-bar-zap-list): New variables.
13691         (gnus-summary-make-tool-bar): Complete rewrite using
13692         `gmm-tool-bar-from-list'.
13693
13694         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13695         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13696         New variables.
13697         (gnus-group-make-tool-bar): Complete rewrite using
13698         `gmm-tool-bar-from-list'.
13699         (gnus-group-tool-bar-update): New function.
13700
13701         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13702
13703 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13706         is dissected into a single part of which the type is the same as
13707         the given one; decode charset.
13708
13709 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13710
13711         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13712         into alists as symbol not string, since that's what
13713         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13714         look for.
13715
13716 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13719         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13720
13721         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13722
13723 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13726         (gnus-xmas-mime-security-button-menu): New function.
13727
13728         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13729         (gnus-mime-security-button-menu): New definition.
13730         (gnus-mime-security-button-map): Use them.
13731         (gnus-mime-security-button-menu): New function.
13732         (gnus-insert-mime-security-button): Addition to help echo.
13733         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13734         (gnus-mime-security-pipe-part): New functions.
13735
13736         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13737         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13738
13739         * mm-decode.el (mm-handle-set-disposition): Remove.
13740         (mm-handle-set-description): Remove.
13741
13742 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13745         (mm-w3m-standalone-supports-m17n-p): New function.
13746         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13747         w3m usage.
13748
13749         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13750         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13751
13752 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * message.el (message-tool-bar-zap-list):
13755         Use gmm-tool-bar-zap-list as custom type.
13756         (message-tool-bar-update): New function.
13757         (message-tool-bar, message-tool-bar-gnome)
13758         (message-tool-bar-retro): Add message-tool-bar-update.
13759         (message-tool-bar-gnome): Add flyspell-buffer.
13760
13761         * gnus-util.el (gnus-error): Describe `args'.
13762
13763         * gmm-utils.el (gmm-error): Describe `args'.
13764         (gmm-tool-bar-zap-list): New widget.
13765         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13766
13767 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13770         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13771         the number of recursive calls.
13772
13773         * mm-decode.el (mm-handle-set-disposition): New macro.
13774         (mm-handle-set-description): New macro.
13775
13776 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13779         encoding.
13780
13781 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * message.el (message-tool-bar-zap-list, message-tool-bar)
13784         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13785         (message-tool-bar-local-item-from-menu): Remove.
13786         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13787         (message-make-tool-bar): New function.
13788         (message-mode): Use `message-make-tool-bar'.
13789
13790         * gmm-utils.el: New file.
13791         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13792         (gmm-lazy): New widget copied from `nnmail.el'.
13793         (gmm-tool-bar-from-list): New function for creating customizable
13794         tool bars.
13795         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13796         output.
13797         (gmm): Add :prefix to defgroup.
13798
13799 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13800
13801         * gmm-utils.el (gmm-widget-p): New function.
13802
13803 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13804
13805         * mml.el (mml-attach-file): Describe `description' in doc string.
13806         (mml-menu): Add Emacs MIME manual and PGG manual.
13807
13808 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13809
13810         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13811
13812 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13813
13814         * nntp.el (nntp-end-of-line): Doc fix.
13815
13816 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13817
13818         * imap.el (imap-open): Handle case where buffer is a buffer
13819         object.
13820
13821 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13822
13823         * gnus-delay.el (gnus-delay): Don't autoload.
13824         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13825         to be re-loaded when customizing the `gnus-delay' group.
13826
13827 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13828
13829         * message.el (message-insert-citation-line): Use newlines.
13830
13831 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13832
13833         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13834         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13835         these routines, so the passphrase can be managed externally and
13836         passed in to the system.
13837         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13838         pgg-add-passphrase-to-cache function.
13839
13840         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13841         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13842         these routines, so the passphrase can be managed externally and
13843         passed in to the system.
13844         (pgg-pgp5-sign-region): Use new name of
13845         pgg-add-passphrase-to-cache function.
13846
13847 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13848
13849         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13850         part of the decoded armor to find the key-identifier.
13851         (pgg-gpg-lookup-key-owner): New function to return the
13852         human-readable identifier of a key owner.
13853         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13854         itself.
13855         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13856         the key value) if we have a key and can match it against a secret
13857         key.  Also, added a note pointing out fact that the prompt only
13858         indicates the first matching key.
13859
13860         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13861         pgg-decrypt-region.
13862         (pgg-add-passphrase-to-cache): Rename from
13863         `pgg-add-passphrase-cache' to reduce confusion (all callers
13864         changed).
13865         (pgg-remove-passphrase-from-cache): Rename from
13866         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13867         changed).
13868         (pgg-read-passphrase, pgg-add-passphrase-cache)
13869         (pgg-remove-passphrase-cache): Add informative docstrings.
13870         (pgg-decrypt): Convey provided passphrase in subordinate call to
13871         pgg-decrypt-region.
13872
13873 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13874
13875         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13876         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13877         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13878         'passphrase' argument, so the passphrase can be managed externally
13879         and then passed in to the system.
13880
13881         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13882         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13883         so the passphrase cache can be used reliably with identifiers
13884         besides a pgp packet's key id.
13885
13886         * pgg-gpg.el (pgg-gpg-encrypt-region)
13887         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13888         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13889         these routines, so the passphrase can be managed externally and
13890         passed in to the system.
13891
13892         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13893         'notruncate' argument, so the passphrase cache can be used
13894         reliably with identifiers besides a pgp packet's key id.
13895
13896 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13897
13898         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13899         symmetric encryption.
13900         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13901         encrypted session key.
13902         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13903         message ask for the passphrase in a proper way.
13904
13905         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13906         New user commands for symmetric encryption.
13907
13908 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13911
13912         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13913
13914 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13915
13916         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13917
13918 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * mm-decode.el (mm-inlined-types): Add application/pgp.
13921         (mm-automatic-display): Ditto.
13922
13923         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13924         part as text.
13925
13926 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * nnrss.el: Update copyright.
13929         (nnrss-opml-import): Query whether to subscribe to each entry.
13930
13931         * gnus-art.el:
13932         * gnus-sum.el:
13933         * gnus-xmas.el:
13934         * messagexmas.el:
13935         * mm-uu.el:
13936         * mm-view.el: Update copyright.
13937
13938 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * message.el (message-info): New function.
13941         (message-mode-menu): Add it.
13942         Update copyright.
13943
13944         * ChangeLog: Fix and update copyright.
13945
13946 2006-01-13  Romain Francoise  <romain@orebokech.com>
13947
13948         * message.el (message-forward-subject-name-subject): Prefer the
13949         address to 'nowhere' if the sender has no name.
13950         Fix typo.  Update copyright year.
13951
13952 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * gnus-art.el (article-wash-html):
13955         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13956         (gnus-article-wash-html-with-w3m-standalone): New function.
13957
13958         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13959         mm-inline-text-html-render-with-w3m-standalone.
13960         (mm-text-html-washer-alist): Map w3m-standalone to
13961         gnus-article-wash-html-with-w3m-standalone.
13962         (mm-inline-text-html-render-with-w3m-standalone): New function.
13963
13964 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13967         Improve LaTeX.
13968
13969 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13972         (nnrss-request-article): Render text/plain parts as HTML.
13973
13974         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13975         the buffer.
13976
13977 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13980         custom definition of `gnus-posting-styles'.
13981
13982         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13983         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13984
13985 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13988         Use nntp for bug archive.
13989
13990 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13993         parts.
13994         (nnrss-normalize-date): New function converts ISO 8601 date into
13995         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13996         (nnrss-check-group): Use it.
13997
13998 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14001
14002         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14003         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14004         (nnrss-insert-w3): Ditto.
14005
14006 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14009         the articles to be forwarded including the case where neither a
14010         number of articles nor a region is specified.
14011
14012 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * nnrss.el (nnrss-request-article): Fix last change; fill
14015         text/plain parts.
14016
14017 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14020         in text/plain part.
14021         (nnrss-check-group): Don't add excessive newline to dc:subject.
14022
14023 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14024
14025         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14026         article.
14027
14028 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14031         (nnml-use-compressed-files, nnml-save-mail): Support other
14032         comression programs such as bzip2.
14033
14034 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14035
14036         * dns.el (query-dns): Make sure we check the buffer size before
14037         removing tcp headers.
14038
14039 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14042         remove MIME buttons associated with multipart/alternative parts.
14043         (gnus-mime-display-alternative): Tag buttons using `article-type'
14044         text property.
14045
14046         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14047         associated with multipart/alternative parts.
14048
14049         * gnus-art.el (gnus-signature-separator): Fix custom type.
14050
14051         * mm-decode.el (mm-inlined-types): Fix custom type.
14052         (mm-keep-viewer-alive-types): Ditto.
14053         (mm-automatic-display): Ditto.
14054         (mm-attachment-override-types): Ditto.
14055         (mm-inline-override-types): Ditto.
14056         (mm-automatic-external-display): Ditto.
14057
14058 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * spam-report.el (spam-report-user-mail-address)
14061         (spam-report-user-agent): New variables.
14062         (spam-report-url-ping-plain): Use spam-report-user-agent.
14063
14064 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14065
14066         * gnus-art.el (gnus-button-handle-custom): Do not just use
14067         `customize-apropos' for any "M-x customize-*" button but the
14068         function called for.  Accept both the function name and its
14069         argument in order to achieve this.
14070         (gnus-button-alist): Remove support for "custom:" URL's.
14071         Pass function name to `gnus-button-handle-custom' in case of "M-x
14072         customize-*" buttons.
14073
14074 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14077         multipart/alternative and add xref to mm-discouraged-alternatives
14078         in doc string.
14079
14080         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14081         gnus-buttonized-mime-types in doc string.
14082
14083 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14086         Suggest image/.* in the doc string.
14087
14088 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14091         message-marks (Debian bug #342521).
14092
14093 2005-12-12  Simon Josefsson  <jas@extundo.com>
14094
14095         * password.el (password-read-from-cache): Add.
14096         (password-read): Use it.
14097
14098 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * rfc2047.el (rfc2047-charset-to-coding-system):
14101         Recognize us-ascii as a MIME charset.
14102
14103         * mm-bodies.el (mm-decode-content-transfer-encoding):
14104         Protect against the case where the 2nd arg TYPE is nil.
14105
14106 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14107
14108         * pop3.el (pop3-stream-type): Fix custom version.
14109
14110         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14111
14112 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14113
14114         * mm-decode.el (mm-display-external): Add missing cdr.
14115
14116 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14119         RFC1524) if it is in mailcap or add a suffix according to
14120         mailcap-mime-extensions when generating a temp filename; postpone
14121         deleting a temp file for 2 seconds for some wrappers, shell
14122         scripts, and so on, which might exit right after having started a
14123         viewer command as a background job.
14124
14125 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * nntp.el (nntp-marks-directory): Fix custom group.
14128
14129         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14130         steps when < 10.
14131
14132         * gnus-start.el (gnus-no-server-1):
14133         Mention `gnus-level-default-subscribed' in doc string.
14134
14135 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14136
14137         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14138         parens.
14139
14140 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-xmas.el (gnus-use-toolbar): Revert.
14143         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14144         gnus-use-toolbar is default.
14145
14146         * messagexmas.el (message-use-toolbar): Revert.
14147         (message-setup-toolbar): Use global default-toolbar if
14148         message-use-toolbar is default.
14149
14150 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14153         according to default-toolbar-visible-p.
14154
14155         * messagexmas.el (message-use-toolbar): Ditto.
14156
14157 2005-11-26  Dave Love  <fx@gnu.org>
14158
14159         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14160         (tls-program, tls-success): Provide openssl alternative.
14161
14162         * starttls.el: Doc fixes.
14163         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14164         SERVICE to PORT.
14165
14166         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14167         port null or service name.
14168         (starttls-negotiate): Autoload.
14169
14170 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * message.el (message-kill-to-signature): Fix interactive spec.
14173
14174 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * pop3.el (pop3-open-server): Recognize a string as a service name.
14177
14178 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14179
14180         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14181
14182 2005-11-23  Dave Love  <fx@gnu.org>
14183
14184         Add pop3s, pop3/starttls.
14185
14186         * pop3.el (pop3-authentication-scheme): Clarify doc.
14187         (open-tls-stream, starttls-open-stream): Autoload.
14188         (pop3-stream-type): New.
14189         (pop3-open-server): Use it.
14190
14191         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14192         for POP.
14193         (mail-source-keyword-map): Add :stream for POP.
14194         (mail-source-fetch-pop): Use pop3-stream-type.
14195
14196 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14199         of current-time-string.
14200
14201 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14202
14203         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14204         date header.
14205
14206 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14207
14208         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14209         it can seriously impact performance as it bypasses the agent's
14210         local caches.
14211
14212 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14213
14214         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14215         must be explicitly online rather than "not explicitly offline" for
14216         its flags to be synchronized.
14217
14218         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14219         that gnus-uu-unmark-thread will function correctly.
14220
14221         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14222         1024K is instead displayed as 1M.
14223
14224 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14225
14226         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14227
14228 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14229
14230         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14231
14232 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14233
14234         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14235         error message to display actual error condition.
14236         (gnus-agent-save-local): Avoid saving symbols that are bound to
14237         nil as they simply result in a warning message in
14238         gnus-agent-read-local.
14239
14240 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14243         rather than make-variable-buffer-local for file-precious-flag.
14244
14245 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14246
14247         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14248         for duplicates which are removed.  The invalid sort check then
14249         triggers a rescan after the sort as sorting may have moved
14250         duplicate entries such that they can be cheaply detected.
14251
14252 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14255
14256 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14257
14258         * gnus-agent.el (gnus-agent-article-alist-save-format):
14259         Change internal variable to a custom variable.  Change default value
14260         from compressed(2) to uncompressed(1).
14261         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14262         support for uncompressed agentview files.  Taken together, reading
14263         the agentview file should now be 6-7 times faster.
14264
14265 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14266
14267         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14268         as a buffer-local variable.  This avoids creating truncated
14269         dribble files as a result of a hang up, eg.
14270
14271 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14272
14273         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14274         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14275         XEmacs.
14276
14277 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * gnus-start.el (gnus-start-draft-setup):
14280         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14281
14282         * gnus.el (gnus-splash): Change custom group.
14283         (gnus-group-get-parameter, gnus-group-parameter-value):
14284         Describe allow-list argument.
14285
14286         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14287         string.
14288
14289 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * gnus-art.el (gnus-default-article-saver): Add user-defined
14292         `function' to custom type.
14293
14294 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14295
14296         * imap.el (imap-open): Handle case where buffer is a buffer
14297         object.
14298
14299 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14302         long lines.
14303         (gnus-cache-delete-group): Wrap doc strings.
14304
14305         * gnus-agent.el (gnus-agent-rename-group)
14306         (gnus-agent-delete-group): Wrap doc strings.
14307
14308 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * messagexmas.el (message-use-toolbar): Change the valid values
14311         into default, top, bottom, left, and right.
14312         (message-toolbar-thickness): New variable.
14313         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14314         well.
14315         (message-setup-toolbar): Make it work.
14316
14317         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14318         (gnus-use-toolbar): Change the valid values into default, top,
14319         bottom, left, and right.
14320         (gnus-toolbar-thickness): New variable.
14321         (gnus-xmas-setup-toolbar): New function.
14322         (gnus-xmas-setup-group-toolbar): Use it.
14323         (gnus-xmas-setup-summary-toolbar): Use it.
14324
14325 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14326
14327         * gnus-start.el (gnus-1): Add "native" to
14328         gnus-predefined-server-alist.
14329
14330         * gnus.el (gnus-method-to-server): Don't add "native" to the
14331         lists here, because that leads to problems when
14332         gnus-select-method is bound.
14333
14334 2005-11-09  Simon Josefsson  <jas@extundo.com>
14335
14336         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14337         use (not sort-by-date) instead.
14338
14339 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14340
14341         * gnus-delay.el (gnus-delay-group): Don't autoload.
14342         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14343         to be re-loaded when customizing the `gnus-delay' group.
14344
14345 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14346
14347         * message.el: Revert last changes.
14348         (message-insert-citation-line): Use newlines.
14349
14350 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14351
14352         * message.el (message-courtesy-message)
14353         (message-mark-insert-begin, message-mark-insert-end)
14354         (message-elide-ellipsis, message-cancel-message)
14355         (message-add-header, message-change-subject)
14356         (message-cross-post-followup-to-header)
14357         (message-cross-post-insert-note, message-reduce-to-to-cc)
14358         (message-widen-reply, message-delete-not-region)
14359         (message-kill-to-signature, message-insert-signature)
14360         (message-insert-importance-high, message-insert-importance-low)
14361         (message-insert-or-toggle-importance)
14362         (message-insert-disposition-notification-to)
14363         (message-indent-citation, message-yank-original)
14364         (message-cite-original-without-signature, message-cite-original)
14365         (message-insert-citation-line, message-position-on-field)
14366         (message-fix-before-sending, message-send-mail-partially)
14367         (message-send-mail, message-send-mail-with-sendmail)
14368         (message-send-mail-with-qmail, message-send-news)
14369         (message-check-news-header-syntax, message-generate-headers)
14370         (message-insert-courtesy-copy, message-fill-address)
14371         (message-fill-header, message-shorten-references)
14372         (message-setup-1, message-cancel-news)
14373         (message-forward-make-body-plain, message-forward-make-body-mime)
14374         (message-forward-make-body-mml, message-encode-message-body)
14375         (message-forward-make-body-digest-plain)
14376         (message-forward-make-body-digest-mime)
14377         (message-use-alternative-email-as-from): Insert `hard-newline'
14378         instead of ordinary newlines.
14379
14380 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * message.el (message-generate-headers): Downcase the argument
14383         given to message-check-element.
14384
14385 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14386
14387         * nntp.el (nntp-authinfo-rejected): New error condition.
14388         (nntp-wait-for): Use new error condition to signal authentication
14389         error.
14390         (nntp-retrieve-data): Rethrow new error condition to break out of
14391         recursive call to nntp-send-authinfo.
14392
14393 2005-11-08  Romain Francoise  <romain@orebokech.com>
14394
14395         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14396         (gnus-summary-exit-map): Bind to `Z p'.
14397         (gnus-summary-make-menu-bar): Add menu item.
14398
14399 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14402         (gnus-treat-*): Add `first' in all doc strings.
14403
14404         * gnus-group.el (gnus-group-compact-group): Fix typo.
14405
14406 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus.el (gnus-parameters-case-fold-search): New variable.
14409         (gnus-parameters-get-parameter): Use it.
14410
14411         * gnus-score.el (gnus-home-score-file): Doc fix.
14412
14413 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14414
14415         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14416
14417 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * mm-util.el (mm-special-display-p): New function.
14420
14421         * mml.el (mml-preview): Use it; doc fix.
14422
14423 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14424
14425         * imap.el (imap-open): Handle case where buffer is a buffer object.
14426
14427 2005-10-29  Romain Francoise  <romain@orebokech.com>
14428
14429         * message.el (message-fix-before-sending): Fix comment.
14430
14431 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14432
14433         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14434
14435 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14436
14437         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14438         Used in gnus-score.el.
14439
14440 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14443
14444 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14447         whitespace removed in revision 7.8.  Use concatenated string to
14448         protect trailing whitespace.
14449
14450 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14451
14452         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14453         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14454         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14455         Courier IMAP ("some version from 2004").  Mostly based on similar
14456         code in the same function.
14457
14458 2005-10-26  Didier Verna  <didier@xemacs.org>
14459
14460         * gnus-group.el (gnus-group-compact-group): Invalidate original
14461         article buffer.
14462         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14463         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14464         NOV database and in article itself.
14465         Invalidate article backlog.
14466
14467 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14470
14471 2005-10-26  Simon Josefsson  <jas@extundo.com>
14472
14473         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14474         part of 2004-07-25 change.
14475
14476 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * message.el (message-display-completion-list): New function.
14479         (message-expand-group): Use it; make sure the Completions buffer
14480         is modifiable.
14481 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14482
14483         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14484         user-mail-name is an empty string.
14485
14486 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14489         depending on gnus-score-decay-constant.
14490
14491         * encrypt.el (encrypt-insert-file-contents)
14492         (encrypt-write-file-contents): Don't use `gnus-message'.
14493
14494         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14495         arguments.
14496         (mm-uu-type-alist): Add message-marks and insert-marks.
14497         Pass arguments to mm-uu-verbatim-marks-extract.
14498         (mm-uu-hide-markers): New variable.
14499         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14500
14501         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14502         (gnus-convert-image-to-face-command): Use "convert" by default to
14503         allow other input image formats.
14504         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14505         accordingly.
14506
14507 2005-10-23  Simon Josefsson  <jas@extundo.com>
14508
14509         * imap.el (imap-gssapi-program): Align command line parameters
14510         with latest GNU SASL.
14511         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14512
14513 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14514
14515         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14516         HTML.
14517         (nnslashdot-request-article): Ditto.
14518
14519         * lpath.el (featurep): Add nobreak-char-display.
14520
14521 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14522
14523         * mail-source.el (mail-source-fetch-pop): Require pop3.
14524         (mail-source-check-pop): Ditto.
14525
14526 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14529         errors.
14530
14531 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14532
14533         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14534         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14535
14536         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14537
14538         * mm-bodies.el (mm-decode-string):
14539         Call `mm-charset-to-coding-system' with allow-override argument.
14540
14541 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14544         (rfc2047-charset-to-coding-system): New function.
14545         (rfc2047-decode-encoded-words): New function.
14546         (rfc2047-decode-region): Use them.
14547         (rfc2047-decode-cte): Remove.
14548         (rfc2047-parse-and-decode): Remove.
14549         (rfc2047-decode): Remove.
14550
14551 2005-10-15  Kenichi Handa  <handa@m17n.org>
14552
14553         * rfc2047.el (rfc2047-decode-cte): New function.
14554         (rfc2047-decode-region): Change the way to decode successive
14555         encoded-words: decode B- or Q-encoding in each encoded-word,
14556         concatenate them, and decode it as charset.
14557
14558 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * lpath.el: Fbind codepage-setup for XEmacs.
14561
14562 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14563
14564         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14565         widget-move-and-invoke.
14566         (gnus-custom-mode): Use gnus-custom-map.
14567
14568 2005-10-15  Bill Wohler  <wohler@newt.com>
14569
14570         * message.el (message-tool-bar-map): Rename image file from
14571         mail_send to mail/send.
14572
14573 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14574
14575         * message.el (message-expand-group): Pass the common
14576         prefix substring of completion to `display-completion-list'.
14577
14578 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * mml-sec.el (mml-secure-method): New internal variable.
14581         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14582         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14583         New functions using mml-secure-method.
14584
14585         * mml.el (mml-mode-map): Add key bindings for those functions.
14586         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14587         Harder <harder@myrealbox.com>.
14588         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14589         Goto end of message if point is the headers of the message.
14590
14591         * message.el (message-in-body-p): New function.
14592
14593         * assistant.el: Autoload gnus-util and netrc.
14594
14595         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14596         Use `mm-charset-override-alist' only when decoding.
14597
14598         * mm-bodies.el (mm-decode-body):
14599         Call `mm-charset-to-coding-system' with allow-override argument.
14600
14601         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14602         `filename' from Content-Disposition if Content-Type doesn't
14603         provide `name'.
14604         (gnus-mime-view-part-as-type): Set default instead of
14605         initial-input.
14606
14607 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14608
14609         * format-spec.el (format-spec): Propagate text properties of % spec.
14610
14611 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * gnus-art.el (gnus-treat-predicate): Add `first'.
14614
14615 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14618         (mm-charset-override-alist): New variable.
14619         (mm-charset-to-coding-system): Use it.
14620         (mm-codepage-setup): New helper function.
14621         (mm-charset-eval-alist): New variable.
14622         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14623         Warn about unknown charsets.
14624
14625         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14626
14627 2005-10-04  David Hansen  <david.hansen@gmx.net>
14628
14629         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14630         (nnrss-check-group): Ditto.
14631
14632 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14635         Rename x-gnus-verbatim to x-verbatim.
14636         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14637
14638         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14639         x-verbatim.
14640
14641         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14642
14643         * gnus-util.el (gnus-remove-duplicates): Remove.
14644
14645         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14646         instead of gnus-remove-duplicates.
14647
14648         * message.el (message-remove-duplicates): Remove.
14649         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14650         message-remove-duplicates.
14651
14652         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14653         available, else use implementation from `delete-dups'.
14654
14655         * message.el (message-insert-expires): New function.
14656         (message-mode-map): Add key binding.
14657         (message-mode-field-menu): Add menu entry.
14658         (message-mode): Document it.
14659         (message-make-expires-date): Use `message-make-date'.
14660
14661 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14662
14663         * message.el (message-make-expires-date): New function.
14664
14665 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * Makefile.in (list-installed-shadows): New entry.
14668         (install): Use it.
14669         (remove-installed-shadows): New entry.
14670
14671         * dgnushack.el (dgnushack-default-load-path): New variable.
14672         (dgnushack-find-lisp-shadows): New function.
14673         (dgnushack-remove-lisp-shadows): New function.
14674
14675 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * Makefile.in (install-el-elc): New entry.
14678         (install): Use it so that .el files are necessarily installed.
14679
14680 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14683
14684 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14685
14686         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14687         function rather than the diff-mode.el package.
14688         (mm-display-external): Use with-current-buffer.
14689         (mm-viewer-completion-map, mm-viewer-completion-map):
14690         Move initialization inside declaration.
14691
14692 2005-09-29  Simon Josefsson  <jas@extundo.com>
14693
14694         * spam.el: Load hashcash when compiling, to avoid warnings.
14695         Don't autoload mail-check-payment.
14696         (spam-check-hashcash): Define unconditionally, since hashcash.el
14697         is part of Gnus now.  Ignore errors from payment checking.
14698
14699 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * message.el (message-bold-region, message-unbold-region):
14702         Rename from `bold-region' and `unbold-region'.
14703
14704         * message.el: Remove useless autoloads.
14705
14706 2005-09-28  Simon Josefsson  <jas@extundo.com>
14707
14708         * message.el (message-use-idna): Default to t.
14709         (message-use-idna): Test whether encoding works too.  Doc fix.
14710
14711 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * nntp.el (nntp-warn-about-losing-connection): Remove.
14714
14715 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14718         customizable.  Change default value.
14719         (mm-uu-diff-groups-regexp): Change default value.
14720         (mm-uu-type-alist): Add doc string.
14721         (mm-uu-configure): Add doc string.  Make it interactive.
14722         (mm-uu-tex-groups-regexp): New variable.
14723         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14724         (mm-uu-type-alist): Add LaTeX documents.
14725         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14726         of "text/verbatim".
14727         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14728
14729         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14730         instead of "text/verbatim".
14731
14732         * message.el (message-mark-inserted-region)
14733         (message-mark-insert-file): Use slrn style marks when called with
14734         prefix argument.
14735
14736 2005-09-27  Simon Josefsson  <jas@extundo.com>
14737
14738         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14739
14740 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14741
14742         * message.el (message-remove-duplicates): New function.
14743         Implementation borrowed from `gnus-remove-duplicates'.
14744         (message-idna-to-ascii-rhs): Also encode idna addresses in
14745         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14746         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14747         only ask about the same idna domain once per header and also tell
14748         in what header to replace the idna domain.
14749
14750         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14751         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14752         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14753         a header is decoded and not just the last one.
14754
14755 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14758         has been decoded.
14759
14760         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14761         (mm-insert-part): Don't modify text if it has been decoded.
14762
14763         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14764         decoded.
14765
14766         * mm-view.el (mm-inline-text): Don't strip text props unless
14767         decoding enriched or richtext parts.
14768
14769 2005-09-25  Romain Francoise  <romain@orebokech.com>
14770
14771         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14772         * gnus-start.el (gnus-subscribe-interactively):
14773         * gnus-uu.el (gnus-uu-grab-articles):
14774         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14775         space.
14776
14777 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14778
14779         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14780         * mm-view.el (mm-view-pkcs7-decrypt):
14781         * gnus-sum.el (gnus-summary-limit-to-extra)
14782         (gnus-summary-respool-article, gnus-read-move-group-name):
14783         * gnus-score.el (gnus-summary-increase-score):
14784         * gnus-util.el (gnus-completing-read-with-default):
14785         * gnus-art.el (gnus-read-save-file-name)
14786         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14787         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14788         * message.el (message-check-news-header-syntax):
14789         Follow convention for reading with the minibuffer.
14790
14791 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * spam-report.el (spam-report-url-ping-plain):
14794         Use gnus-extended-version as User-Agent.
14795
14796         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14797         default value is nil.
14798
14799         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14800         (mm-uu-verbatim-marks-extract): New function.
14801         (mm-uu-extract): New face.
14802         (mm-uu-copy-to-buffer): Use it.
14803
14804         * spam-report.el (spam-report-gmane-ham): Rename from
14805         `spam-report-gmane-unspam'.
14806         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14807         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14808
14809         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14810         Autoload.
14811         (spam-report-gmane-unregister-routine):
14812         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14813
14814 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14815
14816         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14817         (spam-report-gmane-unregister-routine): Add support for gmane
14818         unregistration.
14819
14820         * spam-report.el (spam-report-gmane-unspam)
14821         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14822         (spam-report-gmane): Change to take a single article and do unspam
14823         registration.
14824
14825 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * mm-url.el (mm-url-decode-entities): Fix regexp.
14828
14829 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14830
14831         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14832         default to nil, to be able to use Gnus at all.  If the default
14833         switches to something else, then the function should be fixed not
14834         be exceedingly slow.
14835
14836 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14839         fail hard.
14840
14841         * spam-report.el: Add better Keywords line.
14842
14843         * spam.el: Add Maintainer and better Keywords line.
14844
14845 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * gnus-art.el (gnus-article-replace-part)
14848         (gnus-mime-replace-part): New functions.
14849         (gnus-mime-action-alist, gnus-mime-button-commands)
14850         (gnus-mime-save-part-and-strip): Add file argument.
14851         (gnus-article-part-wrapper): Add interactive argument.
14852
14853         * gnus-sum.el (gnus-summary-mime-map):
14854         Add `gnus-article-replace-part'.
14855
14856 2005-09-19  Didier Verna  <didier@xemacs.org>
14857
14858         The nnml compaction feature:
14859         * nnml.el (nnml-request-compact-group): New function.
14860         * nnml.el (nnml-request-compact): New function.
14861         * gnus-int.el (gnus-request-compact-group): New function.
14862         * gnus-int.el (gnus-request-compact): New function.
14863         * gnus-group.el (gnus-group-compact-group): New function.
14864         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14865         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14866         * gnus-srvr.el (gnus-server-compact-server): New function.
14867         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14868         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14869
14870 2005-09-18  Deepak Goel  <deego@gnufans.org>
14871
14872         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14873         format spec.
14874
14875 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14878
14879 2005-09-15  Romain Francoise  <romain@orebokech.com>
14880
14881         * message.el (message-fill-paragraph): Clarify docstring.
14882
14883 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-art.el (gnus-mime-display-part): Protect against broken
14886         MIME messages.
14887
14888 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14891         before parsing header.
14892
14893 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14894
14895         * html2text.el (html2text-replace-list): Add new entities.
14896
14897 2005-09-11  Romain Francoise  <romain@orebokech.com>
14898
14899         * message.el (message-alternative-emails): Improve docstring.
14900         (message-setup-1): Call `message-use-alternative-email-as-from'
14901         after `message-setup-hook' to give it precedence over posting
14902         styles, etc.
14903         (message-use-alternative-email-as-from): Add docstring.
14904         Remove the original From header if present.
14905
14906         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14907         (nnml-save-mail): Use it.
14908
14909         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14910         articles.  Add new argument `silent'.
14911         (gnus-uu-mark-all): Report the total number of marked articles.
14912
14913 2005-09-10  Romain Francoise  <romain@orebokech.com>
14914
14915         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14916         (gnus-uu-mark-series): Likewise.
14917
14918 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * spam-report.el (spam-report-gmane): Fix generation of spam
14921         report URL.
14922
14923 2005-09-10  Simon Josefsson  <jas@extundo.com>
14924
14925         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14926         t, based on discussion on the ding list with Robert Epprecht
14927         <epprecht@solnet.ch>.
14928
14929 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * spam-report.el (spam-report-gmane): Make it work without
14932         X-Report-Spam header.  Gmane now only provides Archived-At.
14933         This is only used if `spam-report-gmane-use-article-number' is nil.
14934         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14935
14936         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14937         make `gnus-summary-sort-by-recipient' work with threading.
14938
14939         * nnweb.el (nnweb-google-wash-article): Print a message if article
14940         is not available.
14941
14942 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14943
14944         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14945         change.  Decode text/* parts content before displaying.
14946
14947 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14950
14951 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14954
14955         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14956         url-package-name, url-package-version,
14957         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14958         w3m-display-inline-images, and w3m-minor-mode-map.
14959
14960 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * message.el (message-tab-body-function): Fix mismatched custom type.
14963
14964         * gnus.el (gnus-group-change-level-function): Ditto.
14965
14966         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14967
14968         * gnus-art.el (gnus-signature-limit)
14969         (gnus-article-mime-part-function): Ditto.
14970
14971 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * mml.el (mml-mode): Silence the byte compiler.
14974
14975         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14976         using `(sit-for 0)' before moving the point to the specified part;
14977         skip unbuttonized parts.
14978         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14979         return to the summary window if gnus-auto-select-part is non-nil.
14980
14981 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14984         New variables.
14985         (mml-dnd-attach-file, mml-mode): Use them.
14986
14987         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14988         Make fetching article by MID work again for Google Groups.
14989         Add FIXME concerning gnus-group-make-web-group.
14990
14991         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14992         Don't depend on Gnus by using mail-extract-address-components if
14993         gnus-extract-address-components is not bound.
14994
14995 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14996
14997         * gnus-art.el (gnus-mime-display-security): Don't display the
14998         signature, but only the signed part.
14999
15000 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15003
15004         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15005         list, not listp.
15006
15007 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15008
15009         * mm-encode.el (mm-encode-content-transfer-encoding):
15010         Likewise when encoding.
15011
15012         * mm-bodies.el (mm-decode-content-transfer-encoding):
15013         De-canonicalize CRLF for all text content types, not just
15014         text/plain.
15015
15016 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15019         valid article; point arrow and cursor at the MIME button.
15020
15021 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15024         Suggested by Dan Christensen <jdc@uwo.ca>.
15025
15026         * mm-decode.el (mm-save-part): Enable change of prompt.
15027
15028 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15029
15030         * gnus-msg.el (gnus-inews-add-send-actions):
15031         Make `message-post-method' lambda parameter ARG `&optional'.
15032
15033 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * gnus-sum.el (gnus-summary-mime-map):
15036         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15037         gnus-article-jump-to-part.
15038
15039         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15040         (gnus-article-edit-part): Use it.
15041         (gnus-article-part-wrapper): Add no-handle argument.
15042         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15043         New functions.
15044
15045 2005-08-29  Romain Francoise  <romain@orebokech.com>
15046
15047         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15048         docstring.
15049         (gnus-face-from-file): Likewise.
15050
15051 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15054         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15055         non-nil.
15056         (gnus-auto-select-part): New variable.
15057         (gnus-article-jump-to-part): New function.
15058         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15059         (gnus-mime-delete-part): Allow selecting specified part after
15060         deleting or stripping parts.
15061         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15062         part if argument is bogus.
15063
15064 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15065
15066         * gnus-art.el (w3m-minor-mode-map):
15067         * gnus-spec.el (gnus-newsrc-file-version):
15068         * gnus-util.el (nnmail-active-file-coding-system)
15069         (gnus-original-article-buffer, gnus-user-agent):
15070         * gnus.el (gnus-ham-process-destinations)
15071         (gnus-parameter-ham-marks-alist)
15072         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15073         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15074         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15075         * mm-decode.el (gnus-current-window-configuration):
15076         * mm-extern.el (gnus-article-mime-handles):
15077         * mm-url.el (url-current-object, url-package-name)
15078         (url-package-version):
15079         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15080         (smime-keys, w3m-cid-retrieve-function-alist)
15081         (w3m-current-buffer, w3m-display-inline-images)
15082         (w3m-minor-mode-map):
15083         * mml-smime.el (gnus-extract-address-components):
15084         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15085         (gnus-newsrc-hashtb, message-default-charset)
15086         (message-deletable-headers, message-options)
15087         (message-posting-charset, message-required-mail-headers)
15088         (message-required-news-headers):
15089         * mml1991.el (mc-pgp-always-sign):
15090         * mml2015.el (mc-pgp-always-sign):
15091         * nnheader.el (nnmail-extra-headers):
15092         * rfc1843.el (gnus-decode-encoded-word-function)
15093         (gnus-decode-header-function, gnus-newsgroup-name):
15094         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15095
15096 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15097
15098         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15099         the end of the date treatments.
15100
15101 2005-08-15  Simon Josefsson  <jas@extundo.com>
15102
15103         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15104         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15105         Capello and Romain Francoise.
15106         (pgg-fetch-key-function): Remove, not used?
15107         (pgg-insert-url-with-w3): Require url, to get
15108         url-insert-file-contents regardless of where it is defined.
15109
15110 2005-08-13  Romain Francoise  <romain@orebokech.com>
15111
15112         * message.el (message-cite-original-1): New function.
15113         (message-cite-original): Use it.
15114         (message-cite-original-without-signature): Ditto.
15115
15116 2005-08-08  Romain Francoise  <romain@orebokech.com>
15117
15118         * message.el (message-yank-empty-prefix): New variable.
15119         (message-indent-citation): Use it.
15120         (message-cite-original-without-signature): Respect X-No-Archive.
15121
15122 2005-08-08  Simon Josefsson  <jas@extundo.com>
15123
15124         * pgg.el: Autoload url-insert-file-contents instead of loading
15125         w3/url.
15126         (pgg-insert-url-with-w3): Don't load url here.
15127
15128 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15129
15130         * message.el (message-kill-to-signature): Don't insert newline at
15131         bol.
15132         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15133
15134 2005-08-06  Romain Francoise  <romain@orebokech.com>
15135
15136         * message.el (message-user-fqdn): Fix typo in docstring.
15137
15138 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15139
15140         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15141
15142         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15143
15144 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * mm-bodies.el (mm-encode-body): Use coding system rather than
15147         charset to encode text.
15148
15149         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15150         number of charsets if utf-8 is available (XEmacs).
15151
15152 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15153
15154         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15155         taken from `gnus-button-mid-or-mail-regexp'.
15156         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15157         (gnus-button-alist): Improve regexp for domain part of the MIDs
15158         for news:localpart@domain buttons.
15159         (gnus-button-ctan-directory-regexp): Update.
15160
15161 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * sieve-manage.el (sieve-manage-interactive-login):
15164         Use make-local-variable rather than make-variable-buffer-local.
15165         (sieve-manage-open): Ditto.
15166         (sieve-manage-authenticate): Ditto.
15167
15168         * mml.el (mml-generate-mime-1): Make the content type default to
15169         text/plain if the filename is not specified.
15170
15171 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15174         instead of insert-buffer.
15175
15176         * message.el (message-yank-original): Ditto; set the mark at the
15177         end of the yanked message.
15178
15179 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15182         lines to scroll rather than to stop it.
15183
15184         * mml.el (mml-generate-default-type): Add doc string.
15185         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15186         default to application/octet-stream when determining the content
15187         type if it is not specified for the part or the mml contents; add
15188         a comment about mml-generate-default-type.
15189
15190 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15191
15192         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15193         make it default to application/octet-stream when determining the
15194         content type if it is not specified for the external contents.
15195
15196 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15199         segmented parameter but also other parameters might be there.
15200
15201 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * mm-decode.el (mm-display-external): Delete temp file, directory
15204         and buffer immediately if the external process is exited.
15205
15206 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15209         fewer lines than that of scroll-margin.
15210         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15211
15212 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-art.el (gnus-article-next-page): Revert.
15215         (gnus-article-beginning-of-window): New macro.
15216         (gnus-article-next-page-1): Use it.
15217         (gnus-article-prev-page): Ditto.
15218         (gnus-article-edit-part): Use insert-buffer-substring instead of
15219         insert-buffer.
15220         (gnus-article-edit-exit): Ditto.
15221
15222         * gnus-util.el (gnus-beginning-of-window): Remove.
15223         (gnus-end-of-window): Remove.
15224
15225         * lpath.el: Don't bind header-line-format and scroll-margin.
15226
15227 2005-07-25  Simon Josefsson  <jas@extundo.com>
15228
15229         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15230         to have the url package without w3.  Reported by Daiki Ueno
15231         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15232
15233 2005-07-20  Didier Verna  <didier@xemacs.org>
15234
15235         * gnus-diary.el: Remove the description comment (nndiary is now
15236         properly documented in the Gnus manual).
15237         Fix the spelling of "Back End".
15238         * nndiary.el: Ditto.
15239         Fix the copyright notice.
15240
15241 2005-07-18  Romain Francoise  <romain@orebokech.com>
15242
15243         * gnus-sum.el (gnus-summary-to-prefix)
15244         (gnus-summary-newsgroup-prefix): New variables.
15245         (gnus-summary-from-or-to-or-newsgroups): Use them.
15246
15247 2005-07-17  Romain Francoise  <romain@orebokech.com>
15248
15249         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15250         space as it's generally not especially interesting to the user.
15251
15252 2005-07-16  Romain Francoise  <romain@orebokech.com>
15253
15254         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15255         nil to avoid prompting and file modification if one of the
15256         messages at the top of the nnfolder file contains a copyright
15257         notice.
15258         Update copyright notice.
15259
15260         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15261         instead of `current-time-string' as the latter creates a time
15262         string that is not RFC 2822 compliant (it lacks the zone).
15263         Update copyright notice.
15264
15265 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15266
15267         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15268         for text/rtf.  Display default in prompt.  Pass default for M-n.
15269
15270         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15271
15272 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15273
15274         * gnus-msg.el (gnus-button-mailto):
15275         Remove save-selected-window-window hackery because it relies on
15276         save-selected-window internals.
15277
15278 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15281         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15282         (gnus-article-prev-page): Ditto.
15283
15284         * gnus-util.el (gnus-beginning-of-window): New function.
15285         (gnus-end-of-window): New function.
15286
15287         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15288
15289 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15290
15291         * gnus-score.el (gnus-score-edit-all-score):
15292         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15293         gnus-message.
15294
15295 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15296
15297         * gnus-msg.el (gnus-button-mailto):
15298         Remove save-selected-window-window hackery because it relies on
15299         save-selected-window internals.
15300
15301 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15304         add-minor-mode.
15305         (gnus-binary-mode): Ditto.
15306
15307         * gnus-topic.el (gnus-topic-mode): Ditto.
15308
15309 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15310
15311         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15312         (gnus-article-prev-page): Take scroll-margin into consideration.
15313
15314 2005-07-04  Lute Kamstra  <lute@gnu.org>
15315
15316         Update FSF's address in GPL notices.
15317
15318 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15319
15320         * gnus.el (gnus-exit):
15321         * gnus-group.el (gnus-group-icons):
15322         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15323
15324         * gnus-nocem.el (gnus-nocem):
15325         * message.el (message-various, message-buffers, message-sending)
15326         (message-interface, message-forwarding, message-insertion)
15327         (message-headers, message-news, message-mail):
15328         * pgg-gpg.el (pgg-gpg):
15329         * pgg-parse.el (pgg-parse):
15330         * pgg-pgp.el (pgg-pgp):
15331         * pgg-pgp5.el (pgg-pgp5):
15332         * pop3.el (pop3): Finish `defgroup' description with period.
15333
15334 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-art.el (article-display-face): Improve the efficiency.
15337         (article-display-x-face): Ditto; remove grey x-face stuff.
15338
15339 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-art.el (article-display-face): Correct the position in
15342         which Faces are inserted.
15343
15344 2005-06-29  Didier Verna  <didier@xemacs.org>
15345
15346         * gnus-art.el (article-display-face): Display faces in correct
15347         order.
15348
15349 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15352         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15353         (gnus-nocem-check-article): Fetch the Type header.
15354         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15355         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15356         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15357         make sure gnus-nocem-hashtb is initialized.
15358         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15359         (gnus-nocem-unwanted-article-p): Ditto.
15360
15361         * pgg.el (pgg-verify): Return the verification result.
15362
15363 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15364
15365         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15366         is ascii.
15367
15368 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15369
15370         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15371         `show-nonbreak-escape'.
15372
15373 2005-06-23  Lute Kamstra  <lute@gnu.org>
15374
15375         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15376
15377         * dig.el (dig-mode):
15378         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15379
15380 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15381
15382         * nnimap.el (nnimap-split-download-body): Fix spellings.
15383
15384 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15385
15386         * gnus-art.el (gnus-article-encrypt-body):
15387         * gnus-cus.el (gnus-score-customize):
15388         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15389         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15390
15391 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15392
15393         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15394         header by looking for magic "MII" at the beginnig.
15395
15396 2005-06-16  Miles Bader  <miles@gnu.org>
15397
15398         * gnus-xmas.el (gnus-xmas-group-startup-message):
15399         Use renamed gnus-splash face.
15400
15401         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15402         (assistant-field-face): New backward-compatibility alias for renamed
15403         face.
15404         (assistant-render-text): Use renamed assistant-field face.
15405
15406         * spam.el (spam): Remove "-face" suffix from face name.
15407         (spam-face): New backward-compatibility alias for renamed face.
15408         (spam-face, spam-initialize): Use renamed spam face.
15409
15410         * message.el (message-header-to, message-header-cc)
15411         (message-header-subject, message-header-newsgroups)
15412         (message-header-other, message-header-name)
15413         (message-header-xheader, message-separator, message-cited-text)
15414         (message-mml): Remove "-face" suffix from face names.
15415         (message-header-to-face, message-header-cc-face)
15416         (message-header-subject-face, message-header-newsgroups-face)
15417         (message-header-other-face, message-header-name-face)
15418         (message-header-xheader-face, message-separator-face)
15419         (message-cited-text-face, message-mml-face):
15420         New backward-compatibility aliases for renamed faces.
15421         (message-font-lock-keywords): Use renamed message faces.
15422
15423         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15424         (sieve-test-commands, sieve-tagged-arguments):
15425         Remove "-face" suffix from face names.
15426         (sieve-control-commands-face, sieve-action-commands-face)
15427         (sieve-test-commands-face, sieve-tagged-arguments-face):
15428         New backward-compatibility aliases for renamed faces.
15429         (sieve-control-commands-face, sieve-action-commands-face)
15430         (sieve-test-commands-face, sieve-tagged-arguments-face):
15431         Use renamed sieve faces.
15432
15433         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15434         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15435         (gnus-group-news-3-empty, gnus-group-news-4)
15436         (gnus-group-news-4-empty, gnus-group-news-5)
15437         (gnus-group-news-5-empty, gnus-group-news-6)
15438         (gnus-group-news-6-empty, gnus-group-news-low)
15439         (gnus-group-news-low-empty, gnus-group-mail-1)
15440         (gnus-group-mail-1-empty, gnus-group-mail-2)
15441         (gnus-group-mail-2-empty, gnus-group-mail-3)
15442         (gnus-group-mail-3-empty, gnus-group-mail-low)
15443         (gnus-group-mail-low-empty, gnus-summary-selected)
15444         (gnus-summary-cancelled, gnus-summary-high-ticked)
15445         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15446         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15447         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15448         (gnus-summary-low-undownloaded)
15449         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15450         (gnus-summary-low-unread, gnus-summary-normal-unread)
15451         (gnus-summary-high-read, gnus-summary-low-read)
15452         (gnus-summary-normal-read, gnus-splash):
15453         Remove "-face" suffix from face names.
15454         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15455         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15456         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15457         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15458         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15459         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15460         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15461         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15462         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15463         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15464         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15465         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15466         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15467         (gnus-summary-normal-ticked-face)
15468         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15469         (gnus-summary-normal-ancient-face)
15470         (gnus-summary-high-undownloaded-face)
15471         (gnus-summary-low-undownloaded-face)
15472         (gnus-summary-normal-undownloaded-face)
15473         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15474         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15475         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15476         (gnus-splash-face):
15477         New backward-compatibility aliases for renamed faces.
15478         (gnus-group-startup-message): Use renamed gnus faces.
15479
15480         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15481         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15482         (gnus-server-agent): Remove "-face" suffix from face names.
15483         (gnus-server-agent-face, gnus-server-opened-face)
15484         (gnus-server-closed-face, gnus-server-denied-face)
15485         (gnus-server-offline-face):
15486         New backward-compatibility aliases for renamed faces.
15487         (gnus-server-agent-face, gnus-server-opened-face)
15488         (gnus-server-closed-face, gnus-server-denied-face)
15489         (gnus-server-offline-face): Use renamed gnus faces.
15490
15491         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15492         Remove "-face" suffix from face names.
15493         (gnus-picon-xbm-face, gnus-picon-face):
15494         New backward-compatibility aliases for renamed faces.
15495
15496         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15497         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15498         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15499         (gnus-cite-11): Remove "-face" suffix from face names.
15500         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15501         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15502         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15503         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15504         New backward-compatibility aliases for renamed faces.
15505         (gnus-cite-attribution-face, gnus-cite-face-list)
15506         (gnus-article-boring-faces): Use renamed gnus faces.
15507
15508         * gnus-art.el (gnus-signature, gnus-header-from)
15509         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15510         (gnus-header-content): Remove "-face" suffix from face names.
15511         (gnus-signature-face, gnus-header-from-face)
15512         (gnus-header-subject-face, gnus-header-newsgroups-face)
15513         (gnus-header-name-face, gnus-header-content-face):
15514         New backward-compatibility aliases for renamed faces.
15515         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15516
15517         * gnus-sum.el (gnus-summary-selected-face)
15518         (gnus-summary-highlight): Use renamed gnus faces.
15519         * gnus-group.el (gnus-group-highlight): Likewise.
15520
15521 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15522
15523         * gnus-sieve.el (gnus-sieve-article-add-rule):
15524         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15525         * spam-stat.el (spam-stat-buffer-change-to-spam)
15526         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15527
15528         * message.el (message-is-yours-p):
15529         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15530
15531 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * mm-view.el (mm-inline-text): Withdraw the last change.
15534
15535 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15538         executing enriched-decode.
15539
15540 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15543         charset of tar files.
15544
15545 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15546
15547         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15548
15549 2005-06-04  Lute Kamstra  <lute@gnu.org>
15550
15551         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15552         information is never recorded.
15553
15554 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15555
15556         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15557
15558 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * pop3.el (pop3-apop): Run md5 in the binary mode.
15561
15562         * starttls.el (starttls-set-process-query-on-exit-flag):
15563         Use eval-and-compile.
15564
15565 2005-05-31  Simon Josefsson  <jas@extundo.com>
15566
15567         * smime.el (smime-replace-in-string): Define.
15568         (smime-cert-by-ldap-1): Use it.
15569
15570 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-art.el (article-display-x-face): Replace
15573         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15574
15575         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15576         set-process-query-on-exit-flag or process-kill-without-query.
15577
15578         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15579         loop instead of replace-regexp.
15580
15581         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15582         instead of process-kill-without-query if it is available.
15583
15584         * lpath.el: Fbind ldap-search-entries.
15585
15586         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15587         instead of find-file-hooks if it is available.
15588
15589         * mml1991.el: Bind pgg-default-user-id when compiling.
15590
15591         * mml2015.el: Bind pgg-default-user-id when compiling.
15592
15593         * nndraft.el (nndraft-request-associate-buffer):
15594         Use write-contents-functions instead of write-contents-hooks if it is
15595         available.
15596
15597         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15598         instead of find-file-hooks if it is available.
15599
15600         * nntp.el (nntp-open-connection): Replace
15601         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15602         (nntp-open-ssl-stream): Ditto.
15603         (nntp-open-tls-stream): Ditto.
15604
15605         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15606         set-process-query-on-exit-flag or process-kill-without-query.
15607         (starttls-open-stream-gnutls): Use it instead of
15608         process-kill-without-query.
15609         (starttls-open-stream): Ditto.
15610
15611 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15612
15613         * smime.el (smime-cert-by-ldap-1): Don't use
15614         replace-regexp-in-string.
15615
15616 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15617
15618         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15619
15620         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15621         in PEM format.  Adjust to the XEmacs compability.
15622
15623 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15624
15625         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15626         by `string-to-number'.
15627         * gnus-agent.el (gnus-agent-regenerate-group)
15628         (gnus-agent-fetch-articles): Ditto.
15629         * gnus-art.el (gnus-button-fetch-group): Ditto.
15630         * gnus-cache.el (gnus-cache-generate-active)
15631         (gnus-cache-articles-in-group): Ditto.
15632         * gnus-group.el (gnus-group-set-current-level)
15633         (gnus-group-insert-group-line): Ditto.
15634         * gnus-score.el (gnus-score-set-expunge-below)
15635         (gnus-score-set-mark-below, gnus-summary-score-effect)
15636         (gnus-summary-score-entry): Ditto.
15637         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15638         (gnus-soup-pack): Ditto.
15639         * gnus-spec.el (gnus-xmas-format): Ditto.
15640         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15641         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15642         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15643         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15644         * nndb.el (nndb-get-remote-expire-response): Ditto.
15645         * nndiary.el (nndiary-parse-schedule-value)
15646         (nndiary-string-to-number, nndiary-request-replace-article)
15647         (nndiary-request-article): Ditto.
15648         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15649         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15650         * nneething.el (nneething-make-head): Ditto.
15651         * nnfolder.el (nnfolder-request-article)
15652         (nnfolder-retrieve-headers): Ditto.
15653         * nnheader.el (nnheader-file-to-number): Ditto.
15654         * nnkiboze.el (nnkiboze-request-article): Ditto.
15655         * nnmail.el (nnmail-process-unix-mail-format)
15656         (nnmail-process-babyl-mail-format): Ditto.
15657         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15658         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15659         (nnmh-request-create-group, nnmh-request-list-1)
15660         (nnmh-request-group, nnmh-request-article): Ditto.
15661         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15662         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15663         * nnsoup.el (nnsoup-make-active): Ditto.
15664         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15665         * nntp.el (nntp-find-group-and-number)
15666         (nntp-retrieve-headers-with-xover): Ditto.
15667         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15668         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15669         (pgg-format-key-identifier): Ditto.
15670         * pop3.el (pop3-last, pop3-stat): Ditto.
15671         * qp.el (quoted-printable-decode-region): Ditto.
15672
15673         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15674         of concat.
15675
15676 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15679
15680         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15681
15682         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15683
15684         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15685
15686         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15687
15688         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15689
15690         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15691         (gnus-carpal-mode): Ditto.
15692
15693         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15694         (gnus-browse-mode): Ditto.
15695
15696         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15697
15698         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15699
15700 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15701
15702         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15703
15704 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * gnus-util.el (gnus-run-mode-hooks): New function.
15707
15708         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15709
15710         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15711         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15712
15713 2005-05-27  Lute Kamstra  <lute@gnu.org>
15714
15715         * dns-mode.el (dns-mode): Specify customization group.
15716
15717 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15718
15719         * gnus-agent.el (gnus-agent-make-mode-line-string):
15720         Use mode-line-highlight as mouse-face.
15721
15722 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * canlock.el (canlock): Change the parent group to news.
15725
15726         * deuglify.el (gnus-outlook-deuglify): Add :group.
15727
15728         * dig.el (dig): Add :group.
15729
15730         * dns-mode.el (dns-mode): Add :group.
15731
15732         * encrypt.el (encrypt): Add :group.
15733
15734         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15735         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15736         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15737         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15738         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15739
15740         * gnus-diary.el (gnus-diary): Add :group.
15741
15742         * gnus.el (gnus-group-news-1-face): Add :group.
15743         (gnus-group-news-1-empty-face): Ditto.
15744         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15745         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15746         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15747         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15748         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15749         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15750         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15751         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15752         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15753         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15754         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15755         (gnus-summary-high-ticked-face): Ditto.
15756         (gnus-summary-low-ticked-face): Ditto.
15757         (gnus-summary-normal-ticked-face): Ditto.
15758         (gnus-summary-high-ancient-face): Ditto.
15759         (gnus-summary-low-ancient-face): Ditto.
15760         (gnus-summary-normal-ancient-face): Ditto.
15761         (gnus-summary-high-undownloaded-face): Ditto.
15762         (gnus-summary-low-undownloaded-face): Ditto.
15763         (gnus-summary-normal-undownloaded-face): Ditto.
15764         (gnus-summary-high-unread-face): Ditto.
15765         (gnus-summary-low-unread-face): Ditto.
15766         (gnus-summary-normal-unread-face): Ditto.
15767         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15768         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15769
15770         * hashcash.el (hashcash): New custom group.
15771         (hashcash-default-payment): Add :group.
15772         (hashcash-payment-alist): Ditto.
15773         (hashcash-default-accept-payment): Ditto.
15774         (hashcash-accept-resources): Ditto.
15775         (hashcash-path): Ditto.
15776         (hashcash-extra-generate-parameters): Ditto.
15777         (hashcash-double-spend-database): Ditto.
15778         (hashcash-in-news): Ditto.
15779
15780         * message.el (message-minibuffer-local-map): Add :group.
15781
15782         * netrc.el (netrc): Add :group.
15783
15784         * sieve-manage.el (sieve-manage-log): Add :group.
15785         (sieve-manage-default-user): Diito.
15786         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15787         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15788         (sieve-manage-authenticators): Ditto.
15789         (sieve-manage-authenticator-alist): Ditto.
15790         (sieve-manage-default-port): Ditto.
15791
15792         * sieve-mode.el (sieve-control-commands-face): Add :group.
15793         (sieve-action-commands-face): Ditto.
15794         (sieve-test-commands-face): Ditto.
15795         (sieve-tagged-arguments-face): Ditto.
15796
15797         * smime.el (smime): Add :group.
15798
15799         * spam-report.el (spam-report): Add :group.
15800
15801         * spam.el (spam, spam-face): Add :group.
15802
15803 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15804
15805         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15806         return \n.\n.\n at the end of articles.  Protect against that.
15807         (nntp-with-open-group): Allow debugging.
15808
15809         * nnheader.el (mail-header-set-extra): Make into a function
15810         because I just could't understand how to quote the list properly.
15811
15812         * dns.el (query-dns-cached): New function.
15813
15814 2005-05-26  Lute Kamstra  <lute@gnu.org>
15815
15816         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15817
15818 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15821
15822         * gnus-art.el: Don't autoload mail-extract-address-components.
15823
15824         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15825         eval-and-compile to evaluate it.
15826
15827         * hashcash.el: Don't autoload executable-find.
15828
15829         * nndb.el: Don't declare the nndb back end two or more times; don't
15830         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15831
15832         * nntp.el: Autoload format-spec instead of format; use
15833         eval-and-compile to evaluate autoload forms.
15834
15835 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15836
15837         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15838
15839 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15840
15841         * gnus.el (gnus-version-number): Bump version.
15842
15843 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15844
15845         * gnus.el: No Gnus v0.3 is released.
15846
15847 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15848
15849         * lpath.el (featurep): Bind show-nonbreak-escape.
15850
15851 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * gnus-art.el (gnus-article-edit-part): Disable undo.
15854
15855 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15858         gnus-article-date-lapsed-new-header is t if date timer is active;
15859         skip headers in which the original date value is empty.
15860         (gnus-article-save-original-date): Redefine it as a macro.
15861         (gnus-display-mime): Use it.
15862
15863 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * gnus-art.el (article-date-ut): Support converting date in
15866         forwarded parts as well.
15867         (gnus-article-save-original-date): New function.
15868         (gnus-display-mime): Use it.
15869
15870 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15871
15872         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15873         enclosure element of <item>.
15874
15875 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15876
15877         * message.el (message-kill-buffer-query): Rename from
15878         `message-kill-buffer-query-if-modified'.  Add :version.
15879
15880 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15883         window layout.
15884
15885 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * mml.el: Autoload dnd when compiling.
15888
15889 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15892         x-dnd-*.
15893
15894 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * qp.el (quoted-printable-encode-region): Save excursion.
15897
15898 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15899
15900         * message.el (message-kill-buffer-query-if-modified): Add new variable
15901         so the user can kill a modified message buffer quickly.
15902         (message-kill-buffer): Use it.
15903
15904 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * lpath.el: Fbind display-time-event-handler; don't fbind
15907         string-to-multibyte.
15908
15909         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15910
15911 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15914         contained in text because xml.el decodes entities) with LFs.
15915
15916 2005-04-11  Lute Kamstra  <lute@gnu.org>
15917
15918         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15919         differently.
15920
15921 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15922
15923         * mm-util.el (mm-detect-coding-region): Typo.
15924
15925 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15928
15929 2005-04-06  Deepak Goel  <deego@gnufans.org>
15930
15931         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15932         user-function allow user modifications of the scores.
15933         (spam-stat-score-buffer-user): New function, to allow
15934         user-computed modifications to the score.
15935         (spam-stat-score-buffer-user-functions): List of additional
15936         scoring functions.
15937         (spam-stat-error-holder): Global temporary error holder.
15938         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15939         variable.
15940
15941 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15942
15943         * gnus-registry.el (gnus-registry-clean-empty-function)
15944         (gnus-registry-trim, gnus-registry-fetch-groups)
15945         (gnus-registry-delete-group): Groups that match
15946         `gnus-registry-ignored-groups' are removed from the registry
15947         entries, not just ignored for splitting.  This helps clean up the
15948         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15949         to get all the groups a message ID is in.
15950
15951         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15952         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15953         (spam-stat-score-buffer-user-functions): Add :number custom type.
15954
15955 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15958         argument in XEmacs.
15959
15960         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15961         (nnrss-request-group): Decode group name first.
15962         (nnrss-request-article): Make a text/plain article if mml-to-mime
15963         failed.
15964         (nnrss-get-encoding): Return a compatible encoding according to
15965         nnrss-compatible-encoding-alist.
15966         (nnrss-find-el): Use consp instead of listp.
15967         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15968
15969 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15972         which Emacs 20 doesn't support.
15973         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15974
15975 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15978         silence the byte compiler inside the defun.
15979
15980         * gnus-demon.el (parse-time-string): Add autoload.
15981
15982         * gnus-delay.el (parse-time-string): Add autoload.
15983
15984         * gnus-art.el (parse-time-string): Add autoload.
15985
15986         * nnultimate.el (parse-time): Require for `parse-time-string'.
15987
15988 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15991
15992         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15993
15994         * smime.el (smime-ldap-host-list): Add :version.
15995
15996 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15999         pass it to `gnus-browse-read-group'.
16000         (gnus-browse-read-group): Add NUMBER argument and pass it to
16001         `gnus-group-read-ephemeral-group'.
16002
16003         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16004         argument and pass it to `gnus-group-read-group'.
16005
16006 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16007
16008         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16009         mm-xemacs-find-mime-charset-1 if we have the mule feature
16010         available at runtime.
16011
16012 2005-03-25  Werner Lemberg  <wl@gnu.org>
16013
16014         * nnmaildir.el: Replace `illegal' with `invalid'.
16015
16016 2005-03-23  Lute Kamstra  <lute@gnu.org>
16017
16018         * time-date.el: Add comment on time value formats.
16019         Don't require parse-time.
16020         (with-decoded-time-value): New macro.
16021         (encode-time-value): New function.
16022         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16023         (days-to-time): Return a valid time value when arg is huge.
16024         (time-since): Use time-subtract.
16025         (time-to-number-of-days): Use time-to-seconds.
16026
16027 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16028
16029         * gnus-start.el (gnus-display-time-event-handler):
16030         Check display-time-timer at runtime rather than only at load time
16031         in case display-time-mode is turned off in the mean time.
16032
16033 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16036         used.
16037
16038         * nneething.el (nneething-map-file-directory): Derive from
16039         `gnus-directory'.
16040
16041         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16042         the To/Cc button.
16043
16044 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16045
16046         * nnmaildir.el (nnmaildir-request-accept-article):
16047         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16048
16049 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16050
16051         * gnus-async.el: Require timer-funcs at compile time when in
16052         XEmacs for `run-with-idle-timer'.
16053
16054 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16055
16056         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16057         autoloaded function.
16058
16059 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16060
16061         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16062
16063 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16064
16065         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16066
16067 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16068
16069         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16070         Add gnus-expert-user to default.
16071
16072 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16073
16074         * nnimap.el (nnimap-open-server): Ditto.
16075
16076         * imap.el (imap-authenticate): Fix typo.
16077
16078 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16079
16080         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16081         buffer (since IMAP server might return FETCH response out of
16082         order, and the nntp buffer must be sorted).
16083
16084 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16085
16086         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16087         comparison on string.
16088
16089         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16090         (gnus-agent-score): Rename category keywords to match gnus-cus.
16091         (gnus-agent-summary-fetch-series): Modify to protect against
16092         gnus-agent-summary-fetch-group clearing processable flags.
16093         (gnus-agent-synchronize-group-flags): Update live group buffer as
16094         synchronization may occur due to the user toggle the plugged
16095         status.
16096         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16097         successfully downloaded.
16098         (gnus-agent-expire-group-1): Avoid using markers when the overview
16099         is in ascending order; greatly improves performance.
16100         (gnus-agent-regenerate-group):
16101         Use gnus-agent-synchronize-group-flags to reset read status in both
16102         gnus and server.
16103         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16104
16105 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16106
16107         * message.el: Don't autoload former message-utils variables.
16108         (message-strip-subject-trailing-was): Change doc string.
16109
16110         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16111         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16112         (nnweb-google-search): Add "hl=en" here.
16113         (nnweb-google-parse-1, nnweb-google-create-mapping):
16114         Don't hardcode URL.
16115
16116 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * message.el (message-get-reply-headers, message-followup):
16119         Mention related variables `message-use-followup-to' and
16120         `message-use-mail-followup-to', in the information buffer.
16121
16122         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16123         of broken groups(-beta).google.com.
16124
16125 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16126
16127         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16128         parameter to invoked gnus-request-move-article; remove the
16129         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16130         all at once instead of once per article.
16131         (gnus-summary-remove-process-mark): Accept a list of articles as
16132         well as a single article for processing.
16133
16134         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16135         parameter.
16136
16137         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16138
16139         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16140
16141         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16142         parameter.
16143
16144         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16145         parameter.
16146
16147         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16148         parameter and remove the gnus-sum-hint-move-is-internal variable.
16149
16150         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16151         parameter.
16152
16153         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16154         parameter.
16155
16156         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16157         parameter.
16158
16159         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16160
16161         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16162         parameter.
16163
16164         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16165         parameter.
16166
16167 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16168
16169         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16170         a more conservative way.
16171
16172 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16173
16174         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16175         buffer, so it moves the window's cursor.
16176
16177 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16178
16179         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16180         `mm-dissect-multipart' and receive the from field as an (optional)
16181         argument from `mm-dissect-multipart'.
16182         (mm-dissect-multipart): Receive the from field as an argument and
16183         pass it on when we call `mm-dissect-buffer' on MIME parts.
16184         Fixes verification/decryption of signed/encrypted MIME parts.
16185
16186 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16187
16188         * gnus-sum.el (gnus-summary-move-article):
16189         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16190         whatever it calls (right now, only nnimap-request-move article
16191         respects it).
16192
16193         * nnimap.el (nnimap-request-move-article):
16194         When gnus-sum-hint-move-is-internal is set, don't do the extra
16195         nnimap-request-article.
16196
16197 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16200
16201         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16202         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16203
16204         * gnus-sum.el (gnus-summary-caesar-message):
16205         Apply `gnus-treat-article' after rotation.
16206
16207         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16208         doc string.
16209
16210 2005-02-22  Simon Josefsson  <jas@extundo.com>
16211
16212         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16213         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16214         <arne@arnested.dk>.
16215         (encrypt): Add password-cache and password-cache-expiry as group
16216         members.
16217
16218 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16219
16220         * smime.el (smime-ldap-host-list): Doc fix.
16221         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16222         cache) password.
16223         (smime-sign-region): Use it.
16224         (smime-decrypt-region): Use it.
16225         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16226         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16227         fails.
16228         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16229         certificate from DER to PEM format rather than calling openssl.
16230
16231         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16232
16233         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16234         for signing/encryption.
16235
16236         * mml.el (mml-parse-1): Use them.
16237
16238 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16239
16240         * nnrss.el (nnrss-verbose): Remove.
16241         (nnrss-request-group): Use `nnheader-message' instead.
16242
16243 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16244
16245         * nnrss.el (nnrss-verbose): New variable.
16246         (nnrss-request-group): Make it say nnrss is requesting a group.
16247
16248 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16249
16250         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16251         Handle news URL with given port correctly.
16252
16253 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16256         containing special characters.
16257
16258         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16259
16260         * mml.el (mime-to-mml): Ditto.
16261
16262         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16263         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16264         (rfc2047-decode-region): Quote decoded words containing special
16265         characters when rfc2047-quote-decoded-words-containing-tspecials
16266         is non-nil.
16267
16268 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16269
16270         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16271
16272         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16273
16274 2005-02-15  Simon Josefsson  <jas@extundo.com>
16275
16276         * nnimap.el (nnimap-debug): Doc fix.
16277
16278         * imap.el (imap-debug): Doc fix.
16279
16280 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16283
16284 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16285
16286         * gnus.el (spam-contents): Improve docs for spam-contents
16287         parameter in its variable incarnation.
16288
16289 2005-02-14  Simon Josefsson  <jas@extundo.com>
16290
16291         * smime-ldap.el: Use require instead of load-library for ldap.
16292         (smime-ldap-search): Indent.
16293         (smime-ldap-search-internal): Shorten line.
16294
16295         * smime.el (smime-cert-by-dns): Add doc-string.
16296         (smime-cert-by-ldap-1): Indent.
16297
16298         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16299         mml-smime-get-dns-ldap.
16300         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16301
16302 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16303
16304         * smime.el: Require smime-ldap.
16305         (smime-ldap-host-list): New variable.
16306         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16307
16308         * mml-smime.el (mml-smime-encrypt-query): New function.
16309         (mml-smime-encrypt-query): Use it.
16310
16311         * smime-ldap.el: New file.
16312
16313 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16316
16317 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16320         argument in doc string.  Make query for type more clear.
16321
16322 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * gnus.el (gnus-group-startup-message): Search for gnus images in
16325         etc/images/gnus.
16326         * mm-util.el (mm-image-load-path): Likewise.
16327         * smiley.el (smiley-data-directory): Search for smilies in
16328         etc/images/smilies.
16329
16330 2005-02-09  Kim F. Storm  <storm@cua.dk>
16331
16332         Change Emacs release version from 21.4 to 22.1 throughout.
16333         Change Emacs development version from 21.3.50 to 22.0.50.
16334
16335 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16338
16339         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16340         non-Mule XEmacs as well.
16341         (mm-decompress-buffer): Signal an error intentionally if it does
16342         not decompress compressed data because auto-compression-mode is
16343         disabled.
16344
16345 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16346
16347         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16348         an ID in the registry even if it has no groups.
16349
16350 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16353         merge it into mm-decompress-buffer.
16354         (gnus-mime-copy-part): Use the MIME part charset, the value which
16355         a user specified or gnus-newsgroup-charset for decoding, like
16356         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16357         save-buffer what was used.  Suggested by Kevin Ryde
16358         <user42@zip.com.au>.
16359         (gnus-mime-inline-part): Allow the name parameter as well as the
16360         filename parameter; force decompressing of compressed data; always
16361         display contents being not decoded as unibyte.
16362
16363         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16364         as well as the filename parameter.
16365
16366         * mm-util.el (mm-decompress-buffer):
16367         Merge gnus-mime-jka-compr-maybe-uncompress.
16368         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16369         of compressed data.
16370
16371 2005-02-08  Simon Josefsson  <jas@extundo.com>
16372
16373         * imap.el (imap-log): Doc fix.
16374
16375 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16378         the coding cookies; decompress compressed parts.
16379
16380         * mml.el (mml-generate-mime-1): Add the charset parameter according
16381         to the value which a user specified manually or the coding cookie.
16382
16383         * mm-util.el (mm-string-to-multibyte): New function.
16384         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16385         (mm-coding-system-to-mime-charset): New function.
16386         (mm-decompress-buffer): New function.
16387         (mm-find-buffer-file-coding-system): New function.
16388
16389         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16390         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16391         parts.
16392
16393 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16394
16395         * mm-view.el (mm-display-inline-fontify): Decode a part according
16396         to the charset parameter.
16397
16398 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16401         prefix arg is neither nil nor a number, as info specifies.
16402
16403 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16406         timestamps.
16407
16408 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16409
16410         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16411         groups error checking and notify user.
16412
16413 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16414
16415         * message.el (message-send-mail-function): Check existence of
16416         sendmail-program first before using default value
16417         `message-send-mail-with-sendmail'.  Otherwise use more generic
16418         `smtpmail-send-it'.
16419
16420 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * nntp.el (nntp-request-update-info): Always return nil.
16423
16424 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16425
16426         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16427
16428 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16429
16430         * message.el (message-beginning-of-line): Change the behavior when
16431         invoked between BOL and : so that it first moves backward.
16432
16433 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16436         article buffer when editing of the article is discarded.
16437         (gnus-article-prepare): Revert.
16438
16439 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * gnus-art.el (gnus-article-prepare):
16442         Remove message-strip-forbidden-properties from the local hook.
16443
16444 2005-01-27  Simon Josefsson  <jas@extundo.com>
16445
16446         * password.el (password-cache-add): Only start one timer per key.
16447         Reported by Derek Atkins <warlord@MIT.EDU>.
16448
16449 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16450
16451         * run-at-time.el: Remove.  It is no longer needed as
16452         timer-funcs.el in the xemacs-base package has a working version of
16453         `run-at-time'.
16454
16455         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16456
16457         * password.el: Require timer-funcs instead of run-at-time in
16458         XEmacs.
16459         Remove `password-run-at-time' macro.
16460         (password-cache-add): Use `run-at-time' instead of
16461         `password-run-at-time'.
16462
16463         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16464         Remove `nnheader-cancel-function-timers' alias,
16465         `cancel-function-timers' exists in XEmacs in timer-funcs.
16466
16467         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16468         for `run-with-idle-timer'.
16469
16470         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16471         for `run-at-time'.
16472
16473         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16474         for `with-timeout'.
16475
16476         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16477         the same as for XEmacs 21.4.
16478         No need to ignore `run-with-idle-timer', this function exists in
16479         XEmacs now in timer-funcs.el in the xemacs-base package.
16480         (dgnushack-compile): No need to delete
16481         run-at-time.el from the list of files to compile because it
16482         doesn't exist anymore.
16483
16484 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16487         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16488
16489 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16490
16491         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16492         sensitively.
16493
16494 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16495
16496         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16497
16498 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16501         which will be inserted according to the multibyteness of a buffer
16502         rather than the type of contents.  Suggested by ARISAWA Akihiro
16503         <ari@mbf.ocn.ne.jp>.
16504
16505         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16506         of string which old xml.el may return rather than a string.
16507
16508 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16511
16512 2005-01-16  Simon Josefsson  <jas@extundo.com>
16513
16514         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16515         idn/idna.el isn't available.
16516         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16517         <michael@waxrat.com>.
16518
16519         * hashcash.el: Remove non-FSF copyright header.
16520
16521         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16522         (hashcash-generate-payment): Use it.
16523         (hashcash-generate-payment-async): Use it.
16524
16525 2005-01-15  Simon Josefsson  <jas@extundo.com>
16526
16527         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16528         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16529
16530         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16531         gnus-summary-idna-message.
16532         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16533         (gnus-summary-idna-message): New function.
16534
16535 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16538         gnus-novice-user.
16539
16540 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * nnrss.el (nnrss-request-delete-group): Delete entries in
16543         nnrss-group-alist as well.
16544         (nnrss-save-server-data): Insert newline.
16545
16546 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16547
16548         * gnus.el (gnus-user-agent): Use list of symbols instead of
16549         symbols.  Display full version number for (S)XEmacs.
16550         Optionally display (S)XEmacs codename.
16551
16552         * gnus-util.el (gnus-emacs-version): Update for new
16553         `gnus-user-agent'.
16554
16555         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16556         Gnus version.
16557
16558 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16561         which is unreadable in some setups.
16562
16563 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-spec.el (gnus-update-format-specifications): Flush the
16566         group format spec cache if it doesn't support decoded group names.
16567
16568 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16571         Allow to apply decay on score files matching a regexp.
16572
16573 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16576         compatibility in %g and %c.
16577
16578 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16581         name for only %g and %c.
16582         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16583         of gnus-tmp-group to decoded group name.
16584         (gnus-group-make-rss-group): Exclude `/'s from group names.
16585
16586 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * nnrss.el (nnrss-get-encoding): Fix regexp.
16589
16590 2004-12-27  Simon Josefsson  <jas@extundo.com>
16591
16592         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16593         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16594         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16595
16596 2004-12-17  Kim F. Storm  <storm@cua.dk>
16597
16598         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16599
16600         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16601
16602 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16603
16604         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16605
16606 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * nnrss.el: Require rfc2047 and mml.
16609         (nnrss-file-coding-system): New variable.
16610         (nnrss-format-string): Redefine it as an inline function.
16611         (nnrss-decode-group-name): New function.
16612         (nnrss-string-as-multibyte): Remove.
16613         (nnrss-retrieve-headers): Decode group name; don't use
16614         nnrss-format-string.
16615         (nnrss-request-group): Decode group name.
16616         (nnrss-request-article): Decode group name; allow a Message-ID as
16617         well as an article number; don't use nnrss-format-string; encode a
16618         Message-ID string which may contain non-ASCII characters; use
16619         mml-to-mime to compose a MIME article.
16620         (nnrss-request-expire-articles): Decode group name.
16621         (nnrss-request-delete-group): Decode group name.
16622         (nnrss-fetch): Clarify error message.
16623         (nnrss-read-server-data): Use insert-file-contents instead of load;
16624         bind file-name-coding-system; use multibyte buffer.
16625         (nnrss-save-server-data): Bind coding-system-for-write to the
16626         value of nnrss-file-coding-system; bind file-name-coding-system;
16627         add coding cookie.
16628         (nnrss-read-group-data): Use insert-file-contents instead of load;
16629         bind file-name-coding-system; use multibyte buffer.
16630         (nnrss-save-group-data): Bind coding-system-for-write to the
16631         value of nnrss-file-coding-system; bind file-name-coding-system.
16632         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16633         make it work with non-ASCII text.
16634         (nnrss-find-el): Make it work with old xml.el as well.
16635
16636 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16637
16638         * nnrss.el (nnrss-get-encoding): New function.
16639         (nnrss-fetch): Use unibyte buffer initially; bind
16640         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16641         decode contents according to the encoding attribute.
16642         (nnrss-save-group-data): Add coding cookie.
16643         (nnrss-mime-encode-string): New function.
16644         (nnrss-check-group): Use it to encode subject and author.
16645
16646 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16647
16648         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16649         imaginary variable.
16650
16651 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16654         correctly even if there are wide characters.
16655
16656 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16657
16658         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16659         downcased symbol names; make a new cache instead of reusing
16660         bbdb-hashtable.
16661
16662 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16665         concatenating segments rather than before concatenating them.
16666         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16667
16668         * message.el (message-get-reply-headers): Bind `extra'.
16669
16670 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16671
16672         * message.el (message-extra-wide-headers): New variable.
16673         (message-get-reply-headers): Use it.
16674
16675 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16678         (gnus-agent-group-pathname): Ditto.
16679
16680         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16681
16682         * gnus-group.el (gnus-group-make-group): Decode group name.
16683         (gnus-group-make-rss-group): Register the group data after opening
16684         the nnrss group.
16685
16686 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16687
16688         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16689         by expiry now get marked as read.
16690
16691 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16694
16695 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16696
16697         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16698         unify Latin characters in XEmacs.
16699         (mm-find-mime-charset-region): Use it.
16700
16701 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-util.el (gnus-delete-directory): New function.
16704
16705         * gnus-agent.el (gnus-agent-delete-group): Use it.
16706
16707         * gnus-cache.el (gnus-cache-delete-group): Use it.
16708
16709 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16712         names.
16713
16714 2004-12-16  Simon Josefsson  <jas@extundo.com>
16715
16716         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16717
16718 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16721
16722         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16723         (gnus-group-set-current-level): Decode group name.
16724
16725 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16726
16727         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16728         failed.
16729
16730 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-group.el (gnus-group-delete-group): Decode group name.
16733         (gnus-group-make-rss-group): Encode group name.
16734         (gnus-group-catchup-current): Decode group name.
16735         (gnus-group-kill-group): Decode group name.
16736
16737 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16738
16739         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16740
16741 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * gnus-group.el (gnus-group-make-rss-group):
16744         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16745
16746         * gnus-start.el (gnus-setup-news): Honor user's setting to
16747         gnus-message-archive-method.  Suggested by Lute Kamstra
16748         <lute@gnu.org>.
16749
16750 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16751
16752         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16753         global counterparts of the buffer-local variables.
16754
16755 2004-11-16  Romain Francoise  <romain@orebokech.com>
16756
16757         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16758         counterparts of the buffer-local variables.
16759
16760 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * message.el (message-forbidden-properties): Fix typo in doc
16763         string.
16764
16765 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16766
16767         * gnus-util.el (gnus-replace-in-string): Add doc string.
16768
16769         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16770         to avoid problems when splitting mails with many recipients.
16771
16772 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16773
16774         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16775         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16776
16777 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16778
16779         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16780         if there is no hashtable in memory or file modification time is
16781         newer than cached timestamp.
16782
16783 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * gnus-sum.el (gnus-summary-limit-to-recipient):
16786         Implement not-matching option.
16787
16788 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16791         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16792         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16793         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16794         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16795         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16796
16797 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * message.el (message-forward-make-body-mml): Remove headers
16800         according to message-forward-ignored-headers if a message is decoded.
16801
16802 2004-12-02  Romain Francoise  <romain@orebokech.com>
16803
16804         * message.el (message-forward-make-body-plain): Always remove
16805         headers according to message-forward-ignored-headers.
16806
16807 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16808
16809         * spam.el (spam-summary-prepare-exit): Remove the
16810         gnus-summary-limit pop for now, it has problems with ham marks for
16811         me.
16812
16813 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16814
16815         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16816         correctly.
16817
16818 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16819
16820         * format-spec.el (format-spec): Message the char.
16821
16822 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16823
16824         * gnus-art.el (gnus-split-methods): Reformat comments.
16825
16826         * spam.el (spam-summary-prepare-exit): Remove article limits
16827         before exiting the summary buffer.
16828
16829 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16832         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16833
16834         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16835         order to silence the byte compiler.
16836
16837         * spam.el: Fix the way to silence the byte compiler, which
16838         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16839         bbdb-search-simple, spam-BBDB-register-routine,
16840         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16841         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16842         spam-stat-buffer-is-spam, spam-stat-load,
16843         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16844         spam-stat-save and spam-stat-split-fancy.
16845
16846 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16849         which may confuse users.
16850         (canlock-password-for-verify): Ditto.
16851
16852         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16853
16854         * gnus-art.el (gnus-emphasis-alist): Ditto.
16855
16856         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16857
16858         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16859
16860         * gnus-start.el (gnus-save-killed-list): Ditto.
16861
16862         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16863         (gnus-sum-thread-tree-root): Ditto.
16864         (gnus-sum-thread-tree-false-root): Ditto.
16865         (gnus-sum-thread-tree-single-indent): Ditto.
16866
16867         * message.el (message-courtesy-message): Ditto.
16868         (message-archive-note): Ditto.
16869         (message-subscribed-address-file): Ditto.
16870         (message-user-fqdn): Ditto.
16871
16872         * spam-report.el (spam-report-gmane-regex): Ditto.
16873
16874         * spam.el (spam-blackhole-good-server-regex): Ditto.
16875
16876 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * mml.el (mml-preview): Widen the message buffer before copying
16879         the contents to the preview buffer; sort headers before previewing.
16880
16881         * message.el (message-hidden-headers): Fix the way to avoid a bug
16882         in the `repeat' widget in Emacs 21.3 or earlier.
16883
16884 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * message.el (message-hidden-headers): Default to "^References:".
16887         Improve customization type.  Suggested by Reiner Steib
16888         <Reiner.Steib@gmx.de>.
16889
16890 2004-11-25  Romain Francoise  <romain@orebokech.com>
16891
16892         * message.el (message-strip-forbidden-properties): Remove check for
16893         obsolete `message-hidden' text property, hidden headers are not
16894         accessible in the buffer anymore.
16895
16896 2004-11-22  Romain Francoise  <romain@orebokech.com>
16897
16898         * message.el (message-header-format-alist): Add `From' in list
16899         so that it can be sorted.
16900         (message-fix-before-sending): Widen and sort headers before
16901         sending.
16902         (message-hide-headers): Use narrowing to hide headers by moving
16903         them to the top of the buffer and narrowing to the region
16904         underneath.
16905
16906 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16907
16908         * message.el (message-strip-forbidden-properties):
16909         Bind buffer-read-only (etc) to nil.
16910
16911 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16914         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16915
16916 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16917
16918         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16919
16920 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16921
16922         * dns.el (query-dns): Use sit-for to time instead of
16923         accept-process-output, since that doesn't seem to work on udp
16924         sockets.
16925
16926 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16929
16930 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16931
16932         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16933         doc string.  Improve doc string.
16934
16935 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * nntp.el (nntp-request-update-info): Return nil if
16938         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16939         may not call gnus-activate-group which uselessly issues the GROUP
16940         commands for all nntp groups and wastes time.  Reported by Romain
16941         Francoise <romain@orebokech.com>.
16942
16943         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16944
16945 2004-11-15  Simon Josefsson  <jas@extundo.com>
16946
16947         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16948         headers separately.
16949         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16950         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16951
16952 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-start.el (gnus-convert-old-newsrc):
16955         Assign legacy-gnus-agent to 5.10.7.
16956
16957 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16958
16959         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16960         start of the lines.
16961
16962 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16963
16964         * hashcash.el (hashcash-default-payment): Change default to 20.
16965         (hashcash-default-accept-payment): Change default to 20.
16966         (hashcash-process-alist): New variable.
16967         (hashcash-generate-payment-async): Add.
16968         (hashcash-already-paid-p): Add.
16969         (hashcash-insert-payment): Don't generate payments twice.
16970         (hashcash-insert-payment-async): Add.
16971         (hashcash-insert-payment-async-2): Add.
16972         (hashcash-cancel-async): Add.
16973         (hashcash-wait-async): Add.
16974         (hashcash-processes-running-p): Add.
16975         (hashcash-wait-or-cancel): Add.
16976         (mail-add-payment): New optional argument.  Conditionally start
16977         asynchronous calculation.
16978         (mail-add-payment-async): Add.
16979
16980         * message.el (message-send-mail): Wait for asynchronous hashcash
16981         results.  Don't clobber existing X-Hashcash headers.
16982         (message-setup-1): Call mail-add-payment-async when
16983         message-generate-hashcash is non-nil.
16984
16985 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16986
16987         * message.el (message-use-alternative-email-as-from): Examine the
16988         From header as well; use message-make-from in order to include a
16989         user's full name.
16990
16991 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16994         default; improve customization type.
16995         (gnus-emphasis-custom-with-format): New macro.
16996         (gnus-emphasis-custom-value-to-external): New function.
16997         (gnus-emphasis-custom-value-to-internal): New function.
16998
16999 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17000
17001         * dns.el (query-dns): Resolve reverse addresses.
17002
17003 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004
17005         * gnus-group.el (gnus-group-get-new-news): Use it.
17006
17007         * gnus-start.el (gnus-check-reasonable-setup): New function.
17008
17009 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17012         "Args out of range" error.  Reported by Arnaud Giersch
17013         <arnaud.giersch@free.fr>.
17014
17015 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17016
17017         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17018
17019 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17020
17021         * spam.el (spam group): Add :version.
17022
17023         * pgg-def.el (pgg group): Add :version.
17024
17025 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * gnus-art.el (gnus-article-edit-article): Don't associate the
17028         article buffer with a draft file.  This is a temporary measure
17029         against the 2004-08-22 change to gnus-article-edit-mode.
17030
17031 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17034         (html2text-format-tags): Remove unused variable `attr'.
17035
17036 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17037
17038         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17039
17040         * tls.el (tls-process-connection-type, tls-success)
17041         (tls-certtool-program): Add :version.
17042
17043         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17044         (starttls-extra-arguments, starttls-process-connection-type)
17045         (starttls-connect, starttls-failure, starttls-success): Add :version.
17046
17047         * spam-stat.el (spam-stat): Add :version.
17048
17049         * sieve.el (sieve): Add :version.
17050
17051         * sha1.el (sha1): Add :version.
17052         (sha1-use-external): Remove redundant version.
17053
17054         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17055         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17056         (nnmail-split-fancy-match-partial-words)
17057         (nnmail-split-lowercase-expanded): Add :version.
17058
17059         * nndiary.el (nndiary): Add :version.
17060
17061         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17062
17063         * mml-sec.el (mml-default-sign-method)
17064         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17065         Add :version.
17066
17067         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17068
17069         * mm-url.el (mm-url-use-external, mm-url-program)
17070         (mm-url-arguments): Add :version.
17071
17072         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17073         (mm-attachment-file-modes, mm-decrypt-option)
17074         (mm-w3m-safe-url-regexp): Add :version.
17075
17076         * message.el (message-cite-prefix-regexp)
17077         (message-sendmail-envelope-from, message-minibuffer-local-map)
17078         (message-user-fqdn, message-completion-alist): Add :version.
17079
17080         * gnus-win.el (gnus-configure-windows-hook)
17081         (gnus-use-frames-on-any-display): Add :version.
17082
17083         * gnus-art.el (gnus-article-address-banner-alist)
17084         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17085         (gnus-treat-from-picon, gnus-treat-mail-picon)
17086         (gnus-treat-x-pgp-sig): Add :version.
17087
17088         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17089         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17090         (gnus-summary-article-delete-hook)
17091         (gnus-summary-display-while-building): Add :version.
17092
17093         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17094         (gnus-get-top-new-news-hook): Add :version.
17095
17096         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17097         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17098
17099         * gnus-registry.el (gnus-registry): Add :version.
17100
17101         * gnus-spec.el (gnus-use-correct-string-widths)
17102         (gnus-make-format-preserve-properties): Add :version.
17103
17104         * gnus.el (gnus-group-charter-alist)
17105         (gnus-group-fetch-control-use-browse-url)
17106         (gnus-install-group-spam-parameters): Add :version.
17107
17108         * gnus-diary.el (gnus-diary): Add :version.
17109
17110         * gnus-delay.el (gnus-delay): Add :version.
17111
17112         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17113         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17114         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17115         Add :version.
17116
17117         * gnus-agent.el (gnus-agent-max-fetch-size)
17118         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17119         (gnus-agent-prompt-send-queue): Add :version.
17120
17121         * deuglify.el (gnus-outlook-deuglify): Add :version.
17122
17123         * html2text.el: Beautify code.  Improve doc strings.
17124         Some checkdoc cleanup.
17125         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17126
17127 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17128
17129         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17130
17131 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17132
17133         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17134         when package is loaded.
17135
17136         * spam.el (spam-summary-score-preferred-header): Add global preference
17137         for people who want to override the default SpamAssassin over
17138         Bogofilter preference (when both are set).
17139         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17140         (spam-user-format-function-S):
17141         Check spam-summary-score-preferred-header.
17142         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17143         (spam-user-format-function-S): Format the score correctly.
17144
17145 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17148         signature file.  Suggested by Manoj Srivastava
17149         <srivasta@golden-gryphon.com>.
17150
17151         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17152         iso-2022-jp even in the Japanese language environment.
17153         Suggested by Jason Rumney <jasonr@gnu.org>.
17154
17155 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17158         use the same characters as the dummy marks; make it free from
17159         getting affected by the language environment.
17160         (gnus-summary-read-group-1): Update mark positions only when the
17161         format spec is updated.
17162
17163         * gnus-spec.el (gnus-update-format-specifications): Return a list
17164         of updated types.
17165
17166 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17169         of boundp to check if display-warning is available.
17170
17171 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17172
17173         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17174
17175 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * nnspool.el (nnspool-spool-directory): Use news-path if the
17178         news-directory variable is not bound.
17179
17180         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17181         function instead of display-warning if it is not available.
17182
17183 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17184
17185         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17186         v5-10: Use `point-at-bol'.
17187
17188 2004-10-26  Simon Josefsson  <jas@extundo.com>
17189
17190         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17191         <chenggao@gmail.com>.
17192
17193 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17196         instead.
17197
17198 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17199
17200         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17201         to remove a server from the nnimap-server-buffer-alist.
17202         (nnimap-open-connection, nnimap-close-server): Use it.
17203
17204         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17205
17206 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17209         running the major-mode function.
17210
17211 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17212
17213         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17214         dummy marks in the right way.
17215
17216 2004-10-18  David Edmondson  <dme@dme.org>
17217
17218         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17219         excessively.
17220
17221 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17222
17223         * gnus-util.el (gnus-split-references): Accept a nil references
17224         string and go on blissfully.
17225
17226         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17227         cases where the references string is non-nil but has no references.
17228
17229         * encrypt.el: Add autoload tags.
17230
17231         * spam.el (spam-resolve-registrations-routine): Remove article
17232         from unregistration list too.  Reported by David Hanak
17233         <dhanak@isis.vanderbilt.edu>
17234
17235 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17238         nil.  Change custom type.
17239
17240 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17241
17242         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17243
17244         * gnus-sum.el (gnus-summary-move-article): Use it.
17245
17246 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * encrypt.el: Add autoload cookies.
17249
17250         * spam.el (spam-backend-article-list-property)
17251         (spam-backend-get-article-todo-list)
17252         (spam-backend-put-article-todo-list)
17253         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17254         Resolve registrations separately.
17255         (spam-register-routine): Format comments.
17256         (spam-unregister-routine, spam-register-routine): Always call with
17257         specific-articles, no default list.
17258         (spam-summary-prepare-exit): Use the spam-classifications function.
17259
17260         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17261         gnus-encrypt.el.
17262
17263         * encrypt.el: Copied from gnus-encrypt.el.
17264
17265         * gnus-encrypt.el: Commented that it's obsolete.
17266
17267 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17268
17269         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17270         (gnus-score-save): Use it.
17271
17272         * message.el (message-bury): Use `window-dedicated-p'.
17273
17274 2004-10-15  Simon Josefsson  <jas@extundo.com>
17275
17276         * pop3.el (top-level): Don't require nnheader.
17277         (pop3-read-timeout): Add.
17278         (pop3-accept-process-output): Add.
17279         (pop3-read-response, pop3-retr): Use it.
17280
17281 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17282
17283         * spam.el (spam-register-routine): Move comment.
17284         (spam-verify-bogofilter): Use 'unknown for the initial
17285         spam-bogofilter-valid state, not 'never.
17286
17287         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17288         for netrc-machine.
17289
17290         * nnimap.el (nnimap-open-connection):
17291         Use netrc-machine-user-or-password.
17292
17293 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17294
17295         * gnus-registry.el (gnus-registry-unload-hook):
17296         Set as a variable with add-hook.
17297
17298         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17299         of news-path.
17300
17301         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17302
17303         * spam.el: Delete duplicate `provide'.
17304         (spam-unload-hook): Set as a variable with add-hook.
17305
17306 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17307
17308         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17309         in the doc string.
17310
17311         * message.el (message-ignored-news-headers)
17312         (message-ignored-supersedes-headers)
17313         (message-ignored-resent-headers)
17314         (message-forward-ignored-headers): Improve custom type.
17315
17316 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * message.el (message-tokenize-header): Fix 2004-09-06 change
17319         which used point-min in the wrong place.
17320
17321 2004-10-12  Simon Josefsson  <jas@extundo.com>
17322
17323         * tls.el (tls-certtool-program): New variable.
17324         (tls-certificate-information): New function, based on
17325         ssl-certificate-information.
17326
17327 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * compface.el: Move the version of ELisp-based uncompface program
17330         to the contrib directory because of the copyright problem.
17331
17332 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17333
17334         * message.el (message-kill-buffer): Raise the current frame.
17335
17336 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17337
17338         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17339
17340         * gnus.el (message-y-or-n-p): Autoload.
17341
17342         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17343         (pop3-password-required, pop3-authentication-scheme)
17344         (pop3-leave-mail-on-server): Make customizable.
17345         (pop3): New custom group.
17346         (pop3-retr): Remove `sleep-for' statements.
17347         Suggested by Dave Love <fx@gnu.org>.
17348
17349         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17350         Windows/DOS.
17351
17352         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17353         (imap-parse-body): Fix incorrect use of `assert'.
17354         Suggested by Dave Love <fx@gnu.org>.
17355
17356         * mml.el (mml-minibuffer-read-disposition): Require match.
17357         Suggested by Dave Love <fx@gnu.org>.
17358
17359 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17360
17361         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17362         doc string.
17363
17364 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17367
17368 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17369
17370         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17371         instead of calling `mm-insert-inline', to decode text/* parts
17372         before displaying them.
17373
17374 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * mm-uu.el (mm-uu-text-plain-type): New variable.
17377         (mm-uu-pgp-signed-extract-1): Use it.
17378         (mm-uu-pgp-encrypted-extract-1): Use it.
17379         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17380         bind mm-uu-text-plain-type with that value.
17381         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17382         mm-uu-dissect.
17383
17384 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-group.el (gnus-update-group-mark-positions):
17387         * gnus-sum.el (gnus-update-summary-mark-positions):
17388         * message.el (message-check-news-body-syntax):
17389         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17390         of string-as-multibyte.
17391
17392 2004-10-05  Juri Linkov  <juri@jurta.org>
17393
17394         * gnus-group.el (gnus-update-group-mark-positions):
17395         * gnus-sum.el (gnus-update-summary-mark-positions):
17396         * message.el (message-check-news-body-syntax):
17397         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17398         8-bit unibyte values to a multibyte string for search functions.
17399
17400 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17403         (mm-uu-dissect-text-parts): New function.
17404
17405         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17406         dissect text parts.
17407
17408         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17409         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17410
17411         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17412
17413         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17414         Use gnus-current-topics instead of gnus-current-topic.
17415
17416 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17417
17418         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17419
17420 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17423         where approriate.
17424
17425         * nnml.el (nnml-generate-active-info): do.
17426
17427         * nndiary.el (nndiary-generate-active-info): do.
17428
17429         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17430         (gnus-topic-move): do.
17431
17432         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17433         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17434
17435         * gnus-srvr.el (gnus-server-prepare)
17436         (gnus-server-open-all-servers): do.
17437
17438         * gnus-msg.el (gnus-summary-cancel-article)
17439         (gnus-summary-resend-message)
17440         (gnus-summary-mail-crosspost-complaint): do.
17441
17442         * gnus-move.el (gnus-change-server): do.
17443
17444         * gnus-group.el (gnus-group-unmark-all-groups)
17445         (gnus-group-set-current-level): do.
17446
17447 2004-10-04  Simon Josefsson  <jas@extundo.com>
17448
17449         * message.el (message-generate-hashcash): Doc fix.
17450
17451 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17452
17453         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17454         avoid infinite recursion via gnus-get-function.
17455
17456 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17457
17458         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17459
17460         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17461
17462         * nnmail.el (nnmail-split-history): do.
17463
17464         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17465         (nnml-request-delete-group): do.
17466
17467         * nnslashdot.el (nnslashdot-read-groups): do.
17468
17469         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17470         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17471
17472         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17473         (nnspool-sift-nov-with-sed): Use last.
17474         (nnspool-retrieve-headers-with-nov): Use mapc.
17475         (nnspool-request-newgroups): Use dolist.
17476         (nnspool-request-group): Use last.
17477
17478         * nntp.el (nntp-read-server-type): Use dolist.
17479
17480         * nnvirtual.el (nnvirtual-create-mapping)
17481         (nnvirtual-update-read-and-marked): Use dolist.
17482         (nnvirtual-convert-headers): Simplify.
17483
17484 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17485
17486         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17487         Add support for sync'ing tick marks.
17488
17489 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17492         there's no visible header.
17493
17494 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17495
17496         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17497         When necessary, pass full group name to gnus-request-set-marks.
17498
17499 2004-10-01  Simon Josefsson  <jas@extundo.com>
17500
17501         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17502         acroread.
17503
17504 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17505
17506         * spam-report.el (spam-report-gmane): Fix interactive.
17507
17508         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17509
17510         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17511         when writing file.
17512         (gnus-agent-synchronize-flags): Don't default to being
17513         interactive.
17514
17515 2004-09-30  Simon Josefsson  <jas@extundo.com>
17516
17517         * message.el (message-generate-hashcash): Add.
17518         (message-send-mail): Use it, call mail-add-payment.
17519
17520 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17521
17522         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17523
17524 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17525
17526         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17527         gnus-requst-update-info with explicit code to sync the in-memory
17528         info read flags with the marks being sync'd to the backend.
17529
17530         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17531
17532 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17533
17534         * spam.el (spam-verify-bogofilter): Add new function.
17535         (spam-check-bogofilter)
17536         (spam-bogofilter-register-with-bogofilter): Use it.
17537         (spam-verify-bogofilter): Add small fixes.
17538
17539 2004-09-28  Simon Josefsson  <jas@extundo.com>
17540
17541         * hashcash.el (hashcash-generate-payment): Revert.
17542
17543 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17544
17545         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17546         Use gnus-extract-references instead of gnus-split-references.
17547
17548         * gnus-util.el (gnus-extract-references): Add new function, analogous
17549         to gnus-split-references but extracts only the message-ID without
17550         anything extra.
17551
17552         * hashcash.el (hashcash-generate-payment)
17553         (hashcash-check-payment): Do the right thing if hashcash-path is
17554         nil (because the hashcash program could not be found).
17555
17556         * spam.el (spam-use-hashcash): Remove comment.
17557
17558 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17559
17560         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17561         (gnus-cache-enter-article, gnus-cache-remove-article)
17562         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17563
17564         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17565
17566         * gnus-art.el (article-hide-boring-headers)
17567         (article-translate-strings, article-display-face)
17568         (gnus-article-mime-match-handle-first)
17569         (gnus-article-highlight-headers)
17570         (gnus-article-add-buttons-to-head): do.
17571
17572 2004-09-27  Simon Josefsson  <jas@extundo.com>
17573
17574         * hashcash.el: New version, from
17575         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17576         ../contrib/.
17577
17578 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17581
17582 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17583
17584         * gnus-dup.el (gnus-dup-open): Use mapc.
17585         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17586
17587         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17588         Reported by Stefan Wiens <s.wi@gmx.net>.
17589
17590         * gnus.el (gnus-shutdown): Use dolist.
17591
17592         * gnus-undo.el (gnus-undo): Use mapc.
17593
17594         * nnrss.el (nnrss-generate-active): do.
17595
17596         * message.el (message-cite-original-without-signature)
17597         (message-cite-original): Use mapc.
17598         (message-do-actions, message-make-forward-subject): Use dolist.
17599
17600 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17601
17602         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17603         deletion to remove entire duplicate line.  Fixes merged article
17604         number bug.
17605
17606 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17607
17608         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17609         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17610         first ask if you want to open a server and then, even when you
17611         responded with no, asking if you want to synchronize the server's
17612         flags.
17613         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17614         multi-line expressions.
17615         (gnus-agent-synchronize-group-flags): New internal function.
17616         Updates marks in memory (in the info structure) AND in the
17617         backend.
17618
17619         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17620
17621         * nnagent.el (nnagent-request-set-mark):
17622         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17623         method, to ensure that synchronization updates marks in the
17624         backend and in the info (in memory) structure.
17625
17626 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17629         convention fully; don't miss the root article of a thread; make
17630         the X-Draft-From header with correct article numbers.
17631
17632 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17633
17634         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17635         unless plugged.  Disable the agent so that an open failure causes
17636         an error.
17637
17638         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17639         Revert 2004-09-21 change.  The backend must be opened while
17640         synchronizing flags even when the backend stores the flags
17641         locally.
17642
17643 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17644
17645         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17646         in `header' match.  Reported by Svend Tollak Munkejord.
17647
17648         * message.el (message-cite-original): Fix use of
17649         `message-cite-articles-with-x-no-archive'.
17650
17651 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17654         (gnus-window-to-buffer): Ditto.
17655
17656         * mml.el (mml-preview-buffer): New variable.
17657         (mml-preview): Manage window layout with gnus-buffer-configuration.
17658
17659         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17660         X-Draft-From header even if those articles aren't quoted.
17661
17662 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17663
17664         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17665         (gnus-request-set-mark, gnus-request-update-mark): Use new
17666         g-s-t-u-l-m to decide to use backend even when unplugged.
17667
17668 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17671         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17672
17673 2004-09-20  Simon Josefsson  <jas@extundo.com>
17674
17675         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17676         "utf-16-le".
17677
17678 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17679
17680         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17681
17682 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17683
17684         * uudecode.el (uudecode-use-external): Add :version.
17685
17686         * smime.el (smime-CA-file, smime-encrypt-cipher)
17687         (smime-dns-server): Add :version.
17688
17689         * smiley.el (gnus-smiley-file-types): Add :version.
17690
17691         * sha1.el (sha1-use-external): Add :version.
17692
17693         * pgg-def.el (pgg-query-keyserver): Add :version.
17694
17695         * nnmail.el (nnmail-fancy-expiry-targets)
17696         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17697         Add :version.
17698
17699         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17700         (nnimap-retrieve-groups-asynchronous): Add :version.
17701         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17702
17703         * mml.el (mml-content-disposition-parameters)
17704         (mml-insert-mime-headers-always): Add :version.
17705
17706         * mm-util.el (mm-coding-system-priorities): Add :version.
17707
17708         * mm-decode.el (mm-inline-text-html-with-images)
17709         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17710         (mm-verify-option): Add :version.
17711         (mm-text-html-renderer): Change :version.
17712
17713         * message.el (message-fcc-externalize-attachments)
17714         (message-required-headers, message-draft-headers)
17715         (message-subject-trailing-was-query)
17716         (message-subject-trailing-was-ask-regexp)
17717         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17718         (message-mark-insert-end, message-archive-header)
17719         (message-archive-note, message-cross-post-default)
17720         (message-cross-post-note, message-followup-to-note)
17721         (message-cross-post-note-function, message-use-mail-followup-to)
17722         (message-subscribed-address-functions)
17723         (message-subscribed-address-file, message-subscribed-addresses)
17724         (message-subscribed-regexps, message-allow-no-recipients)
17725         (message-yank-cited-prefix, message-signature-insert-empty-line)
17726         (message-hidden-headers, message-hierarchical-addresses)
17727         (message-mail-user-agent, message-use-idna)
17728         (message-valid-fqdn-regexp)
17729         (message-strip-special-text-properties, message-header-synonyms)
17730         (message-beginning-of-line, message-tab-body-function): Add :version.
17731         (message-insert-canlock, message-wide-reply-confirm-recipients):
17732         Change :version.
17733
17734         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17735         and :version.
17736         (mail-source-delete-old-incoming-confirm)
17737         (mail-source-movemail-program): Add :version.
17738
17739         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17740         (gnus-agent-cache, gnus-agent): Change :version.
17741
17742         * gnus-util.el (gnus-use-byte-compile): Change :version.
17743
17744         * gnus-sum.el (gnus-summary-make-false-root-always)
17745         (gnus-summary-default-high-score)
17746         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17747         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17748         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17749         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17750         (gnus-sum-thread-tree-single-indent)
17751         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17752         (gnus-sum-thread-tree-leaf-with-other)
17753         (gnus-sum-thread-tree-single-leaf): Add :version.
17754         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17755         (gnus-article-loose-mime): Change :version.
17756
17757         * gnus-start.el (gnus-backup-startup-file)
17758         (gnus-save-startup-file-via-temp-buffer): Add :version.
17759
17760         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17761         (gnus-server-offline-face): Add :version.
17762
17763         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17764
17765         * gnus-msg.el (gnus-gcc-externalize-attachments)
17766         (gnus-debug-files, gnus-debug-exclude-variables)
17767         (gnus-discouraged-post-methods): Change :version.
17768         (gnus-confirm-mail-reply-to-news)
17769         (gnus-confirm-treat-mail-like-news): Add :version.
17770
17771         * gnus-int.el (gnus-server-unopen-status): Add :version.
17772
17773         * gnus-group.el (gnus-group-jump-to-group-prompt)
17774         (gnus-large-ephemeral-newsgroup)
17775         (gnus-fetch-old-ephemeral-headers): Add :version.
17776
17777         * gnus-fun.el (gnus-x-face-directory)
17778         (gnus-convert-pbm-to-x-face-command)
17779         (gnus-convert-image-to-x-face-command)
17780         (gnus-convert-image-to-face-command): Add :version.
17781
17782         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17783
17784         * gnus-cite.el (gnus-cite-blank-line-after-header)
17785         (gnus-article-boring-faces): Add :version.
17786
17787         * gnus-art.el (gnus-buttonized-mime-types)
17788         (gnus-inhibit-mime-unbuttonizing)
17789         (gnus-treat-display-face)
17790         (gnus-treat-body-boundary): Change :version.
17791         (gnus-body-boundary-delimiter, gnus-picon-databases)
17792         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17793         (gnus-treat-date-english, gnus-treat-fold-headers)
17794         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17795         (gnus-treat-mail-picon, gnus-treat-wash-html)
17796         (gnus-article-encrypt-protocol)
17797         (gnus-use-idna, gnus-article-over-scroll)
17798         (gnus-mime-display-multipart-alternative-as-mixed)
17799         (gnus-mime-display-multipart-related-as-mixed)
17800         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17801         (gnus-ctan-url, gnus-button-ctan-handler)
17802         (gnus-button-handle-ctan-bogus-regexp)
17803         (gnus-button-ctan-directory-regexp)
17804         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17805         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17806         (gnus-button-man-level, gnus-button-emacs-level)
17807         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17808
17809         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17810         (gnus-agent-go-online): Change :version.
17811         (gnus-agent-expire-unagentized-dirs)
17812         (gnus-agent-auto-agentize-methods): Add :version.
17813
17814         * flow-fill.el (fill-flowed-display-column)
17815         (fill-flowed-encode-column): Add :version.
17816
17817         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17818         (gnus-outlook-deuglify-unwrap-max)
17819         (gnus-outlook-deuglify-cite-marks)
17820         (gnus-outlook-deuglify-unwrap-stop-chars)
17821         (gnus-outlook-deuglify-no-wrap-chars)
17822         (gnus-outlook-deuglify-attrib-cut-regexp)
17823         (gnus-outlook-deuglify-attrib-verb-regexp)
17824         (gnus-outlook-deuglify-attrib-end-regexp)
17825         (gnus-outlook-display-hook): Add :version.
17826
17827         * binhex.el (binhex-use-external): Add :version.
17828
17829 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17830
17831         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17832         and `invisible'.
17833
17834 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17835
17836         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17837         in gnus-registry-trim.
17838
17839 2004-09-13  Simon Josefsson  <jas@extundo.com>
17840
17841         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17842
17843         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17844
17845         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17846         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17847         <yamaoka@jpl.org>.
17848         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17849         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17850         <yamaoka@jpl.org>.
17851
17852         * sieve.el (sieve-manage-mode): Ditto.
17853
17854 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17855
17856         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17857
17858 2004-09-11  Simon Josefsson  <jas@extundo.com>
17859
17860         * dns-mode.el: Add.
17861
17862         * mm-view.el (mm-display-dns-inline): Add.
17863
17864         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17865         (mm-automatic-display): Ditto.
17866
17867         * mailcap.el (mailcap-mime-data): Add text/dns.
17868         (mailcap-mime-extensions): Map .soa to text/dns.
17869
17870 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17871
17872         * gnus-art.el (article-decode-mime-words, article-babel)
17873         (gnus-article-highlight-signature, gnus-article-add-buttons)
17874         (gnus-signature-toggle): Remove unnecessary bindings of
17875         `inhibit-read-only' inherited from v5.10 merge.
17876
17877 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17878
17879         * nntp.el (nntp): New customization group.
17880         (nntp-authinfo-file): Add customization group.
17881
17882         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17883
17884         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17885
17886         * gnus.el (to-address, to-list, subscribed)
17887         (large-newsgroup-initial): Ditto.
17888
17889         * flow-fill.el (fill-flowed-display-column)
17890         (fill-flowed-encode-column): Ditto.
17891
17892 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17893
17894         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17895         Use point-min rather than 1.
17896         (message-send-mail): Use buffer-size rather than point-max.
17897
17898         * gnus-sum.el (gnus-summary-search-article-forward):
17899         Signal a specific `search-failed' rather than a generic `error'.
17900
17901         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17902         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17903         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17904
17905 2004-09-10  Simon Josefsson  <jas@extundo.com>
17906
17907         * nndb.el (require): Remove tcp and duplicate cl.
17908
17909 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * gnus-agent.el (directory-files-and-attributes): Move forward.
17912
17913 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17914
17915         * gnus-agent.el (directory-files-and-attributes):
17916         Optionally defined to support XEmacs.
17917
17918 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17919
17920         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17921         to avoid run-time CL dependencies.
17922         (gnus-agent-unfetch-articles): New function.
17923         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17924         article numbers even when local .overview file is missing.
17925         (gnus-agent-read-article-number): New function.  Only accepts
17926         27-bit article numbers.
17927         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17928         Use gnus-agent-read-article-number.
17929         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17930         from backend while recognizing that article numbers in .overview
17931         must be valid.
17932         (gnus-agent-update-files-total-fetched-for):
17933         Use directory-files-and-attributes to improve performance.
17934         * gnus-int.el (gnus-request-move-article):
17935         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17936         improve performance.
17937
17938         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17939         some users confused by references to .newsrc when they only have a
17940         .newsrc.eld file.
17941         (gnus-convert-mark-converter-prompt)
17942         (gnus-convert-converter-needs-prompt): Fix use of property list.
17943         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17944         New function.  Used internally to only display 'gnus converting
17945         files' message when actually necessary.
17946
17947         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17948         methods now autoloaded.
17949
17950 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17953         identifiers.
17954
17955 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * gnus-picon.el: Fix indentation and closing parenthesis.
17958
17959 2004-09-01  Simon Josefsson  <jas@extundo.com>
17960
17961         * message.el (message-canlock-generate): Require sha1, not
17962         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17963         to require within a function.  Sadly, if sha1.el isn't loaded, the
17964         let binding in m-c-g will hide the defcustom definition, which is
17965         bad.)
17966
17967         * canlock.el: Require sha1, not sha1-el.
17968
17969         * message.el: Don't autoload sha1 (there is a autoload cookie in
17970         sha1.el).
17971
17972         * sha1-el.el: Rename to sha1.el.
17973
17974 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17975
17976         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17977
17978 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17979
17980         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17981
17982 2004-08-30  Kim F. Storm  <storm@cua.dk>
17983
17984         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17985
17986         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17987         Add :group 'nnimap.
17988
17989 2004-08-30  Andreas Schwab  <schwab@suse.de>
17990
17991         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17992         ?* and ?\;.
17993
17994         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17995         and ?\' to symbol instead of whitespace.
17996
17997 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18000
18001         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18002         instead of re-search-forward.
18003
18004         * gnus-uu.el (gnus-uu-save-article): Ditto.
18005         (gnus-uu-post-encode-uuencode): Ditto.
18006
18007         * html2text.el (html2text-clean-list-items): Ditto.
18008         (html2text-clean-dtdd): Ditto.
18009         (html2text-format-tags): Ditto.
18010
18011         * message.el (message-send-mail-with-sendmail): Fix regexp.
18012         (message-fill-field-general): Use search-forward instead of
18013         re-search-forward.
18014         (unbold-region): Ditto.
18015
18016         * nnrss.el (nnrss-request-article): Ditto.
18017
18018         * nnslashdot.el (nnslashdot-request-article): Ditto.
18019
18020         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18021
18022         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18023         "Unrecognized menu descriptor" error in XEmacs.
18024
18025 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18026
18027         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18028         parent article of a sparse article in the thread hashtb.
18029
18030 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18031
18032         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18033         (nnmail-expand-newtext): Lowercase expanded entries if
18034         nnmail-split-lowercase-expanded is non-nil.
18035
18036 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18039
18040         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18041         of gnus-tmp-news-method into string under XEmacs.  It will be
18042         passed to gnus-correct-length which takes only a string argument.
18043
18044 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-util.el (gnus-bind-print-variables): New macro.
18047         (gnus-prin1): Use it.
18048         (gnus-prin1-to-string): Use it.
18049         (gnus-pp): New function.
18050         (gnus-pp-to-string): New function.
18051
18052         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18053         Replace pp-to-string with gnus-pp-to-string.
18054         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18055         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18056         * gnus-msg.el (gnus-debug): Ditto.
18057         * gnus-score.el (gnus-score-save): Ditto.
18058         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18059         gnus-pp-to-string.
18060         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18061         with gnus-pp.
18062         * score-mode.el (gnus-score-pretty-print): Ditto.
18063         * webmail.el (webmail-debug): Ditto.
18064
18065 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * gnus-art.el (article-display-face, article-display-x-face):
18068         Use buffer-read-only.
18069
18070 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-art.el (article-hide-list-identifiers):
18073         Bind inhibit-read-only as t.
18074
18075 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18076
18077         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18078
18079 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18080
18081         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18082         (gnus-narrow-to-page): Don't assume point-min == 1.
18083         (gnus-article-edit-mode): Derive from message-mode.
18084
18085         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18086         point-min == 1.
18087
18088         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18089         Disable incorrect use of `assert'.
18090
18091         * message.el (message-mode): Set comment-start-skip.
18092
18093
18094 2004-08-22  Sam Steingold  <sds@gnu.org>
18095
18096         * pop3.el (pop3-leave-mail-on-server): New user variable.
18097         (pop3-movemail): Delete mail only when it is nil.
18098
18099 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18100
18101         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18102
18103         * mml.el (mml-preview): Use `pop-to-buffer'.
18104
18105         * message.el (message-goto-mail-followup-to): Insert after "To".
18106         (message-carefully-insert-headers): Add comment.
18107
18108         * gnus.el: Remove unused variable `gnus-article-check-size'.
18109
18110         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18111
18112         * gnus-art.el (gnus-button-alist):
18113         Improve `gnus-button-handle-library' entry.
18114
18115 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18116
18117         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18118         Use downcase, since XEmacs capitalizes error messages differently.
18119
18120 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18121
18122         * nntp.el: Add (require 'gnus) due to reference to
18123         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18124
18125 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18126
18127         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18128         Bind `mm-fill-flowed'.
18129
18130         * mm-decode.el (mm-dissect-singlepart): Check it.
18131
18132 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18133
18134         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18135         'imap' for netrc parsing.
18136
18137 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * mailcap.el (mailcap-mime-data): Mark as risky.
18140
18141 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18144         may be included in the encoded word.
18145         (rfc2047-encode): Don't append a space if the encoded word
18146         includes close parenthesis.
18147
18148 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18151         of text within parentheses.
18152
18153 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18154
18155         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18156         (gnus-encrypt-write-file-contents): Make the password key the file
18157         name PLUS the cipher, not just the cipher.  Also remove failed
18158         passwords from the cache.
18159
18160 2004-08-06  Simon Josefsson  <jas@extundo.com>
18161
18162         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18163         Doc fix.
18164
18165 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18168         LWSP.
18169
18170 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18171
18172         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18173         Try to append in-reply-to: data to the references: header.
18174
18175         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18176         (netrc-parse): Use gnus-encrypt.el functions.
18177
18178         * gnus-encrypt.el: Add new file for encryption support; currently
18179         does only a few GPG ciphers and an internal XOR cipher.
18180
18181         * password.el: Add comments on using password-read-and-add.
18182         (password-read-and-add): Add function to read and add the
18183         password to the cache at once.
18184
18185 2004-07-28  Simon Josefsson  <jas@extundo.com>
18186
18187         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18188         parameter (but don't use it, for now).
18189
18190         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18191         instead of hard coding to nil.
18192
18193 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18196         as mm-inline-image-xemacs does.
18197
18198 2004-07-26  Simon Josefsson  <jas@extundo.com>
18199
18200         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18201         Revert part of 2004-07-17 change below.
18202
18203 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18206         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18207
18208 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18209
18210         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18211         quotes that actually start with ">" at the beginning of the
18212         lines.
18213
18214 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * rfc2047.el (rfc2047-encode-region): Fix last change.
18217         (rfc2047-encode-parameter): Remove useless concat.
18218
18219 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18222         encode special characters; fix some kind of misconfigured headers;
18223         signal a real error if debug-on-quit or debug-on-error is non-nil.
18224         (rfc2047-encode-max-chars): New variable.
18225         (rfc2047-encode-1): Use it.
18226         (rfc2047-encode-parameter): New function.
18227
18228         * mml.el (mml-insert-parameter): Remove an excessive space.
18229
18230 2004-07-17  Simon Josefsson  <jas@extundo.com>
18231
18232         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18233         Kai Grossjohann <kai@emptydomain.de>.
18234         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18235         (gnus-group-make-menu-bar): Ditto.
18236
18237         * gnus-util.el (gnus-group-server): Add.
18238
18239 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18240
18241         * message.el (message-clone-locals): Clone sendmail and smtp
18242         variables.
18243
18244 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * rfc2047.el (rfc2047-encode-region): Fix last change.
18247
18248 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18251         characters as non-special.
18252
18253 2004-07-09  Simon Josefsson  <jas@extundo.com>
18254
18255         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18256         Users will lose all flag changes made while unplugged with
18257         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18258         good default.  See numerous reports on ding mailing list.
18259
18260 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18263         add generate-head-function and generate-article-function to the
18264         rfc822-forward entry.
18265         (nndoc-rfc822-forward-generate-article): New function.
18266         (nndoc-rfc822-forward-generate-head): New function.
18267
18268         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18269
18270 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18271
18272         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18273         respect display group parameter and gnus-summary-expunge-below.
18274         (gnus-articles-to-read): Remove unused reference to display group
18275         parameter.
18276
18277 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18278
18279         * nnheader.el (nnheader-uniquify-message-id): New experimental
18280         variable.
18281         (nnheader-nov-read-message-id): Use it.
18282
18283         * spam-report.el (spam-report-gmane): Add interactive.
18284
18285 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * mm-encode.el (mm-content-transfer-encoding-defaults):
18288         Use qp-or-base64 for the application/* types.
18289
18290 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18291
18292         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18293
18294 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18295
18296         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18297         trim value.
18298
18299 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18300
18301         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18302         New macro and function.
18303         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18304
18305 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18308         after-load-alist.
18309
18310 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18311
18312         * gnus-group.el (gnus-group-get-new-news-this-group):
18313         Don't update info that isn't there.
18314
18315 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18316
18317         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18318         entry.
18319
18320 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * mm-view.el (mm-inline-render-with-function): Use multibyte
18323         buffer; decode html source by charset.
18324
18325         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18326
18327         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18328         Mule-UCS is loaded under XEmacs.
18329         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18330
18331 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18332
18333         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18334
18335 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * mm-util.el (mm-coding-system-p): Return a coding-system.
18338         (mm-mime-mule-charset-alist): Use shift_jis instead of
18339         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18340         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18341         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18342         instead of japanese-shift-jis and iso-latin-1 respectively in
18343         order to share the default value with both Emacs and XEmacs-mule.
18344         (mm-mule-charset-to-mime-charset):
18345         Make mm-coding-system-priorities effective.
18346         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18347         while predicating of candidates upon the priorities.
18348
18349 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18350
18351         * gnus-sum.el (gnus-summary-make-menu-bar):
18352         Add gnus-uu-invert-processable.
18353
18354         * gnus.el: Autoload gnus-uu-invert-processable.
18355
18356 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * mm-util.el (mm-with-multibyte-buffer): New macro.
18359
18360         * rfc2047.el (rfc2047-encode-string): Use it.
18361         (rfc2047-encode-region): Move point to the end of the region after
18362         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18363
18364 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18367         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18368
18369 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18372         (gnus-cite-parse): Ignore quoted envelope From_.
18373         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18374
18375 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18376
18377         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18378         invalid addresses.
18379
18380 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18381
18382         * spam.el: Change section markers, revise TODO list.
18383         (spam-backends): Make new master list of all installed backends.
18384         (spam-summary-exit-behavior): Add new variable to determine how
18385         messages moves are done at summary exit.
18386         (spam-move-spam-nonspam-groups-only)
18387         (spam-process-ham-in-nonham-groups)
18388         (spam-process-ham-in-spam-groups): Remove variables, the
18389         spam-summary-exit-behavior variable should be used to manage this
18390         behavior.
18391         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18392         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18393         and spam-old-spam-articles.
18394         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18395         Add empty variables, placeholders for the backends they represent.
18396         (spam-set-difference): Move, unchanged.
18397         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18398         unless the user has a processor variable.
18399         (spam-classifications, spam-classification-valid-p)
18400         (spam-backend-properties, spam-backend-property-valid-p)
18401         (spam-backend-function-type-valid-p)
18402         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18403         (spam-report-articles-gmane, spam-report-articles-resend):
18404         Remove functions, they are not needed.
18405         (spam-install-backend-super, spam-backend-list)
18406         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18407         (spam-backend-function, spam-backend-ham-registration-function)
18408         (spam-backend-spam-registration-function)
18409         (spam-backend-ham-unregistration-function)
18410         (spam-backend-spam-unregistration-function)
18411         (spam-backend-statistical-p, spam-backend-mover-p)
18412         (spam-install-backend-alias, spam-install-checkonly-backend)
18413         (spam-install-mover-backend, spam-install-nocheck-backend)
18414         (spam-install-backend, spam-install-statistical-backend)
18415         (spam-install-statistical-checkonly-backend): Add backend installation
18416         support.
18417         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18418         (spam-group-processor-p): Use the new backend code and respect the
18419         summary exit behavior.
18420         (spam-mark-spam-as-expired-and-move-routine): Remove.
18421         (spam-summary-prepare): Change to use the new spam-old-articles
18422         variable.
18423         (spam-copy-or-move-routine, spam-copy-spam-routine)
18424         (spam-move-spam-routine, spam-copy-ham-routine)
18425         (spam-move-ham-routine): Add code to copy/move ham or spam.
18426         (spam-fetch-field-fast): Improve doc and code, plus allow the
18427         'number request.
18428         (spam-list-of-checks, spam-list-of-statistical-checks):
18429         Remove variables.
18430         (spam-split, spam-find-spam): Use the new backend code.
18431         (spam-registration-functions): Remove variable.
18432         (spam-unregister-routine): Add convenience wrapper.
18433         (spam-log-undo-registration, spam-register-routine)
18434         (spam-log-processing-to-registry)
18435         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18436         where possible.
18437         (spam-check-gmane-xref, spam-check-regex-headers)
18438         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18439         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18440         (spam-check-bogofilter-headers, spam-check-spamoracle)
18441         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18442         (spam-check-crm114-headers): Use the spam-split-group that
18443         spam-split prepares, no need to determine it every time.
18444
18445         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18446         to the nnheader-parse-naked-head call.
18447
18448         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18449
18450         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18451         the nnheader-nov-read-message-id call.
18452
18453 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18456         gnus-activate-group twice.  Suggested by Markus Peter
18457         <warp@spin.de>.
18458
18459 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * gnus-art.el (gnus-article-time-format): Exchange the order of
18462         day and month in the default value; fix customization type.
18463         (article-date-ut): Use add-text-properties.
18464         (article-make-date-line): Use message-make-date instead of
18465         current-time-string.
18466
18467         * message.el (message-fetch-field): Don't use set-text-properties.
18468         (message-make-date): Simplify.
18469
18470         * messagexmas.el (message-xmas-make-date): New function.
18471         (message-xmas-redefine): Defalias message-make-date to it.
18472
18473 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18474
18475         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18476         (rfc2047-encode-region): Treat text within parentheses as special;
18477         show the original text when error has occurred.
18478
18479         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18480         already-computed method to gnus-activate-group.
18481
18482         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18483         same select-methods identical Lisp objects.
18484
18485         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18486         object when modifying the info.
18487
18488 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18491         gnus-opened-servers since it has never been opened with the new
18492         configuration yet.
18493
18494 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18497         arg to nnheader-generate-fake-message-id.
18498
18499 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18500
18501         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18502         number and build a fake message ID localized to a group and
18503         article number (so it's repeatable from that point on).
18504         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18505         ID format.
18506
18507         * gnus-sum.el (gnus-get-newsgroup-headers):
18508         Call nnheader-generate-fake-message-id with the article number.
18509
18510 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18511
18512         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18513         end-of-buffer.
18514
18515 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18516
18517         * message.el (message-ignored-supersedes-headers): Add Approved.
18518
18519 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18522         goto-char.
18523         (rfc2047-encode): Fold the line before encoding.
18524
18525 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18526
18527         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18528         folding -- not all headers can be folded, and this should be done
18529         by the message composition mode.  Probably.  I think.
18530
18531 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18534         fast.
18535
18536         * gnus-ems.el (gnus-remove-image): Don't use
18537         message-text-with-property; remove only the image found first.
18538
18539         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18540         found first.
18541
18542 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18543
18544         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18545
18546 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * message.el (message-text-with-property): Make it fast and accept
18549         optional arguments.
18550         (message-strip-forbidden-properties): Use it.
18551         (message-fix-before-sending): Follow the m-t-w-p change.
18552
18553         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18554
18555 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * gnus-art.el (article-hide-headers): Don't change the buffer
18558         mistakenly when performing mml-preview even if
18559         gnus-single-article-buffer is nil.
18560
18561 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18562
18563         * message.el (message-expand-name-databases): New user option.
18564         (message-expand-name): Use it.
18565
18566 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18567
18568         * spam.el (spam-report-articles-resend)
18569         (spam-report-resend-register-routine): Allow ham reporting.
18570         (spam-report-resend-register-ham-routine): Add wrapper.
18571         (spam-registration-functions): Add ham resending functions.
18572         (spam-list-of-processors): Add ham resend processor.
18573
18574         * gnus.el (ham-resend-to): Add new group parameter.
18575         (spam-process): Add ham resend option.
18576
18577         * spam-report.el (spam-report-resend): Allow reporting ham.
18578         (spam-report-resend-ham): Add wrapper.
18579
18580 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18581
18582         * message.el (message-cite-articles-with-x-no-archive):
18583         New variable.
18584         (message-cite-original): Use it.
18585
18586 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18587
18588         * message.el (message-cite-original): Respect X-No-Archive.
18589
18590 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * gnus-art.el (article-hide-headers): Refer to the values for
18593         gnus-ignored-headers and gnus-visible-headers in the summary
18594         buffer since a user may have set them as group parameters.
18595
18596 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18597
18598         * assistant.el (assistant-node-name): Add convenience function.
18599         (assistant-render-text, assistant-render-node): Add error handling,
18600         plus handle multiple next nodes.
18601         (assistant-find-next-node): Comment out for now.
18602         (assistant-find-next-nodes): Add function, returns list of next
18603         nodes.
18604
18605 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18606
18607         * mail-source.el (mail-source-directory): Fix doc-string.
18608
18609 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18610
18611         * assistant.el (assistant-render-text, assistant-eval): Add :set
18612         widget type, which is different because it takes and returns a
18613         list.  Much hilarity ensues.
18614
18615 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18618
18619         * gnus-group.el (gnus-group-get-new-news-this-group):
18620         Add doc-string.
18621
18622         * gnus-start.el (gnus-activate-group): Add doc-string.
18623
18624 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18627
18628 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18629
18630         * assistant.el (assistant-render-text): Try to add a :set
18631         widget, more to come.
18632
18633         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18634         strings.
18635         (spam-report-articles-resend)
18636         (spam-register-routine): Do registration iff any articles warrant
18637         it.
18638         (spam-summary-prepare-exit): Change log message for nil group
18639         destinations.
18640
18641 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18642
18643         * spam.el (spam-report-resend-register-routine):
18644         Allow spam-report-resend-to to be a group parameter or a global value.
18645
18646 2004-05-26  Simon Josefsson  <jas@extundo.com>
18647
18648         * starttls.el: Merge with my GNUTLS based starttls.el.
18649         (starttls-gnutls-program, starttls-use-gnutls)
18650         (starttls-extra-arguments, starttls-process-connection-type)
18651         (starttls-connect, starttls-failure, starttls-success):
18652         New variables.
18653         (starttls-program, starttls-extra-args): Doc fix.
18654         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18655         New functions.
18656         (starttls-negotiate, starttls-open-stream):
18657         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18658         function if it is set.
18659
18660 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18661
18662         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18663         structured fields.
18664
18665 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18668
18669 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18670
18671         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18672         Add variable.
18673         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18674         assigning the spam-mark to new messages.
18675
18676 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18677
18678         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18679
18680 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18681
18682         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18683
18684         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18685         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18686         default.
18687
18688 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18689
18690         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18691         correct data.
18692
18693 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18694
18695         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18696         (spam-group-processor-p): Fix function.
18697         (spam-group-processor-multiple-p)
18698         (spam-group-spam-processor-report-gmane-p)
18699         (spam-group-spam-processor-report-resend-p)
18700         (spam-group-spam-processor-bogofilter-p)
18701         (spam-group-spam-processor-blacklist-p)
18702         (spam-group-spam-processor-ifile-p)
18703         (spam-group-ham-processor-ifile-p)
18704         (spam-group-spam-processor-spamoracle-p)
18705         (spam-group-spam-processor-crm114-p)
18706         (spam-group-ham-processor-bogofilter-p)
18707         (spam-group-spam-processor-stat-p)
18708         (spam-group-ham-processor-stat-p)
18709         (spam-group-ham-processor-whitelist-p)
18710         (spam-group-ham-processor-BBDB-p)
18711         (spam-group-ham-processor-spamoracle-p)
18712         (spam-group-ham-processor-copy-p): Remove functions with some
18713         prejudice against unneeded code.
18714         (spam-report-articles-resend)
18715         (spam-report-resend-register-routine): Allow the group/topic
18716         spam-resend-to value to override spam-report-resend-to.
18717         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18718         properly now.
18719
18720         * gnus.el (spam-resend-to): Add group/topic parameter.
18721         (spam-process): Move the OBSOLETE processors to the end of the
18722         choices.
18723
18724 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18725
18726         * spam-report.el (spam-report-resend-to, spam-report-resend):
18727         Start with resend-to set to nil, and then ask the user if necessary.
18728         (spam-report-resend): spam-report-resend takes a list of articles, not
18729         separate article numbers.
18730
18731 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18732
18733         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18734         addition to emacs-w3m.
18735
18736 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18737
18738         * assistant.el (assistant-authinfo-data): New function.
18739         (assistant-eval): Eval for entire assistant.
18740
18741         * netrc.el (netrc-services-file): New variable.
18742         (netrc-parse-services): New function.
18743         (netrc-find-service-name): New function.
18744         (netrc-find-service-number): New function.
18745         (netrc-port-equal): New function.
18746         (netrc-machine): Use it.
18747
18748         * nnimap.el (nnimap-open-connection): Use netrc.
18749
18750         * gnus-util.el (gnus-netrc-get): Remove aliases.
18751
18752         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18753
18754         * assistant.el (wid-edit): Fix compilation.
18755
18756         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18757
18758 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18759
18760         * gnus-util.el (gnus-set-file-modes): New function.  (small
18761         patch).
18762
18763 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18764
18765         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18766
18767         * assistant.el (assistant-render-node): Fix up rendering and
18768         read-only text.
18769         (assistant-render-node): Reset.
18770         (assistant-make-read-only): Not sticky.
18771
18772 2004-05-20  Danny Siu  <dsiu@adobe.com>
18773
18774         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18775         centered even when gnus-auto-center-summary is t.
18776
18777 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18778
18779         * dns.el (dns-get-txt-answer): New function.
18780         (dns-read-txt): Ditto.
18781         (query-dns): Use it.
18782
18783 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18786         active for foreign groups even if the group level is higher than
18787         the specified value.
18788
18789 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18790
18791         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18792         non-active groups.
18793
18794         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18795
18796 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18797
18798         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18799
18800 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18801
18802         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18803         (spam-crm114-header, spam-crm114-spam-switch)
18804         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18805         (spam-crm114-positive-spam-header)
18806         (spam-crm114-database-directory, spam-list-of-processors)
18807         (spam-group-spam-processor-crm114-p)
18808         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18809         (spam-generic-score, spam-list-of-checks)
18810         (spam-list-of-statistical-checks, spam-registration-functions)
18811         (spam-check-crm114-headers, spam-crm114-score)
18812         (spam-check-crm114, spam-crm114-register-with-crm114)
18813         (spam-crm114-register-spam-routine)
18814         (spam-crm114-unregister-spam-routine)
18815         (spam-crm114-register-ham-routine)
18816         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18817         From asjo@koldfront.dk (Adam Sjøgren).
18818
18819         * gnus.el: Add spam-use-crm114.
18820
18821         * spam.el (spam-list-of-processors, spam-registration-functions):
18822         Add spam-use-resend.
18823         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18824         (spam-report-articles-gmane): Add doc fix.
18825         (spam-report-articles-resend, spam-report-resend-register-routine):
18826         Add wrappers around spam-report-resend-to.
18827
18828         * spam-report.el (spam-report-resend-to, spam-report-resend):
18829         Add support for resending spam.
18830         (spam-report-gmane): Fix line length >80.
18831
18832         * gnus.el (spam-process): Add spam-use-resend.
18833
18834 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18835
18836         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18837         number of processed spam messages.
18838         (spam-ham-copy-or-move-routine): Return the number of processed
18839         ham messages.
18840         (spam-summary-prepare-exit): Use the above values to decide
18841         whether status messages shouled be displayed.
18842
18843 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18846         `rfc2047-encoding-function-alist' in order to avoid conflicting
18847         with the old version.
18848         (rfc2047-encode-region): Concatenate words containing non-ASCII
18849         characters in structured fields; don't encode space-delimited
18850         ASCII words even in unstructured fields; don't break words at
18851         char-category boundaries.
18852         (rfc2047-encode-1): New function.
18853         (rfc2047-encode): Use it; encode text so that it occupies the
18854         maximum width within 76-column; work correctly on Q encoding for
18855         iso-2022-* charsets.
18856         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18857         sure not to break a line just after the header name.
18858         (rfc2047-b-encode-region): Remove.
18859         (rfc2047-b-encode-string): New function.
18860         (rfc2047-q-encode-region): Remove.
18861         (rfc2047-q-encode-string): New function.
18862
18863         * mm-util.el (mm-replace-in-string): New function.
18864
18865 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18866
18867         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18868         Really get it right.
18869         (gnus-inews-make-draft): Really.
18870
18871 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18872
18873         * nnmh.el (nnmh-request-list-1): Don't check the link count
18874         before descending.  (small patch)
18875
18876 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18877
18878         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18879         stuff.
18880
18881         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18882         Match on real group name.
18883
18884         * gnus-art.el (gnus-signature-limit): Doc fix.
18885
18886         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18887
18888         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18889
18890 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18891
18892         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18893         isn't a string.
18894
18895 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18896
18897         * gnus-draft.el (gnus-draft-send):
18898         Bind rfc2047-encode-encoded-words.
18899
18900         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18901         (rfc2047-encodable-p): Say that =? needs encoding.
18902         (rfc2047-encode-encoded-words): New variable.
18903
18904         * gnus-group.el (gnus-group-select-group): Doc fix.
18905
18906         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18907
18908         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18909         to nil.
18910
18911         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18912
18913         * nnheader.el (nnheader-get-lines-and-char): New function.
18914
18915 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18916
18917         * gnus-msg.el (gnus-summary-followup-with-original):
18918         Document yanking of region when active.
18919
18920 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18921
18922         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18923         groups if the group level is higher than the specified value.
18924
18925 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18928         (gnus-group-jump-to-group): Add prefix argument using
18929         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18930         non-active group.
18931
18932         * compface.el (uncompface): Be verbose when changing
18933         `uncompface-use-external'.
18934
18935         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18936         handle manual section.
18937
18938 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18939
18940         * gnus-art.el (gnus-button-alist): Revert previous change.
18941
18942 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18943
18944         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18945
18946 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947
18948         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18949         whether backend can accept message.
18950
18951         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18952
18953 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18954
18955         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18956         Avoid creating directory when nntp-marks-is-evil is true.
18957         Reported by Reiner Steib.
18958
18959 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gnus-picon.el (gnus-picon-style): New variable.
18962         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18963         (gnus-picon-transform-address): Support `gnus-picon-style'.
18964         From Jesper Harder <harder@ifa.au.dk>.
18965
18966 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18967
18968         * message.el (message-fill-field): Return point.
18969         (message-generate-headers): Go to end of field.
18970
18971         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18972         stuff for non-living groups.
18973
18974 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18975
18976         * gnus-art.el (gnus-article-followup-with-original)
18977         (gnus-article-reply-with-original): gnus-mark-active-p ->
18978         gnus-region-active-p.
18979
18980 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18981
18982         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18983         only when there is spam or ham to be processed.
18984
18985 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18986
18987         * mail-source.el (mail-source-delete-crash-box): Refactor.
18988         (mail-source-fetch): Use it.
18989         (mail-source-fetch-file): Ditto.
18990         (mail-source-fetch-directory): Run postscript in loop.
18991         (mail-source-fetch-pop): Delete.
18992         (mail-source-fetch-maildir): Ditto.
18993         (mail-source-fetch-imap): Ditto.
18994
18995         * imap.el (imap-authenticators): Comment out sasl.
18996
18997         * message.el (message-skip-to-next-address): New function.
18998         (message-fill-header-address): Refactor.
18999         (message-fill-address): Use it.
19000         (message-delete-address): Use it.
19001         (message-fill-header-general): Refactor.
19002         (message-fill-field-address): Rename.
19003         (message-narrow-to-field): Find the start of the header.
19004         (message-header-format-alist): Don't pre-fill.
19005         (message-fill-header): Remove.
19006         (message-insert-header): New function.
19007         (message-shorten-references): Use it.
19008
19009         * rfc2047.el (rfc2047-field-value): Strip props.
19010
19011         * mail-parse.el (mail-header-make-address): New alias.
19012
19013         * ietf-drums.el (ietf-drums-make-address): New function.
19014
19015         * imap.el: Add compiler directives.
19016
19017         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19018
19019         * gnus-art.el (article-decode-idna-rhs): Don't use
19020         message-idna-inside-rhs-p.
19021
19022 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19023
19024         * message.el (message-idna-inside-rhs-p): Remove.
19025         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19026
19027         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19028         false positives.
19029
19030 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19031
19032         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19033
19034 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035
19036         * nneething.el (nneething-file-name): Don't create spurious
19037         files.
19038
19039         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19040         (gnus-inews-do-gcc): Remove sleep.
19041
19042         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19043         part under point.
19044
19045         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19046         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19047
19048 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19049
19050         * spam.el (spam-summary-prepare-exit): Fix (length).
19051
19052 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19053
19054         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19055         as expired without moving it" message when there are spam
19056         messages left.
19057
19058 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19059
19060         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19061         header is not nil.
19062
19063 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19064
19065         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19066         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19067         (nntp-marks-changed-p): New arg SERVER.
19068         (nntp-request-update-info): Adjust caller.
19069
19070 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19071
19072         * nntp.el (nntp-save-marks): Pass missing arg.
19073
19074 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19075
19076         * nntp.el: Support marks.
19077         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19078         (nntp-marks-modtime, nntp-marks-directory): New variables.
19079         (nntp-request-set-mark, nntp-request-update-info)
19080         (nntp-possibly-create-directory, nntp-marks-changed-p)
19081         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19082         New functions.
19083
19084 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19085
19086         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19087         (gnus-xmas-redefine): Rename.
19088
19089         * gnus-score.el (gnus-score-insert-help):
19090         Use gnus-select-lowest-window.
19091
19092         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19093         appt-select-lowest-window and rename to gnus-select-lowest-window.
19094
19095         * gnus.el: do.
19096
19097 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19098
19099         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19100         encodings of MIME-encoded words, in order to improve
19101         interoperability with several broken MUAs.
19102
19103 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19104
19105         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19106         tags, only when charsets are not specified in headers.
19107         (mm-inline-text-html-render-with-w3m): Ditto.
19108
19109         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19110         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19111
19112 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19113
19114         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19115         instead of MIME-decoded from fields when checking
19116         `gnus-article-address-banner-alist'.
19117
19118 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19119
19120         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19121         description rather than subject.
19122
19123 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19124
19125         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19126
19127 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19128
19129         * gnus.el (gnus-version-number): Bump.
19130
19131 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19132
19133         * gnus.el: No Gnus v0.2 is released.
19134
19135 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19136
19137         * gnus-agent.el (gnus-agent-read-agentview):
19138         Inline gnus-uncompress-range.
19139
19140 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19141
19142         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19143         `exec-installed-p'.
19144
19145 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19146
19147         * gnus.el (spam-process, spam-autodetect-methods):
19148         Add bsfilter and bsfilter-headers.
19149
19150         * spam.el (spam-bsfilter): New customize group.
19151         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19152         (spam-bsfilter-header, spam-bsfilter-probability-header)
19153         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19154         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19155         (spam-bsfilter-database-directory): New options.
19156         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19157         (spam-list-of-statistical-checks, spam-registration-functions):
19158         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19159         (spam-bsfilter-score): New command.
19160         (spam-check-bsfilter-headers, spam-check-bsfilter)
19161         (spam-bsfilter-register-with-bsfilter)
19162         (spam-bsfilter-register-spam-routine)
19163         (spam-bsfilter-unregister-spam-routine)
19164         (spam-bsfilter-register-ham-routine)
19165         (spam-bsfilter-unregister-ham-routine): New functions.
19166         (spam-generic-score): Support bsfilter; Accept an optional argument
19167         to recalcurate spam score even if scoring header has already been
19168         added.
19169         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19170         optional argument to recalcurate spam score even if scoring header
19171         has already been added.
19172
19173 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19174
19175         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19176         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19177         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19178         link is missing.
19179
19180 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19181
19182         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19183         (html2text-get-attr): Rewrite.
19184
19185         * message.el (message-setup-1): Remove redundant put-text-property
19186         on mail-header-separator.
19187
19188 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19189
19190         * gnus-registry.el (gnus-registry-cache-whitespace)
19191         (gnus-registry-action, gnus-registry-spool-action)
19192         (gnus-registry-split-fancy-with-parent): Change message levels
19193         from 5 to 3 or 7, as needed.
19194
19195         * spam.el (spam-summary-prepare-exit)
19196         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19197         (spam-split, spam-find-spam, spam-log-undo-registration)
19198         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19199         level from 5 to 6.
19200
19201 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19204         2004-03-04 change).
19205
19206 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19207
19208         * sieve-manage.el (sieve-manage-open):
19209         * nnweb.el (nnweb-insert-html):
19210         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19211         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19212         * nnspool.el (nnspool-request-group):
19213         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19214         * nnml.el (nnml-request-update-info):
19215         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19216         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19217         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19218         (nnimap-request-set-mark):
19219         * nnfolder.el (nnfolder-request-update-info):
19220         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19221         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19222         * gnus-uu.el (gnus-uu-find-articles-matching):
19223         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19224         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19225         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19226         * gnus-nocem.el (gnus-nocem-scan-groups):
19227         * gnus-int.el (gnus-start-news-server):
19228         * gnus-group.el (gnus-group-make-kiboze-group)
19229         (gnus-group-browse-foreign-server):
19230         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19231         Use mapc when appropriate.
19232
19233 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19234
19235         FIXME: Make separate entries for each person.
19236
19237         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19238         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19239         <shields@msrl.com>:
19240
19241         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19242         may need for spam sorting and scoring.
19243         (spam-user-format-function-S): Add user format function suitable for
19244         general use.
19245         (spam-article-sort-by-spam-status): Add sorting function for summary
19246         sorting.
19247         (spam-extra-header-to-number): Add function to get a score from a
19248         header.
19249         (spam-summary-score): Add function to get a numeric score from the
19250         headers.
19251         (spam-generic-score): Fix function doc, was in wrong place.
19252         (spam-initialize): Take symbols when it's run, and install the
19253         extra headers that spam-necessary-extra-headers thinks we need.
19254
19255 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19256
19257         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19258         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19259
19260 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19261
19262         * gnus-sum.el (gnus-set-global-variables)
19263         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19264         (gnus-article-get-xrefs, gnus-summary-best-group)
19265         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19266         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19267         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19268         Use with-current-buffer.
19269
19270 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19271
19272         * spam.el (spam-summary-prepare-exit): Simplify logic.
19273         (spam-fetch-article-header): Read the article header if it's not
19274         available.
19275         (spam-list-articles): Simplify logic.
19276         (spam-filelist-register-routine): Fix bug with unregister-list.
19277
19278         * gnus-registry.el: Fix comments at beginning.
19279
19280 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19281
19282         * message.el (message-cater-to-broken-inn): Remove.
19283         (message-shorten-references): Make sure the total folded length of
19284         References is shorter than 998 characters to cater to a bug in INN
19285         2.3.  Also, don't pretend that references aren't folded -- this
19286         hasn't worked for a while.
19287
19288 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19289
19290         * gnus-agent.el (gnus-agentize):
19291         gnus-agent-send-mail-real-function no longer set to current value
19292         of message-send-mail-function but rather a lambda that calls
19293         message-send-mail-function.  The change makes the agent real-time
19294         responsive to user changes to message-send-mail-function.
19295
19296 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19297
19298         * legacy-gnus-agent.el
19299         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19300         help from Florian Weimer <fw@deneb.enyo.de>
19301
19302 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * nnmail.el (nnmail-cache-insert): Revert last change.
19305
19306 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * nnmail.el (nnmail-cache-insert): Always check whether
19309         nnmail-cache-ignore-groups matches a group name.
19310
19311 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19312
19313         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19314         (spam-find-spam, spam-log-processing-to-registry)
19315         (spam-log-registered-p, spam-log-unregistration-needed-p)
19316         (spam-log-undo-registration): Use gnus-message instead of
19317         gnus-error, none of these errors are fatal.
19318
19319         * gnus-registry.el (gnus-registry-clean-empty-function)
19320         (gnus-registry-clean-empty): Remove only empty entries without
19321         extra data.
19322
19323 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19324
19325         * spam-stat.el (spam-stat-buffer-change-to-spam)
19326         (spam-stat-buffer-change-to-non-spam): Change (error) to
19327         (gnus-message 8) invocation.
19328
19329 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * nntp.el (nntp-via-netcat-command): New variable.
19332         (nntp-via-netcat-switches): New variable.
19333         (nntp-open-via-rlogin-and-netcat): New function.
19334         (nntp-open-connection-function): Doc fix.
19335         (nntp-telnet-command): Doc fix.
19336         (nntp-end-of-line): Doc fix.
19337         (nntp-via-rlogin-command): Doc fix.
19338         (nntp-via-user-name): Doc fix.
19339         (nntp-via-address): Doc fix.
19340
19341 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19344         error in Emacs 21.1.
19345
19346 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19347
19348         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19349
19350 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19351
19352         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19353         (gnus-agent-with-refreshed-group): New macro.
19354         (gnus-agent-rename-group): New function.
19355         (gnus-agent-delete-group): New function.
19356         (gnus-agent-save-group-info): Use gnus-command-method when
19357         `method' parameter is nil.  Don't write nil entries into the
19358         active file.
19359         (gnus-agent-get-group-info): New function.
19360         (gnus-agent-fetch-articles):
19361         Use gnus-agent-update-files-total-fetched-for to increment disk space
19362         used.
19363         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19364         Use gnus-agent-update-view-total-fetched-for to increment disk space
19365         used.
19366         (gnus-agent-get-local): Add optional parameters to avoid calling
19367         gnus-group-real-name and gnus-find-method-for-group.
19368         (gnus-agent-set-local): Delete stored entry if either min, or max,
19369         are nil.
19370         (gnus-agent-fetch-session): Reworded error/quit messages.
19371         On quit, use gnus-agent-regenerate-group to record existance of any
19372         articles fetched to disk before the quit occurred.
19373         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19374         gnus-agent-update-view-total-fetched-for, and
19375         gnus-agent-update-files-total-fetched-for to decrement disk space
19376         used.
19377         (gnus-agent-retrieve-headers):
19378         Use gnus-agent-update-view-total-fetched-for to increment disk space
19379         used.
19380         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19381         with gnus-agent-update-files-total-fetched-for to decrement disk
19382         space and fresh group buffer.
19383         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19384         (gnus-agent-need-update-total-fetched-for): New variable.
19385         (gnus-agent-update-files-total-fetched-for): New function.
19386         (gnus-agent-update-view-total-fetched-for): New function.
19387         (gnus-agent-total-fetched-for): New function.
19388
19389         * gnus-cache.el (gnus-cache-save-buffers):
19390         Use gnus-cache-update-overview-total-fetched-for to change disk space
19391         used by this group.
19392         (gnus-cache-possibly-enter-article):
19393         Use gnus-cache-update-file-total-fetched-for to increment disk space
19394         used by this group.
19395         (gnus-cache-possibly-remove-article):
19396         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19397         used by this group.
19398         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19399         (gnus-cache-rename-group): New function.
19400         (gnus-cache-delete-group): New function.
19401         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19402         (gnus-cache-need-update-total-fetched-for): New variable.
19403         (gnus-cache-with-refreshed-group): New macro.
19404         (gnus-cache-update-file-total-fetched-for): New function.
19405         (gnus-cache-update-overview-total-fetched-for): New function.
19406         (gnus-cache-rename-group-total-fetched-for): New function.
19407         (gnus-cache-delete-group-total-fetched-for): New function.
19408         (gnus-cache-total-fetched-for): New function.
19409
19410         * gnus-group.el: Require gnus-sum and autoload functions to
19411         resolve warnings when gnus-group.el compiled alone.
19412         (gnus-group-line-format): Documented new %F.
19413         (size of Fetched data) group line format; identifies disk space
19414         used by agent and cache.
19415         (gnus-group-line-format-alist): Defined new F format.
19416         (gnus-total-fetched-for): New function.
19417         (gnus-group-delete-group): No longer update
19418         gnus-cache-active-altered as gnus-request-delete-group now keeps
19419         the cache in sync.
19420         (gnus-group-list-active): Let the agent store a server's active
19421         list if currently plugged.
19422
19423         * gnus-int.el (gnus-request-delete-group):
19424         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19425         local disk in sync with the server.
19426         (gnus-request-rename-group):
19427         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19428         local disk in sync with the server.
19429
19430         * gnus-start.el (gnus-get-unread-articles):
19431         Cosmetic simplification to logic.
19432
19433         * gnus-util.el (gnus-rename-file): New function.
19434
19435 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19436
19437         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19438
19439 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19440
19441         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19442         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19443
19444 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19445
19446         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19447         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19448
19449 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19450
19451         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19452
19453 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19454
19455         * spam.el (spam-set-difference): Add function to replace
19456         gnus-set-difference in spam.el.
19457         (spam-summary-prepare-exit): Use spam-set-difference.
19458
19459 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19460
19461         * gnus-registry.el (gnus-registry-cache-file): Update to use
19462         gnus-dribble-directory OR gnus-home-directory OR ~.
19463         (gnus-registry-split-fancy-with-parent): Fix doc.
19464
19465 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * message.el (message-exchange-point-and-mark):
19468         Use message-mark-active-p.  Suggested by Jesper Harder
19469         <harder@ifa.au.dk>.
19470
19471 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * message.el (message-exchange-point-and-mark): Don't activate
19474         region if it was inactive.  Suggested by Hiroshi Fujishima
19475         <pooh@nature.tsukuba.ac.jp>.
19476
19477 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * gnus-art.el (article-display-face): Display Faces in the same
19480         order as X-Faces.
19481
19482 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19483
19484         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19485
19486 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19489         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19490         (gnus-article-mime-hierarchy): Remove.
19491         (gnus-article-mime-hierarchy-next): Remove.
19492         (gnus-article-mode): Revert 2004-03-19 change.
19493         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19494         (gnus-insert-mime-button): Revert 2004-03-19 change.
19495         (gnus-mime-accumulate-hierarchy): Remove.
19496         (gnus-mime-enter-multipart): Remove.
19497         (gnus-mime-leave-multipart): Remove.
19498         (gnus-mime-display-part): Revert 2004-03-19 change.
19499         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19500
19501         * mml.el (mml-preview): Revert 2004-03-19 change.
19502
19503 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19504
19505         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19506
19507 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19510         t while entering a file name using the mm-with-multibyte macro.
19511         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19512
19513         * mm-util.el (mm-with-multibyte): New macro.
19514
19515 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19518         New user option.
19519         (gnus-mime-multipart-functions): Doc and customization fix.
19520         (gnus-article-mime-hierarchy): New variable.
19521         (gnus-article-mime-hierarchy-next): New variable.
19522         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19523         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19524         gnus-article-mime-hierarchy-next to nil.
19525         (gnus-insert-mime-button): Show hierarchy numbers.
19526         (gnus-mime-accumulate-hierarchy): New function.
19527         (gnus-mime-enter-multipart): New function.
19528         (gnus-mime-leave-multipart): New function.
19529         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19530         (gnus-mime-display-alternative): Show hierarchy numbers.
19531
19532         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19533         gnus-article-mime-hierarchy-next to nil.
19534
19535 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19536
19537         * dns.el: Don't require gnus-xmas.
19538
19539 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19540
19541         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19542         inline PGP.
19543         (mml-menu): Disable mml-quote-region if mark is inactive.
19544
19545 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19548         when the group's active is not available.
19549
19550 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19553         error.
19554
19555 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19556
19557         * imap.el (imap-store-password): New variable.
19558         (imap-interactive-login): Use it.
19559         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19560
19561 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19562
19563         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19564         window-start and hscroll to summary window.
19565
19566 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19567
19568         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19569         conversion message to newsrc-dribble when an actual conversion is
19570         performed.
19571
19572 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19573
19574         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19575
19576 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19577
19578         * mm-decode.el (mm-complicated-handles): New function reviving
19579         former definition of mm-multiple-handles.
19580
19581         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19582         (gnus-mime-delete-part): Use it.
19583
19584 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19585
19586         * gnus-agent.el (gnus-agent-read-local):
19587         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19588         avoid the implicit assumption that they will always be equal.
19589         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19590         coding-system-for-write, as the with-temp-file macro first prints
19591         to a buffer then saves the buffer.
19592
19593 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19594
19595         * gnus-art.el (gnus-article-edit-part): New function.
19596         (gnus-mime-save-part-and-strip): Use it; do query instead of
19597         signaling an error; don't use mm-multiple-handles.
19598         (gnus-mime-delete-part): Ditto.
19599
19600 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19601
19602         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19603         old file versions.
19604         (gnus-group-prepare-hook): Remove function that converted list
19605         form of gnus-agent-expire-days to group properties.
19606
19607         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19608         (gnus-request-accept-article): Re-indented.
19609
19610         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19611         converters to handle old agent file formats.  Add logic for a
19612         "backup before upgrading warning".
19613         (gnus-convert-mark-converter-prompt): Developers can mark
19614         functions as needing (default), or not needing,
19615         gnus-convert-old-newsrc's "backup before upgrading warning".
19616         (gnus-convert-converter-needs-prompt): Tests whether the user
19617         should be protected from potentially irreversable changes by the
19618         function.
19619
19620         * legacy-gnus-agent.el: New.  Provides converters that are only
19621         loaded when gnus-convert-old-newsrc needs to call them.
19622
19623 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * mail-source.el (mail-source-touch-pop): Doc fix.
19626
19627         * message.el (message-smtpmail-send-it): Doc fix.
19628
19629 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19630
19631         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19632
19633         * nnmail.el (nnmail-split-fancy): do.
19634
19635         * gnus-kill.el (gnus-kill, gnus-execute): do.
19636
19637 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19638
19639         * gnus-sum.el (gnus-widget-reversible-match)
19640         (gnus-widget-reversible-to-internal)
19641         (gnus-widget-reversible-to-external): New functions.
19642         (gnus-widget-reversible): New widget.
19643         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19644
19645 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19646
19647         * gnus-sum.el (gnus-thread-sort-functions)
19648         (gnus-article-sort-functions): Document `(not F)' items.
19649
19650 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19651
19652         * spam.el (spam-use-gmane-xref): Add new backend.
19653         (spam-gmane-xref-spam-group): Add variable to control the name of the
19654         Gmane spam group.
19655         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19656         (spam-regex-headers-spam, spam-regex-headers-ham)
19657         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19658         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19659         backends and checks.
19660         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19661
19662         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19663         an autodetect method.
19664
19665 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19666
19667         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19668         articles are being added to a group.
19669         (gnus-request-replace-article): Inform the agent that articles
19670         need to be uncached as the cached contents are no longer valid.
19671
19672 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * binhex.el: Don't autoload executable-find.
19675
19676         * canlock.el: Don't autoload mail-fetch-field.
19677
19678         * dgnushack.el: Autoload c-mode for XEmacs.
19679
19680         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19681
19682         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19683         rmail-dont-reply-to and rmail-output.
19684
19685         * gnus-score.el: Don't autoload ffap-string-at-point.
19686
19687         * gnus-setup.el: Don't autoload sc-cite-original.
19688
19689         * imap.el: Don't autoload base64-decode-string,
19690         base64-encode-string and md5.
19691
19692         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19693         and rmail-msg-restore-non-pruned-header.
19694
19695         * mm-decode.el: Don't autoload executable-find.
19696
19697         * mm-url.el: Don't autoload executable-find.
19698
19699         * mm-view.el: Don't autoload diff-mode.
19700
19701         * nndb.el: Don't autoload news-reply-mode, news-setup,
19702         cancel-timer and telnet.
19703
19704         * password.el: Don't autoload run-at-time for Emacs.
19705
19706         * sha1-el.el: Don't autoload executable-find.
19707
19708         * sieve-mode.el: Don't autoload c-mode.
19709
19710         * uudecode.el: Don't autoload executable-find.
19711
19712 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19713
19714         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19715         (gnus-agent-possibly-alter-active): Avoid null in numeric
19716         comparison.
19717         (gnus-agent-set-local): Refuse to save null in local object table.
19718         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19719         list of articles that will be marked as unread.
19720
19721 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19722
19723         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19724
19725 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19726
19727         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19728         language tags.
19729
19730 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19731
19732         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19733         Don't bind "obarray".
19734
19735         * gnus-sum.el (gnus-thread-sort-functions):
19736         Add `gnus-thread-sort-by-most-recent-number' and
19737         `gnus-thread-sort-by-most-recent-date'.
19738         Reported by Kai Grossjohann <kai@emptydomain.de>.
19739
19740 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19743
19744 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19745
19746         * gnus-cus.el (gnus-agent-customize-category):
19747         Remove ignore-errors macro reference that required cl to be loaded at
19748         run-time.
19749
19750         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19751         single-interval range of the form (min . max).  Previously the
19752         range had to look like ((min . max)).  Likewise, return
19753         (min . max) rather than ((min . max)).
19754         (gnus-range-map): Use gnus-range-normalize to accept
19755         single-interval range.
19756
19757         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19758         the cache, but not the agent, now appear with their usual face.
19759
19760         * dgnushack.el (loaddir): New variable that is bound to the
19761         directory containing the dgnushack.el file. Use loaddir, rather
19762         than srcdir, to update load-path. Change lets dgnushack compile
19763         code in directories other than GNUS/lisp.
19764
19765 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * lpath.el: Don't bind w3m-safe-url-regexp.
19768
19769         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19770         w3m-safe-url-regexp variable buffer-local.
19771
19772         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19773
19774 2004-02-27  Simon Josefsson  <jas@extundo.com>
19775
19776         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19777         gnus-group-real-prefix.
19778         (gnus-summary-move-article): Use it, instead of
19779         gnus-group-real-prefix.
19780
19781 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * lpath.el: Bind w3m-safe-url-regexp.
19784
19785         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19786         w3m-safe-url-regexp variable buffer-local and set it as the value
19787         of mm-w3m-safe-url-regexp.
19788
19789         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19790
19791         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19792         parsing gnus-posting-styles when the message is not for replying.
19793
19794         * dgnushack.el: Autoload sgml-mode for XEmacs.
19795
19796         * nnrss.el (nnrss-opml-export):
19797         Use mm-set-buffer-file-coding-system instead of
19798         set-buffer-file-coding-system.
19799
19800 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19801
19802         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19803         of checkdoc.el).
19804         * nnrss.el: do.
19805         * gnus-mlspl.el: do.
19806         * gnus-ml.el: do.
19807         * gnus-srvr.el: do.
19808
19809         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19810
19811 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19812
19813         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19814         Corrections to custom-manual links.
19815
19816         * gnus-art.el (gnus-article): Ditto.
19817
19818         * mm-decode.el (mime-display, mime-security): Ditto.
19819
19820 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19821
19822         * flow-fill.el: Typo.
19823
19824 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19825
19826         * spam-wash.el: New file.
19827
19828 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19829
19830         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19831
19832 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19833
19834         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19835         to be run with new-articles as LIST1, not LIST2.
19836         (spam-registration-functions): Add spam-use-ham-copy as a nil
19837         registration backend.
19838
19839 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19840
19841         * spam-stat.el (spam-stat-washing-hook): New option.
19842         (spam-stat-buffer-words): Use it.
19843         (spam-stat-process-directory, spam-stat-test-directory):
19844         Use insert-file-contents-literally.
19845         (spam-stat-coding-system): New variable.
19846         (spam-stat-load, spam-stat-save): Use it.
19847
19848 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * spam-report.el (spam-report-plug-agent):
19851         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19852
19853 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19854
19855         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19856         Allow / in mailto URLs.
19857
19858 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19859
19860         * spam-report.el (spam-report-process-queue): Fix interactive use.
19861         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19862         (spam-report-unplug-agent): Doc fixes.
19863         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19864         (spam-report-agentize, spam-report-deagentize): Autoload.
19865
19866 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19869
19870         * message.el (message-setup-fill-variables): Add mml tags to
19871         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19872         <ajk@iu.edu>.
19873         (message-mode): Don't modify paragraph-separate there.
19874
19875 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * compface.el (uncompface-use-external): Default to undecided.
19878         (uncompface-use-external-threshold): New variable.
19879         (uncompface-float-time): New macro.
19880         (uncompface): Determine whether to use the external decoder if
19881         uncompface-use-external is undecided.
19882
19883 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19884
19885         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19886         after images.
19887
19888         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19889
19890 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19891
19892         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19893
19894         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19895
19896         * gnus-sum.el (gnus-summary-limit-to-age)
19897         (gnus-summary-limit-children): do.
19898
19899         * gnus-int.el (gnus-request-scan): do.
19900
19901         * gnus-group.el (gnus-group-suspend): do.
19902
19903         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19904
19905         * gnus-cite.el (gnus-cite-parse-attributions): do.
19906
19907         * gnus-agent.el (gnus-summary-set-agent-mark)
19908         (gnus-agent-regenerate-group): do.
19909
19910         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19911
19912         * binhex.el (binhex-decode-region-internal): do.
19913
19914 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * gnus-fun.el (gnus-face-properties-alist): New user option.
19917         (gnus-display-x-face-in-from): Use it.
19918
19919         * gnus-art.el (article-display-face): Ditto.
19920
19921         * compface.el (uncompface-use-external): Default to nil.
19922
19923 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19924
19925         * nntp.el (nntp-erase-buffer): New function.
19926         (nntp-retrieve-data, nntp-send-command)
19927         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19928         (nntp-possibly-change-group): Use it.
19929
19930         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19931         Use with-current-buffer.
19932
19933 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19934
19935         * compface.el: Merge the ELisp-based uncompface program.
19936         (compface): New customization group.
19937         (uncompface-use-external): New user option.
19938         (uncompface): Call uncompface-internal if uncompface-use-external
19939         is nil.
19940         (uncompface-internal): New function.  Note that there are also
19941         some other functions and variables added for this function.
19942
19943 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19944
19945         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19946         if necessary.
19947
19948 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19949
19950         * spam-report.el (spam-report-unplug-agent)
19951         (spam-report-plug-agent, spam-report-deagentize)
19952         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19953         Add support for the Agent in spam-report: when unplugged, report to a
19954         file; when plugged, submit all the requests.
19955
19956         * spam.el (spam-register-routine): Fix message about
19957         registration.
19958
19959 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19960
19961         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19962         dependencies.
19963         (rfc2047-encode): Use it.
19964
19965         * gnus-art.el (gnus-button-marker-list): Move before first
19966         reference.
19967
19968         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19969         (imap-parse-body): Fix format string mismatch.
19970
19971         * gnus-score.el (gnus-summary-increase-score): do.
19972
19973         * nnrss.el (nnrss-close): New function.
19974
19975 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19976
19977         * nnrss.el (nnrss-make-filename): New function.
19978         (nnrss-request-delete-group, nnrss-read-server-data)
19979         (nnrss-save-server-data, nnrss-read-group-data)
19980         (nnrss-save-group-data): Use it.
19981         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19982         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19983         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19984
19985 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19986
19987         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19988
19989 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19990
19991         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19992         files.
19993
19994         * message.el (message-generate-headers-first): Don't quote nil
19995         and t in docstrings.
19996
19997         * imap.el (imap-id): do.
19998
19999         * gnus-agent.el (gnus-agent-consider-all-articles)
20000         (gnus-agent-queue-mail): do.
20001
20002 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20003
20004         * spam-report.el (spam-report-process-queue): New function.
20005         Process requests from `spam-report-requests-file'.
20006         (spam-report-process-queue): Doc fix.
20007
20008 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20009
20010         * spam.el (spam-register-routine)
20011         (spam-log-processing-to-registry, spam-log-registered-p)
20012         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20013         Change "check" to "spam-check" for semi-clarity.
20014
20015 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20016
20017         * pop3.el: Require nnheader.
20018
20019         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20020
20021         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20022
20023         * gnus-picon.el: Require cl.
20024
20025         * gnus-fun.el: Require gnus-ems and gnus-util.
20026
20027         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20028
20029         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20030
20031         * gnus-art.el (gnus-article-edit-mode): Define before first
20032         reference.
20033
20034 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20035
20036         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20037         (gnus-uu-post-encoded): Use point-at-bol.
20038
20039         * gnus-topic.el (gnus-group-active-topic-p): do.
20040
20041         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20042
20043         * gnus-group.el (gnus-group-kill-region): do.
20044
20045         * gnus-art.el (article-date-ut): do.
20046
20047         * message.el (message-fetch-field): Remove redundant
20048         case-fold-search binding.
20049         (message-narrow-to-field): Simplify.
20050
20051 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20052
20053         * spam.el (spam-directory): Derive from `gnus-directory'.
20054
20055         * spam-report.el (spam-report-url-to-file)
20056         (spam-report-requests-file): New function and variable for offline
20057         reporting.
20058         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20059         and user defined function.
20060         (spam-report-url-ping-mm-url): Remove doubled slash.
20061
20062 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20063
20064         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20065
20066 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20067
20068         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20069         Fix format string mismatch.
20070
20071         * sieve.el (sieve-deactivate-all): do.
20072
20073         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20074
20075         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20076
20077         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20078
20079         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20080
20081 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20082
20083         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20084         the list of checks.
20085
20086 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20087
20088         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20089         padding.
20090
20091 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20092
20093         * mm-view.el (mm-fill-flowed): New variable.
20094         (mm-inline-text): Use it.
20095
20096 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20097
20098         * spam.el (spam-spamassassin-register-ham-routine)
20099         (spam-spamassassin-register-spam-routine): Fix function names.
20100
20101 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * gnus.el (gnus-tmp-grouplens): Remove.
20104         (gnus-summary-line-format): Remove grouplens.
20105
20106         * gnus-group.el (gnus-group-line-format): Ditto.
20107
20108         * gnus-spec.el (gnus-format-specs): Ditto.
20109         (gnus-update-format-specifications): Flush the group format spec
20110         cache if there's the grouplens stuff.
20111         (gnus-parse-simple-format): Replace %l with the empty string.
20112
20113 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20114
20115         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20116         omission.
20117
20118 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20119
20120         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20121         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20122
20123 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20124
20125         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20126         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20127         New macros and functions.
20128         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20129         Handle > NLINK_MAX messages.
20130         * nnmaildir.el (nnmaildir-request-set-mark):
20131         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20132
20133 2004-01-25  Alex Schroeder  <alex@gnu.org>
20134
20135         * spam-stat.el (spam-stat-process-directory-age): New option.
20136         (spam-stat-process-directory): Use it.
20137
20138 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20139
20140         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20141         (spam-stat-save): Accept prefix argument.
20142
20143 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20144
20145         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20146         links" error.
20147
20148 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20149
20150         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20151         the rest of the and/or forms.
20152
20153 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20154
20155         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20156         compatibility with old .newsrc.eld files.
20157
20158         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20159
20160         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20161
20162         * gnus-start.el (gnus-1): do.
20163
20164         * gnus-group.el (gnus-group-line-format-alist): do.
20165
20166         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20167
20168         * gnus-gl.el: Remove.
20169
20170 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20171
20172         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20173         marks consisting of a single range {for example, (3 . 5)} rather
20174         than a list of a single range { ((3 . 5)) }.
20175
20176 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20177
20178         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20179         Use with-current-buffer.
20180         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20181         avoid consing a string.
20182
20183         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20184         Remove obsolete entries for big5 and gb2312.
20185
20186 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20187
20188         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20189         uncompressed list.
20190
20191 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20192
20193         * spam-stat.el (spam-stat-strip-xref): New function.
20194         (spam-stat-process-directory): Use it.
20195
20196         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20197         here -- it's done in message-fetch-field.
20198
20199 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20200
20201         * gnus-agent.el (gnus-agent-queue-mail)
20202         (gnus-agent-prompt-send-queue): New variables.
20203         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20204         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20205         "nndraft:queue" along to gnus-draft-send.
20206         Use gnus-agent-prompt-send-queue.
20207         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20208         is "nndraft:queue".  Suggested by Gaute Strokkenes
20209         <gs234@srcf.ucam.org>
20210
20211         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20212         (agent-enable-undownloaded-faces): Add.
20213         (gnus-agent-cat-groups): Use eval-and-compile, not
20214         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20215         method of gnus-agent-cat-groups even when the buffer has been
20216         evaled.
20217         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20218         delete gnus-agent-save-active-1.
20219         (gnus-agent-save-groups): Delete.  Identical to
20220         gnus-agent-save-active.
20221         (gnus-agent-write-active): No longer adjust agent's copy of active
20222         file as agent's adjustments are now stored in their own
20223         file.  Remove optional parameter.
20224         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20225         servers.  Add use of min/max range limits from server's local
20226         file.
20227         (gnus-agent-save-alist): Remove unused optional argument.
20228         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20229         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20230         (gnus-agent-set-local): A per-server file that keeps min/max range
20231         limits for articles known to the agent.  Provides a fast mechanism
20232         for altering many active ranges.
20233         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20234         active file (local makes it unnecessary).
20235         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20236
20237         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20238         (agent-enable-undownloaded-faces): Add.
20239
20240         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20241         disable it when sending to "nndraft:queue".
20242         (gnus-group-send-queue): Add safety check to avoid sending queue
20243         when unplugged.
20244
20245         * gnus-group.el (gnus-group-catchup): Use new
20246         gnus-sequence-of-unread-articles, not
20247         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20248         numbers of articles.  Use gnus-range-map to avoid having to
20249         uncompress the unread list.
20250         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20251         Fix invalid ange-ftp reference.
20252
20253         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20254         (gnus-sorted-range-intersection): Intersection of two ranges
20255         without requiring that they first be uncompressed.
20256
20257         * gnus-start.el (gnus-activate-group): Unless blocked by the
20258         caller, possibly expand the active range to include both cached
20259         and agentized articles.
20260         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20261         multiple version-dependent converters.
20262         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20263         gnus-agent-save-active.
20264         (gnus-save-newsrc-file): Save dirty agent range limits.
20265
20266         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20267         gnus-agent-possibly-alter-active.
20268         (gnus-adjust-marked-articles): Faster handling of simple lists.
20269
20270 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20271
20272         * spam-stat.el (spam-stat-test-directory): New optional argument
20273         displays a list of files detected.  Suggested by Andrew Cohen
20274         <cohen@andy.bu.edu>.
20275         (spam-stat-buffer-words-with-scores): Don't narrow and change
20276         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20277
20278 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20279
20280         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20281         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20282         (spam-spamassassin-arguments)
20283         (spam-spamassassin-spam-flag-header)
20284         (spam-spamassassin-positive-spam-flag-header)
20285         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20286         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20287         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20288         (spam-list-of-processors, spam-list-of-checks)
20289         (spam-list-of-statistical-checks, spam-registration-functions)
20290         (spam-check-spamassassin-headers, spam-check-spamassassin)
20291         (spam-spamassassin-score)
20292         (spam-spamassassin-register-with-sa-learn)
20293         (spam-spamassassin-register-spam-routine)
20294         (spam-spamassassin-register-ham-routine)
20295         (spam-assassin-register-spam-routine)
20296         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20297         (spam-bogofilter-score): Fix to show article before scoring.
20298
20299 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20300
20301         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20302         default scoring function.
20303         (spam-generic-score): Call spam-spamassassin-score if
20304         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20305         spam-bogofilter-score otherwise.
20306
20307         * gnus.el (spam-process, spam-autodetect-methods):
20308         Add spamassassin and spamassassin-headers.
20309
20310 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20311
20312         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20313         Suppress unnecessary messages.
20314
20315 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20316
20317         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20318         make-hash-table.
20319
20320 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20321
20322         * canlock.el (base64-encode-string): Don't autoload it.
20323
20324 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * run-at-time.el: Remove useless (require 'itimer),
20327         eval-and-compile and (featurep 'xemacs).
20328
20329 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20330
20331         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20332         GROUP is a virtual group.
20333
20334 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20335
20336         * gnus.el: Autoload `message-y-or-n-p'.
20337
20338 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20339
20340         * pgg-parse.el: Remove unnecessary (require 'custom).
20341
20342         * pgg-def.el: do.
20343
20344         * nnmail.el: do.
20345
20346         * gnus-undo.el: do.
20347
20348         * gnus-picon.el: do.
20349
20350         * gnus-util.el: do.
20351
20352 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20353
20354         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20355
20356 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20357
20358         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20359         handle, as well as a list.
20360
20361         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20362         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20363         (mm-w3m-cid-retrieve): Simplify.
20364
20365 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20366
20367         * message.el (message-kill-to-signature): Allow prefix arg to
20368         specify number of lines to keep before signature.
20369
20370 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20371
20372         * message.el (message-kill-to-signature): Change docstring.
20373
20374 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * canlock.el: Always require sha1-el.
20377         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20378
20379         * message.el: Autoload sha1 only when compiling.
20380
20381         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20382         eudc-expand-inline for XEmacs.
20383
20384 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20385
20386         * message.el (message-canlock-generate): Require sha1-el.
20387
20388 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20389
20390         * message.el (message-expand-name): Silence the byte compiler.
20391
20392         * lpath.el: Add detect-coding-system.
20393
20394         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20395         cus-edit.
20396
20397 2004-01-13  Simon Josefsson  <jas@extundo.com>
20398
20399         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20400         Invoke gnus-score-mode.
20401         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20402
20403         * gnus-range.el (gnus-compress-sequence): Doc fix.
20404         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20405
20406 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20407
20408         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20409
20410 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20411
20412         * spam.el (spam-get-article-as-string): Update to use
20413         gnus-request-article-this-buffer, much simpler.
20414         (spam-get-article-as-buffer): Remove.
20415
20416 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20417
20418         * message.el (message-expand-name): Use EUDC if the user uses that.
20419
20420 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20421
20422         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20423         character for the encoding to avoid consing a string.
20424
20425         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20426         unnecessarily.
20427
20428         * mm-util.el (mm-replace-chars-in-string): Remove.
20429
20430         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20431         of mm-replace-chars-in-string.
20432
20433 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20434
20435         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20436
20437         * mm-util.el (mm-subst-char-in-string): Support inplace.
20438
20439         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20440         a new string in every iteration.  Use shy groups.
20441
20442 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20443
20444         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20445         * gnus-soup.el (gnus-soup-group-brew):
20446         * gnus-msg.el (gnus-put-message):
20447         * gnus-move.el (gnus-group-move-group-to-server):
20448         * gnus-kill.el (gnus-batch-score):
20449         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20450         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20451         (gnus-group-update-group, gnus-group-read-group)
20452         (gnus-group-make-group, gnus-group-make-help-group)
20453         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20454         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20455         (gnus-group-sort-by-unread, gnus-group-catchup)
20456         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20457         (gnus-group-yank-group, gnus-group-set-info)
20458         (gnus-group-list-groups):
20459         * gnus.el (gnus-generate-new-group-name):
20460         * gnus-delay.el (gnus-delay-send-queue):
20461         * nnvirtual.el (nnvirtual-catchup-group):
20462         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20463         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20464         (gnus-group-prepare-topics, gnus-topic-check-topology):
20465         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20466         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20467         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20468         (gnus-group-make-articles-read):
20469         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20470         (gnus-group-change-level, gnus-kill-newsgroup)
20471         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20472         (gnus-get-unread-articles, gnus-make-articles-unread)
20473         (gnus-make-ascending-articles-unread): Use accessor
20474         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20475         to get group information for improved readability.
20476
20477
20478 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20479
20480         * gnus-art.el (article-decode-mime-words, article-babel)
20481         (gnus-article-highlight-signature, gnus-article-add-buttons)
20482         (gnus-signature-toggle): Use gnus-with-article-buffer.
20483
20484         * gnus-art.el (gnus-article-highlight-headers)
20485         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20486
20487         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20488         (gnus-article-set-globals, gnus-request-article-this-buffer)
20489         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20490         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20491         (gnus-mime-display-alternative): Use with-current-buffer.
20492
20493 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20494
20495         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20496         also under 80 char limit, and call gnus-error if needed.
20497         (spam-fetch-article-header): Fix - it was a
20498         buffer-local variable (gnus-newsgroup-data).
20499         (spam-find-spam): Use spam-generate-fake-headers, forget about
20500         spam-insert-fake-headers.
20501         (spam-insert-fake-headers): Remove.
20502
20503 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20504
20505         * deuglify.el (gnus-article-outlook-unwrap-lines)
20506         (gnus-outlook-rearrange-article)
20507         (gnus-outlook-repair-attribution-outlook)
20508         (gnus-outlook-repair-attribution-block)
20509         (gnus-outlook-repair-attribution-other): Remove redundant
20510         save-excursion.
20511
20512 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20513
20514         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20515         (spam-fetch-field-subject-fast)
20516         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20517         (spam-fetch-article-header): Add functions to deal with Gnus
20518         internals for fast retrieval of article header data.
20519         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20520
20521 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20522
20523         * pop3.el (pop3-md5): Remove.
20524         (pop3-apop): Replace pop3-md5 with md5.
20525
20526         * mm-bodies.el: base64 is always built-in.
20527
20528         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20529         Use with-current-buffer.
20530
20531 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20532
20533         * canlock.el (canlock-insert-header): Remove excessive grouping in
20534         regexp.
20535
20536         * gnus-sum.el (gnus-summary-read-document): Ditto.
20537
20538         * gnus-uu.el (gnus-uu-part-number): Ditto.
20539
20540         * html2text.el (html2text-remove-tags): Ditto.
20541         (html2text-format-tags): Ditto.
20542         (html2text-format-single-elements): Ditto.
20543
20544         * mml.el (mml-parse-1): Ditto.
20545
20546 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20547
20548         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20549
20550         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20551
20552         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20553
20554         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20555
20556 2003-11-15  Simon Josefsson  <jas@extundo.com>
20557
20558         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20559         (pgg-gpg-lookup-key): Use regexp match instead of
20560         split-string (split-string is different between emacs 21.2 and
20561         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20562
20563 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20564
20565         * gnus-art.el (gnus-mime-view-all-parts)
20566         (gnus-article-part-wrapper, gnus-article-view-part):
20567         Use with-current-buffer.
20568
20569 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20570
20571         * spam.el (spam-disable-spam-split-during-ham-respool)
20572         (spam-spamoracle-database, spam-cache-lookups)
20573         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20574         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20575         (spam-group-ham-marks, spam-group-spam-marks)
20576         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20577         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20578         also add spam-use-blackholes to the statistical checks.
20579         (spam-fetch-field-fast): Add interface to fetching fields, may
20580         become a macro.
20581         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20582         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20583         (spam-insert-fake-headers): Fake an article when needed.
20584         (spam-find-spam): Fake article when possible.
20585         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20586         (spam-check-bogofilter-headers): Use message-fetch-field instead
20587         of nnmail-fetch-field.
20588
20589 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20590
20591         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20592
20593 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20594
20595         * spam.el (spam-split): Do not require spam-use-CHECK to be
20596         enabled if that check is passed to spam-split explicitly; also
20597         fix so 'spam doesn't get converted to spam-split-group when
20598         spam-split-symbolic-return is t.
20599         (spam-find-spam): Find registrations of the article and use those
20600         instead of re-running spam-split to find the spam/ham
20601         classification of the article.
20602         (spam-log-processing-to-registry, spam-log-registered-p)
20603         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20604         Use gnus-error instead of gnus-message.
20605         (spam-log-registration-type): Add function to determine the
20606         classification of a message based on registry entries; will
20607         return nil if both 'spam and 'ham are found.
20608         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20609         a reasonably fast local cache without the loading errors.
20610         (spam-cache-lookups): Set to t by default.
20611         (spam-find-spam): Don't try to guess spam-cache-lookups.
20612         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20613         spam-caches entry.
20614         (spam-filelist-build-cache, spam-filelist-check-cache):
20615         Fix caching of whitelist/blacklist entries.
20616         (spam-check-whitelist, spam-check-blacklist):
20617         Invoke spam-from-listed-p with a type, not a cache variable.
20618         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20619
20620 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20621
20622         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20623
20624         * nnmail.el (nnmail-split-fancy): do.
20625
20626         * mml.el (mml-parse): do.
20627
20628         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20629         (gnus-score-adaptive): do.
20630
20631 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20634         (gnus-mime-button-map): Don't set keymap parent.
20635         (gnus-button-ctan-directory-regexp): Use shy grouping.
20636         (gnus-prev-page-map): Don't set keymap parent.
20637         (gnus-prev-page-map): Remove duplicated one.
20638         (gnus-next-page-map): Don't set keymap parent.
20639         (gnus-mime-security-button-map): Ditto.
20640
20641         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20642         version number.
20643
20644         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20645
20646 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * canlock.el (canlock-sha1-function): Remove.
20649         (canlock-sha1-function-for-verify): Remove.
20650         (canlock-openssl-program): Remove.
20651         (canlock-openssl-args): Remove.
20652         (canlock-ignore-errors): Remove.
20653         (canlock-sha1-with-openssl): Remove.
20654         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20655         (canlock-verify): Don't use canlock-ignore-errors.
20656
20657         * sha1-el.el (sha1-string-external): Make it can return a string
20658         in binary form.
20659         (sha1-region-external): Ditto.
20660         (sha1-string-internal): Ditto.
20661         (sha1-region-internal): Ditto.
20662         (sha1-region): Ditto.
20663         (sha1-string): Ditto.
20664         (sha1): Ditto.
20665
20666 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20667
20668         * spam.el (spam-report-articles-gmane): New command.
20669
20670 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20671
20672         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20673
20674         * run-at-time.el (run-at-time-saved): Remove.
20675         (run-at-time): Doc fix.
20676
20677 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20678
20679         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20680         (gnus-summary-limit-map): Add it.
20681         (gnus-summary-make-menu-bar): do.
20682
20683 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20684
20685         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20686         Make attempt at some caching support (done for BBDB only now).
20687         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20688         addresses to be checked.
20689         (spam-clear-cache-BBDB): Add function, to be invoked by
20690         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20691         (spam-check-BBDB): Check and use the caches, if
20692         spam-cache-lookups is on, remove superfluous (provide).
20693
20694 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20695
20696         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20697
20698 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20699
20700         * run-at-time.el (run-at-time-saved): Move to after the definition
20701         of `run-at-time'.
20702
20703         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20704
20705 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20706
20707         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20708         mm-w3m-local-map-property.
20709
20710         * mm-view.el (mm-w3m-mode-map): Remove.
20711         (mm-w3m-local-map-property): Remove.
20712         (mm-inline-text-html-render-with-w3m): Don't use
20713         mm-w3m-local-map-property.
20714
20715 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20716
20717         * run-at-time.el: New file.
20718
20719         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20720         under Emacs.
20721
20722         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20723         of gnus-set-text-properties.
20724
20725         * gnus-uu.el (gnus-uu-save-article): Ditto.
20726
20727         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20728
20729         * gnus-cite.el (gnus-cite-parse): Ditto.
20730
20731         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20732         of gnus-.
20733
20734         * gnus-xmas.el (run-at-time): Require run-at-time.
20735
20736         * gnus.el: Change calls to nnheader-run-at-time and
20737         password-run-at-time throughout to use run-at-time directly.
20738
20739         * password.el: Remove definition of run-at-time.
20740
20741         * nnheaderxm.el: Remove definition of run-at-time.
20742
20743 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20744
20745         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20746         in prompt.
20747
20748 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20749
20750         * messagexmas.el (message-xmas-redefine): Alias
20751         `message-make-caesar-translation-table' to
20752         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20753         version.
20754
20755         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20756         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20757         `gnus-xmas-set-text-properties'.
20758         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20759         `gnus-xmas-completing-read'.
20760         (gnus-xmas-completing-read): Removed.
20761         (gnus-xmas-open-network-stream): Removed.
20762
20763         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20764         XEmacs version.
20765
20766         * dns.el (dns-make-network-process): Use `open-network-stream'
20767         instead of `gnus-xmas-open-network-stream'.
20768
20769         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20770
20771         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20772
20773 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20774
20775         * gnus-art.el (gnus-mime-display-alternative)
20776         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20777         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20778         Don't use gnus-local-map-property.
20779
20780         * gnus-util.el (gnus-local-map-property): Remove.
20781
20782         * mm-view.el (mm-view-pkcs7-decrypt):
20783         Replace gnus-completing-read-maybe-default with completing-read.
20784
20785         * gnus-util.el (gnus-completing-read): do.
20786         (gnus-completing-read-maybe-default): Remove.
20787
20788 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20789
20790         * password.el: Only autoload `run-at-time' if not XEmacs.
20791         Only autoload the itimer functions if XEmacs.
20792
20793 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20796         XEmacsen.
20797
20798         * dgnushack.el: Autoload executable-find for XEmacs.
20799
20800 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20801
20802         * gnus-art.el (gnus-read-string): Remove.
20803         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20804         read-string.
20805
20806 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20807
20808         * netrc.el: Autoload password-read.
20809         (netrc): Add configuration group.
20810         (netrc-encoding-method, netrc-openssl-path):
20811         Add variables for encoding and decoding of files with symmetric
20812         ciphers.
20813         (netrc-encode): Add assistant function to encode a file with
20814         netrc-encoding-method.
20815         (netrc-parse): Add interactive parameter, added optional
20816         decoding if netrc-encoding-method is non-nil but otherwise
20817         behavior is standard.
20818         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20819         Do s/encode/encrypt/ everywhere.
20820
20821         * spam.el: Remove executable-find autoload.
20822
20823 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20824
20825         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20826
20827         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20828
20829 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20830
20831         * gnus-art.el (gnus-treat-ansi-sequences)
20832         (article-treat-ansi-sequences): New variable and function.
20833         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20834
20835         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20836         Use it.
20837
20838 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20839
20840         * mm-util.el (mm-quote-arg): Remove.
20841
20842         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20843         shell-quote-argument.
20844
20845         * gnus-uu.el (gnus-uu-command): do.
20846
20847         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20848
20849         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20850         with make-char.
20851
20852         * mm-util.el (mm-make-char): Remove.
20853
20854         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20855         add-minor-mode.
20856
20857         * gnus-undo.el (gnus-undo-mode): do.
20858
20859         * gnus-topic.el (gnus-topic-mode): do.
20860
20861         * gnus-sum.el (gnus-dead-summary-mode): do.
20862
20863         * gnus-start.el (gnus-slave-mode): do.
20864
20865         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20866
20867         * gnus-ml.el (gnus-mailing-list-mode): do.
20868
20869         * gnus-gl.el (gnus-grouplens-mode): do.
20870
20871         * gnus-draft.el (gnus-draft-mode): do.
20872
20873         * gnus-dired.el (gnus-dired-mode): do.
20874
20875         * gnus-ems.el (gnus-add-minor-mode): Remove.
20876
20877         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20878         Replace gnus-char-width with char-width.
20879
20880         * gnus-ems.el (gnus-char-width): Remove.
20881
20882         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20883         Replace gnus-char-width with char-width.
20884
20885         * gnus-ems.el (gnus-char-width): Remove.
20886
20887         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20888         definition.
20889         Remove Emacs 20 hash table compatibility code.
20890
20891         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20892         20 compatibility code.
20893
20894         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20895
20896         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20897
20898         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20899         Replace with point-at-{eol,bol}.
20900
20901         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20902
20903         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20904
20905         * flow-fill.el (fill-flowed-point-at-bol)
20906         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20907
20908         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20909         Replace with point-at-{eol,bol} throughout all files.
20910
20911 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20912
20913         * ntlm.el (ntlm-string-as-unibyte): New macro.
20914         (ntlm-build-auth-response): Use it.
20915
20916         Remove Emacs 20 stuff:
20917         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20918         (butlast, mapc, remove): Remove the compiler macros.
20919         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20920         of delq and copy-sequence.
20921         * gnus-art.el (popup-menu): Remove the compiler macro.
20922         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20923         Emacs 20.
20924
20925 2004-01-05  Simon Josefsson  <jas@extundo.com>
20926
20927         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20928         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20929         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20930         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20931         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20932         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20933         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20934         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20935         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20936         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20937         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20938         string-xor into ntlm-string-xor.
20939         Suggested by Jesper Harder <harder@myrealbox.com>.
20940
20941         * ntlm.el: Don't include poem.
20942
20943         * md4.el (print-int32, print-string-hexa): Remove.
20944         Suggested by Jesper Harder <harder@myrealbox.com>.
20945
20946         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20947
20948         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20949         probably breaks emacs with DL patch, but do we care? Is anyone
20950         still using the DL stuff?)
20951
20952         * sieve-manage.el: Use the password package.
20953         (sieve-manage-read-passwd): Remove.
20954         (sieve-manage-interactive-login): Use password.  Re-add
20955         condition-case around loop.
20956
20957         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20958         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20959         Use the password package.
20960
20961 2003-02-19  Simon Josefsson  <jas@extundo.com>
20962
20963         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20964         token.
20965
20966 2002-08-07  Simon Josefsson  <jas@extundo.com>
20967
20968         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20969         (sieve-manage-authenticators):
20970         (sieve-manage-authenticator-alist): Add some SASL mechs.
20971         (sieve-sasl-auth): New function.
20972         (sieve-manage-cram-md5-auth):
20973         (sieve-manage-plain-auth): Rewrite using SASL library.
20974         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20975         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20976         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20977         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20978
20979 2004-01-05  Simon Josefsson  <jas@extundo.com>
20980
20981         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20982         New files.
20983
20984 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20985
20986         * gnus-group.el (gnus-no-groups-message): Update.
20987
20988         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20989
20990 2003-11-09  Simon Josefsson  <jas@extundo.com>
20991
20992         * imap.el: Support for ID IMAP extension (RFC 2971).
20993         (imap-local-variables): Add imap-id.
20994         (imap-id): New variable.
20995         (imap-id): New function.
20996         (imap-parse-response): Parse untagged ID response.
20997         * nnimap.el (nnimap-id): New variable.
20998         (nnimap-open-connection): Use it.
20999
21000 2003-12-28  Simon Josefsson  <jas@extundo.com>
21001
21002         * gnus-score.el (gnus-score-edit-all-score): New.
21003         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21004
21005 2004-01-04  Simon Josefsson  <jas@extundo.com>
21006
21007         * password.el: Add.
21008
21009 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21010
21011         * dns.el (dns-query-types): Fix typo.
21012         (dns-query-types): New function.
21013         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21014         PTR and SOA replies, see RFC 1035.
21015
21016 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21017
21018         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21019
21020         * Move to Changelog.2.
21021
21022 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21023
21024         * gnus.el (gnus-version-number): Bump version.
21025
21026 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21027
21028         * gnus.el: No Gnus v0.1 is released.
21029
21030 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21031
21032         * gnus.el: No Gnus v0.0 is released.
21033
21034 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21035
21036         * gnus.el (gnus-version-number): Bump.
21037         (gnus-version): No.
21038
21039 See ChangeLog.2 for earlier changes.
21040
21041   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21042
21043   This file is part of GNU Emacs.
21044
21045   GNU Emacs is free software: you can redistribute it and/or modify
21046   it under the terms of the GNU General Public License as published by
21047   the Free Software Foundation, either version 3 of the License, or
21048   (at your option) any later version.
21049
21050   GNU Emacs is distributed in the hope that it will be useful,
21051   but WITHOUT ANY WARRANTY; without even the implied warranty of
21052   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21053   GNU General Public License for more details.
21054
21055   You should have received a copy of the GNU General Public License
21056   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21057
21058 ;; Local Variables:
21059 ;; coding: utf-8
21060 ;; fill-column: 79
21061 ;; add-log-time-zone-rule: t
21062 ;; End: