c7ea23954529494fabd904179f7e625f5b0e16e9
[gnus] / lisp / ChangeLog
1 2011-02-23  Julien Danjou  <julien@danjou.info>
2
3         * gnus-art.el (article-make-date-line): Ignore errors if time is
4         invalid and not convertible.
5         (article-make-date-line): Only add lapsed time if time is not nil.
6
7 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
8
9         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
10         `read-char-choice' for backwards compatibility.
11         (auth-source-netrc-element-or-first): New function to DTRT for
12         parameter extraction.
13         (auth-source-netrc-create): Use it and fix multiple parameter print
14         bug.  Use the default passed from above (given-default) or the
15         built-in (user-login-name for :user).
16
17 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-start.el (gnus-dribble-read-file): Set
20         buffer-save-without-query, since we always want to save the dribble
21         file, probably.
22
23         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
24         nnimap.
25
26         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
27         -summary- since it's a user-visible variable.
28
29         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
30         first time you use the new Gnus.
31
32 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
33
34         * auth-source.el: Don't load netrc.el.
35         (auth-sources): Search ~/.netrc as well by default.
36         (auth-source-debug): Add 'trivia option for extra output.
37         (auth-source-do-trivia): Use it.
38         (auth-source-search): Simplify logic to use
39         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
40         appropriate.  Don't keep a running count at this level.  Layer :create
41         and :delete options appropriately on the first and second passes.
42         Don't track the backend with the search results.
43         (auth-source-search-backends): New function to search a list of
44         backends for a processed spec.
45         (auth-source-netrc-parse): Cache all netrc files, making
46         auth-source-netrc-cache an alist keyed by the file name and using the
47         file mtime as the caching criterion.  Keep the obfuscated data secret
48         with a lexical bind.
49         (auth-source-netrc-search): Don't calculate the length of the results
50         unnecessarily.
51         (auth-source-search-backends): Fix bug.
52         (auth-source-netrc-create): Rework prompts.
53
54 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
55
56         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
57         Lower case names of search constraints.
58         (nnir-run-query): Cache and reuse search constraints for all imap
59         servers.
60
61 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
62
63         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
64         after exit.
65         (gnus-setup-message): Define missing variable from last checkin.
66
67         * gnus-sum.el (gnus-summary-show-article): When called with t as the
68         value, show the raw article.
69
70 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
71
72         * gnus.el: No Gnus v0.13 is released.
73
74 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
75
76         * nnimap.el (nnimap-open-connection-1): Revert last change, since
77         auth-source now accepts numbers.
78
79         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
80         spec, too.
81         (auth-source-ensure-strings): New function.
82
83         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
84         (gnus-article-setup-buffer): Always restart the date timer so that user
85         changes to the frequency is respected.
86
87         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
88         port numbers, so make sure it gets that if nnimap-server-port is
89         explicit.
90
91 2011-02-21  Simon Josefsson  <simon@josefsson.org>
92
93         * nnimap.el (nnimap-inbox): Doc fix.
94
95 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
96
97         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
98         Autoload.  Add optional arg FRAME, and pass it to color-values.
99         (color-complement): Caller changed.  Doc fix.
100         (color-gradient): Rewrite for better clarity and efficiency.
101
102 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
103
104         * shr-color.el (shr-color->hexadecimal): Use renamed function names
105         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
106         color-lab-to-srgb.
107
108 2011-02-20  Drew Adams  <drew.adams@oracle.com>
109
110         * color.el: First part of merge from hexrgb.el.
111         (color-rgb-to-hex): Rename from color-rgb->hex.
112         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
113         saturation to zero if the value is too small.
114         (color-rgb-to-hsl): Rename from color-rgb->hsl.
115         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
116         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
117         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
118         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
119         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
120         (color-cie-de2000): Doc fix.
121
122 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
123
124         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
125         given method as in the group name if we're using an extended method.
126         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
127         command, if we're using that, instead of waiting for the beginning.
128
129         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
130         we're sure to get unique server names, and we don't output two async
131         commands in the same buffer.  This fixes an NNTP hang for some users.
132
133 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
134
135         * gnus.el: No Gnus v0.11 is released.
136
137 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
140         summary buffer before reading going to the next buffer.  This avoids
141         putting the point in the group buffer if you `C-g' the command.
142
143         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
144         cache (for now) to make ~/.authinfo.gpg files usable.
145
146         * nnfolder.el (copyright-update): Define for the compiler.
147
148         * auth-source.el (auth-source-search): Fix unbound variable.
149
150 2011-02-19  Glenn Morris  <rgm@gnu.org>
151
152         * gnus.el (gnus-meta): Doc fix.
153
154 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
155
156         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
157         in case it's not yet loaded.
158
159 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
160
161         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
162         line we're waiting for.
163
164 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
165
166         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
167         face with line-width greater than zero will cause RET in gnus summary
168         buffer to scroll down article page-wise because auto vscroll happens,
169         it should be temporalily disabled when doing a scroll-up.
170
171 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
172
173         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
174         outputs from the server.
175
176 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
177
178         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
179         later so that bbdb can hook in easier.
180
181 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
182
183         * auth-source.el (auth-source-search): Don't try to create credentials
184         if the caller doesn't want that.
185         (auth-source-search): If we don't find a match, don't bug out on
186         non-bound variables.
187         (auth-source-search): Only ask a single backend to create the
188         credentials.
189
190         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
191         logging.
192         (nnimap-credentials): Protect against auth-source-search returning nil.
193         (nnimap-request-list): Protect against not being able to open the
194         server.
195
196 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
197
198         * auth-source.el (auth-source-search): Do a two-phase search, one with
199         no :create to get the responses from all backends.
200
201         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
202         when getting credentials.
203
204         * gnus-util.el (gnus-delete-duplicates): New function.
205
206 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
207
208         * nnimap.el (nnimap-credentials): Instead of picking the first port as
209         a creation default, pass the whole port list down.  It will be
210         completed.
211
212         * auth-source.el (auth-source-search): Updated docs to talk about
213         multiple creation choices.
214         (auth-source-netrc-create): Accept a list as a value (from the search
215         parameters) and do completion on that list.  Keep a separate netrc line
216         with the password obscured for showing the user.
217
218         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
219         first choice to `auth-source-search' so it will be used for entry
220         creation instead of the server's Gnus-specific name.
221         (nnimap-credentials): Rely on the auth-source library to select which
222         port is actually wanted in the new netrc entry, so don't override
223         `auth-source-creation-defaults'.
224
225         * auth-source.el (auth-source-netrc-parse): Use :port instead of
226         :protocol and accept a missing user, host, or port as a wildcard match.
227         (auth-source-debug): Default to off.
228
229         (auth-source-netrc-search, auth-source-netrc-create)
230         (auth-source-secrets-search, auth-source-secrets-create)
231         (auth-source-user-or-password, auth-source-backend, auth-sources)
232         (auth-source-backend-parse-parameters, auth-source-search): Use :port
233         instead of :protocol.
234
235         * nnimap.el (nnimap-credentials): Pass a port default to
236         `auth-source-search' in case an entry needs to be created.
237         (nnimap-open-connection-1): Use :port instead of :protocol.
238
239 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * auth-source.el: Bind load-path when loading EIEIO from
242         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
243         21.4 doesn't support, to `require'.
244         (auth-source-secrets-search): Use mm-delete-duplicates instead of
245         delete-dups that is not available in XEmacs 21.4.
246
247 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
248
249         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
250         as EIEIO must also be loaded when auth-source.el is being
251         byte-compiled.
252
253 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
254
255         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
256
257         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
258
259         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
260
261         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
262
263         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
264
265         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
266
267         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
268
269         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
270         necessary.
271
272 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
273
274         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
275         nil means that nnimap doesn't get updated.
276
277 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
278
279         * auth-source.el (auth-source-netrc-create): Return a synthetic search
280         result when the user doesn't want to write to the file.
281         (auth-source-netrc-search): Expect a synthetic result and proceed
282         accordingly.
283         (auth-source-cache-expiry): New variable to override
284         `password-cache-expiry'.
285         (auth-source-remember): Use it.
286
287         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
288         parameter.  Create entry if necessary by using :create t.
289         (nnimap-open-connection-1): Don't pass `inhibit-create'.
290
291 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
292
293         * auth-source.el (auth-source-debug): Enable by default and don't
294         mention the obsolete `auth-source-hide-passwords'.
295         (auth-source-do-warn): New function to debug unconditionally.
296         (auth-source-do-debug): Use it.
297         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
298         and for Secrets API entries when the secrets.el library is not
299         available.
300
301 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-sum.el (gnus-propagate-marks): Default to nil.
304         (gnus-summary-exit): Kill the correct article buffer on exit from a
305         `C-d' group.
306
307         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
308         gnus-propagate-marks.
309
310         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
311         before killing the buffers so that a non-full window conf gets handled
312         correctly.
313         (gnus-summary-exit): Ditto.
314         (gnus-summary-read-group-1): Ditto.
315
316         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
317         async code again so that we can debug it properly.
318
319         * message.el (message-reply): Take an optional switch-buffer parameter
320         so that Gnus window confs are respected better.
321
322 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
323
324         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
325         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
326         docstring.
327         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
328         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
329         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
330         Login collection is "Login" and not "login".
331
332 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
335         multiple headers.
336
337         * nnimap.el (nnimap-inhibit-logging): New variable.
338         (nnimap-log-command): Don't log login commands.
339
340         * auth-source.el (auth-source-netrc-search): The asserts seem to want
341         to have more parameters.
342
343         * nnimap.el (nnimap-send-command): Mark the command time for each
344         command, so that we don't get NOOPs stepping on our toes.
345
346         * gnus-art.el (article-date-ut): Get the date from the Date header on
347         `t'.
348
349 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * auth-source.el (auth-source-search): Use copy-sequence instead of
352         the cl.el copy-list.
353
354 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * imap.el: Bring it back (revert
357         84d800cd31de3064f0ed39617d725709a2f8f42f).
358
359 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
360
361         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
362         Improve prompt.
363
364 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
365
366         * gnus-art.el (gnus-article-mode-line-format): Remove the article
367         washing status from the default format.  It isn't very informative.
368
369 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
370
371         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
372         Gcc processing on imap.
373
374 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
375
376         * imap.el: Remove file.  All the functionality is in nnimap.el.
377
378 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
379
380         * message.el (message-bury): Don't pop up a new window when selected
381         window is dedicated.
382
383 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
384
385         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
386
387 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
388
389         * sieve-manage.el: Autoload `auth-source-search'.
390         (sieve-sasl-auth): Use it.
391
392 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
393
394         * nnimap.el: Autoload `auth-source-forget+'.
395         (nnimap-open-connection-1): Use it if the connection fails.
396
397         * auth-source.el: Require `password-cache'.
398         (auth-source-hide-passwords, auth-source-cache): Remove and mark
399         obsolete.
400         (auth-source-magic): Marker for `password-cache' keys.
401         (auth-source-do-cache): Update docstring.
402         (auth-source-search): Use and check cache.
403         (auth-source-forget-all-cached, auth-source-remember)
404         (auth-source-recall, auth-source-forget, auth-source-forget+)
405         (auth-source-specmatchp): Caching support functions.
406         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
407         Remove and obsolete.
408         (auth-source-user-or-password): Remove caching to further discourage
409         using it.  Always hide passwords.
410
411         * password-cache.el (password-cache-remove): Accept secrets that are
412         not strings.
413
414 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
415
416         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
417         code for now, since it doesn't work for all users.
418
419 2011-02-09  Julien Danjou  <julien@danjou.info>
420
421         * message.el (message-options): Make message-options really buffer
422         local.
423
424 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
425
426         * mail-source.el: Autoload `auth-source-search'.
427         (mail-source-keyword-map): Note order matters.
428         (mail-source-set-1): Get all the mail-source source values and
429         defaults and search auth-source on those if needed.  This can all
430         probably be simplified.
431
432         * nnimap.el: Autoload `auth-source-search'.
433         (nnimap-credentials): Use it.
434         (nnimap-open-connection-1): Ask for the virtual server and physical
435         address in one shot.
436
437         * nntp.el: Autoload `auth-source-search'.
438         (nntp-send-authinfo): Use it.  Note TODO.
439
440 2011-02-08  Julien Danjou  <julien@danjou.info>
441
442         * shr.el (shr-tag-body): Add support for text attribute in body
443         markups.
444
445         * message.el (message-options): Make message-options a local variable.
446
447 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
448
449         * auth-source.el (auth-source-secrets-search)
450         (auth-source-user-or-password): Use `append' instead of `nconc'.
451         (auth-source-user-or-password): Build return list better and protect
452         against nil :secret.
453
454 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
455
456         * nnimap.el (nnimap-update-info): Refactor slightly.
457         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
458         (nnimap-update-info): Clean up slightly.
459         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
460         characters.
461         (nnimap-process-quirk): Rename function to avoid collision.
462         (nnimap-update-info): Fix macrology bug-out.
463         (nnimap-update-info): Simplify split history test.
464
465 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
466
467         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
468         `secrets-get-attributes' instead of `secrets-get-attribute'.
469         (auth-source-secrets-search): Limit search when `max' is greater than
470         number of results.
471
472 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
473
474         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
475         part not returning any data.
476
477         * proto-stream.el (open-protocol-stream): Document the return value.
478
479 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * auth-source.el (auth-source-secrets-search): Add examples.
482
483 2011-02-06  Julien Danjou  <julien@danjou.info>
484
485         * message.el (message-setup-1): Handle message-generate-headers-first
486         set to t.
487
488 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
489
490         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
491         API with a string "secrets:collection-name" and with 'default.
492         (auth-source-backend-parse): Parse "secrets:collection-name" and
493         'default.  Recurse on parses instead of repeating code.  Use the
494         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
495         message when ignoring a source.
496         (auth-source-search): List ignored search keys at the top level.
497         (auth-source-netrc-create): Use `case' instead of `cond'.
498         (auth-source-secrets-search): Created with TODOs.
499         (auth-source-secrets-create): Created with TODOs.
500         (auth-source-retrieve, auth-source-create, auth-source-delete)
501         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
502         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
503         (auth-source-user-or-password-sftp)
504         (auth-source-user-or-password-smtp): Removed.
505         (auth-source-user-or-password): Deprecated and modified to be a wrapper
506         around `auth-source-search'.  Not tested thoroughly.
507
508 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
509
510         * auth-source.el: Bring in assoc and eioeio libraries.
511         (secrets-enabled): New variable to track the status of the Secrets API.
512         (auth-source-backend): New EIOEIO class to represent a backend.
513         (auth-source-creation-defaults): New variable to set prompt defaults
514         during token creation (see the `auth-source-search' docstring for
515         details).
516         (auth-sources): Simplify to allow a simple string as a netrc backend
517         spec.
518         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
519         (auth-source-backend-parse-parameters): Fill in the backend parameters.
520         (auth-source-search): Main auth-source API entry point.
521         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
522         (auth-source-search-collection): Helper function for searching.
523         (auth-source-netrc-parse, auth-source-netrc-normalize)
524         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
525         Supports search, create, and delete.
526         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
527         backend stubs.
528         (auth-source-user-or-password): Call `auth-source-search' but it's not
529         ready yet.
530
531 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
532
533         * message.el (message-setup-1): Remove the read-only stuff, since it
534         doesn't work under XEmacs, for some reason.
535
536         * gnus-sum.el (gnus-user-date): Rename back from
537         gnus-summary-user-date since user code refers to it.
538
539         * shr.el (shr-render-td): Store the actual background colour used.
540
541         * message.el (message-setup-1): Don't bind the constant
542         -forbidden-properties.
543         (message-setup-1): Revert previous change, since it needs to bind the
544         props to insert them.
545         (message-resend): Allow removing the read-only separator line.
546
547 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * nnimap.el (nnimap-request-accept-article): Give an error message if
550         the APPEND wasn't successful.
551
552 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
553
554         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
555         that have no groups.
556
557 2011-02-03  Julien Danjou  <julien@danjou.info>
558
559         * gnus-draft.el: Remove progn around gnus-draft-setup.
560
561 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
562
563         * gnus-start.el (gnus-read-active-for-groups): This function is never
564         called with a nil `infos', so clean that up.
565         (gnus-get-unread-articles): Request active files from primary/secondary
566         methods that have no groups (yet).
567
568 2011-02-03  Julien Danjou  <julien@danjou.info>
569
570         * message.el (message-setup-1): Always generate References first.
571         (message-mail): Return the return value of message-setup, not always t.
572         (message-setup-1): Insert mail-header-separator with read-only and
573         intangible properties set.
574
575         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
576         user-date in docstring.
577
578         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
579
580         * gnus.el (gnus-summary-line-format): Mention &user-date format in
581         docstring.
582
583         * gnus.el (gnus-user-date-format-alist): Change default value. Use
584         defcustom, with type and group. Move from gnus-util.el. Rename to
585         gnus-summary-user-date-format-alist.
586
587 2011-02-03  Glenn Morris  <rgm@gnu.org>
588
589         * nnimap.el (gnus-fetch-headers): Declare.
590
591         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
592
593 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
594
595         * message.el (message-forward-make-body-digest-plain)
596         (message-followup, message-reply): Clean up things noted by Stefan.
597
598         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
599         gnus-article-update-date-headers is nil.
600         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
601         it didn't really work with defcustom.
602         (article-update-date-lapsed): Make sure the window start doesn't move,
603         either.
604
605 2011-02-01  Julien Danjou  <julien@danjou.info>
606
607         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
608         format.
609
610         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
611         standard in Emacs nowadays.
612
613         * color.el (color-gradient): Add a color-gradient function.
614
615 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
616
617         * message.el (message-expand-name): Don't trust the return value of
618         bbdb-complete-name.
619         (message-check-news-header-syntax): Remove unused var `start'.
620         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
621         (message-inhibit-body-encoding): Move to before first use.
622         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
623         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
624         (Organization, Message-ID, Date, mh-previous-window-config):
625         Defvar the vars using dynamic scoping.
626
627 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * shr.el (shr-render-td): Only do colours at the final rendering.
630         Should be slightly faster.
631         (shr-insert-table): Fix up TD background colours when doing the
632         vertical padding.
633
634         * gnus-art.el (article-date-ut): Protect against articles with no Date
635         header.
636         (article-update-date-lapsed): Don't use current-column to find the
637         horizontal position.  It's fragile in the presence of \003 characters.
638
639         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
640
641 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus-art.el (article-transform-date): Rewrite to still work when
644         there are several rfc2822 parts.
645         (article-transform-date): Fix infinite recursion.
646         (article-date-ut): Replace infinitely many Date headers with a single
647         one when called interactively.
648
649         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
650         secure manner.
651
652         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
653         move around by not using save-window-excursion.  It seems to work...
654
655 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * gnus-art.el (article-make-date-line): Work for user-defined format.
658
659 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
660
661         * nntp.el (nntp-retrieve-group-data-early)
662         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
663         fetching functions.
664
665         * gnus-start.el (gnus-read-active-for-groups): Read the active files
666         thoroughly for all backends that have no known groups.  This should
667         allow new nnml methods to retrieve mail.
668
669         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
670         that Gnus doesn't know exists again.
671
672         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
673         (gnus-treat-date-ut): Ditto.
674         (gnus-article-update-date-header): Renamed.
675         (gnus-treat-date-local): Removed.
676         (gnus-treat-date-english): Removed.
677         (gnus-treat-date-lapsed): Removed.
678         (gnus-treat-date-combined-lapsed): Removed.
679         (gnus-treat-date-original): Removed.
680         (gnus-treat-date-iso8601): Removed.
681         (gnus-treat-date-user-defined): Removed.
682         (gnus-article-date-headers): New variable to control all the date
683         header options.
684         (article-date-ut): Rewrite to allow using the new way to format date
685         headers(s).
686
687 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
688
689         * nnmail.el (nnmail-article-group): Check for a direct fancy split
690         method.
691         (nnmail-article-group): A better test for fanciness.
692
693         * nnimap.el (nnimap-request-head): Protect against not finding the
694         article by Message-ID.
695
696 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-art.el (article-update-date-lapsed): Try a better way to really
699         keep point at the "same place".
700
701 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
702
703         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
704         data if the group is unactivated.
705
706 2011-01-28  Julien Danjou  <julien@danjou.info>
707
708         * gnus-win.el: Remove dead function gnus-window-configuration-element.
709         (gnus-all-windows-visible-p): Remove old compatibility code.
710         (gnus-window-top-edge): Add docstring.
711
712         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
713
714 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
717         older request-update-info.
718
719         * gnus-art.el (article-make-date-line): Limit the length a bit more.
720
721 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
722
723         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
724         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
725
726 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
729         groups.  This makes the nndraft:queue group pop up if it's not already
730         there.
731
732         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
733         messages" logic, which was reversed.
734
735         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
736         the "same place" even if point is on the line being replaced.
737         (article-update-date-lapsed): Allow updating both the combined lapsed
738         and the lapsed headers.
739         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
740         (article-make-date-line): Limit the number of segments dynamically to
741         avoid too-long lines.
742
743 2011-01-27  Julien Danjou  <julien@danjou.info>
744
745         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
746         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
747
748 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
751         Use plist-get instead of the cl function getf.
752
753 2011-01-27  Glenn Morris  <rgm@gnu.org>
754
755         * gnus-util.el (float-time): Get rid of compiler warning, again.
756
757 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
758
759         * shr.el (shr-put-color): Special-case background colours: Do put them
760         at the blank parts at the front of the lines.
761
762         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
763         exit hook to nix out all data on readedness on group exit.
764
765         * gnus-util.el (float-time): If float-time is bound, always use it on
766         all Emacsen.  It's unclear why the subrp check was there.
767         (time-date): Require to make some autoload issues on XEmacs go away.
768
769         * shr.el (shr-put-color): Don't do the box padding in tables, since
770         they're already padded.
771
772 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-art.el (gnus-article-next-page): When the last line of the
775         article is displayed, scroll down once more instead of going to the
776         next article at once.
777         (article-lapsed-string): Refactor out and allow specifying how many
778         segments you want.
779         (gnus-article-setup-buffer): Start updating the lapsed header directly.
780         (gnus-article-update-lapsed-header): New variable.
781
782         * shr.el: Revert change that made headings use different-sized faces.
783         The Emacs display engine isn't advanced enough that, for instance,
784         tables can comfortably use differntly-sized faces.
785
786 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
789         used.
790         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
791         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
792         we're using an encrypted connection.
793
794         * proto-stream.el: Alter the interface functions to also return the
795         actual stream type used: network or tls.
796
797 2011-01-25  Julien Danjou  <julien@danjou.info>
798
799         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
800         (mm-display-javascript-inline): New function.
801
802         * mm-decode.el (mm-inline-media-tests): Add application/javascript
803         viewing function.
804
805 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * shr.el (shr-expand-newlines): Fix variable name.
808
809 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
810
811         * shr.el (shr-expand-newlines): Make nested boxes work.
812
813 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
816         backgrounds.
817         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
818         in a more sensible manner.
819
820 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
821
822         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
823         if EPG is loaded.
824
825 2011-01-24  Julien Danjou  <julien@danjou.info>
826
827         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
828         tags.
829
830 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
833         commands.
834
835         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
836         in the article buffer.
837         (gnus-gravatar-insert): Use blank space from the current buffer to
838         avoid breaking text properties.  This makes X-Sent updating work again.
839
840         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
841
842 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
845         fix the bug in url-http.el instead.
846
847         * shr.el (shr-image-fetched): Ditto.
848
849         * shr.el (shr-image-fetched): Avoid having point move in the article
850         buffer.
851
852         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
853         buffer after being called.  It's apparently being killed by url.el, and
854         killing it made point move to end-of-buffer in a random buffer.
855
856         * shr.el (shr-image-fetched): Ditto.
857
858 2011-01-23  Julien Danjou  <julien@danjou.info>
859
860         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
861
862         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
863         text/x-org.
864
865 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-sum.el (gnus-summary-move-article): Protect against backends
868         (i.e., nnimap) returning nil as the article number.
869
870 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
871
872         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
873         "DelSp" parameter in RFC3676.
874
875 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
876
877         * message.el (message-check-recipients): Display the encoded version of
878         the bogus address if they differ.
879
880         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
881         after sending.
882
883         * gnus-agent.el (gnus-agent-send-mail): Ditto.
884
885         * gnus-group.el (gnus-group-refresh-group): New convenience function.
886
887         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
888         group buffer after sending the queue.
889
890         * gnus-agent.el (gnus-agent-send-mail): Ditto.
891
892 2011-01-22  Julien Danjou  <julien@danjou.info>
893
894         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
895
896 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
897
898         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
899         nested related parts.
900
901         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
902         unexpired articles.  This fixes the regression that led expiry marks to
903         disappear from nnfolder groups.
904
905 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
906
907         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
908         Don't confuse the "ret" of "retrograde" with RET.
909
910 2011-01-21  Julien Danjou  <julien@danjou.info>
911
912         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
913         than mm-insert-inline.
914
915 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
918         Widen article buffer.
919
920 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
921
922         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
923         the temp buffer.
924         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
925
926 2011-01-20  Julien Danjou  <julien@danjou.info>
927
928         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
929
930         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
931         than mm-insert-inline to insert inline part: this respect
932         mm-inline-media-tests displayers.
933
934         * mm-view.el (mm-display-shell-script-inline): New function.
935
936         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
937
938         * mm-uu.el (mm-uu-type-alist): Add org block.
939         (mm-uu-org-src-code-block-extract): New function.
940
941         * mm-view.el (mm-display-org-inline): New function.
942
943         * mm-decode.el (mm-automatic-display): Add text/org.
944
945         * mailcap.el (mailcap-mime-extensions): Add .org.
946
947 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * gnus-art.el (gnus-article-highlight): Remove argument passed to
950         gnus-article-add-buttons.
951
952 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
953
954         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
955         From header with a date and "nobody" as the sender.
956
957 2011-01-19  Julien Danjou  <julien@danjou.info>
958
959         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
960         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
961         if you have the same regexp several times.
962         (gnus-button-push): Fix matching when regexp is symbol.
963
964 2011-01-15  Glenn Morris  <rgm@gnu.org>
965
966         * message.el (message-mail): A compose-mail function should
967         accept headers as strings.
968
969 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
970
971         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
972         Add :vert-only tags.
973         (message-mail): New arg RETURN-ACTION.
974         (message-return-action): New var.
975         (message-bury): Use it.
976         (message-mode): Make it buffer-local.
977         (message-send-and-exit): Always call message-bury.
978
979         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
980         message-mail.
981
982 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * nnimap.el (nnimap-convert-partial-article): Protect against
985         zero-length body parts.
986
987         * mm-decode.el (mm-preferred-alternative-precedence):
988         Discourage showing empty parts.
989
990         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
991         and stuff if the backend didn't return the article number.  This fixes
992         an Exchange-related nnimap bug.
993
994         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
995         group window, because it does the wrong thing when a separate frame
996         displays the group buffer.
997
998         * proto-stream.el (open-protocol-stream): Protect against the low-level
999         transport functions returning nil.
1000
1001 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1002
1003         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1004         (mml2015-epg-find-usable-secret-key): New function.
1005         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1006         mml2015-epg-find-usable-key (Bug#7797).
1007         (mml2015-epg-encrypt): Ditto.
1008
1009 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * dgnushack.el (rot13-string): Fix the way to get the argument.
1012
1013 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1016
1017 2011-01-03  Glenn Morris  <rgm@gnu.org>
1018
1019         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1020
1021         * sieve.el (sieve-open-server): Give a more explicit error if
1022         sieve-manage-open returns nil.  (Bug#7720)
1023
1024 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1025
1026         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1027
1028 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1031         This avoids sending passwords in plain text over non-encrypted
1032         channels.
1033
1034         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1035
1036         * nnimap.el (nnimap-login): Refactored out into own function, and
1037         implement CRAM-MD5.
1038         (nnimap-wait-for-line): Refactored out.
1039
1040         * mm-view.el (mml-smime): Require.
1041
1042 2010-12-20  David Engster  <deng@eml.cc>
1043
1044         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1045         use EPG to decrypt S/MIME messages instead of openssl.
1046
1047 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1050
1051         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1052         status is the group clearly is unreachable.
1053
1054         * auth-source.el (auth-source-create): Add the optional second
1055         parameter to `local-variable-p' to be compatible with XEmacs.
1056
1057 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1058
1059         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1060         work when using a compressed nnml folder.
1061
1062 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1065         backends after sanitising on entry, because this never makes sense:
1066         If the articles have gone missing, then the data no longer exists on
1067         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1068         overwrite anything anyway.
1069
1070         * shr.el (shr-insert-document): Bind shr-width dynamically to
1071         window-width if it's nil.
1072
1073 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1074
1075         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1076         with the meaning of using the full emacs window width for rendering.
1077
1078 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1079
1080         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1081         case when sender is not given.
1082
1083 2010-12-23  Julien Danjou  <julien@danjou.info>
1084
1085         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1086         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1087         the addresses, otherwise we might misplaced the gravatar.
1088
1089 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1090
1091         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1092         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1093         obsolete in Emacs.
1094
1095 2010-12-20  Julien Danjou  <julien@danjou.info>
1096
1097         * gnus-util.el (gnus-rescale-image): Revert last change.
1098
1099 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1100
1101         * binhex.el: Improve commentary (Bug#7482).
1102
1103 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-group.el (gnus-group-delete-articles): New command.
1106
1107 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1108
1109         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1110
1111 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1114         here, since it's up to the backends to do CRLF removal if their
1115         protocol has it.
1116
1117         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1118
1119 2010-12-17  Julien Danjou  <julien@danjou.info>
1120
1121         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1122         they are from file. Can also scale up.
1123
1124 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1125
1126         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1127         gnus-use-agent.
1128         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1129
1130         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1131
1132 2010-12-17  Julien Danjou  <julien@danjou.info>
1133
1134         * gravatar.el (gravatar-retrieve-synchronously): New function.
1135         (gravatar-get-data): Make more robust.
1136
1137 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1140
1141 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1144         to really consider the last line.
1145
1146 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1147
1148         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1149         list of recipient keys, or use symmetric encryption if not a list.
1150         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1151         EPA override, replacing the call to `netrc-store-data'.
1152
1153 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1154
1155         * gnus-srvr.el: Avoid passing nil regexp argument to
1156         delete-matching-lines.
1157
1158 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1161         fetching stops when Gnus exits.
1162
1163         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1164         function.
1165         (nnfolder-request-expire-articles): Save all the buffers after doing
1166         expiry.
1167
1168         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1169         the last article", since that led to serious performance regressions
1170         when expiring nnml groups.
1171
1172 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1173
1174         * nnir.el: Improve customizations.
1175
1176 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1179
1180         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1181         group has been killed.
1182         (gnus-group-yank-group): Ditto.
1183
1184         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1185
1186         * nnimap.el (nnimap-request-update-group-status): New function.
1187
1188         * gnus-int.el (gnus-request-update-group-status): New interface
1189         function.
1190
1191         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1192         copying read-ness to the backends.
1193
1194         * nnimap.el (nnimap-quirk): New function.
1195         (nnimap-retrieve-group-data-early): Use it.
1196         (nnimap-quirks): New alist.
1197
1198 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1201         don't delete it within indentation.
1202
1203 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1206         previous line.
1207
1208 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1211         QRESYNC command by deleting a superfluous space which broke Cyrus
1212         servers.  This change will break other servers that are buggy the other
1213         way around.
1214
1215 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         * spam.el: Reindent and fix long lines.
1218         (spam-copy-or-move-routine): Exclude invalid move destinations.
1219
1220 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1221
1222         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1223         installed the registry.
1224
1225 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1228
1229 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1230
1231         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1232         groupname doesn't contain "gmane".
1233
1234 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1237         and netrc-bound-and-true-p bindings.
1238         (netrc-parse): Cache the netrc contents.
1239
1240         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1241         (gnus-1): Don't create the nndrafts group twice.
1242         (gnus-setup-news): There's no need to read the active file here, since
1243         that's done again later on a per-backend basis.
1244         (gnus-start-draft-setup): Make sure that the new group is started out
1245         empty.
1246
1247         * gnus-agent.el (gnus-agentize): Don't create the queue group
1248         automatically on startup.  It'll be created later, if needed.
1249
1250         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1251         of automatically subscribed groups.
1252         (gnus-auto-subscribed-categories): New variable.
1253         (gnus-matches-options-n): Use it.
1254         (gnus-default-subscribed-newsgroups): Remove unused variable.
1255         (gnus-start-draft-setup): Message a bit less.
1256
1257 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1258
1259         * nnir.el (nnir-run-imap): Return article list in order of increasing
1260         UID.
1261
1262 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-sum.el (gnus-summary-enter-digest-group):
1265         Mention gnus-auto-select-on-ephemeral-exit.
1266
1267         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1268         convention of the network-only option.
1269
1270 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * proto-stream.el (proto-stream-open-network-only): New function to
1273         have a way to specify non-STARTTLS upgrade connections.
1274
1275 2010-12-10  Julien Danjou  <julien@danjou.info>
1276
1277         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1278         email address is nil.
1279
1280         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1281
1282 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1283
1284         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1285         deletion.
1286         (nnir-run-imap): Only need to parse list once.
1287
1288 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * shr.el (shr-tag-script): Ignore <script>.
1291         (shr-tag-label): Add <label> support.
1292
1293 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1296
1297         * shr.el (shr-image-displayer): Work for images lined side by side.
1298
1299 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1300
1301         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1302         parameter, since XEmacs doesn't accept t as a parameter.
1303
1304 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1305
1306         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1307         ids.
1308         (nnir-run-gmane): Simplify groupspec formatting.
1309         (nnir-request-expire-articles): New function.
1310
1311 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1314         overflow, possibly.
1315
1316         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1317         (shr-render-td): Handle td style="" better.
1318         (shr-tag-table): Use the color from the style sheet.
1319         (shr-render-td): Make sure we copy over all the overlays, too.
1320
1321 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1322
1323         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1324         (nnir-request-article): Improve article retrieval.
1325
1326 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * mm-util.el (mm-extra-numeric-entities): New variable.
1329
1330         * mm-url.el (mm-url-decode-entities):
1331         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1332
1333         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1334
1335 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1336
1337         * message.el: Use completion-at-point.
1338         (message-completion-function): New fun, extracted from message-tab.
1339         (message-mode): Use it for completion-at-point-functions.
1340         (message-tab): Use it and completion-at-point.
1341
1342 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1345         character if a non-breakable character follows.
1346
1347 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1350         any stream.
1351
1352         * shr.el (shr-tag-font): Colorize the region.
1353         (shr-tag-body): Ditto.
1354         (shr-tag-font): Actually let the styles be inherited instead of
1355         overwriting them.
1356         (shr-tag-font): Get the background color right.
1357         (shr-tag-style): Ignore all <style> tags for the moment.
1358
1359         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1360         a Message-ID to avoid having nnimap depend on gnus-sum.
1361
1362         * shr.el (shr-descend): Only colorize something if we have a node that
1363         sets colors.
1364
1365 2010-12-06  Julien Danjou  <julien@danjou.info>
1366
1367         * shr.el (shr-render-td): Render td content with shr-descend, so style
1368         will be applied to <td> too.
1369         (shr-colorize-region): Colorize region even if we only have a background.
1370         (shr-tag-body): Fix color and background color inheritance.
1371         Do not recolorize after shr-generic.
1372         (shr-tag-font): Let shr-generic colorize via inheritance.
1373
1374 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1377
1378 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1379
1380         * nnir.el (nnir-request-move-article): Remove obsolete code.
1381
1382 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1385
1386 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * gnus-sum.el (gnus-summary-respool-article): The completion function
1389         expects a list instead of an alist.
1390
1391         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1392         string as the parameter.
1393
1394         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1395
1396         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1397         styles.
1398         (shr-colorize-region): New function.
1399         (shr-insert-background-overlay): Remove.
1400         (shr-render-td): Background setting should be taken care of on a higher
1401         level.
1402         (shr-tag-body): Use post-hoc colorizations.
1403         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1404         (shr-put-color-1): Don't overwrite old colors.
1405         (shr-colorize-region): When the background color isn't explicit, use
1406         a fixed background.
1407
1408         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1409         nnmail variables.
1410
1411 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1412
1413         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1414         unless necessary.
1415
1416 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1417
1418         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1419         server.
1420
1421 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1424         so that TAB works.
1425
1426         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1427         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1428
1429         * shr.el (shr-urlify): Show the URL before the title to avoid
1430         misleading URLs.
1431
1432 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1433
1434         * shr.el (shr-urlify): Display the title in <a> tags.
1435
1436 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1437
1438         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1439
1440 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1441
1442         * nnir.el: Rearrange code to allow macros to be autoloaded by
1443         gnus-sum.el.
1444         (nnir-retrieve-headers-override-function): Make this variable
1445         customizable.
1446         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1447
1448         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1449         from nnir.el.
1450
1451 2010-12-03  Julien Danjou  <julien@danjou.info>
1452
1453         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1454
1455 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1458         allow optional argument `environment'.
1459
1460 2010-12-03  Glenn Morris  <rgm@gnu.org>
1461
1462         * mm-extern.el (message-goto-body): Update declaration.
1463
1464 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-util.el (gnus-macroexpand-all): New function.
1467
1468         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1469         instead of macroexpand-all that is unavailable in XEmacs.
1470
1471 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1472
1473         * nnir.el (nnir-summary-line-format): New variable.
1474         (nnir-mode): Use it.
1475         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1476         (nnir-article-ids): Reimplement as defsubst.
1477         (nnir-retrieve-headers): Don't mangle the subject header.
1478         (nnir-run-imap): Use 100 as RSV score.
1479         (nnir-run-find-grep): Fix for full server searching.
1480         (nnir-run-gmane): Better restriction to gmane groups.
1481
1482         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1483         summary buffers.
1484
1485 2010-12-02  Julien Danjou  <julien@danjou.info>
1486
1487         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1488
1489         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1490
1491         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1492         support.
1493
1494 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1495
1496         * nnir.el: Update to handle the registry better.
1497         (autoload): Silence byte-compiler.
1498         (nnir-open-server): Add a hook for nnir groups.
1499         (nnir-request-move-article): Don't mangle the header. Better to use
1500         formating variables (which will be added in the future).
1501         (nnir-registry-action): Update the registry using the original article
1502         group name.
1503         (nnir-mode): Install nnir-specific hooks for updating the registry.
1504
1505         * gnus-sum.el
1506         (gnus-article-original-subject,gnus-newsgroup-original-name):
1507         Remove obsolete variables.
1508         (gnus-summary-move-article): Remove use of obsolete variables.
1509         (gnus-summary-local-variables): Make move and delete hooks local to
1510         summary buffers.
1511
1512 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * rtree.el: New file.
1515
1516 2010-12-01  Julien Danjou  <julien@danjou.info>
1517
1518         * message.el (message-user-organization): Do not use
1519         gnus-local-organization.
1520
1521         * gnus.el: Remove gnus-local-organization.
1522
1523         * gnus-msg.el: Remove nastygram thing.
1524
1525 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1526
1527         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1528         funcall.
1529
1530 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1533         names.
1534
1535         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1536         characters.
1537
1538         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1539         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1540         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1541         (gnus-gravatar-transform-address): Use mail-extract-address-components
1542         that supports non-ASCII names rather than mail-header-parse-addresses.
1543
1544 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * proto-stream.el (open-protocol-stream): All starttls connections are
1547         handled by the network handler.
1548
1549 2010-11-30  Julien Danjou  <julien@danjou.info>
1550
1551         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1552         (nnimap-open-connection-1): Fix PREAUTH.
1553
1554         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1555
1556 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1559         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1560         (shr-insert): Use them.
1561         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1562
1563 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1564
1565         * nnir.el (nnir-request-move-article): Bail out if original group
1566         doesn't support article moves.
1567         (nnir-get-active): Improve active list retrieval.
1568
1569 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1572
1573 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1574
1575         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1576         seem to accept strings-with-numbers as port numbers,
1577
1578 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1579
1580         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1581         change the registry.
1582
1583 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1586         delete-dups that is not available in XEmacs 21.4.
1587
1588         * mm-util.el (mm-delete-duplicates): Add comment.
1589
1590 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1591
1592         * nnir.el (nnir-ignored-newsgroups): New variable.
1593         (nnir-get-active): Use it.
1594
1595 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * proto-stream.el (proto-stream-open-network): Add some comments.
1598
1599         * nntp.el (nntp-open-connection): Provide a :success condition.
1600
1601         * nnimap.el (nnimap-open-connection-1): Ditto.
1602
1603         * proto-stream.el (proto-stream-open-network): See what the response to
1604         the STARTTLS command is.
1605
1606         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1607         backwards compatibility).
1608         (nnimap-open-connection-1): Really respect nnimap-server-port.
1609
1610         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1611         TLS upgrades we don't really care about the identity of the peer.
1612         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1613         that what we've checked for.
1614         (proto-stream-always-use-starttls): Only default to t if
1615         open-gnutls-stream exists.
1616         (proto-stream-open-network): If STARTTLS failed, then just open a
1617         normal connection.
1618         (proto-stream-open-network): Wait until the greeting before doing
1619         STARTTLS.
1620
1621         * nntp.el (nntp-open-connection): Report what the connection error is.
1622
1623         * proto-stream.el (open-protocol-stream): Rename from
1624         open-proto-stream.
1625
1626 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * nnimap.el (nnimap-stream): Change default to `undecided'.
1629         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1630         first, and then network.
1631         (nnimap-open-connection-1): Respect nnimap-server-port.
1632         (nnimap-open-connection): Be more backwards-compatible.
1633
1634         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1635         (proto-stream-open-starttls): De-duplicate the starttls code.
1636         (proto-stream-open-starttls): Folded back into the main function.
1637         (proto-stream-open-network): Fix typo in the gnutls path.
1638         (proto-stream-command): Refactor out.
1639
1640         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1641
1642         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1643         starttls.el STARTTLS.
1644
1645         * color.el (color-lab->srgb): Fix function call name.
1646
1647         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1648         if we're using tls.el.
1649         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1650         built in, then don't try to establish a STARTTLS connection.
1651
1652         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1653         servers.
1654
1655         * proto-stream.el (open-proto-stream): Use network, not stream.
1656         (open-proto-stream): Add a way to specify what the end of a command is.
1657
1658         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1659         connections types.
1660         (nntp-open-network-stream): Remove.
1661         (nntp-open-ssl-stream): Remove.
1662         (nntp-open-tls-stream): Remove.
1663         (nntp-ssl-program): Remove.
1664
1665         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1666
1667 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1668
1669         * nnir.el: Fix typos.
1670         (nnir-retrieve-headers-override-function): Rename variable to reflect
1671         new semantics.
1672         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1673         macros.
1674         (nnir-request-article, nnir-request-move-article): Use them.
1675         (nnir-categorize): New function.
1676         (nnir-run-query): Use it.
1677         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1678         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1679         sorted.
1680         (nnir-group-full-name): Use gnus-group-full-name instead.
1681         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1682         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1683
1684 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1687
1688         * proto-stream.el: New library to provide protocol-specific
1689         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1690         protocols.
1691         (open-proto-stream): Complete the documentation.
1692         (proto-stream-open-network): Fix some typos.
1693
1694         * nnimap.el (nnimap-open-connection): Use it.
1695
1696 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1697
1698         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1699         negotiation.
1700
1701 2010-11-26  Julien Danjou  <julien@danjou.info>
1702
1703         * color.el: Rename various rgb functions to srgb.
1704
1705 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1708         names.
1709
1710 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * shr.el (shr-insert): Revert last change.
1713         (shr-find-fill-point): Never leave point being at bol;
1714         relax the kinsoku limitation when rendering tables.
1715
1716 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1719         results from -accept-article.
1720
1721         * shr-color.el: Require cl when compiling.
1722
1723         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1724         checkin.
1725
1726         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1727
1728         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1729
1730         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1731         'add and 'delete to set backend marks.
1732
1733         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1734
1735         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1736
1737         * nntp.el (nntp-request-set-mark): Use it.
1738
1739         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1740
1741         * nnml.el (nnml-request-set-mark): Ditto.
1742
1743         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1744         introduces regressions in article selection.
1745         (nnimap-find-uid-response): New function.
1746         (nnimap-request-accept-article): Use the UID returned, if any.
1747         (nnimap-request-move-article): Use the UID returned, if any.
1748         (nnimap-get-groups): Reimplement to work with folded lines.
1749         (nnimap-find-uid-response): The UID is the last element in the list.
1750         (nnimap-request-set-mark): Extend syntax with 'set.
1751
1752         * nnml.el (nnml-request-set-mark): Ditto.
1753
1754         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1755
1756         * nntp.el (nntp-request-set-mark): Ditto.
1757
1758 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * message.el (message-called-interactively-p): A temporary macro.
1761         (message-goto-body): Use it temporarily.
1762
1763 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1766         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1767         (nnimap-last-response-string): Fix last unfolding fix.
1768
1769 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * shr.el (shr-insert): Fix the way to fold lines.
1772
1773 2010-11-25  Julien Danjou  <julien@danjou.info>
1774
1775         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1776
1777         * color.el: Rename from color-lab.el
1778         (color-rgb->hex): Add.
1779         (color-complement): Add.
1780         (color-complement-hex): Add.
1781
1782         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1783
1784 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1787         don't exist.
1788
1789 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1792         assuming that article displaying or another mml-preview may be
1793         interrupted for an error or for the like.
1794
1795         * shr.el (shr-get-background): Fix argument name.
1796
1797 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1800
1801         * gnus-sum.el (gnus-summary-include-articles): New function.
1802
1803         * message.el (message-goto-body): called-interactively-p needs a
1804         parameter, so use `any'.
1805
1806         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1807         clear marks before moving, since they're synced from the Gnus side
1808         first.
1809
1810         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1811         (gnus-summary-move-article): Copy over all marks before moving, so that
1812         IMAP doesn't think a new article has arrived.
1813
1814 2010-11-24  Julien Danjou  <julien@danjou.info>
1815
1816         * shr.el (shr-insert-background-overlay): Fix typo.
1817         (shr-render-td): Copy the background before rendering.
1818
1819         * shr-color.el (shr-color-visible): Fix docstring.
1820
1821         * shr.el (shr-tag-table): Add bgcolor support.
1822         (shr-render-td): Add bgcolor support.
1823         (shr-get-background): Add.
1824         (shr-insert-foreground-overlay): Use shr-get-background.
1825
1826         * message.el (message-goto-body): Use called-interactively-p.
1827         (message-in-body-p): message-goto-body returns point.
1828
1829 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1832         Fixes something or other in Emacs 23, and is backwards compatible.
1833
1834         * message.el (message-goto-body): Remove the <#secure special-casing,
1835         which is too special.
1836
1837         * shr.el (shr-parse-style): Drop !important from styles.
1838
1839 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1840
1841         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1842         this function to return incorrect results when calling it with an
1843         explicit article argument different from
1844         (gnus-summary-article-number).
1845
1846 2010-11-24  Julien Danjou  <julien@danjou.info>
1847
1848         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1849         (shr-tag-body): Add background support.
1850         (shr-descend): Add background support.
1851         (shr-tag-title): Add.
1852
1853         * shr-color.el (shr-color-visible): Really return original background
1854         if fixed.
1855
1856 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * shr.el (shr-color-check): Protect against non-existant colour names.
1859
1860 2010-11-24  Julien Danjou  <julien@danjou.info>
1861
1862         * color-lab.el: Require 'cl when compiling.
1863
1864         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1865
1866         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1867         matched part.
1868
1869         * color-lab.el: Fix all expt calls to use float type.
1870
1871 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1874         expression to shr-color-check as is.
1875
1876         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1877
1878         * color-lab.el: Add coding cookie.
1879         (float-pi): Use eval-and-compile.
1880
1881         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1882         compiled for Emacsen having no `libxml-parse-html-region' support.
1883
1884 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * shr.el (shr-insert-color-overlay): Split stuff like
1887         "#444444 !important" to find the real colour.
1888         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1889         parse <font color="red"> entries.
1890
1891 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1892
1893         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1894         point when parsing headers.
1895
1896         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1897         is positioned properly when parsing headers.
1898
1899 2010-11-23  Julien Danjou  <julien@danjou.info>
1900
1901         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1902
1903         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1904
1905         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1906
1907         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1908         Use shr-color-hue-to-rgb.
1909         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1910
1911 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * shr.el (shr-color->hexadecimal): Autoload.
1914         (shr-descend): Add color to all tags.
1915
1916 2010-11-22  Julien Danjou  <julien@danjou.info>
1917
1918         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1919         shr-color->hexadecimal.
1920
1921         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1922         RGB() or HSL() color representation.
1923
1924         * shr.el (shr-tag-font): Add.
1925         (shr-tag-color-check): New function to get better colors.
1926         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1927         tag-span.
1928
1929         * shr-color.el: New file.
1930
1931         * color-lab.el: New file.
1932
1933         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1934
1935 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1936
1937         * nnir.el: Fix typo in comments.
1938         (nnir-run-imap): Simplify code. No need to reverse artlist.
1939         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1940
1941 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1944
1945         * nnimap.el (nnimap-get-capabilities): Refactor out.
1946         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1947
1948 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1949
1950         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1951         appearing when `mm-uu-hide-markers' is nil.
1952
1953 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * nnimap.el (nnimap-unselect-group): Make into its own function.
1956         (nnimap-request-rename-group): Unselect group before renaming.
1957         This had gotten lost somewhere.
1958         (nnimap-request-accept-article): Keep track of examined groups, and
1959         unselect the group before APPENDing to read-only groups.
1960         (nnimap-request-move-article): Clear flags before moving so that they
1961         can be re-set later.
1962
1963 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1966         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1967
1968 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * gnus-art.el (gnus-mime-display-single)
1971         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1972         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1973         parameter.
1974
1975 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1978         (shr-table-vertical-line): New variable.
1979         (shr-insert-table): Use it.
1980
1981 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * gnus-html.el (gnus-html-wash-images): Don't display images if
1984         gnus-inhibit-images is non-nil; register displayer for cid images.
1985         (gnus-html-display-image): Work for cid image.
1986         (gnus-html-insert-image): Allow arguments.
1987         (gnus-html-put-image): Inhibit read-only.
1988         (gnus-html-prefetch-images): Don't prefetch images if
1989         gnus-inhibit-images is non-nil.
1990
1991 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * shr.el (shr-put-image): Break lines when inserting big pictures.
1994
1995 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1996
1997         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1998         sender, thanks Katsumi Yamaoka.
1999
2000 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2001
2002         * nnir.el (nnir-run-imap): Reverse the article list for each group
2003         rather than the whole list.
2004
2005 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * shr.el (shr-image-displayer): Protect function against non-existent
2008         image source.
2009
2010         * gnus-art.el (gnus-inhibit-images): New user option.
2011         (gnus-mime-display-single): Don't display image if it is non-nil.
2012
2013         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2014         gnus-inhibit-images.
2015
2016         * shr.el (shr-image-displayer): New function.
2017         (shr-tag-img): Use it.
2018
2019 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2020
2021         * mml2015.el (mml2015-epg-sign): Use From header.
2022
2023 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2026
2027         * gnus-util.el (gnus-find-text-property-region): Return markers.
2028
2029         * shr.el (shr-tag-img): Put a displayer in the text property.
2030
2031         * gnus-util.el (gnus-find-text-property-region): New utility function.
2032
2033         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2034         (gnus-html-show-images): Remove.
2035
2036         * gnus-art.el (gnus-article-show-images): New, more general function.
2037
2038         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2039         image url text properties.
2040
2041         * shr.el: Ditto.
2042
2043         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2044         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2045
2046 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2049         work for two or more articles.
2050
2051 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2054         divide an image that's in an html article to two or more when washing
2055         non-ASCII characters in alt text of it.
2056
2057 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2060         smime-decrypt-region using function argument.
2061         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2062
2063         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2064
2065         * smime.el (smime-decrypt-region): Catch it.
2066
2067 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2068
2069         * smime.el (smime-mode-map): Move initialization into declaration.
2070         (gnus-run-mode-hooks): Don't autoload.
2071         (smime-mode): Use define-derived-mode.
2072
2073 2010-11-11  Glenn Morris  <rgm@gnu.org>
2074
2075         * smime.el (from): Restrict declaration to XEmacs.
2076
2077         * nnir.el (gnus-group-topic-name): Autoload.
2078
2079 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * shr.el (shr-insert): Don't break long line if it is because of
2082         kinsoku-bol characters in the line end.
2083
2084 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2085
2086         * nnir.el (nnir-request-move-article): Fix to provide original group
2087         and subject.
2088         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2089         been retrieved.
2090
2091         * gnus-sum.el (gnus-summary-move-article): Use original group and
2092         subject for virtual articles such as those in an nnir summary buffer.
2093
2094 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2097         least 21.5).
2098
2099         * smime.el (from): Declare it again for XEmacs.
2100
2101 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * message.el (message-resend): Don't disable encoding unless it's
2104         already encoded.
2105
2106         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2107         low-numbered articles.
2108
2109 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * rfc2047.el (rfc2047-syntax-table): Simplify.
2112
2113         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2114
2115         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2116         set-char-table-range for XEmacs.
2117
2118 2010-11-10  Glenn Morris  <rgm@gnu.org>
2119
2120         * time-date.el (time-to-seconds): Always an alias on Emacs,
2121         never a real function.
2122         (with-no-warnings): Remove compat stub, now unused.
2123         (time-less-p): Doc fix.
2124         (time-to-number-of-days): Simplify.
2125
2126         * smime.el (from): Remove unused declaration.
2127
2128         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2129         (gnus-float-time): On Emacs, always an alias.
2130
2131         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2132         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2133
2134 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * dgnushack.el: Don't use ignore-errors in the top level form since it
2137         is unavailable in XEmacs even if cl is loaded.
2138
2139         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2140
2141 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * shr.el (browse-url-mailto): Autoload.
2144
2145         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2146
2147         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2148         regexp doesn't need quoting.
2149
2150 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2151
2152         * message.el (message-subject-trailing-was-ask-regexp)
2153         (message-subject-trailing-was-regexp): Match was: in addition to was.
2154
2155 2010-11-09  Glenn Morris  <rgm@gnu.org>
2156
2157         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2158         (nnbabyl-check-mbox): Use point-at-bol.
2159
2160 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2163
2164         * message.el (message-mailto): New function.
2165         (message-mailto): Should accept other parameters.
2166         (message-mailto): Remove since it duplicates browse-url-mailto
2167         functionality.
2168
2169 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2172         methods.
2173         (gnus-read-active-file): Ditto.
2174
2175         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2176         ": " from the prompt.
2177         (gnus-group-make-group): Ditto.
2178
2179 2010-11-07  Glenn Morris  <rgm@gnu.org>
2180
2181         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2182         (gnus-bookmark-kill-line): Use point-at-eol.
2183
2184 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2187         asterisks in From header.
2188
2189 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2192         string to avoid making the From headers syntactically invalid.
2193
2194         * message.el (message-send-mail): Don't insert courtesy messages if the
2195         message already has List-Post and List-ID messages.
2196
2197 2010-11-06  Glenn Morris  <rgm@gnu.org>
2198
2199         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2200         `condition', `type', `length' a prefix.
2201         (gnus-treat-predicate): Update for above name changes.
2202
2203 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2204
2205         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2206         binding.  Handled by `gnus-summary-refer-thread' instead.
2207         (nnir-warp-to-article): New backend function.
2208
2209         * nnimap.el (nnimap-request-thread): Force dependency updating.
2210
2211         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2212         (gnus-summary-refer-thread): Rework to improve thread-referral.
2213
2214         * gnus-int.el (gnus-warp-to-article): New function.
2215
2216         * gnus-sum.el (gnus-summary-article-map): Bind it.
2217
2218 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2219
2220         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2221         gnus-summary-refer-thread.
2222
2223         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2224         headers.
2225         (gnus-summary-limit-include-thread): Prevent articles in thread from
2226         being cut in gnus-cut-threads.
2227         (gnus-summary-refer-thread): Limit retrieved headers to those in
2228         thread.
2229
2230 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * message.el (message-send-mail): Use the value of
2233         message-courtesy-message from the message buffer.
2234
2235         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2236
2237         * shr.el (shr-browse-url): Implement mailto: URLs.
2238
2239         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2240         "raw".
2241
2242         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2243         if it's already selected.
2244
2245         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2246
2247 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2250         to measure the length and truncate alt text.
2251
2252 2010-11-03  Glenn Morris  <rgm@gnu.org>
2253
2254         * nndiary.el (nndiary-generate-nov-databases-1)
2255         (nndiary-generate-active-info): Rename dynamic variable `files' to
2256         something less generic.
2257
2258 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2259
2260         * nnir.el (nnir-request-move-article): Call the underlying backend to
2261         move articles from nnir.
2262
2263 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2266
2267 2010-11-02  Julien Danjou  <julien@danjou.info>
2268
2269         * nnir.el: Remove wais support.
2270
2271 2010-11-02  Glenn Morris  <rgm@gnu.org>
2272
2273         * gnus-html.el: Reorder requirements to quieten compiler.
2274
2275 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2278         properly for XEmacs as well.
2279         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2280         (gnus-article-natural-long-line-p): Use window-width rather than
2281         frame-width.
2282
2283 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2284
2285         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2286         (nnir-read-parms): Don't modify query.
2287         (nnir-run-query): Add ability to search topic on current line.
2288         (nnir-get-active): Clean up.
2289
2290 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2293         degenerate articles.
2294
2295         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2296         (gnus-print-buffer): Just print the buffer as is, without any copying
2297         to a buffer and then re-highlighting.
2298
2299         * nnimap.el (nnimap-request-group): Store the new updated info.
2300         (nnimap-request-group): Select the group when we don't know whether it
2301         exists or not.
2302
2303         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2304         groups.
2305
2306         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2307         groups.
2308
2309         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2310         groups.
2311
2312         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2313         long-lines case by only filling the long lines.
2314
2315         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2316         (bug #7311).
2317
2318 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * shr.el: No need to declare `declare-function' since shr.el is for
2321         only Emacsen that provide `libxml-parse-html-region'.
2322
2323         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2324         effective only in a file it is referred to.
2325
2326 2010-11-01  Glenn Morris  <rgm@gnu.org>
2327
2328         * mm-util.el (gnus-completing-read): Autoload.
2329         (mm-read-coding-system): Simplify Emacs definition.
2330
2331         * nnmail.el (gnus-activate-group):
2332         * nnimap.el (gnutls-negotiate):
2333         * nntp.el (netrc-parse): Fix declarations.
2334
2335 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2338         string-match-p in Emacs >=23.
2339
2340         * gnus-msg.el (gnus-configure-posting-styles)
2341         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2342
2343 2010-11-01  Glenn Morris  <rgm@gnu.org>
2344
2345         * nnir.el (declare-function): Add compat stub.
2346         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2347         (nnir-run-gmane): Require 'mm-url.
2348
2349         * mm-util.el (mm-string-to-multibyte): Simplify.
2350
2351         * shr.el (declare-function): Add compat stub.
2352         (url-cache-create-filename): Declare.
2353         (mm-disable-multibyte, widget-convert-button): Autoload.
2354
2355         * smime.el (ldap-search): Declare.
2356         (smime-cert-by-ldap-1): Require ldap on Emacs.
2357
2358         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2359         (nnimap-keepalive): Use gnus-float-time.
2360
2361         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2362         (mail-source-delete-crash-box): Use gnus-float-time.
2363
2364         * gnus-dired.el (gnus-completing-read): Autoload.
2365
2366         * mm-view.el (gnus-rescale-image): Autoload.
2367
2368         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2369
2370         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2371
2372         * sieve-manage.el: Require 'cl when compiling.
2373
2374         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2375         (gnus-iswitchb-completing-read): Require iswitchb.
2376         (gnus-select-frame-set-input-focus): Silence compiler.
2377
2378 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * message.el (message-subject-trailing-was-query): Change default to t,
2381         since I think that's what most people want.
2382
2383         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2384         appending for easier debugging.
2385         (nnimap-wait-for-connection): Take a regexp.
2386         (nnimap-request-accept-article): Wait for the continuation line before
2387         sending anything unless we're streaming.
2388
2389         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2390         leave the header washing to take place.
2391
2392 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2393
2394         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2395         regular expression match and replace in posting styles.
2396
2397 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2398
2399         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2400         an entire server.
2401         (nnir-get-active): New function.
2402         (nnir-run-imap): Use it.
2403         (nnir-run-gmane): Who knew, gmane search returns an article score!
2404
2405         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2406         server on the current line with nnir.
2407
2408 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2411         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2412         left edge.
2413         (gnus-article-foldable-buffer): Skip past the prefix when determining
2414         raggedness.
2415
2416         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2417         the raw article, and change `C-u g' to show the article without doing
2418         treatments.
2419
2420         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2421         on to `gnus-treat-article'.
2422         (gnus-inhibit-article-treatments): New variable.
2423
2424         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2425
2426         * gnus-art.el (gnus-treatment-function-alist): Have
2427         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2428         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2429         sections.
2430
2431         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2432         parameter.
2433         (gnus-article-fill-cited-long-lines): New function.
2434         (gnus-article-fill-cited-article): Allow filling only long sections.
2435
2436         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2437         and non-punctuation (like after the apostrophe in "'We").
2438
2439         * gnus-sum.el (gnus-summary-select-article): Make sure
2440         gnus-original-article-buffer is alive.
2441
2442         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2443         reflect the order they're in in the digest.
2444
2445         * gnus.el (gnus-group-startup-message): Move point to the start of the
2446         buffer.
2447
2448         * nnimap.el (nnimap-capability): New function.
2449         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2450         is set.
2451
2452 2010-10-31  David Engster  <dengste@eml.cc>
2453
2454         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2455         conform with changes to gnus-completing-read.
2456
2457 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2460
2461 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2462
2463         * nnir.el: Move defvar, defcustom around to keep file organized
2464         and keep byte-compiler quiet.
2465         (nnir-read-parms): Accept search-engine as arg.
2466         (nnir-run-query): Pass search-engine as arg.
2467         (nnir-search-engine): Remove.
2468
2469 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * shr.el (shr-generic): The text nodes should be text, not :text.
2472
2473         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2474         later in the file.
2475
2476 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2477
2478         * nnir.el: General clean up.  Allow searching with multiple engines.
2479         Allow separate extra-parameters for each engine.
2480         Batch queries when possible.
2481         (nnir-imap-default-search-key,nnir-method-default-engines):
2482         Add customize interface.
2483         (nnir-run-gmane): New engine.
2484         (nnir-engines): Use it.  Qualify all prompts with engine name.
2485         (nnir-search-engine): Remove global variable.
2486         (nnir-run-hyrex): Restore for now.
2487         (nnir-extra-parms,nnir-search-history): New variables.
2488         (gnus-group-make-nnir-group): Use them.
2489         (nnir-group-server): Remove in favor of gnus-group-server.
2490         (nnir-request-group): Avoid searching twice.
2491         (nnir-sort-groups-by-server): New function.
2492
2493 2010-10-30  Julien Danjou  <julien@danjou.info>
2494
2495         * gnus-group.el: Remove gnus-group-fetch-control.
2496
2497         * gnus-start.el (gnus-find-new-newsgroups):
2498         Remove gnus-check-first-time-used.
2499
2500         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2501
2502 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2503
2504         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2505         set on groups that don't have \* permanentflags.
2506
2507 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2510         control the background color.
2511         (shr-tag-img): Ignore very small web bug type images.
2512         (shr-put-image): Add help-echo alt texts to the images.
2513         (shr-tag-video): Show the video poster image.
2514
2515 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * shr.el (shr-table-depth): New variable.
2518         (shr-tag-table-1): Only insert the images after the top-level table.
2519
2520         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2521
2522         * gnus-util.el (gnus-list-memq-of-list): New function.
2523
2524         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2525         selected.
2526         (nnimap-unsplittable-articles): New slot.
2527         (nnimap-new-articles): Use it.
2528
2529 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2530
2531         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2532         move to the previous line on `M-g'.
2533
2534 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2537         *-request-group, which seems unnecessary.
2538
2539         * nnimap.el (nnimap-quote-specials): Function copied over from
2540         imap.el.
2541         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2542         they support that.  Suggested by Tom Regner.
2543
2544 2010-10-29  Julien Danjou  <julien@danjou.info>
2545
2546         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2547         defalias.
2548         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2549
2550         * gnus.el: Remove `gnus-nntp-service' variable.
2551         (gnus-secondary-servers): Make obsolete.
2552         (gnus-nntp-server): Make obsolete.
2553
2554         * gnus-start.el (gnus-1): Remove x-splash calls.
2555
2556         * gnus-ems.el (gnus-x-splash): Remove.
2557
2558         * gnus.el (gnus-group-startup-message): Simplify/update code.
2559
2560         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2561         definition.
2562
2563         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2564         capability before doing anything.
2565         (gnus-group-insert-group-line): Remove useless
2566         gnus-group-remove-excess-properties.
2567
2568 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2571
2572 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2575         config after reselecting.
2576
2577 2010-10-28  Julien Danjou  <julien@danjou.info>
2578
2579         * shr.el (shr-put-image): Use point even if only inserting text.
2580         (shr-put-image): Save excursion when inserting alt text on non-graphic
2581         display, so the behaviour is the same when we are on a graphic display.
2582
2583         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2584
2585 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2588         (gnus-mime-copy-part): Check coding system, not charset.
2589         (gnus-mime-view-part-externally): Never remove part.
2590         (gnus-mime-view-part-internally): Don't remove part here.
2591         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2592         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2593         multipart/alternative.
2594
2595         * mm-decode.el (mm-display-part): Take optional arg `force'.
2596
2597 2010-10-26  Julien Danjou  <julien@danjou.info>
2598
2599         * gnus-group.el (gnus-group-default-list-level): Add this function to
2600         compute the default list level.
2601         (gnus-group-default-list-level): Add possibility to use a function.
2602
2603 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2606
2607         * gnus-group.el (gnus-group-completing-read)
2608         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2609         gnus-replace-in-string.
2610
2611 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * shr.el (shr-tag-div): Add.
2614
2615         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2616
2617 2010-10-25  Julien Danjou  <julien@danjou.info>
2618
2619         * gnus-util.el: Remove `gnus-with-local-quit'.
2620
2621         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2622
2623 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2626         the original article buffer.
2627
2628 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * nnimap.el (nnimap-request-head): New function.
2631         (nnimap-request-move-article): Try to be slighly faster by not
2632         requesting the entire message when moving.
2633         (nnimap-transform-headers): Don't bug out on bodiless articles.
2634         (nnimap-send-command): Have no outstanding messages if the IMAP server
2635         doesn't support streaming.
2636         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2637
2638 2010-10-24  Julien Danjou  <julien@danjou.info>
2639
2640         * message.el (message-default-headers): Fix type.
2641
2642 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2645         prefetching images.
2646
2647         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2648         backend for unknown groups.  This is mainly useful for nnimap groups.
2649
2650         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2651         group isn't covered by the agent.
2652
2653 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2654
2655         * nnir.el (nnir-method-default-engines): New variable.
2656         (nnir-run-query): Use it.
2657         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2658         (gnus-summary-nnir-goto-thread): Change group if needed.
2659
2660         * gnus-group.el (gnus-group-group-map): Add key binding for
2661         gnus-group-make-nnir-group.
2662
2663 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * shr.el (shr-tag-object): Add.
2666
2667         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2668         original article buffer live.
2669         (gnus-summary-select-article-buffer):
2670         Mention gnus-widen-article-buffer.
2671
2672 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * shr.el (shr-tag-strong): Add.
2675
2676 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2679         group names.  They mess up the group buffer badly.
2680
2681         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2682
2683         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2684         instead of the summary one.
2685
2686 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * mml.el (mml-preview): Work properly when editing article.
2689
2690         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2691         gnus-have-read-active-file if it's already been in.
2692
2693 2010-10-22  Tom Tromey  <tromey@redhat.com>
2694
2695         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2696         gnus-group-completing-read.
2697
2698 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * message.el (message-mode-map): Don't bind M-; to comment region, to
2701         allow the global comment-dwim to work.
2702
2703 2010-10-21  Julien Danjou  <julien@danjou.info>
2704
2705         * message.el (message-setup-1): Allow message-default-headers to be a
2706         function.
2707
2708 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * shr.el (shr-tag-table): Simplify.
2711
2712 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2715         to avoid trying to snarf invalid stuff.
2716
2717         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2718
2719         * gnus.el (gnus-message-archive-group): Quote value.
2720         (gnus-message-archive-group): Mark as changed.
2721
2722         * shr.el (shr-add-font): Don't put the font properties on the newline
2723         or the indentation.
2724
2725         * message.el (message-fix-before-sending): Change options when sending
2726         non-printable characters.
2727
2728         * gnus.el (gnus-message-archive-method): Change the default to
2729         monthly outgoing groups.
2730
2731         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2732         that have gotten new numbers.
2733
2734         * nnimap.el (nnimap-request-replace-article): New function.
2735
2736 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2739         (nnrss-request-article): Don't use special html washing code.
2740
2741 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * shr.el (shr-tag-table): Remove useless nconc.
2744
2745 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * gnus-art.el (article-wash-html): Simplify and remove the charset
2748         stuff.  Use the normal html rendering code instead of the special html
2749         washing code.
2750
2751         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2752         `gnus-w3m' symbols.
2753         (mm-text-html-washer-alist): Remove.
2754
2755         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2756         (mm-inline-media-tests): Remove use.
2757         (mm-text-html-renderer): Change default to the `shr' symbol.
2758
2759         * mm-view.el (mm-inline-text-html): Remove use.
2760
2761         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2762         `gnus-blocked-images' to be a function.
2763         (gnus-article-wash-function): Remove.
2764
2765 2010-10-20  Julien Danjou  <julien@danjou.info>
2766
2767         * spam.el (spam-list-of-processors): Mark as obsolete.
2768
2769         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2770         (nnimap-insert-partial-structure): Fix boundary detection.
2771
2772 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2773
2774         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2775         run file-truename on remote files.  This can be expensive and even
2776         prevent one from editing drafts if some unrelated buffer has a stale
2777         connection.
2778
2779 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2782         kinsoku-eol regardless of shr-kinsoku-shorten.
2783         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2784         (shr-tag-table): Support caption, thead, and tfoot.
2785
2786 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2789         lines.
2790         (shr-save-contents): New command and keystroke.
2791
2792         * nndoc.el (nndoc-type-alist): Add git support.
2793         (nndoc-git-type-p): New function.
2794         (nndoc-transform-git-article): Ditto.
2795         (nndoc-transform-git-headers): Ditto.
2796         (nndoc-transform-git-headers): Generate Subject headers.
2797
2798         * shr.el (shr-parse-style): New function.
2799         (shr-tag-span): Ditto.
2800
2801         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2802         to `G G' to avoid collisions.
2803
2804 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * shr.el: Load kinsoku if necessary.
2807         (shr-kinsoku-shorten): New internal variable.
2808         (shr-find-fill-point): Make kinsoku shorten text line if
2809         shr-kinsoku-shorten is bound to non-nil.
2810         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2811         shr-indentation too when testing if table is wider than frame width.
2812         (shr-insert-table): Use `string-width' instead of `length' to measure
2813         text width.
2814         (shr-insert-table-ruler): Make sure indentation is done at bol.
2815
2816 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2817
2818         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2819         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2820         undecoded network data.
2821
2822 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2825         name in the mode line spec so that the mode line menu works
2826         (bug #2431).
2827
2828         * message.el (message-get-reply-headers): If we're fed `to-address',
2829         then always use that.
2830
2831         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2832         aren't so wide as to need to switch off the edit menu.
2833
2834         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2835         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2836
2837         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2838         `M-g'.
2839         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2840         the permanent marks.
2841
2842 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2843
2844         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2845         Splitting according to references/in-reply-to obeys the ignore-groups
2846         variable, while splitting by sender and subject do not.
2847
2848 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2851         alist, so that we can look for non-Unicode chars.
2852         (article-translate-strings): Allow both character and string maps.
2853
2854 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * shr.el (shr-insert): Don't insert space behind a wide character
2857         categorized as kinsoku-bol, or between characters both categorized as
2858         nospace.
2859
2860 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2861
2862         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2863         headers to gnus-newsgroup-headers.
2864
2865 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * shr.el (shr-tag-img): Don't align images -- since we're not
2868         rescaling, this often leads to ugly displays.
2869
2870 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2871
2872         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2873         duplicates.
2874
2875 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2876
2877         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2878         call.
2879
2880 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * gnus.el: Autoload gnus-html-show-images.
2883
2884         * nnimap.el: Use nnheader-message throughout.
2885
2886         * shr.el (shr-tag-img): Ignore images with no data.
2887
2888 2010-10-15  Julien Danjou  <julien@danjou.info>
2889
2890         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2891         a possibility to disable format=flow encoding when using hard newlines.
2892
2893 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * shr.el (shr-insert): Remove space inserted before or after a
2896         breakable character or at the beginning or the end of a line.
2897         (shr-find-fill-point): Do kinsoku; find the second best point or give
2898         it up if there's no breakable point.
2899
2900 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * nnimap.el (nnimap-open-connection): Message when opening connection
2903         for debugging purposes.
2904
2905         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2906         on every setup buffer call to allow this to change from article to
2907         article.
2908
2909         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2910         buffers where we have a wide table.
2911
2912 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2913
2914         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2915         uses *-request-thread.
2916
2917 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2920         incantation, which is no longer valid.
2921
2922 2010-10-14  Julien Danjou  <julien@danjou.info>
2923
2924         * shr.el: Fix defcustom type (char -> character).
2925
2926 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2929         programs.
2930
2931 2010-10-14  Julien Danjou  <julien@danjou.info>
2932
2933         * shr.el (shr-tag-a): Use url-link as widget type.
2934
2935         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2936         `gnus-group-get-icon'.
2937
2938 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2941         This should make server editing work better.
2942
2943         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2944
2945         * tls.el (tls-program): Remove spurious %s from openssl.
2946
2947         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2948         (nnimap-parse-flags): Fix regexp.
2949
2950         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2951         probably work for CJVK text, too.
2952
2953         * nnimap.el (nnimap-extend-tls-programs): Remove.
2954         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2955
2956         * tls.el (tls-starttls-switches): Remove starttls hack.
2957         (open-tls-stream): Ditto.
2958         (tls-find-starttls-argument): Ditto.
2959
2960 2010-10-13  Julien Danjou  <julien@danjou.info>
2961
2962         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2963         responses.
2964
2965 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966
2967         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2968
2969         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2970         anything in Emacs.
2971
2972         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2973
2974 2010-10-13  Julien Danjou  <julien@danjou.info>
2975
2976         * shr.el (shr-width): Make shr-width a defcustom with default to
2977         fill-column.
2978         (shr-tag-img): Use shr-width rather than fill-column.
2979
2980 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * dgnushack.el (byte-optimize-apply)
2983         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2984
2985         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2986         position when (X-)Faces exist.
2987         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2988         avatars when called interactively.
2989
2990 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2993         gnus-article-x-face-too-ugly is bound.
2994
2995 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2998
2999         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3000         mailbox that doesn't exist.
3001
3002 2010-10-12  Julien Danjou  <julien@danjou.info>
3003
3004         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3005         (shr-get-image-data): Encode URL properly when fetching from cache.
3006         (shr-tag-img): Use aligned-to spaces to align correctly images.
3007
3008         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3009         before inserting the Gravatar.
3010
3011         * shr.el (shr-tag-img): Add align attribute support for <img>.
3012
3013 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus-gravatar.el (gnus-art): Require.
3016
3017         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3018         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3019         Remove long obsoleted functions.
3020
3021 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3024
3025         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3026
3027         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3028         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3029         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3030         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3031         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3032         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3033         * sieve-manage.el, smime.el, spam.el:
3034         Fix comment for declare-function.
3035
3036 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * nnimap.el (nnimap-request-rename-group): Select group read-only
3039         before renaming it.
3040
3041         * shr.el (shr-insert): Fix up the white space only regexp.
3042
3043         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3044         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3045
3046         * shr.el (shr-current-column): New function.
3047         (shr-find-fill-point): New function.
3048
3049 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3050
3051         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3052         numbers.
3053
3054 2010-10-11  Julien Danjou  <julien@danjou.info>
3055
3056         * shr.el (shr-hr-line): Add.
3057         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3058         display hr lines.
3059         (shr-max-columns): Do not change state to nil if we just inserting
3060         spaces.
3061
3062 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3063
3064         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3065         select the last group.
3066
3067 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3070
3071 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3072
3073         * dig.el (dig-mode-map): Declare and define in one step.
3074
3075 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3078         for Gnus.
3079         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3080         (nnimap-update-qresync-info): Mark \Seen articles as read.
3081
3082         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3083         non-variable, too.
3084
3085         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3086         available.
3087         (nnimap-update-info): Rely more on the current active than the param
3088         active to avoid marking articles as read too much.
3089
3090         * auth-source.el (auth-source-create): Use (user-login-name) for the
3091         user name default.
3092
3093         * nnimap.el (nnimap-update-info): If the server doesn't return any
3094         useful info, just use the previous info.
3095         (nnimap-update-info): Prefer old info over start-article.
3096         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3097
3098 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3099
3100         * nnir.el (autoload): Clean up autoloads.
3101         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3102         Use key rather than value.
3103         (nnir-imap-search-other): New variable.
3104         (nnir-read-parm): Use it.
3105         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3106         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3107
3108 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3109
3110         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3111         the process, too.
3112
3113 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * spam.el (gnus-summary-mode-map): Bind to "$".
3116         Suggested by Russ Allbery.
3117
3118         * shr.el: Rework the way things are indented by <li> slightly.
3119
3120         * gnus.el (gnus-group-set-parameter): Fix typo.
3121
3122         * nnimap.el: Start implementing QRESYNC support.
3123
3124 2010-10-09  Julien Danjou  <julien@danjou.info>
3125
3126         * nnir.el (nnir-engines): Fix too many arguments.
3127
3128 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3131         group is the "last", so that the backends like nnfolder actually save
3132         their folders.
3133
3134         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3135         try to use that for the tls stream.
3136         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3137         UIDVALIDITY and find out which groups are read-only and not.
3138         (nnimap-get-flags): Use the same marks parsing code as the rest of
3139         nnimap.
3140
3141 2010-10-09  Julien Danjou  <julien@danjou.info>
3142
3143         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3144
3145         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3146         retrieving gravatars.
3147
3148         * shr.el (shr-table-corner): Add.
3149         (shr-table-line): Add.
3150         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3151
3152 2010-10-08  Julien Danjou  <julien@danjou.info>
3153
3154         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3155
3156 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3157
3158         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3159
3160         * gnus-sum.el (gnus-mark-article-as-unread)
3161         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3162         (gnus-summary-set-bookmark): Use it.
3163
3164         * gnus-msg.el (gnus-setup-message): Use it.
3165
3166         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3167
3168         * gnus.el (gnus-group-remove-parameter): Use it.
3169
3170         * gnus-group.el (gnus-group-make-web-group): Use it.
3171
3172         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3173
3174         * nnregistry.el: Update docs to mention manual.
3175
3176         * gnus-registry.el: Update docs to mention nnregistry.el.
3177         (gnus-registry-initialize): Don't install nnregistry refer method
3178         automatically.
3179         (gnus-registry-install-nnregistry): Remove it.
3180
3181 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * shr.el (shr-insert): Don't insert double spaces.
3184
3185 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus-gravatar.el (gnus-treat-from-gravatar)
3188         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3189         called interactively.
3190
3191         * gnus-art.el (gnus-mime-view-part-externally)
3192         (gnus-mime-view-part-internally): Make predicate function passed to
3193         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3194         of a mime type.
3195
3196         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3197
3198 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * shr.el (require): Require cl when compiling.
3201         (shr-tag-hr): New function.
3202
3203         * nnimap.el (nnimap-update-info): Remove double setting of high.
3204         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3205         This makes nnimap work properly on Courier again.
3206
3207         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3208         the variable for backwards compatability.
3209
3210         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3211         the file name before using to avoid setting mm-default-directory to
3212         nil.
3213
3214         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3215         bidning gnus-agent variables.
3216
3217         * shr.el (shr-render-td): Use a cache for the table rendering function
3218         to avoid getting an exponential rendering behaviour in nested tables.
3219         (shr-insert): Rework the line-breaking algorithm.
3220         (shr-insert): Don't leave trailing spaces.
3221         (shr-insert-table): Also insert empty TDs.
3222         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3223
3224 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3225
3226         * gnus-sum.el (gnus-number): Rename from `number'.
3227         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3228         (gnus-summary-limit-children): Update uses correspondingly.
3229
3230 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3233         (gnus-gravatar-transform-address): Don't show avatars of people of
3234         which mail addresses match gnus-gravatar-too-ugly.
3235
3236 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * shr.el (shr-table-widths): Expand TD elements to fill available
3239         space.
3240
3241 2010-10-07  Julien Danjou  <julien@danjou.info>
3242
3243         * nnimap.el (nnimap-request-rename-group): Add this method.
3244
3245 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3248         name from XEmacs' function-arglist.
3249
3250         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3251         gravatar under XEmacs.
3252
3253 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3254
3255         * auth-source.el: Update docs with TODO items.
3256
3257         * gnus-sync.el: Update docs to explain state and plans.
3258
3259         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3260         Hooks for mark updates.
3261         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3262
3263         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3264         hooks with arguments, which is needed for mark update hooks.
3265
3266 2010-10-06  Julien Danjou  <julien@danjou.info>
3267
3268         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3269         was matched.
3270
3271         * sieve-manage.el: Update example in `Commentary'.
3272
3273         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3274
3275         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3276         not 2000.
3277         (sieve-manage-authenticate): Re-add function.
3278
3279 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * shr.el (shr-insert): Get 'space transition right.
3282         (shr-render-td): Only delete space at the end of the TD.
3283
3284         * nnimap.el (nnimap-open-connection): Prepare to support
3285         open-gnutls-stream.
3286
3287         * shr.el: Rearrange function order to be more logical.
3288
3289 2010-10-06  Julien Danjou  <julien@danjou.info>
3290
3291         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3292         (nnrss-discover-feed): Remove 404 URL in docstring.
3293
3294         * nnir.el: Fix Swish-E URL.
3295         Fix Namazu URL.
3296
3297         * message.el (message-change-subject): Remove 404 URL in a comment.
3298
3299 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3302         called interactively.
3303
3304         * gnus-util.el (gnus-remove-if): Allow hash table.
3305         (gnus-remove-if-not): New function.
3306
3307         * gnus-art.el (gnus-mime-view-part-as-type)
3308         * gnus-score.el (gnus-summary-score-effect)
3309         * gnus-sum.el (gnus-read-move-group-name):
3310         Replace remove-if-not with gnus-remove-if-not.
3311
3312         * gnus-group.el (gnus-group-completing-read):
3313         Regard collection as a hash table if it is not a list.
3314
3315 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3318
3319         * shr.el: Document the table-rendering algorithm.
3320
3321 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3324         for Emacsen having no `libxml-parse-html-region' support.
3325
3326 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3329         invalid URLs.
3330
3331         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3332         line-broken.
3333         (shr-tag-img): Ignore image fetching errors.
3334         (shr-overlays-in-region): Compute overlay positions correctly.
3335
3336         * mm-decode.el (mm-shr): Require shr.
3337
3338         * gnus-art.el (gnus-blocked-images): Move variable here.
3339
3340         * shr.el (shr-insert-table): Bind free variable.
3341
3342         * mm-decode.el (mm-shr): Bind shr-content-function.
3343
3344         * shr.el (shr-content-function): New variable.
3345
3346         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3347         added for symmetry.
3348
3349         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3350
3351         * gnus-group.el (gnus-group-make-group): Doc fix.
3352
3353         * nnimap.el (nnimap-request-newgroups): Return success.
3354
3355         * shr.el (shr-find-elements): New function.
3356         (shr-tag-table): Put all the images after the table.
3357         (shr-tag-table): Really inhibit images inside the table.
3358         (shr-collect-overlays): Copy over overlays from the TD elements to the
3359         main document.
3360
3361         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3362         gnus-blocked-images.
3363
3364 2010-10-05  Julien Danjou  <julien@danjou.info>
3365
3366         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3367
3368         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3369         (gnus-html-maximum-image-size): Add this function.
3370         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3371
3372         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3373         server-value of the capability is nil.
3374
3375 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * shr.el (shr-tag-em): Add <EM> tag.
3378
3379 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3380
3381         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3382         customizable.
3383
3384         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3385         handing broken links to browse-url.
3386
3387 2010-10-05  Julien Danjou  <julien@danjou.info>
3388
3389         * gnus-util.el (gnus-emacs-completing-read)
3390         (gnus-iswitchb-completing-read): Use autoload rather than require.
3391
3392 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3395         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3396         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3397         iswitchb-temp-buflist for XEmacs.
3398
3399         * gnus-util.el (gnus-completing-read-function): Exclude
3400         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3401         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3402         XEmacs.
3403
3404         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3405         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3406
3407         * gnus-html.el: Don't require help-fns under XEmacs.
3408         (gnus-html-schedule-image-fetching): Work for XEmacs.
3409
3410         * mm-decode.el (mm-shr): Decode contents by charset.
3411
3412 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3415         unknown.
3416
3417         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3418         (shr-get-image-data): Ensure against the cache file missing.
3419
3420         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3421         for data.
3422
3423         * spam-report.el (spam-report-url-ping-plain): Don't query about
3424         killing the process.
3425
3426         * shr.el (shr-render-td): Protect against too-wide text.
3427
3428 2010-10-04  Julien Danjou  <julien@danjou.info>
3429
3430         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3431         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3432
3433         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3434         retrieved.
3435
3436 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * shr.el (browse-url): Require.
3439         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3440         lines.
3441         (shr-show-alt-text, shr-browse-image): New commands.
3442         (shr-browse-url, shr-copy-url): New commands.
3443
3444         * gnus-sum.el (gnus-widen-article-window): New variable.
3445         (gnus-summary-select-article-buffer): Use it.
3446
3447         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3448         without @ signs.
3449
3450 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3451
3452         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3453
3454 2010-10-04  Julien Danjou  <julien@danjou.info>
3455
3456         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3457         for XEmacs.
3458
3459 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3462
3463         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3464         (nnimap-close-server): Implement.
3465
3466         * dgnushack.el (iswitchb): Require to shut up the compiler.
3467
3468         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3469         (shr-insert): Tweak line breaking.
3470         (shr-insert): Handle <pre> better.
3471         (shr-tag-li): Get <li> indentation right.
3472         (shr-tag-li): Get <li> indentation even righter.
3473         (shr-tag-blockquote): Ensure paragraph start.
3474         (shr-make-table): Tweak table generation.
3475         (shr-make-table): Fix typo.
3476
3477         * shr.el: Implement table rendering.
3478
3479 2010-10-04  Julien Danjou  <julien@danjou.info>
3480
3481         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3482
3483 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * shr.el (shr-insert): Use string anchors instead of line anchors.
3486
3487 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3488
3489         * shr.el: Add headings.
3490         (shr-ensure-paragraph): Actually work.
3491         (shr-tag-li): Make <ul> prettier.
3492         (shr-insert): Get white space at the beginning/end of elements right.
3493         (shr-tag-p): Collapse subsequent <p>s.
3494         (shr-ensure-paragraph): Don't insert double line feeds after blank
3495         lines.
3496         (shr-insert): \t is also space.
3497         (shr-tag-s): Fix "s" tag name function.
3498         (shr-tag-s): Fix face prop name.
3499
3500 2010-10-03  Julien Danjou  <julien@danjou.info>
3501
3502         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3503
3504         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3505         gnus-window-inside-pixel-edges.
3506
3507         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3508         gnus-ems.
3509
3510         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3511
3512         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3513         function.
3514
3515         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3516         resize choice.
3517
3518 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3521         beginning of the buffer.
3522
3523         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3524         article buffer again.
3525
3526         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3527
3528         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3529         when it's at the start of the buffer.
3530
3531         * shr.el (shr-tag-blockquote): Convert name.
3532         (shr-rescale-image): Use the right image-size variant.
3533
3534         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3535         buffer isn't shown, then select the current article first instead of
3536         bugging out.
3537         (gnus-summary-select-article-buffer): Show both the article and summary
3538         buffers again.
3539
3540         * shr.el (shr-fontize-cont): Protect against regions with no text.
3541         Rename tag functions to shr-tag-* for enhanced security.
3542         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3543
3544 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3545
3546         * shr.el (shr-insert):
3547         * pop3.el (pop3-movemail):
3548         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3549         loaded.
3550
3551 2010-10-03  Glenn Morris  <rgm@gnu.org>
3552
3553         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3554
3555         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3556
3557         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3558
3559         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3560
3561         * gnus-util.el (gnus-make-local-hook): Simplify.
3562
3563 2010-10-02  Julien Danjou  <julien@danjou.info>
3564
3565         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3566         (gnus-ido-completing-read): New function.
3567         (gnus-emacs-completing-read): New function.
3568         (gnus-completing-read): Use gnus-completing-read-function.
3569         Add gnus-completing-read-function.
3570
3571 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * shr.el (shr-insert-document): Autoload.
3574         (shr-img): Be silent.
3575         (shr-insert): Add a newline after every picture before text.
3576         (shr-add-font): Use overlays for combining faces.
3577         (shr-insert): Pass upwards the text start point.
3578
3579         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3580         possible.
3581         (mm-shr): New function.
3582
3583 2010-10-02  Julien Danjou  <julien@danjou.info>
3584
3585         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3586         should go backward.
3587
3588 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3589
3590         * shr.el (shr): Fix typo in provide call.
3591
3592 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * shr.el: New file.
3595
3596         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3597
3598         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3599         completing read.
3600
3601 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3604         we're being queried about.  Suggested by Dan Jacobson.
3605
3606         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3607         Suggested by Jason Eisner.
3608
3609         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3610         table, too.  Suggested by Stefan Wiens.
3611         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3612         the table unnecessary.  Suggested by Stefan Wiens.
3613
3614         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3615         longer needed, and probably doesn't work either, as pointed out by
3616         Stefan Wiens.
3617         (gnus-summary-exit): Remove call to the clearing function.
3618         (gnus-summary-exit-no-update): Ditto.
3619
3620         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3621         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3622         Reported by Stefan Monnier.
3623         (gnus-summary-save-in-rmail): Ditto.
3624
3625         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3626         article buffer, instead of both the article buffer and the summary
3627         buffer.  Sort of suggested by Dan Jacobson.
3628
3629         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3630
3631         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3632         Suggested by Dan Jacobson.
3633
3634         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3635         documentation clearer.
3636
3637         * message.el (message-shorten-references): Comment on the number "21".
3638         Suggested by Stefan Monnier.
3639
3640         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3641         Suggested by Dan Jacobson.
3642
3643         * gnus.el (gnus-large-newsgroup):
3644         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3645
3646         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3647         externalize attachments.  Bug reported by Steve Wen.
3648
3649         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3650         really message anything to the user.
3651
3652         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3653         directly.
3654
3655         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3656         messages in empty groups.
3657
3658 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3659
3660         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3661         non-UIDNEXT group.
3662
3663 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3666         not the value from the collection.
3667
3668         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3669         values.  This sometimes happens on some groups that have no info.
3670         (nnimap-request-newgroups): New function.
3671
3672 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3675         check into `gnus-registry-initialize'.
3676         (gnus-registry-initialize): Ditto.
3677         Fix and extend header docs.
3678
3679 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3682         regexp backtrace overflows.
3683
3684         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3685         for starttls that tls.el implements; i.e. openssl.
3686
3687         * tls.el (tls-starttls-switches): Give up on using starttls with
3688         gnutls-cli.
3689         (tls-program): Add --insecure to be consistent with the defaults from
3690         openssl s_client.  Now all three commands are insecure.
3691
3692 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * lpath.el: Bind completion-styles-alist for XEmacs.
3695
3696         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3697         (gravatar-create-image): New function that's an alias to
3698         gnus-xmas-create-image, gnus-create-image, or create-image.
3699         (gravatar-data->image): Use it.
3700
3701 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3702
3703         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3704         install the nnregistry refer method.
3705         (gnus-registry-install-hooks): Use it.
3706         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3707         unfollowed groups.
3708
3709 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3710
3711         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3712         expanding threads.
3713
3714 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * nnir.el: Use the server names without suffixes (bug #7009).
3717
3718         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3719         unencrypted to STARTTLS, if possible.
3720
3721 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3722
3723         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3724         headers before superseding.
3725
3726 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * nnrss.el (nnrss-use-local): Add documentation.
3729
3730         * nnimap.el (nnimap-extend-tls-programs): New function.
3731         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3732         (nnimap-wait-for-connection): Accept the greeting from the stupid
3733         output from openssl s_client -starttls, too.
3734
3735         * tls.el (tls-starttls-switches): New variable.
3736         (tls-find-starttls-argument): Use it.
3737         (open-tls-stream): Ditto.
3738
3739         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3740         (netrc-machine): Ditto.
3741
3742         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3743         article number.
3744         (nnimap-split-fancy): New variable.
3745         (nnimap-split-incoming-mail): Use it.
3746
3747         * nntp.el (nntp-server-list-active-group): Document.
3748
3749         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3750         SELECT to get the message-id.
3751
3752         * mail-source.el (mail-sources): Remove webmail support.
3753         (defvar): Ditto.
3754         (mail-source-fetcher-alist): Ditto.
3755         (mail-source-fetch-webmail): Remove.
3756
3757         * webmail.el: Remove -- doesn't seem relevant any more.
3758
3759         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3760
3761         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3762         the \r.
3763
3764 2010-09-30  Julien Danjou  <julien@danjou.info>
3765
3766         * gnus-agent.el (gnus-agent-add-group): Fix call to
3767         gnus-completing-read.
3768
3769 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * nndoc.el (nndoc-retrieve-groups): New function.
3772
3773         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3774         `default', use nnmail-split-methods.
3775         (nnimap-request-article): Downcase the NILs so that they are nil.
3776
3777         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3778         symbol.
3779
3780         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3781         code, since if the user has requested network, that's what they ought
3782         to get.
3783         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3784         (nnimap-split-rule): Mark as obsolete.
3785
3786         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3787         New variable.
3788
3789         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3790         correct slot, too.
3791
3792 2010-09-29  Julien Danjou  <julien@danjou.info>
3793
3794         * gnus.el (gnus-local-domain): Declare variable obsolete.
3795
3796         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3797         Fix history computing.
3798         (gnus-ido-completing-read): Require ido.
3799
3800 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3803         build Gnus.
3804
3805         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3806         when interpreting the structures.
3807         (nnimap-request-accept-article): Add \r\n to the lines to make this
3808         work with Cyrus.
3809
3810         * nndraft.el (nndraft-request-expire-articles): Use the group name
3811         instead if "nndraft".  Fix found by Nils Ackermann.
3812
3813 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3814
3815         * nnregistry.el: Add.
3816
3817 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3818
3819         * nnmail.el (group, group-art-list, group-art):
3820         Remove unneeded directives.
3821
3822 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3825         (mm-mime-charset)
3826         * rfc2047.el (rfc2047-syntax-table)
3827         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3828
3829         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3830         rather than `insert-file-contents' and `eval-region'.
3831
3832         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3833         construction.
3834
3835         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3836
3837         * time-date.el: No need to require cl for Emacs 21.
3838
3839 2010-09-29  Julien Danjou  <julien@danjou.info>
3840
3841         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3842         replacement of `gnus-gravatar-relief' to mimic
3843         `gnus-faces-properties-alist'.
3844         Add :version property.
3845
3846 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * mail-source.el (mail-source-report-new-mail)
3849         * message.el (message-default-mail-headers)
3850         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3851
3852         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3853
3854 2010-09-28  Julien Danjou  <julien@danjou.info>
3855
3856         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3857         mail-address contains the same string as real-name.
3858
3859         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3860         non-blank in header, otherwise it'll get stripped.
3861
3862         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3863         real-name, and then for mail address rather than doing : or , search.
3864
3865 2010-09-27  Julien Danjou  <julien@danjou.info>
3866
3867         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3868         right completing-read function.
3869         (gnus-use-ido): New variable
3870         (gnus-completing-read-with-default): Remove.
3871         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3872         (gnus-agent-add-group):
3873         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3874         * mm-view.el (mm-view-pkcs7-decrypt):
3875         * mm-util.el (mm-codepage-setup):
3876         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3877         * mml-smime.el (mml-smime-openssl-sign-query):
3878         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3879         (mml-insert-multipart):
3880         * gnus-msg.el (gnus-summary-yank-message):
3881         * gnus-int.el (gnus-start-news-server):
3882         * mm-decode.el (mm-interactively-view-part):
3883         * gnus-dired.el (gnus-dired-attach):
3884         * gnus.el (gnus-read-method):
3885         * gnus-bookmark.el (gnus-bookmark-jump):
3886         * gnus-art.el (gnus-mime-view-part-as-type)
3887         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3888         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3889         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3890         * nnmairix.el (nnmairix-create-server-and-default-group)
3891         (nnmairix-update-groups, nnmairix-get-server)
3892         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3893         (nnmairix-get-group-from-file-path):
3894         * nnrss.el (nnrss-find-rss-via-syndic8):
3895         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3896         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3897         (gnus-group-browse-foreign-server):
3898         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3899         (gnus-summary-execute-command, gnus-summary-respool-article)
3900         (gnus-read-move-group-name):
3901         * gnus-score.el (gnus-summary-increase-score)
3902         (gnus-summary-score-effect):
3903         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3904
3905 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3908         x-focus-frame.
3909
3910         * nnimap.el (auth-source-forget-user-or-password)
3911         (auth-source-user-or-password): Autoload.
3912
3913         * message.el (message-from-style, message-interactive)
3914         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3915         (message-yank-prefix, message-indentation-spaces, message-signature)
3916         (message-signature-file): Add comment.
3917
3918 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3921         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3922         new articles.
3923
3924         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3925         parts.
3926         (nnimap-request-article): Work with the t setting, too.
3927
3928         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3929         that you don't get flashes of other buffers.
3930         (gnus-summary-show-complete-article): Intern before setting.
3931
3932 2010-09-27  David Engster  <dengste@eml.cc>
3933
3934         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3935         well as HEADERS.
3936         (nnmairix-retrieve-headers): Provide new argument for the above.
3937
3938 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-sum.el (gnus-summary-move-article): Don't alter
3941         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3942         group.
3943
3944         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3945
3946         * message.el (message-cite-prefix-regexp): Revert my last edit.
3947
3948         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3949         variable instead of the Gnus variable.
3950
3951         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3952
3953         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3954
3955         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3956         since some servers don't like it.
3957         (nnimap-open-connection): Forget credentials if the server says the
3958         password was wrong.
3959         (nnimap-parse-line): Protect against invalid data.
3960
3961         * gnus-sum.el (gnus-summary-move-article): Add comment.
3962         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3963         nothing alters it while scanning for new messages.
3964
3965         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3966         which may or may not help.
3967         (nnimap-open-connection): If we're doing a stream connection, and then
3968         discover we're on a STARTTLS-capable server, then open a STARTTLS
3969         connection instead.
3970
3971 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972
3973         * nnimap.el (utf7): Require.
3974
3975         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3976         prefix.
3977
3978 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3979
3980         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3981
3982 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * nnimap.el (nnimap-request-accept-article): Message the error on
3985         error.
3986
3987 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3990
3991 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * nndoc.el (nndoc-request-list): Return success always.
3994
3995         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3996         `fetch-old' -- we only want to fetch the articles we've requested.
3997         The rest are in the agent, probably.
3998         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3999         disappeared server" to something low.  It's not important.
4000
4001         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4002         arrived before the FETCH data.
4003
4004         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4005         target here, because we don't know the Gnus name of the group.
4006
4007         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4008         for the correct group.
4009
4010         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4011
4012         * gnus.el (gnus): Give a final warning after startup.
4013
4014         * gnus-util.el (gnus-action-message-log): New variable.
4015         (gnus-message): Use it.
4016         (gnus-final-warning): New function.
4017
4018         * nnimap.el (nnimap-open-connection): Record the greeting.
4019         (nnimap): Add greeting.
4020
4021 2010-09-26  Julien Danjou  <julien@danjou.info>
4022
4023         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4024         arguments.
4025         (gnus-html-wash-images): Fix spec computing to include start/end.
4026
4027         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4028
4029 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4032         deletion.
4033         (nnimap-retrieve-headers): Don't select the group, because that's
4034         already done by nnimap-possibly-change-group.
4035
4036         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4037         (gnus-picon-transform-address): Use it.
4038
4039         * mail-source.el (mail-source-value): Revert previous patch.
4040
4041         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4042         on failure.
4043         (nnimap-open-connection): Look up both virtual and physical server name
4044         credentials.
4045
4046         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4047
4048 2009-02-07  Dave Love  <fx@gnu.org>
4049
4050         * tls.el (open-tls-stream): Don't query killing process.
4051
4052 2009-02-08  Dave Love  <fx@gnu.org>
4053
4054         * gnus-win.el (gnus-window-to-buffer-helper)
4055         (gnus-all-windows-visible-p): Function needn't be a symbol.
4056
4057         * mail-source.el (mail-source-value): Function needn't be a symbol.
4058
4059 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * message.el (message-cite-prefix-regexp): Remove } from the cite
4062         prefix.
4063
4064         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4065         highlight again, so that the highlight is correct.
4066
4067         * gnus-picon.el (gnus-picon): Remove again.
4068         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4069
4070         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4071         doing the header highlightling, so that the background colour of the
4072         picon is correct.
4073
4074         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4075         (gnus-picon): Ditto.
4076         (gnus-picon): Reinstate.  The background colour for picons is white.
4077         (gnus-picon-insert-glyph): Make the background white.
4078
4079         * nnml.el (nnml-open-nov): Don't return dead buffers.
4080
4081         * auth-source.el (auth-source-create): Query the user for whether to
4082         store the credentials.
4083
4084         * netrc.el (netrc-store-data): New function.
4085
4086         * auth-source.el (auth-source-user-or-password): Use the existing auth
4087         sources, if any, for creation.
4088
4089         * gnus.el (gnus-group-fast-parameter): Return the last matching
4090         parameter instead of the first matching parameter.
4091
4092 2010-09-26  Julien Danjou  <julien@danjou.info>
4093
4094         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4095
4096 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * mml2015.el (mml2015-use): Remove gpg support.
4099
4100         * mml1991.el (mml1991-function-alist): Remove gpg function.
4101         (mml1991-gpg-sign): Remove.
4102
4103 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4104
4105         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4106         (gnus-browse-unsubscribe-current-group): Document it.
4107         (gnus-browse-unsubscribe-group): Use it.
4108
4109 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4112         address to the To list for easier response.
4113
4114         * gnus.el (gnus-play-startup-jingle): Remove.
4115         (gnus-splash): Don't play jingle.
4116         (gnus): Silence gnus-load message.
4117
4118         * gnus-art.el (gnus-treat-play-sounds): Remove.
4119
4120         * gnus.el (gnus-play-jingle): Remove audio support.
4121
4122         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4123
4124         * earcon.el: Remove -- no users.
4125
4126         * gnus-audio.el: Remove -- no users of this package.
4127
4128         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4129
4130         * gnus-start.el (gnus-setup-news): Remove nocem support.
4131
4132         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4133
4134         * gnus.el (gnus-use-nocem): Remove.
4135
4136         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4137         Remove.
4138
4139         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4140         uses NoCeM any more.
4141
4142         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4143         (gnus-button-ctan-handler): Ditto.
4144         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4145         (gnus-button-ctan-directory-regexp): Ditto.
4146         (gnus-button-handle-ctan): Ditto.
4147         (gnus-button-tex-level): Ditto.
4148         (gnus-button-alist): Remove CTAN stuff.
4149
4150 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4153         nnimap-streaming test.
4154
4155         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4156         servers twice.
4157
4158         * nnimap.el (nnimap-open-connection): Add more error reporting when
4159         nnimap fails early.
4160
4161         * nnheader.el (nnheader-get-report-string): New function.
4162         (nnheader-get-report): Use it.
4163
4164         * gnus-int.el (gnus-check-server): Say what the error was when opening
4165         failed.
4166
4167         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4168         using streaming.
4169
4170 2010-09-25  Julien Danjou  <julien@danjou.info>
4171
4172         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4173         gnus-window-inside-pixel-edges.
4174
4175 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176
4177         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4178
4179         * mm-decode.el (mm-save-part): Allow saving to other directories the
4180         normal Emacs way.
4181
4182         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4183         Suggested by Jay Berkenbilt.
4184
4185         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4186         there isn't a single byte.
4187
4188         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4189         just do it.  It doesn't really seem to matter what the user responds
4190         here, I think, so it's just a confusing question.
4191
4192         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4193         non-streaming case.
4194
4195         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4196         (gnus-article-encrypt-body): Use it.
4197
4198         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4199         keystroke.
4200
4201         * nnimap.el (nnimap-find-wanted-parts-1):
4202         Use gnus-fetch-partial-articles.
4203
4204         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4205
4206         * nnimap.el (nnimap-insert-partial-structure): New function.
4207         (nnimap-get-partial-article): New function.
4208         (nnimap-request-article): Use it.
4209         (nnimap-wait-for-response): Return whether the wait was successful.
4210         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4211         retrieval wasn't successful.
4212         (nnimap-retrieve-group-data-early): Allow throttling servers.
4213         (nnimap-streaming): New variable.
4214         (nnimap-fetch-partial-articles): Remove.
4215
4216         * mm-decode.el (mm-with-part): Protect against killed buffers.
4217
4218         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4219         for prettier summary display.
4220
4221 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4222
4223         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4224
4225 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4228         apparently third-party libraries depend on it.
4229
4230         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4231         before starting negotiation.
4232
4233         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4234         privacy reasons.
4235         (gnus-treat-mail-gravatar): Ditto.
4236
4237         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4238         buffer when inserting images.  Inserting text into the headers, for
4239         instance, can make them invalid.
4240
4241 2010-09-25  Julien Danjou  <julien@danjou.info>
4242
4243         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4244         variables.
4245
4246         * nnheader.el: Remove useless variables news-reply-yank-from and
4247         news-reply-yank-message-id.
4248
4249         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4250         variables.
4251
4252         * mml1991.el: Remove useless mml1991-verbose.
4253
4254         * gnus.el: Remove useless variable gnus-use-generic-from.
4255         Remove obsolete variable gnus-topic-indentation.
4256
4257         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4258
4259         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4260
4261         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4262
4263         * gnus-group.el: Remove useless gnus-group-icon-cache.
4264         Remove useless gnus-ephemeral-group-server.
4265
4266         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4267
4268         * mml2015.el: Remove useless mml2015-verbose.
4269
4270         * mml-smime.el: Remove useless mml-smime-verbose.
4271
4272         * gnus.el: Remove useless gnus-local-domain.
4273
4274         * gnus-gravatar.el (gnus-gravatar-transform-address):
4275         Use gnus-gravatar-size.
4276
4277         * gnus-art.el: Remove useless gnus-treat-translate.
4278
4279 2010-09-24  Julien Danjou  <julien@danjou.info>
4280
4281         * gnus-sum.el: Add support for Gravatars.
4282
4283         * gnus-art.el: Add support for Gravatars.
4284
4285         * gnus-gravatar.el: Add this file.
4286
4287         * gravatar.el: Add this file.
4288
4289 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4292
4293         * gnus-group.el (gnus-group-fetch-faq): Remove.
4294
4295         * gnus.el (gnus-group-faq-directory): Remove.
4296
4297         * gnus-group.el (gnus-group-fetch-charter): Remove.
4298
4299         * gnus.el (gnus-group-charter-alist): Remove.
4300
4301         * gnus-group.el (gnus-group-archive-directory): Remove.
4302         (gnus-group-recent-archive-directory): Ditto.
4303         (gnus-group-make-archive-group): Remove.
4304
4305         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4306
4307         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4308         use the same article number for all the cached articles.
4309
4310         * nnimap.el (nnimap-command): Register the last command time so
4311         that we can use it for idling NOOPs.
4312         (nnimap-open-connection): Start the keeplive timer.
4313         (nnimap-make-process-buffer): Store all the process buffers.
4314         (nnimap-keepalive): New function.
4315
4316         * starttls.el (starttls-open-stream): Add autoload cookie.
4317
4318 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4319
4320         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4321         handling.
4322
4323 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4326         its data structures.
4327
4328         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4329         instead of the cl.el copy-list.
4330         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4331         equalp.
4332
4333 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4336         and tool-bar-local-item-from-menu.
4337
4338         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4339         mode-line-highlight face for Emacs.
4340
4341         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4342         loading gnus-sum.elc; fix comment for canlock-verify.
4343         (gnus-article-jump-to-part): Use read-number.
4344         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4345         Remove Emacs pre-21 compatible code for help-echo.
4346         (gnus-article-next-page-1): No need to adjust the number of lines.
4347         (gnus-article-describe-bindings): Always use help-buffer.
4348
4349         * gnus-audio.el (gnus-audio-inline-sound)
4350         * gnus-cus.el (gnus-custom-mode)
4351         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4352
4353         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4354
4355         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4356         compatible code.
4357
4358 2010-09-24  Glenn Morris  <rgm@gnu.org>
4359
4360         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4361         visiting the fcc file in rmail-mode.
4362
4363         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4364
4365 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * nnir.el: Silence the byte compiler.
4368
4369         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4370         alias to browse-url-url-encode-chars if any.
4371         (gnus-html-encode-url): Use it.
4372
4373 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-start.el (gnus-use-backend-marks): New variable.
4376         (gnus-get-unread-articles-in-group): Use it.
4377
4378         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4379         makeover.
4380
4381 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4382
4383         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4384
4385 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4388         Remove.
4389         (gnus-setup-news-hook):
4390         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4391
4392         * gnus-int.el (gnus-request-update-info): Protect against backends not
4393         having the function.
4394
4395         * nnimap.el (nnimap-stream): Mention starttls.
4396         (nnimap-open-connection): Add starttls support.
4397
4398 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4399
4400         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4401
4402 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4405         BODYSTRUCTUREs.
4406         (nnimap-transform-headers): Unfold quoted {42} headers.
4407
4408         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4409         the info.
4410         (gnus-get-unread-articles): Only call updatep on backends that support
4411         it.
4412
4413         * nnweb.el (nnweb-request-update-info): NOOP.
4414
4415         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4416
4417         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4418         since it only deals with marks.
4419
4420         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4421         gnus-request-marks, and make a new gnus-request-update-info.
4422
4423         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4424         the active instead of the high number, which is usually too low.
4425
4426 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4427
4428         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4429         * encrypt.el: Remove.
4430
4431 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4434         server in symbolic form.
4435
4436         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4437
4438 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4441         (nnimap-update-info): Fix up code slightly.
4442
4443         * gnus-int.el (gnus-open-server): Add tracing for performance
4444         debugging.
4445
4446         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4447         (gnus-group-insert-group-line): Pass the real group name so that it
4448         gets the right data.
4449
4450         * gnus-start.el (gnus-get-unread-articles): Don't have
4451         `gnus-get-unread-articles-in-group' update info, since that can be
4452         really slow and doesn't seem to be needed?
4453
4454 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4455
4456         * time-date.el (date-to-time): Try using parse-time-string first before
4457         using the slower timezone-make-date-arpa-standard.
4458
4459 2010-09-22  Julien Danjou  <julien@danjou.info>
4460
4461         * gnus-group.el (gnus-group-insert-group-line):
4462         Call gnus-group-highlight-line.
4463         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4464         default hook list.
4465         (gnus-group-update-eval-form): Add new function.
4466         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4467         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4468
4469 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470
4471         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4472         immediate, then expire all articles.
4473         (nnimap-update-info): Fix off-by-one errors.
4474         (nnimap-flags-to-marks): Would return no marks lists for group with no
4475         flags.  Instead return the other data.
4476
4477 2010-09-22  Julien Danjou  <julien@danjou.info>
4478
4479         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4480         Only return an icon.
4481         (gnus-group-insert-group-line): Compute icon to return.
4482
4483         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4484         (gnus-html-image-fetched): Only cache if
4485         gnus-html-image-automatic-caching is set.
4486         (gnus-html-image-fetched): Check for errors.
4487
4488 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489
4490         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4491         once per method on `g'.  This ensures that backends like nnfolder don't
4492         open all their folders.
4493
4494         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4495         (nnimap-request-list): Nix out group in the correct buffer.
4496         (nnimap-parse-flags): Implement by using `read' instead of
4497         hand-parsing.
4498         (nnimap-flags-to-marks): Pass on permanent-flags.
4499         (nnimap-make-process-buffer): Record the server name.
4500         (nnimap-parse-flags): Fix typo.
4501         (nnimap-request-scan): Run split on the server in general, not just a
4502         single group.
4503
4504         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4505         parameter, and propagate this downwards.
4506
4507         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4508         since EXAMINE changes it on the server.
4509
4510         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4511         this command might take a while.
4512
4513 2010-09-22  Julien Danjou  <julien@danjou.info>
4514
4515         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4516         harmful if you have 2 images side-by-side, they can't be properly
4517         update on text deletion.  Using text-property is safer here.
4518         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4519         data.
4520
4521 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * nnimap.el (nnimap-expunge-inbox): Remove.
4524         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4525         (nnimap-expunge): Flip default to t.
4526
4527         * gnus.el (gnus-method-to-server): Don't push things to the cache
4528         unless it's unique.
4529         (gnus-server-to-method): Ditto.
4530
4531 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4534
4535 2010-09-22  Julien Danjou  <julien@danjou.info>
4536
4537         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4538         get the start of data.
4539         (gnus-html-encode-url): Add this function to encode special chars in
4540         URL.
4541         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4542         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4543
4544         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4545         default.
4546         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4547
4548         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4549         images alt-text.
4550         (gnus-html-put-image): Put alt-text as help-echo.
4551
4552 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4555         * mm-util.el (mm-decompress-buffer)
4556         * nnir.el (nnir-run-find-grep)
4557         * pop3.el (pop3-list): Use 3rd arg of split-string.
4558
4559         * time-date.el (format-seconds): Comment fix.
4560
4561         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4562         and byte-optimize-form-code-walker.
4563         (dgnushack-make-auto-load): Don't advise make-autoload.
4564
4565         * lpath.el: Remove Emacs 21 stuff.
4566
4567 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4570         outside the active range.  Suggested by Dan Christensen.
4571
4572         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4573         slightly later to avoid double-getting it.
4574
4575         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4576         previous patch.
4577
4578         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4579
4580 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4581
4582         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4583
4584 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * gnus-int.el (gnus-open-server): Give a better error message in the
4587         "go offline" case.
4588
4589         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4590         marks for nnimap, which is seldom the right thing to do.
4591
4592         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4593         (gnus-same-method-different-name): New function.
4594
4595         * nnimap.el (parse-time): Require.
4596
4597         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4598         method in the presence of many similar methods.
4599
4600         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4601
4602         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4603         nnml-inhibit-expiry.
4604
4605         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4606         find out whether methods are equal.
4607
4608         * nnimap.el (nnimap-find-expired-articles): New function.
4609         (nnimap-process-expiry-targets): New function.
4610         (nnimap-request-move-article): Request the article before looking at
4611         what the Message-ID is.  Fix found by Andrew Cohen.
4612         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4613
4614         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4615         for oldness in addition to being a predicate.
4616
4617         * nnimap.el (nnimap-request-group): When we have zero articles, return
4618         the right data to Gnus.
4619         (nnimap-request-expire-articles): Only delete articles immediately if
4620         the target is 'delete.
4621
4622         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4623         method, this would bug out.
4624
4625         * gnus-group.el (gnus-group-expunge-group): Rename from
4626         gnus-group-nnimap-expunge, and implemented as a normal interface
4627         function.
4628
4629         * gnus-int.el (gnus-request-expunge-group): New function.
4630
4631         * nnimap.el (nnimap-request-create-group): Implement.
4632         (nnimap-request-expunge-group): New function.
4633
4634 2010-09-21  Julien Danjou  <julien@danjou.info>
4635
4636         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4637         (gnus-html-cache-expired): Add new function.
4638         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4639         wethever we should display image for fetch it.
4640         Compute alt-text earlier to pass it to the fetching function too.
4641         (gnus-html-schedule-image-fetching): Change function argument to only
4642         get one image at a time, not a list.
4643         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4644         cache.
4645         (gnus-html-get-image-data): New function to retrieve image data from
4646         cache.
4647         (gnus-html-put-image): Change buffer argument to use image data rather
4648         than file, and place image above region rather than inserting a new
4649         one.  Do not take alt-text as argument, since it's useless now: we place
4650         the image above alt-text.
4651         (gnus-html-prune-cache): Remove.
4652         (gnus-html-show-images): Start to fetch image when we find one, do not
4653         push into a temporary list.
4654         (gnus-html-prefetch-images): Only fetch image if they have expired.
4655         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4656         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4657
4658 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4661
4662 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4665         spec inser "*" if the group isn't active instead of 0.
4666
4667         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4668         opening the server.
4669         (nnimap-request-delete-group): Implement group deletion.
4670         (nnimap-transform-headers): Return the size of the entire message in
4671         the Bytes header, not just the size of the first part.
4672         (nnimap-request-move-article): When moving an article from nnimap,
4673         request the article first so the accepting form has an article to
4674         accept.  Reported by Dan Christensen.
4675         (nnimap-command): Make sure that the error message doesn't error out.
4676
4677 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4678
4679         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4680         we haven't requested anything.
4681
4682 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4685         "".  Fix found by Andrew Cohen.
4686
4687         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4688         instead of -encode-string.
4689
4690 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4693
4694         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4695         by mm-subst-char-in-string.
4696
4697 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4700         waiting for the connection string.
4701
4702         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4703         arriving.
4704
4705         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4706         bogus characters.  This allows selecting certain Gmail groups.
4707
4708         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4709         (nnimap-fetch-partial-articles): New variable.
4710         (nnimap-open-connection): When looking for credentials, also use the
4711         nnimap-server-port.
4712         (nnimap-request-article): Return the group/article number, so that Gnus
4713         `^' works as expected.
4714         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4715
4716         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4717         comments.
4718         (gnus-methods-sloppily-equal): New function.
4719         (gnus): When using the development version of Gnus, load the gnus-load
4720         file.
4721
4722         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4723         `gnus-open-server' on each method before trying to scan them etc.
4724         This ensures that all the backend parameters are set correctly.
4725
4726         * nnimap.el (nnimap-authenticator): New variable.
4727         (nnimap-open-connection): Allow anonymous login.
4728         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4729         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4730
4731         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4732         patch, found by Knut Anders Hatlen.
4733
4734 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4735
4736         * gnus-agent.el (gnus-agent-batch-confirmation)
4737         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4738         to gnus-message.
4739         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4740         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4741         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4742         * gnus-int.el (gnus-open-server): Likewise.
4743         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4744         (gnus-score-check-syntax): Likewise.
4745         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4746         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4747         Likewise.
4748         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4749
4750 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4753         calling conventions so that prefetch doesn't bug out.
4754
4755 2010-09-19  Julien Danjou  <julien@danjou.info>
4756
4757         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4758         rather than `subst-char-in-region' in order to be able to replace ASCII
4759         char by UTF-8 ones.
4760
4761         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4762         than curl.
4763         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4764         the right URL and ALT text on images.
4765         (gnus-html-wash-tags): Fix tag case.
4766         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4767         (gnus-article-html): Add -o display_ins_del=2 option.
4768         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4769
4770 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4773         the extra mail headers, which sometimes seem to happen for unknown
4774         reasons.
4775
4776         * mail-parse.el (mail-header-encode-parameter): Define as
4777         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4778         (or most, perhaps?) mail readers don't understand the latter, but do
4779         understand the former.
4780
4781         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4782         to nil, so that no methods are automatically agentized.  I think this
4783         is probably what most users want.
4784
4785         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4786         from url-retrieve, for instance about invalid URLs.
4787
4788         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4789         groups that have no articles.
4790         (nnimap-request-article): Check that we really got an article when we
4791         requested one.
4792
4793         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4794         doesn't exist.
4795
4796         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4797         nntp buffer so the agent can save it.
4798         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4799         that CRLF doesn't get translated to \n.
4800         (nnimap-open-connection): Don't make 'shell commands only send \n.
4801
4802 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4803
4804         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4805         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4806         Update var name.
4807         (nnml-generate-nov-file): Use dolist.
4808         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4809         Use with-current-buffer.
4810
4811 2010-09-18  Julien Danjou  <julien@danjou.info>
4812
4813         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4814         parallel.
4815
4816 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4819         the range update right.
4820         (nnimap-request-group): Don't make `M-g' bug out on group with no
4821         marks.
4822         (nnoo): Require, so that other packages can require nnimap.
4823         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4824         command we're looking for.  This helps when the server sends more
4825         responses after we've gotten everything we expected.
4826         (nnimap): Add a `newlinep' field to keep track of end-of-line
4827         conventions.
4828         Don't send CRLF to things that don't want it.
4829         (nnimap-request-accept-article): Ditto.
4830
4831 2010-09-18  Julien Danjou  <julien@danjou.info>
4832
4833         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4834         than curl to retrieve images.
4835
4836 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4839         the marks.
4840         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4841         (nnimap-wait-for-connection): New function.
4842         (nnimap-open-connection): If we have PREAUTH, don't query for login
4843         credentials.
4844         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4845         when doing a partial update.
4846
4847 2010-09-18  Julien Danjou  <julien@danjou.info>
4848
4849         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4850         tags.
4851
4852 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * nnimap.el (nnimap-credentials): New function.
4855         (nnimap-open-connection): Use the new function to look for credentials
4856         also on the numeric equivalents of "imap" and "imaps".
4857
4858         * gnus-start.el (gnus-activate-group): Send the info to
4859         gnus-request-group.
4860
4861         * nnimap.el (nnimap-request-group): Have the "check" version of the
4862         function parse flags and update the info, so that a `M-g' get a total
4863         resync of all flags from the group.
4864
4865         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4866         to allow backends to alter the info on group selection.  Also alter all
4867         the backend -request-group functions to take the parameter.
4868
4869         * nnimap.el (nnimap-store-info): New function.
4870         (nnimap-update-info): Store the info for later usage.
4871         (nnimap-request-group): Use the stored info for the dont-check case, so
4872         that we don't retrieve all marks when we enter a group.
4873
4874         * nnimap.el: Use deffoo instead of defun for interface functions.
4875
4876         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4877         update the group info.  This makes the nndraft groups, for instance, go
4878         back to their old behaviour.
4879
4880         * gnus-sum.el (gnus-select-newsgroup): Indent.
4881
4882         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4883         in.
4884         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4885         nothing.
4886
4887         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4888         from methods that are denied.
4889
4890         * gnus-int.el (gnus-method-denied-p): New function.
4891
4892         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4893         store the password instead of netrc.
4894         (nnimap-open-connection): Don't error out when we can't make a
4895         connections.
4896
4897         * auth-source.el (auth-source-create): In the password prompt, say what
4898         we're querying for.  Also prompt for user name if that hasn't been
4899         given.
4900
4901         * nnimap.el (nnimap-with-process-buffer): Remove.
4902
4903 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4906         method when we're reading from the agent.
4907
4908         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4909
4910         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4911         that's probably most useful for users.
4912
4913         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4914         "failed" all the time.
4915
4916         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4917         ...)) with (with-current-buffer ... ).
4918
4919         * nntp.el (nntp-open-server): Return whether the open was successful or
4920         not.
4921
4922         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4923         select an unread unseen article first.
4924
4925         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4926         /etc/services, supply some sensible port defaults.
4927
4928         * dgnushack.el: Define netrc-credentials.
4929
4930 2010-09-17  Julien Danjou  <julien@danjou.info>
4931
4932         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4933
4934 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4935
4936         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4937         doesn't have any parameters.
4938
4939 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4942         only upcased checks.
4943
4944         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4945
4946         * nnimap.el (nnimap-open-shell-stream): New function.
4947         (nnimap-open-connection): Use it.
4948         (nnimap-transform-headers): Get the number of lines in each message.
4949         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4950         number of lines.
4951         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4952         problem.
4953
4954         * utf7.el (utf7-encode): Autoload.
4955
4956         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4957         to allow the mail splitting to not return a default group.  This is
4958         useful for nnimap, which will leave unmatched mail in the inbox.
4959
4960         * nnimap.el: Rewritten.
4961
4962         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4963         nnimap usage.
4964
4965         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4966         if the move is internal, so that nnimap can do fast internal moves.
4967
4968         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4969         data.
4970         (gnus-read-active-for-groups): Support finishing the early retrieval of
4971         data.
4972
4973         * gnus-range.el (gnus-range-nconcat): New function.
4974
4975         * gnus-int.el (gnus-finish-retrieve-group-infos)
4976         (gnus-retrieve-group-data-early): New functions.
4977
4978 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4979
4980         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4981         (nnrss-retrieve-groups):
4982         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4983         (pop3-quit): Use with-current-buffer.
4984
4985 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4988         instead of nnheader-accept-process-output.
4989
4990         * dgnushack.el (dgnushack-compile): Add comment.
4991
4992         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4993
4994         * gnus-html.el (gnus-html-schedule-image-fetching)
4995         (gnus-html-prefetch-images): Replace process-kill-without-query by
4996         gnus-set-process-query-on-exit-flag.
4997
4998 2010-09-16  Romain Francoise  <romain@orebokech.com>
4999
5000         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5001
5002 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5005         parameter to unintern is mandatory-ish in Emacs 24.
5006
5007         * gnus-html.el (gnus-html-schedule-image-fetching)
5008         (gnus-html-prefetch-images): Check for curl before using it.
5009
5010         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5011         depend on curl, which isn't essential.
5012
5013         * imap.el: Revert back to version
5014         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5015         seem problematic.
5016
5017 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5018
5019         * gnus-registry.el (gnus-registry-install-shortcuts):
5020         Explicitly pass `obarray' to `unintern' to avoid a warning.
5021
5022 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5025         change.
5026
5027         * nnrss.el (nnrss-request-list): Remove this function and related
5028         functions, including the moreover stuff.
5029
5030 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * nnrss.el (nnrss-retrieve-groups): New function.
5033
5034 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5035
5036         * .dir-locals.el: Add no-byte-compile cookie.
5037
5038 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * time-date.el (format-seconds): Comment fix.
5041
5042         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5043         for back end that doesn't support request-scan.
5044
5045 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5048         then do request scans from the backends.
5049
5050         * netrc.el (netrc-credentials): New conveniency function.
5051
5052         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5053         avoid running a hook per line, since this takes a lot of time,
5054         profiling shows.
5055         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5056         directly if gnus-visual-p is true.
5057
5058 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5061         groups; replace mapcar with dolist which is a bit faster; pass groups
5062         info to gnus-read-active-file-1.
5063         (gnus-read-active-file-1): Scan only specified groups if the new
5064         optional arg `infos' is given.
5065
5066 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5069
5070         * pop3.el (pop3-movemail): Remove.
5071         (pop3-streaming-movemail): Rename to pop3-movemail.
5072
5073         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5074         don't restrict end-tag searches to the end of the line.
5075
5076 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5079         articles of every unchecked group to t, which means unknown since the
5080         server has never been opened.
5081
5082 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * gnus-html.el (gnus-html-show-alt-text): New command.
5085         (gnus-html-browse-image): Ditto.
5086         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5087         to browse the image directly.
5088         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5089         better.
5090
5091         * gnus-async.el (gnus-async-article-callback):
5092         Call `gnus-html-prefetch-images' unconditionally.
5093
5094         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5095         before feeding URLs to curl.
5096
5097 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5100         internal images as deletable by `W D D'.
5101
5102         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5103         (gnus-async-article-callback): Fix typo.
5104
5105 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5108         current line to work around bugs in the output from w3m.
5109
5110         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5111         for groups that want that.
5112
5113         * nntp.el (nntp-wait-for-string): Supply a timeout for
5114         accept-process-output to ensure progress.
5115
5116         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5117         level to get unread articles from, then use that for foreign groups,
5118         too.
5119
5120         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5121         confuses the rest of the function.
5122
5123         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5124         for the methods that support -retrieve-groups, too.
5125
5126         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5127
5128 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5131         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5132
5133         * pop3.el: Require cl when compiling.
5134         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5135
5136 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5139         that aren't going to be activated.
5140         (gnus-get-unread-articles): Fix up the last commit.
5141
5142         * gnus-html.el (gnus-article-html): Allow calling without specifying
5143         the handle.  In that case, dissect the buffer first.
5144
5145         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5146
5147         * nnimap.el (nnimap-open-connection): Revert the change that would look
5148         into authinfo for imaps instead of imap.
5149
5150         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5151         say that you don't want to call gnus-request-group with don-check, but
5152         do check the reponse.  This is for virtual groups only.
5153         (gnus-get-unread-articles): Count the archive groups as secondary, so
5154         that they're activated the same way as before.
5155
5156         * imap.el (imap-message-map): Removed optional buffer parameter, since
5157         no callers use it.
5158         (imap-message-get): Ditto.
5159         (imap-message-put): Ditto.
5160         (imap-mailbox-map): Ditto.
5161         (imap-mailbox-put): Ditto.
5162         (imap-mailbox-get): Ditto.
5163         (imap-mailbox-get): Revert last change for this function.
5164
5165         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5166         case-insensitively.
5167         (nnimap-debug): Remove.
5168
5169         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5170         to use `imap-fetch' instead.  According to the comments, this should be
5171         safe, since all other IMAP clients use the 1:* syntax.
5172         (imap-enable-exchange-bug-workaround): Removed.
5173         (imap-debug): Removed -- doesn't seem very useful.
5174
5175         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5176         mail from a file, and the file doesn't exist.
5177
5178         * imap.el (imap-log): New convenience function used throughout instead
5179         of repeating the same code all over the place.
5180
5181         * pop3.el (pop3-streaming-movemail): Return t for success.
5182
5183         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5184         .authinfo if we're using ssl connection.
5185
5186         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5187         already have if we're in a main Gnus `g' run.
5188
5189         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5190
5191 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5194
5195         * nnmh.el (nnmh-request-list-1): Bind `file'.
5196
5197         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5198         alias to set-process-query-on-exit-flag or process-kill-without-query.
5199         (pop3-open-server): Use it.
5200
5201 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202
5203         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5204         box to the Incoming file.  Fixes mistake in previous checkin.
5205
5206         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5207         request loop (for debugging purposes) removed.
5208
5209         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5210         culprit is more visible.
5211         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5212         (nnml-add-incremental-nov): New functions to do "incremental" nov
5213         updates, where we just append to the end of the existing nov files
5214         without reading/writing them in full.
5215
5216         * mail-source.el (mail-source-delete-crash-box): Really only check the
5217         incoming files once in a while.
5218
5219         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5220
5221         * mail-source.el (mail-source-delete-crash-box): Only check the
5222         incoming files for deletion once per day to save a lot of file
5223         accesses.
5224
5225         * pop3.el (pop3-logon): Fix up unbound variable typo.
5226
5227         * mail-source.el (pop3-streaming-movemail): Autoload.
5228
5229         * pop3.el (pop3-streaming-movemail):
5230         Respect pop3-leave-mail-on-server.
5231
5232         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5233         retrieval.
5234
5235         * pop3.el (pop3-process-filter): Remove unused function.
5236         (pop3-streaming-movemail, pop3-send-streaming-command)
5237         (pop3-wait-for-messages, pop3-write-to-file)
5238         (pop3-number-of-responses): New functions for streaming pop3
5239         retrieval.
5240
5241         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5242         come from no known methods.
5243         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5244         list.
5245
5246         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5247         message sizes.
5248         (pop3-movemail): Use erase-buffer instead of looping and deleting
5249         regions, which seems rather odd.
5250
5251         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5252         file once per `g' run.
5253
5254         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5255         directories.  This makes the draft queue directory work.
5256
5257         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5258         data from the backends, so that we only request the list of groups from
5259         each method once.  This should speed things up considerably.
5260
5261         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5262         detect that it's not implemented.
5263
5264         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5265         we actually do recurse down into the tree, but don't stat all leaf
5266         nodes.
5267
5268         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5269         then say so instead of bugging out.
5270
5271         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5272         files exist before trying to read them.
5273
5274         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5275         around <pre_int>.
5276
5277         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5278
5279         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5280
5281 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * mm-util.el (mm-image-load-path): Just return the image directories,
5284         not all directories in the path in addition to the image directories.
5285         (mm-image-load-path): Maintain a cache of the image directories so that
5286         the `g' command in Gnus doesn't have to stat dozens of directories each
5287         time.
5288
5289         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5290         (gnus-html-wash-tags): Add a new `i' command to insert images.
5291         (gnus-html-insert-image): New command and keystroke.
5292         (gnus-html-redisplay-with-images): New command and keystroke.
5293         (gnus-html-show-images): Rename command.
5294         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5295         spacers.
5296         (gnus-html-wash-tags): Decode entities at the end, so that entities
5297         inside the tags don't mess up the rest of the "parsing".
5298
5299         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5300         so that nnimap methods aren't agentized by default.  There's apparently
5301         many problems related to agent/imap behaviour.
5302
5303         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5304
5305         * gnus-html.el: Doc fix.
5306
5307 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5310         specifier-spec-list for Emacs 21.
5311
5312         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5313         glyph-width and glyph-height instead of display-graphic-p and
5314         image-size; make avoidance of displaying small images work for XEmacs.
5315
5316         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5317         for XEmacs.
5318
5319         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5320         of symbol that holds plist data.
5321         (gnus-process-plist): Remove plist of process after getting it.
5322
5323 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * message.el (message-generate-hashcash): Change default to
5326         'opportunistic if hashcash is installed.
5327
5328         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5329         (gnus-html-put-image): Only call image-size once, since it's somewhat
5330         time-consuming on remote X servers.
5331
5332 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5335         type on data, not a file name.
5336
5337         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5338         window-pixel-edges for Emacs 21.
5339
5340         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5341         decoded contents.
5342         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5343
5344 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345
5346         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5347         group line format, since it isn't very interesting.
5348
5349         * gnus-agent.el (gnus-agent-short-article),
5350         (gnus-agent-long-article): Increase values for these two variables,
5351         since most people are likely to have more network connection and
5352         storage than before.
5353
5354         * gnus.el (gnus-refer-article-method): Change default to 'current.
5355         When referring an article, the common behaviour is to refer it from the
5356         current select method, not the native select method.  The chances of
5357         the native select method having the message in question is rather slim
5358         these days.
5359
5360         * gnus-sum.el (gnus-auto-select-subject): Change default to
5361         `unseen-or-unread'.  I think it's likely that most people want to
5362         select an unseen article over a previously seen, but unread one.
5363
5364         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5365         means that in the article buffer none of the minor mode elements will
5366         be shown, usually, and this is not desirable in most cases.
5367
5368         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5369         that commands like `d' (and the like) go to the next line in the
5370         buffer, instead of the next unread article.  I think this is the
5371         behaviour that is most natural for most users.
5372         (gnus-single-article-buffer): Change default to nil, so that people can
5373         have as many article buffers open as they have summary buffer.  I think
5374         this is the most natural way for the groups to behave.
5375
5376         * message.el (message-generate-new-buffers): Change default to
5377         `unsent', so that all new message buffers start their names with the
5378         string "*unsent", and it's easier to find the buffers if you move from
5379         them.
5380
5381 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5384         small.  They're probably tracking images.
5385         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5386         (gnus-html-rescale-image): Yet another try at getting the image sizing
5387         right.
5388
5389         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5390         nntp-marks-file-name is nil.
5391
5392 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5393
5394         * gnus-html.el (gnus-html-wash-tags)
5395         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5396         Better logging.
5397
5398 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5399
5400         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5401
5402         * gnus-html.el (gnus-html-wash-tags): Check the value of
5403         gnus-blocked-images in the summary buffer.
5404
5405 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5408
5409 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5412         like "a", it seems like.
5413         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5414         since it needs to be picked from the correct buffer.
5415
5416         * nnwfm.el: Remove.
5417
5418         * nnlistserv.el: Remove.
5419
5420 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5423         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5424
5425 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * nnkiboze.el: Remove.
5428
5429         * nndb.el: Remove.
5430
5431         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5432         alt text.
5433         (gnus-html-rescale-image): Try to get the rescaling logic right for
5434         images that are just wide and not tall.
5435
5436         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5437         overshadow variable bindings.
5438
5439 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5440
5441         * gnus-html.el (gnus-html-wash-tags)
5442         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5443         Add extra logging.
5444
5445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5448         (gnus-max-image-proportion): New variable.
5449         (gnus-html-rescale-image): New function.
5450         (gnus-html-put-image): Rescale images.
5451
5452 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5453
5454         Fix up some byte-compiler warnings.
5455         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5456         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5457         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5458         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5459         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5460         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5461         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5462
5463 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-html.el (gnus-article-html): Decode contents by charset.
5466
5467 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5470         (gnus-html-frame-width, gnus-blocked-images)
5471         * message.el (message-prune-recipient-rules): Add custom version.
5472         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5473
5474         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5475         functions.
5476
5477         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5478         gnus-process-get.
5479
5480 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5481
5482         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5483         instead of lsub directly.
5484
5485 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * nnwarchive.el: Remove.
5488
5489         * gnus-soup.el: Remove.
5490
5491         * nnsoup.el: Remove.
5492
5493         * nnultimate.el: Remove.
5494
5495         * gnus-html.el (gnus-blocked-images): New variable.
5496
5497         * message.el (message-prune-recipients): New function.
5498         (message-prune-recipient-rules): New variable.
5499
5500         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5501         guess whether a long line is natural text or not.
5502
5503         * gnus-html.el (gnus-html-schedule-image-fetching):
5504         Use gnus-process-plist and friends for compatibility.
5505
5506 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5507
5508         * gnus-html.el: Require packages that define macros used in this file.
5509         (gnus-article-mouse-face): Declare to silence byte-compiler.
5510         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5511         process-get.
5512         (gnus-html-put-image): Use plist-get to avoid getf.
5513         (gnus-html-prefetch-images): Use with-current-buffer.
5514
5515 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * gnus-ems.el: Provide compatibility functions for
5518         gnus-set-process-plist.
5519
5520         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5521         header-line-format for XEmacs 21.4.
5522
5523         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5524         * gnus.el (gnus-valid-select-methods)
5525         * message.el (message-send-mail-partially-limit)
5526         * mm-decode.el (mm-text-html-renderer)
5527         * mml.el (mml-insert-mime-headers-always)
5528         * smiley.el (smiley-regexp-alist): Bump custom version.
5529
5530 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * gnus-html.el: require mm-url.
5533         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5534         with the url to `url'.
5535         (gnus-html-wash-tags): Support cid: URLs/images.
5536
5537 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5540         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5541         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5542
5543         * gnus-move.el: Remove file, since it doesn't really work.
5544
5545         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5546         UTF-8.  This seems to fix problems with some German web feeds.
5547
5548         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5549         at the top so that the proper colours are applied.
5550
5551         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5552         don't have dots in their names.
5553
5554         * gnus-art.el (gnus-article-view-part): Doc fix.
5555
5556         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5557         XEmacs-compatible.
5558         (gnus-html-put-image): Don't do images on non-graphic displays.
5559
5560         * nnslashdot.el: Remove this unused backend.
5561
5562         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5563         actions.
5564         (gnus-undo-register-1): Revert last change.
5565
5566         * gnus-group.el (gnus-group-completing-read): Protect against not
5567         having completion-styles bound.
5568
5569         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5570         make broken recipients happier.
5571
5572         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5573
5574         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5575         point parameter.
5576
5577         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5578
5579         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5580         completion-styles for group selection.
5581
5582 2009-02-04  Andreas Schwab  <schwab@suse.de>
5583
5584         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5585         headers and regexp-quote the match if necessary.
5586
5587 2009-03-24  Miles Bader  <miles@gnu.org>
5588
5589         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5590         the blinking smiley.
5591
5592 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5593
5594         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5595         blink smiley.
5596
5597 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5600         where the dribbel file lives exists.
5601
5602         * message.el (message-send-mail-partially-limit): Change the default to
5603         nil, since most people don't want this.
5604
5605         * mm-url.el (mm-url-decode-entities): Also decode entities like
5606         &#x3212.
5607
5608 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5609
5610         * gnus-sum.el (gnus-summary-idna-message):
5611         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5612         Hyperlink urls in docstrings with URL `...'.
5613
5614 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5615
5616         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5617         functions.
5618
5619 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5620
5621         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5622         say what the mouseover text should be.
5623
5624         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5625         version of the mm-w3m-safe-url-regexp variable to only download images
5626         in the groups where we want that to happen.
5627
5628         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5629
5630         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5631         easier debugging.
5632         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5633         big pictures in the article buffer.
5634
5635         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5636         gnus-article-html.
5637         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5638         w3m.
5639
5640         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5641
5642 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5645         which doesn't exist.
5646
5647         * message.el (message-inhibit-ecomplete): New variable to allow some
5648         function to inhibit ecomplete address storage.
5649         (message-resend): Disable ecomplete message storage when resending
5650         messages.
5651
5652         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5653
5654 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5657         Save excursion while copying, moving, and deleting articles in order to
5658         prevent the cursor from jumping to unforeseen place.
5659
5660 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * lpath.el: No need to bind bookmark-current-buffer,
5663         bookmark-yank-point and bookmark-make-record-function.
5664
5665 2010-08-17  Glenn Morris  <rgm@gnu.org>
5666
5667         * gnus-sync.el: Require gnus components whose functions are used.
5668
5669         * gnus-art.el (bookmark-make-record-function):
5670         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5671         Declare for compiler.
5672
5673         * mm-url.el (mml-compute-boundary): Autoload.
5674
5675 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5678
5679 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5680
5681         Typo fix "hoo4a" -> "hook".
5682
5683         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5684
5685 2010-08-14  Glenn Morris  <rgm@gnu.org>
5686
5687         * gnus-sync.el (gnus-sync): Fix defgroup version.
5688
5689 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5692
5693         * gnus-sync.el: Fix docs.
5694         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5695         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5696
5697 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         Optimizations for gnus-sync.el.
5700
5701         * gnus-sync.el: Add docs about gnus-sync-backend
5702         possibilities.
5703         (gnus-sync-save): Remove unnecessary message.
5704         (gnus-sync-read): Optimize and show what groups were skipped.
5705
5706 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5707
5708         Minor bug fixes for gnus-sync.el.
5709
5710         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5711         Don't read the sync on get-new-news.
5712
5713         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5714         quiet.
5715
5716         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5717         (fix typo).
5718
5719 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5720
5721         Make saving and restoring of hidden threads work with overlays.
5722         Patch applied by Ted Zlatanov.
5723
5724         * gnus-sum.el (gnus-hidden-threads-configuration)
5725         (gnus-restore-hidden-threads-configuration): Update to deal with text
5726         properties, rather than searching for a magic character.
5727
5728 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5729
5730         New gnus-sync.el library for synchronization of marks.
5731
5732         * gnus-sync.el: New library for synchronization of marks.
5733
5734         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5735         renamed from `gnus-registry-grep-in-list'.
5736
5737         * gnus-registry.el (gnus-registry-follow-group-p):
5738         Use `gnus-grep-in-list'.
5739
5740         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5741
5742 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5745         determining charset of text fails.
5746
5747 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * nnmail.el (nnmail-get-new-mail-1): Revert.
5750
5751         * nnml.el (nnml-active-number): Make sure names of newly created groups
5752         in nnml-group-alist are encoded.
5753
5754 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5757         containing non-ASCII characters in active file for nnml back end.
5758
5759 2010-07-24  David Engster  <dengste@eml.cc>
5760
5761         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5762         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5763
5764 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5765
5766         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5767         tag (Bug#6654).
5768
5769 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5772         the article buffer, not the summary buffer.
5773
5774 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5777         Emacs 23 as well.
5778
5779 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5782         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5783
5784 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5785
5786         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5787         Patch applied by Karl Fogel.
5788
5789         * gnus-sum.el (gnus-summary-bookmark-make-record):
5790         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5791
5792 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5793
5794         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5795         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5796         C-w still not working correctly from Article buffers; Thierry's
5797         patch to fix that will be applied after this.
5798
5799         * gnus-art.el (bookmark-make-record-function): New local variable.
5800
5801         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5802         article buffer.
5803         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5804
5805 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5806
5807         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5808         on changes in bookmark.el.
5809
5810 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5813         `no-log' instead of message not to log prompt string.
5814
5815 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5816
5817         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5818         the *other* type of HTML form submission.
5819
5820 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5821
5822         * auth-source.el (auth-source-pick): If choice does not contain a
5823         questioned keyword, set the check to t.
5824
5825 2010-06-12  Romain Francoise  <romain@orebokech.com>
5826
5827         * gnus-util.el (gnus-date-get-time): Move up before first use.
5828
5829 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5832         (gnus-article-edit-part): Bind it to make last part that is substituted
5833         or deleted visible.
5834         (gnus-mime-display-single): Buttonize part of which id equals to
5835         gnus-mime-buttonized-part-id.
5836
5837 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5838
5839         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5840         (gnus-dd-mmm): Use gnus-date-get-time.
5841         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5842         simplify logic.
5843         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5844         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5845
5846 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5847
5848         * auth-source.el (top): Autoload `secrets-list-collections',
5849         `secrets-create-item', `secrets-delete-item'.
5850         (auth-sources): Fix tag string.
5851         (auth-get-source, auth-source-retrieve, auth-source-create)
5852         (auth-source-delete): New defuns.
5853         (auth-source-pick): Rewrite in order to avoid 2 passes.
5854         (auth-source-forget-user-or-password): New parameter USERNAME.
5855         (auth-source-user-or-password): New parameters CREATE-MISSING and
5856         DELETE-EXISTING.  Retrieve password interactively, if needed.
5857
5858 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5859
5860         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5861         deleting unused directories when gnus-expert-user is t.
5862
5863 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5866         for each temp file when gnus-article-browse-delete-temp is ask.
5867
5868 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5869
5870         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5871         Lisp calls to delete-backward-char by calls to delete-char.
5872
5873 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5874
5875         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5876
5877 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5878
5879         * password-cache.el (password-cache-remove): Fix docstring.
5880
5881 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5884         article unless decoding article to be saved.
5885
5886 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5889         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5890         generated within the mm-with-unibyte-current-buffer macro.
5891
5892 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5895         to nil when we're in a mml-preview buffer and no group is selected.
5896
5897 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5898
5899         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5900         when catching the `C-g'.  Reported by "Leo".
5901
5902 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * message.el (message-forward-make-body-plain)
5905         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5906         multibyte-string-p.
5907
5908         * lpath.el: Revert.
5909
5910 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * message.el (message-forward-make-body-mml): Assume original message
5913         is multibyte string; error on unibyte.
5914         (message-forward-make-body-plain): Ditto; don't add excessive newline
5915         in body end.
5916
5917         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5918
5919 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5920
5921         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5922         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5923
5924 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * mm-extern.el (mm-extern-url): Don't use
5927         mm-with-unibyte-current-buffer.
5928         (mm-extern-cache-contents): Use with-current-buffer instead of
5929         save-excursion + set-buffer.
5930
5931 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * mm-util.el (mm-emacs-mule): Remove.
5934
5935 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5936
5937         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5938         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5939         change.
5940
5941 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5944         bind the default value of enable-multibyte-characters to nil.
5945
5946 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * message.el (message-forward-make-body-plain)
5949         (message-forward-make-body-mml):
5950         Don't use mm-with-unibyte-current-buffer.
5951
5952 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5953
5954         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5955
5956 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5957
5958         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5959         (Bug#5592).
5960
5961 2010-05-07  Julien Danjou  <julien@danjou.info>
5962
5963         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5964         it to mm-pipe-part.
5965
5966         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5967         it is given.
5968
5969 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * binhex.el (binhex-decode-region-internal)
5972         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5973         (dns-query)
5974         * nnweb.el (nnweb-gmane-search)
5975         * pgg-parse.el (pgg-parse-armor)
5976         * pgg.el (pgg-verify-region)
5977         * sha1.el (sha1-string-external)
5978         * uudecode.el (uudecode-decode-region-internal)
5979         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5980         XEmacs.
5981
5982         * gnus-art.el (gnus-article-browse-html-parts)
5983         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5984         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5985         make-temp-file.
5986
5987         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5988         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5989         compiling.
5990
5991         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5992         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5993         XEmacs when compiling.
5994
5995         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5996         gnus-pick-mode-off-hook for XEmacs when compiling.
5997         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5998         gnus-binary-mode-off-hook for XEmacs when compiling.
5999
6000         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6001         Return nil if char-charset is not available.
6002
6003         * imap.el (imap-disable-multibyte)
6004         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6005         macros.
6006
6007         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6008         instead of encode-coding-string.
6009
6010         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6011         'xemacs) instead of mm-emacs-mule to switch function definitions.
6012         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6013
6014         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6015         bind temporary-file-directory for XEmacs;
6016         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6017         timer-set-function for XEmacs 21.4 and SXEmacs;
6018         bind timer-list for XEmacs 21.4 and SXEmacs;
6019         fbind char-charset and find-charset-region for non-Mule XEmacs;
6020         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6021         encode-coding-region and encode-coding-string for XEmacs having no
6022         file-coding feature.
6023
6024 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6025
6026         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6027
6028 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6031         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6032
6033 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6034
6035         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6036         alias `jka-compr-delete-temp-file' no longer exists.
6037
6038 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6039
6040         Use define-minor-mode in Gnus where applicable.
6041         * mml.el (mml-mode): Use define-minor-mode.
6042         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6043         (gnus-undo-mode): Use define-minor-mode.
6044         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6045         (gnus-dead-summary-mode): Use define-minor-mode.
6046         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6047         Initialize in declaration.
6048         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6049         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6050         (gnus-mailing-list-mode): Use define-minor-mode.
6051         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6052         (gnus-draft-mode): Use define-minor-mode.
6053         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6054         (gnus-dired-mode): Use define-minor-mode.
6055
6056 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6057
6058         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6059         handles on recursive mml-to-mime translation and check them for
6060         boundary delimiter collisions.  Reported by Greg Troxel.
6061
6062 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6065
6066 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6067
6068         * mm-util.el (mm-find-buffer-file-coding-system):
6069         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6070
6071 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6072
6073         * message.el (message-generate-headers): Record insertion of optional
6074         headers as well.  Otherwise the check to prevent repeated insertion of
6075         optional headers is a no-op.
6076
6077 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6078
6079         * smime.el: Don't mention CVS.
6080
6081         * nnrss.el (nnrss-fetch): Don't mention CVS.
6082
6083         * nnir.el: Don't mention CVS.
6084
6085 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6086
6087         * gnus-sum.el (gnus-summary-bookmark-make-record):
6088         Add `location' field.
6089
6090 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * lpath.el: Fbind bookmark-default-handler,
6093         bookmark-get-bookmark-record, bookmark-make-record-default,
6094         bookmark-prop-get for Emacs <23 and XEmacs.
6095
6096 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6097
6098         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6099         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6100         Use with-current-buffer to silence the byte-compiler.
6101         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6102         bother to require `gnus'.
6103         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6104
6105 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6106
6107         * gnus-sum.el (gnus-summary-bookmark-make-record)
6108         (gnus-summary-bookmark-jump): New functions.
6109         (gnus-summary-mode): Setup bookmark support.
6110
6111 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6112
6113         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6114         if set.
6115
6116 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6119         gnus-article-browse-html-save-cid-image; make it work recursively for
6120         forwarded messages as well.
6121         (gnus-article-browse-html-parts): Work when prefix arg is given.
6122         (gnus-article-browse-html-article): Doc fix.
6123
6124 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6125
6126         * message.el (message-default-mail-headers):
6127         (message-default-headers): Carry the value mail-default-headers over
6128         into message-default-mail-headers, rather than message-default-headers.
6129
6130 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6131
6132         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6133         charset.
6134
6135         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6136         charset into the <meta> tag when the article is encoded to utf-8.
6137
6138 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-art.el (gnus-article-browse-delete-temp-files):
6141         Delete directories as well.
6142         (gnus-article-browse-html-parts): Work for images that do not specify
6143         file names; delete temp directory when quitting; insert header at the
6144         right place; use file: scheme for image files.
6145
6146 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6147
6148         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6149         (gnus-article-browse-html-parts): Use it to make temporary cid image
6150         files in addition to html file so that browser may display them.
6151
6152 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6155
6156 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6159
6160 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         * auth-source.el (auth-sources): Change default to be simpler.
6163         Explain about Secret Service API sources.  Improve Customize options.
6164         (auth-source-pick): Change to accept any number of search parameters.
6165         Implement fallbacks iteratively, not recursively.  Add scoring on the
6166         second pass and sort by score.  Call Secret Service API when needed.
6167         (auth-source-user-or-password): Use it.  Call Secret Service API
6168         directly when needed to get the user name and the password.
6169
6170 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6171
6172         * message.el (message-interactive): Doc fix.
6173         (message-qmail-inject-args): Reflow.
6174         (message-kill-to-signature): Fix typo in docstring.
6175
6176         * smiley.el (smiley-buffer): Fix typo in docstring.
6177
6178 2010-03-24  Glenn Morris  <rgm@gnu.org>
6179
6180         * mail-source.el (gnus-message): Declare.
6181         (mail-source-delete-old-incoming): Require gnus-util.
6182
6183 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6186
6187         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6188
6189         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6190         password-cache's default if it is not bound.
6191         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6192         password-cache-expiry's default if it is not bound.
6193
6194         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6195         available in Emacs 21.
6196
6197         * lpath.el: Suppress compiler warnings for:
6198         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6199         XEmacs;
6200         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6201         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6202         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6203
6204 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6205
6206         * auth-source.el (auth-sources): Fix up definition so extra parameters
6207         are always inline.
6208
6209 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6210
6211         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6212         wasn't updated after mismatch.  Clear cached mailbox info correctly
6213         when uidvalidity changes.
6214         (nnimap-group-prefixed-name): New function to avoid some code
6215         duplication.
6216         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6217         (nnimap-request-group): Use it.
6218         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6219         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6220         with many imap folders.  This is done by caching the group status from
6221         the imap server persistently in a group parameter `imap-status'.  (This
6222         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6223         but not persistently, so every Gnus startup was still very slow.)
6224
6225 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6226
6227         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6228         delete the extra newline.  Otherwise editing of :string and :number
6229         types don't work.
6230
6231 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6232
6233         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6234         secrets.el dependency.
6235         (auth-sources): Add optional user name.  Add secrets.el configuration
6236         choice (unused right now).
6237
6238 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6239
6240         * gnus-sum.el (gnus-summary-make-menu-bar):
6241         Let `gnus-registry-install-shortcuts' fill in the functions.
6242
6243         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6244         warnings.
6245         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6246         (gnus-registry-install-shortcuts): Populate and use it in a
6247         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6248
6249 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6250
6251         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6252         In-place substitutions for the group name encoding/decoding.
6253         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6254         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6255         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6256         (nnimap-update-unseen, nnimap-request-list)
6257         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6258         (nnimap-request-set-mark, nnimap-split-to-groups)
6259         (nnimap-split-articles, nnimap-request-newgroups)
6260         (nnimap-request-create-group, nnimap-request-accept-article)
6261         (nnimap-request-delete-group, nnimap-request-rename-group)
6262         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6263         `encoded-mbx' for consistency.
6264         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6265         variable `imap-current-mailbox'.
6266
6267         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6268         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6269
6270 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6271
6272         * pop3.el (pop3-display-message-size-flag): Display message size byte
6273         counts during POP3 download.
6274         (pop3-movemail): Use it.
6275         (pop3-list): Implement listing of available messages.
6276
6277 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6278
6279         * nnir.el (nnir-get-article-nov-override-function): New function to
6280         override the normal NOV retrieval.
6281         (nnir-retrieve-headers): Use it.
6282
6283 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6284
6285         * auth-source.el (netrc-machine-user-or-password): Autoload.
6286
6287 2010-03-19  Glenn Morris  <rgm@gnu.org>
6288
6289         Stop message.el from loading about 40 libraries it doesn't always need.
6290         The general approach is to autoload rather than require, and to
6291         require in the specific functions rather than the file.  (Bug#5642)
6292
6293         * gmm-utils.el: Don't require wid-edit.
6294         (widget-create-child-value, widget-convert, widget-default-get):
6295         Autoload.
6296
6297         * gnus-util.el: Don't require time-date, netrc.
6298         (message-fetch-field, gnus-group-name-decode): Declare rather than
6299         autoloading.
6300         (gnus-fetch-field): Require message.
6301         (gnus-decode-newsgroups): Require gnus-group.
6302
6303         * ietf-drums.el: Don't require time-date.
6304
6305         * message.el: Don't require hashcash, canlock, ecomplete.
6306         Do require mail-utils.  Require nnheader only when compiling.
6307         (smtpmail-default-smtp-server): Remove declaration.
6308         (message-send-mail-function): Check smtpmail-default-smtp-server
6309         is bound rather than requiring smtpmail.
6310         (message-auto-save-directory, message-insert-signature):
6311         Use expand-file-name rather than nnheader-concat.
6312         (nnheader-insert-file-contents): Autoload.
6313         (hashcash-wait-async): Declare.
6314         (message-send-mail): Only call gnus-setup-posting-charset if
6315         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6316         (message-send-mail-with-sendmail): Require sendmail.
6317         (canlock-password, canlock-password-for-verify): Declare.
6318         (message-canlock-password): Require canlock.
6319         (nnheader-get-report): Autoload.
6320         (gnus-setup-posting-charset): Declare.
6321         (message-send-news): Require gnus-msg.
6322         (message-make-references, message-make-in-reply-to): Use mail-header-id
6323         rather than the alias mail-header-message-id.
6324         (ecomplete-add-item, ecomplete-save): Declare.
6325         (message-put-addresses-in-ecomplete): Require ecomplete.
6326         (ecomplete-display-matches): Autoload.
6327
6328         * mm-decode.el: Don't require mailcap, gnus-util.
6329         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6330         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6331         Autoload.
6332         (mailcap-mime-extensions): Declare.
6333
6334         * mm-encode.el: Don't require mailcap.
6335         (mailcap-extension-to-mime): Autoload.
6336
6337         * mml-sec.el: Don't require password-cache.
6338
6339         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6340         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6341         (mml-minibuffer-read-type): Require mailcap.
6342         (mml-preview): Require gnus-msg.
6343
6344         * mml1991.el: Require password-cache.
6345         (password-cache-expiry): Remove declaration.
6346
6347         * mml2015.el: Require password-cache.
6348         (password-cache-expiry): Remove declaration.
6349
6350         * nneething.el (mailcap): Require mailcap.
6351
6352         * nnheader.el (declare-function): Add compatibility stub.
6353         (message-remove-header): Declare rather than autoload.
6354         (nnheader-replace-header): Require message.
6355
6356         * nnimap.el (declare-function): Add compatibility stub.
6357         (netrc-parse, netrc-machine-user-or-password): Declare.
6358         (nnimap-open-connection): Require netrc.
6359
6360         * nntp.el (declare-function): Add compatibility stub.
6361         (netrc-parse, netrc-machine, netrc-get): Declare.
6362         (nntp-send-authinfo): Require netrc.
6363
6364         * rfc2047.el: Don't require qp.
6365         (quoted-printable-encode-region, quoted-printable-decode-string):
6366         Autoload.
6367
6368         * sieve-mode.el: Don't require easymenu.
6369         (easy-menu-add-item): Autoload it.
6370
6371         * spam-stat.el (time-to-number-of-days): Autoload it.
6372
6373 2010-03-19  Glenn Morris  <rgm@gnu.org>
6374
6375         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6376
6377 2010-03-18  Glenn Morris  <rgm@gnu.org>
6378
6379         * hashcash.el (declare-function): Remove duplicate definition.
6380
6381 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6382
6383         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6384         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6385         value if any backslash escapes).
6386
6387 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6390         if it is available.  (bug#5647)
6391
6392         * lpath.el: Suppress compiler warning for coding-system-from-name for
6393         Emacs 21 and XEmacs.
6394
6395 2010-03-14  Juri Linkov  <juri@jurta.org>
6396
6397         * hmac-def.el:
6398         * hmac-md5.el:
6399         * netrc.el: Fix keywords.
6400
6401 2010-02-26  Glenn Morris  <rgm@gnu.org>
6402
6403         * message.el (message-send-mail-function): Change the default, so that
6404         it inherits from a customized send-mail-function.  (Bug#5643)
6405
6406 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6407
6408         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6409         shell-command-to-string signals an error (bug#5299).
6410
6411 2010-02-24  Glenn Morris  <rgm@gnu.org>
6412
6413         * message.el (message-smtpmail-send-it)
6414         (message-send-mail-with-mailclient): Doc fixes.
6415
6416 2010-02-16  Glenn Morris  <rgm@gnu.org>
6417
6418         * message.el (message-default-mail-headers): Change the default value
6419         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6420
6421 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6424         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6425
6426 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6427
6428         * time-date.el (date-to-time): Doc fix (Bug#5408).
6429
6430 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6431
6432         * message.el (message-mail): Just pass yank-action on to message-setup.
6433         (message-setup): Handle (FUN . ARGS) form of yank-action.
6434         (message-with-reply-buffer, message-widen-reply)
6435         (message-yank-original): Handle non-buffer values of
6436         message-reply-buffer (Bug#4080).
6437         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6438
6439 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6440
6441         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6442         Fix typo in docstring.
6443
6444 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6445
6446         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6447         response.
6448
6449 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6452
6453         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6454
6455         * message.el (message-check-news-header-syntax): Protect against a
6456         string that `rfc822-addresses' returns when parsing fails.
6457
6458 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6461         (gnus-previous-char-property-change): New functions.
6462
6463         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6464
6465 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6466
6467         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6468         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6469
6470 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6471
6472         * message.el (message-exchange-point-and-mark): Rework last change to
6473         avoid using optional arg of exchange-point-and-mark, for backward
6474         compatibility.
6475
6476 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6477
6478         * message.el (message-exchange-point-and-mark):
6479         Call exchange-point-and-mark with an argument rather than setting
6480         mark-active by hand (Bug#5175).
6481
6482 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * nntp.el (nntp-service-to-port): Work for service expressed with
6485         numeric string; replace [:digit:] with [0-9] for XEmacs.
6486
6487 2009-12-17  Glenn Morris  <rgm@gnu.org>
6488
6489         * gnus-group.el (gnus-bug-group-download-format-alist):
6490         Change emacs entry to debbugs.gnu.org.  Bump :version.
6491
6492 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6495
6496 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6497
6498         * message.el (message-info): Explain why we use `Info-goto-node'.
6499
6500 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6503
6504 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6505
6506         * message.el (message-completion-in-region): New compatibility function.
6507         (message-expand-group): Use it.
6508
6509 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6512         with no unread article should be listed if the 2nd arg `predicate' is
6513         given.
6514
6515 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6518
6519 2009-11-29  Juri Linkov  <juri@jurta.org>
6520
6521         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6522         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6523         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6524
6525 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6526
6527         * sha1.el (sha1-string-external): default-directory "/" in case
6528         otherwise non-existent.  process-connection-type pipe for touch of
6529         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6530
6531 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6532
6533         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6534         it's comms related and sgml-mode.el has "comm" on that basis too.
6535
6536 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6539         containing tspecial characters if they have been already quoted.
6540
6541 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6542
6543         * dns-mode.el (auto-mode-alist): Purecopy string.
6544
6545 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6546
6547         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6548
6549 2009-10-24  Glenn Morris  <rgm@gnu.org>
6550
6551         * gnus-art.el (help-xref-stack-item): Define for compiler.
6552
6553 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6554
6555         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6556
6557 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6560
6561 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6564         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6565
6566 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6569         (gnus-overlays-in): New alias to overlays-in.
6570
6571         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6572         gnus-overlay-get, and gnus-delete-overlay.
6573         (gnus-summary-show-thread): Make it work as well for systems in which
6574         next-single-char-property-change is not available.
6575         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6576
6577         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6578         (gnus-overlay-get): New alias to extent-property.
6579         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6580
6581         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6582         SXEmacs.
6583
6584         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6585         SXEmacs.
6586
6587 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6590
6591 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6592
6593         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6594         and XEmacs that don't have `remove-overlays'.
6595
6596 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6597
6598         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6599         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6600         selective display.  Use overlays instead.
6601
6602 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6603
6604         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6605
6606 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6607
6608         * spam-stat.el (spam-stat-load): Fix typo in message.
6609
6610 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6611
6612         * dig.el (dig-invoke): Fix typo in docstring.
6613         (query-dig): Reflow docstring.
6614
6615 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6616
6617         * gnus-art.el (gnus-article-encrypt-body):
6618         * message.el (message-check-recipients):
6619         * mm-util.el (mm-codepage-setup):
6620         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6621         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6622
6623 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6624
6625         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6626         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6627         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6628         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6629         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6630
6631 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6632
6633         * dig.el: Add "Keywords: comm", as per net-utils.el.
6634
6635 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6636
6637         * dig.el (dig-mode): Use define-derived-mode.
6638
6639 2009-09-19  Glenn Morris  <rgm@gnu.org>
6640
6641         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6642
6643 2009-09-18  Glenn Morris  <rgm@gnu.org>
6644
6645         * gnus-diary.el (gnus-diary-check-message):
6646         * message.el (message-insert-formatted-citation-line):
6647         * nnbabyl.el (top-level):
6648         * nndiary.el (nndiary-schedule):
6649         Fix typos in condition-case handlers.
6650
6651 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6654         configuration that provides the sole article window in a frame;
6655         position point correctly after deleting a part.
6656
6657 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6658
6659         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6660         (spam-resolve-registrations-routine): Use it to unregister articles
6661         that change status.
6662
6663 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6666         with XEmacs.
6667         (parse-time-string-chars): Use it.
6668
6669 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6670
6671         * imap.el (imap-interactive-login): Better messages.
6672         (imap-open): Fix bug with renamed buffer on reconnect.
6673         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6674         for easier debugging and cleaner code.  On successful (guessed based on
6675         server capabilities) secondary authentication, set imap-state
6676         correctly.
6677         (imap-last-authenticator): Define imap-last-authenticator as a variable
6678         to avoid warnings.
6679
6680 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * nnrss.el (nnrss-request-article): Remove binding of
6683         default-enable-multibyte-characters that has gotten needless by
6684         the 2007-07-13 change in rfc2047-encode-message-header.
6685
6686         * mml.el (mml-insert-multipart): Error on the message header.
6687         (mml-insert-part): Error on the message header; position point at
6688         the end of a MIME tag.
6689
6690 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * time-date.el (autoload): Expand define-obsolete-function-alias into
6693         defalias and make-obsolete for old Emacsen that Gnus supports.
6694         (with-no-warnings): Define it for old Emacsen.
6695         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6696         is available.
6697         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6698         float-time is available; suppress compile warning for time-to-seconds.
6699
6700         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6701         (gnus-float-time): Alias to float-time if it exists.
6702
6703         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6704         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6705         float-time is available; suppress compile warning for time-to-seconds.
6706
6707         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6708         XEmacs.
6709
6710 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * imap.el (imap-message-map): Docstring fix.
6713
6714 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6717         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6718         Add the optional argument `encoding' that overrides the default.
6719
6720         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6721         mm-encode-buffer.
6722
6723 2009-09-04  Glenn Morris  <rgm@gnu.org>
6724
6725         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6726         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6727         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6728         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6729         * mm-util.el (mm-with-unibyte-current-buffer)
6730         (mm-find-buffer-file-coding-system):
6731         * yenc.el (yenc-decode-region): Use default-value rather than
6732         default-enable-multibyte-characters.
6733
6734 2009-09-03  Glenn Morris  <rgm@gnu.org>
6735
6736         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6737         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6738         than default-enable-multibyte-characters.
6739
6740 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6741
6742         * gnus-art.el (gnus-article-read-summary-keys):
6743         Fix gnus-buffer-configuration's value temporarily used.
6744
6745 2009-09-02  Glenn Morris  <rgm@gnu.org>
6746
6747         * gnus-util.el (gnus-float-time): New function.
6748         * gnus-delay.el (gnus-delay-article):
6749         * gnus-sum.el (gnus-thread-latest-date):
6750         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6751         * nnspool.el (nnspool-request-newgroups):
6752         Use gnus-float-time rather than time-to-seconds.
6753         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6754
6755         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6756         (gnus-header-subject-face, gnus-header-newsgroups-face)
6757         (gnus-header-name-face, gnus-header-content-face):
6758         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6759         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6760         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6761         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6762         (gnus-cite-face-11):
6763         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6764         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6765         (gnus-server-closed-face, gnus-server-denied-face)
6766         (gnus-server-offline-face):
6767         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6768         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6769         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6770         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6771         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6772         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6773         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6774         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6775         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6776         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6777         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6778         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6779         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6780         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6781         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6782         (gnus-summary-high-undownloaded-face)
6783         (gnus-summary-low-undownloaded-face)
6784         (gnus-summary-normal-undownloaded-face)
6785         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6786         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6787         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6788         (gnus-splash-face):
6789         * message.el (message-header-to-face, message-header-cc-face)
6790         (message-header-subject-face, message-header-newsgroups-face)
6791         (message-header-other-face, message-header-name-face)
6792         (message-header-xheader-face, message-separator-face)
6793         (message-cited-text-face, message-mml-face):
6794         * sieve-mode.el (sieve-control-commands-face)
6795         (sieve-action-commands-face, sieve-test-commands-face)
6796         (sieve-tagged-arguments-face):
6797         * spam.el (spam-face):
6798         Mark face aliases with "-face" in the name as obsolete.
6799
6800 2009-09-01  Glenn Morris  <rgm@gnu.org>
6801
6802         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6803         than goto-line.
6804
6805 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6808         Don't move point if the command is invoked inside the message header.
6809
6810 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6811
6812         * imap.el (imap-send-command): Simplify.
6813         (imap-wait-for-tag): point-max -> buffer-size.
6814
6815 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6816
6817         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6818         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6819         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6820         * nnir.el (nnir-swish-e-index-file):
6821         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6822         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6823         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6824         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6825         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6826         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6827
6828 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6831         Don't save excursion.
6832
6833 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6834
6835         * nnheader.el (nnheader-find-file-noselect):
6836         * mm-util.el (mm-insert-file-contents):
6837         Use (default-value 'major-mode) instead of default-major-mode.
6838
6839 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6840
6841         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6842
6843 2009-08-26  Glenn Morris  <rgm@gnu.org>
6844
6845         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6846         than placing in files.el.
6847
6848 2009-08-25  Glenn Morris  <rgm@gnu.org>
6849
6850         * nnir.el (top-level): Don't require cl at run-time.
6851         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6852         Replace cl-function substitute with gnus-replace-in-string.
6853         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6854         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6855         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6856         simplified expansions.
6857
6858 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6859
6860         * dig.el (dig): Add autoload cookie.
6861
6862 2009-08-22  Glenn Morris  <rgm@gnu.org>
6863
6864         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6865         goto-line.
6866
6867 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6868
6869         * parse-time.el (parse-time-string-chars): Save match data.
6870
6871 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6872
6873         * parse-time.el (parse-time-string-chars): Compute using character
6874         classes, to handle non-ascii characters (Bug#3190).
6875
6876 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6879
6880         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6881         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6882         (gnus-mm-display-part, gnus-mime-display-single)
6883         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6884         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6885
6886         * gnus-sum.el
6887         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6888         (gnus-summary-move-article): Add expirable mark to articles copied or
6889         moved to group that has auto-expire turned on if the option is non-nil.
6890
6891 2009-07-24  Glenn Morris  <rgm@gnu.org>
6892
6893         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6894         Fix typo.  (Bug#3903)
6895
6896 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6899         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6900         that should not be used for draft articles.
6901         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6902         that has no concern in minor mode keys.
6903         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6904         Abolish.
6905
6906 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6909         article without making inquiry to a user for unknown encoding.
6910
6911         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6912         (nnmaildir--scan): Assume i-node and device number that file-attributes
6913         returns might be cons-cell.
6914
6915         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6916
6917         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6918
6919 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6920
6921         * auth-source.el: Remove docs now in auth.texi.  Don't use
6922         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6923         `auth-source-hide-passwords' and use them.
6924
6925 2009-07-15  Glenn Morris  <rgm@gnu.org>
6926
6927         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6928
6929 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6932         excessive whitespace from the default values of title and description.
6933
6934 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6937         mail-fetch-field to fetch Content-Description header in order to
6938         exclude newlines.
6939
6940 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6941
6942         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6943         format used by GnuPG 2.0.11.
6944
6945 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6948         to deleted part.
6949
6950 2009-05-30  David Engster  <dengste@eml.cc>
6951
6952         * nnmairix.el: Remove old documentation in the commentary block.
6953         (nnmairix-request-group): Do not update active file for nnml back ends.
6954         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6955         end so that overview files are ignored.
6956         (nnmairix-update-groups): Make updating the groups more robust by using
6957         marks.
6958         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6959         with dollar characters in message-id.
6960
6961 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6964         2008-12-25 in dns.el.
6965
6966 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6967
6968         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6969         could happen if the text is only composed of spaces and/or tabs.
6970
6971 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6972
6973         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6974         when sending a queued message to avoid extra mml tags.
6975
6976 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6979
6980 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6983         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6984         rmail-toggle-header for XEmacs;
6985         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6986
6987 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * gnus-dired.el: Remove autoload for gnus-setup-message.
6990         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6991         displaying Gnus logo; always use compose-mail.
6992
6993 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6996
6997 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7000         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7001         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7002         available.
7003         (gnus-nocem-epg-verify): New function.
7004
7005 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7006
7007         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7008
7009 2009-02-15  Glenn Morris  <rgm@gnu.org>
7010
7011         * gnus-util.el (rmail-insert-rmail-file-header)
7012         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7013         autoloads.
7014         (rmail-default-rmail-file): Remove unnecessary declaration.
7015         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7016
7017 2009-02-14  Glenn Morris  <rgm@gnu.org>
7018
7019         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7020         variable (only used in gnus-util, which declares it anyway).
7021         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7022         which was only needed by gnus-art (changed to not use it any more).
7023         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7024         only used in gnus-util, which autoloads it itself.
7025         (rmail-update-summary): Fix autoload.
7026
7027         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7028         rather than rmail-output-to-rmail-file.
7029
7030 2009-02-07  Glenn Morris  <rgm@gnu.org>
7031
7032         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7033         autoload of function that no longer exists.
7034         (rmail-toggle-header): Declare.
7035         (message-forward-rmail-make-body): Handle mbox Rmail.
7036
7037 2009-01-31  Glenn Morris  <rgm@gnu.org>
7038
7039         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7040         2009-01-09 change.
7041
7042 2009-01-31  Dave Love  <fx@gnu.org>
7043
7044         * imap.el (imap-fetch-safe): Bind debug-on-error.
7045         (imap-debug): Add imap-fetch-safe.
7046
7047 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7048
7049         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7050         (auth-source-forget-all-cached): New convenience function.
7051         (auth-source-user-or-password): Accept list of modes or a single mode.
7052
7053         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7054         auth-source modes.
7055
7056         * netrc.el (netrc-machine-user-or-password): Use list of
7057         auth-source modes.
7058
7059         * nnimap.el (nnimap-open-connection): Use list of
7060         auth-source modes.
7061
7062         * nntp.el (nntp-send-authinfo): Use list of
7063         auth-source modes.
7064
7065 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7066
7067         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7068         now.
7069
7070 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7073         coding system in XEmacs; add a workaround for XEmacs.
7074
7075         * lpath.el: Fbind coding-system-aliasee.
7076
7077 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7080         of current-language-environment.
7081
7082 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7085         available at runtime.
7086
7087 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7090
7091 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7092
7093         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7094         the greatest positive fixnum value doesn't work under an XEmacs with
7095         bignum support; use the most-positive-fixnum constant instead,
7096         available since Emacs 21.1 with cl and XEmacs 21.1.
7097
7098 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7101         XEmacs gets not to work.
7102
7103 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * mm-util.el (mm-coding-system-priorities): Allow the value like
7106         "Japanese (UTF-8)" of current-language-environment.
7107
7108 2009-01-09  Glenn Morris  <rgm@gnu.org>
7109
7110         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7111         with last-command-event.
7112
7113 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7116         in the doc string.
7117
7118         * message.el (message-fix-before-sending): Amend comment.
7119
7120 2009-01-08  Dave Love  <fx@gnu.org>
7121
7122         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7123
7124 2009-01-07  David Engster  <dengste@eml.cc>
7125
7126         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7127         simplified server definitions by converting it via
7128         gnus-server-to-method.
7129
7130 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7133         parameter's operands.
7134
7135 2009-01-06  David Engster  <dengste@eml.cc>
7136
7137         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7138         primary select method (for gnus-group-mark-article-as-read).
7139
7140 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7141
7142         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7143         `(gnus)Face', not `(gnus)X-Face'.
7144
7145 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * mm-util.el (mm-ucs-to-char): New function.
7148
7149         * mm-url.el (mm-url-decode-entities): Use it.
7150
7151         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7152         unicode-to-char.
7153
7154 2009-01-05  Dave Love  <fx@gnu.org>
7155
7156         * time-date.el: Require cl for `declare'.
7157
7158 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7161         Dave Love.
7162
7163 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * message.el (message-fix-before-sending): Add `eight-bit' to
7166         illegible-text check.
7167
7168 2009-01-03  Michael Olson  <mwolson@gnu.org>
7169
7170         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7171         `headers' is nil.  This can occur if the IMAP server does not have
7172         permissions to read messages from a folder, but can write new messages
7173         to the folder.
7174         (nnimap-request-article-part): Do not insert `data' if it is nil.
7175
7176         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7177         characters which will confuse `read', so skip past them.
7178
7179 2009-01-01  Dave Love  <fx@gnu.org>
7180
7181         * imap.el (imap-string-to-integer): Fix typo.
7182         (imap-fetch-safe): New function.
7183         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7184
7185         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7186
7187         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7188         (imap-parse-greeting): Fix doc strings.
7189         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7190         (imap-parse-flag-list): Make messages unique.
7191         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7192
7193         * nnimap.el: Fix author email.
7194         (nnimap-split-rule): Add FIXME comment.
7195         (nnimap-debug): Fix doc string.
7196
7197 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7200
7201 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7204         nslookup if resolv.conf isn't available.
7205         (dns-query): Rename from query-dns.
7206         (dns-query-cached): Rename from query-dns-cached.
7207
7208 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7211         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7212         to check if those variables exist (first appeared in Emacs 18.50).
7213
7214 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * mm-util.el (mm-line-number-at-pos): New function.
7217
7218         * spam-report.el (spam-report-process-queue): Use it.
7219
7220 2008-12-24  David Engster  <dengste@eml.cc>
7221
7222         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7223         parameters that haven't existed as variables as buffer-local variables.
7224
7225 2008-12-23  Dave Love  <fx@gnu.org>
7226
7227         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7228         cadar.
7229
7230         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7231         imap-starttls-p.
7232         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7233
7234 2008-12-22  Dave Love  <fx@gnu.org>
7235
7236         * imap.el: Fix author email.  Doc fixes.
7237         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7238         reply.
7239
7240 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * spam-report.el (spam-report-gmane-max-requests): New constant.
7243         (spam-report-gmane-wait): New variable.
7244         (spam-report-gmane-ham, spam-report-gmane-spam)
7245         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7246         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7247         the server.
7248
7249         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7250         Add explanations.
7251
7252         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7253         nnheader-accept-process-output and nnheader-read-timeout if available.
7254         (pop3-movemail): Use it.
7255
7256         * message.el (message-check-news-body-syntax): Fix signature check if
7257         there's an attachment.
7258
7259 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * mm-util.el: Add comments to the mm- emulating functions.
7262
7263 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7266         Reported by Stephen Berman <stephen.berman@gmx.net>.
7267
7268 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * mm-util.el (mm-substring-no-properties): New function.
7271         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7272         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7273         (mm-string-to-multibyte): Doc fix.
7274
7275         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7276
7277 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * mml.el (mml-attach-file): Strip text properties from file name.
7280         (Bug#1574)
7281
7282 2008-12-16  Glenn Morris  <rgm@gnu.org>
7283
7284         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7285
7286 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7289         knows since the charset specified might be a bogus alias that
7290         mm-charset-synonym-alist provides.
7291
7292 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7295         "ISO_8859-1".
7296
7297         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7298
7299 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * mm-util.el (mm-charset-eval-alist):
7302         Define it before mm-charset-to-coding-system.
7303         (mm-charset-to-coding-system): Add optional argument `silent';
7304         define it before mm-charset-override-alist.
7305         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7306         default value if it can be used in Emacs currently running;
7307         silence mm-charset-to-coding-system.
7308
7309 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7312         `allow-override' which says whether to use `mm-charset-override-alist'.
7313         (rfc2047-decode-encoded-words): Use it.
7314
7315         * mm-util.el (mm-charset-override-alist): Fix custom type;
7316         add `(gb2312 . gbk)' to choices.
7317
7318 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7321         fast.
7322
7323         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7324
7325         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7326
7327 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7328
7329         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7330         on links.
7331
7332         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7333
7334 2008-12-03  Lute Kamstra  <lute@gnu.org>
7335
7336         * sha1.el: Remove leading * from docstrings of defcustoms,
7337         deffaces, defconsts and defuns.
7338
7339 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7342         users' addresses that don't have domain parts.
7343         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7344         rather than message-narrow-to-head since there will be the message
7345         header separator.
7346
7347 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7348
7349         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7350         since the result is inserted in a unibyte buffer anyway.
7351         (nnimap-demule-use-string-to-multibyte): Remove.
7352         (nnimap-demule): Alias it to mm-string-to-multibyte.
7353
7354 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7357         variable for debugging bug#464 and bug#1174.
7358         (nnimap-demule): Use it.
7359
7360 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7363         score calculation correctly.
7364
7365 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7366
7367         * message.el (message-send-mail): Just set the buffer to unibyte
7368         rather than use mm-with-unibyte-current-buffer which does a lot more.
7369         (message-send-mail-partially): Don't bother with
7370         mm-with-unibyte-current-buffer since it's already been made unibyte by
7371         message-send-mail.
7372
7373 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7374
7375         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7376
7377 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7378
7379         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7380
7381 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7384         require itself and to remove `with-no-warnings'.
7385
7386 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7387
7388         * starttls.el (starttls-any-program-available): Get the name of the
7389         available TLS layer program.
7390         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7391         well as the host name in the "opening" message.
7392
7393         * auth-source.el (auth-source-cache, auth-source-do-cache)
7394         (auth-source-user-or-password): Cache passwords and logins by default,
7395         allow override with `auth-source-do-cache'.
7396         (auth-source-forget-user-or-password): Allow users to remove cache
7397         entries if needed.
7398
7399 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7400
7401         * md4.el (md4-buffer): Fix typo in docstring.
7402         (md4, md4-64): Doc fixes.
7403         (md4-pack-int32): Reflow docstring.
7404
7405 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7406
7407         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7408         condition-case to only the forward-sexp call.
7409
7410 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7413         quotes contained.  Make it more robust regardless by an extra
7414         condition-case wrapper.
7415
7416 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7419
7420 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * nnml.el (nnml-request-expire-articles): Check if the function set to
7423         `nnmail-expiry-target' returns the symbol `delete'.
7424
7425         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7426
7427         * nnmail.el (nnmail-expiry-target): Fix custom type.
7428
7429 2008-10-02  Glenn Morris  <rgm@gnu.org>
7430
7431         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7432         Silence compiler warning.
7433
7434 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7435
7436         * tls.el (open-tls-stream): Show the actual command being
7437         executed, instead of the format string.
7438
7439 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * lpath.el: Fbind codepage-setup for Emacs 23.
7442
7443 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7444
7445         * mml.el (mml-menu): Don't assume mml2015 is bound.
7446
7447 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7450         exists.
7451
7452 2008-09-27  Glenn Morris  <rgm@gnu.org>
7453
7454         * gnus-util.el (mail-header-remove-comments): Autoload it.
7455
7456 2008-09-27  Andreas Schwab  <schwab@suse.de>
7457
7458         * gnus-util.el (gnus-split-references): Strip comments.
7459         (gnus-parent-id): Likewise.
7460
7461 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * message.el (message-confirm-send): Fix version.
7464
7465 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * message.el (message-idna-to-ascii-rhs-1): Use
7468         mail-extract-address-components rather than mail-header-parse-addresses
7469         that is an alias by default to ietf-drums-parse-addresses that does not
7470         support non-ASCII names in headers' contents.
7471
7472 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7473
7474         * message.el (message-confirm-send): Fix variable documentation to
7475         avoid the "y/n" wording.
7476
7477 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7478
7479         * message.el (message-set-auto-save-file-name): Save to a different
7480         filename so multiple messages (especially drafts) can be recovered.
7481
7482 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7483
7484         * message.el (message-confirm-send): Add appropriate version.
7485
7486 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7489         defvar.
7490
7491 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7492
7493         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7494         (mm-pkcs7-enveloped-magic): Ditto.
7495
7496 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7497
7498         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7499         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7500
7501 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7502
7503         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7504         default, it's better.
7505
7506 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7507
7508         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7509         summary line gnus-number property and ignore them (with a warning
7510         message).
7511
7512 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7515         macro caddr in the interactive form since it won't be expanded.
7516
7517 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7520         `charset'; fix name of function called recursively.
7521         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7522
7523 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7526         (gnus-mime-set-charset-parameters): New function.
7527         (gnus-mime-view-part-as-charset): Use it to correctly display part
7528         specifying wrong charset.
7529
7530 2008-09-08  David Engster  <dengste@eml.cc>
7531
7532         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7533         in completing-read for back end server.
7534
7535 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7536
7537         * message.el (message-confirm-send): New variable to confirm sending a
7538         message.
7539         (message-send): Use it.
7540
7541 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7542
7543         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7544
7545 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7548
7549 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7552         prevent tracking too many groups.
7553         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7554         Use it.
7555
7556 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7557
7558         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7559         moving point to the bottom of the window in order to avoid recentering.
7560
7561 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7564
7565         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7566         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7567         (gnus-article-beginning-of-window): Fix calculation.
7568
7569 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-msg.el (gnus-summary-supersede-article)
7572         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7573         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7574         message header.
7575
7576 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7577
7578         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7579         pending output coming after the status change.
7580
7581 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7582
7583         * message.el:
7584         * gnus-start.el:
7585         * gnus-registry.el: Remove VMS support.
7586
7587 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7590         macro.
7591         (rfc2104-hash): Use it.
7592
7593 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7596         (gnus-summary-sort-by-most-recent-date): New commands.
7597         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7598         and menu entries.
7599
7600 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7603         don't redisplay article for raw contents; remove plural articles stuff.
7604
7605         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7606         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7607         on gnus-summary-save-article; display results properly.
7608
7609 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * lpath.el: No need to fbind ns-focus-frame.
7612
7613 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7616
7617 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gnus-art.el (gnus-summary-save-in-pipe):
7620         Consider gnus-save-all-headers.
7621
7622 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7623
7624         * gnus-util.el (ns-focus-frame): Remove declaration.
7625         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7626         like x.
7627
7628 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7629
7630         * rfc2104.el (rfc2104-zero): Delete defconst.
7631         (rfc2104-hex-alist): Likewise.
7632         (rfc2104-hex-to-int): Delete func.
7633         (rfc2104-hexstring-to-bitstring): Likewise.
7634         (rfc2104-nybbles): New defconst.
7635         (rfc2104-hash): Rewrite for speed.
7636
7637 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * tls.el (open-tls-stream): Make it work with the 2nd argument
7640         BUFFER that is a string but does not exist as a buffer object, as
7641         mentioned in the doc-string.
7642
7643 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7646         SXEmacs.
7647
7648 2008-07-16  Glenn Morris  <rgm@gnu.org>
7649
7650         * gnus-util.el (ns-focus-frame): Declare for compiler.
7651
7652 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7655         set as a group parameter.
7656         (gnus-summary-save-in-pipe): Work when it is called independently.
7657         (gnus-summary-pipe-to-muttprint): Don't modify
7658         gnus-summary-pipe-output-default-command.
7659
7660 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7661
7662         * message.el (message-send-mail-with-sendmail):
7663         Display the error message.
7664
7665 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus-art.el (gnus-default-article-saver):
7668         Add gnus-summary-save-in-pipe to choices.
7669         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7670         gnus-summary-pipe-output-default-command as the default command.
7671         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7672         instead of gnus-last-shell-command.
7673
7674         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7675         New user option.
7676         (gnus-summary-muttprint-program): Mention the value will be changed.
7677         (gnus-summary-save-article): Force showing of all headers.
7678         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7679
7680 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7681
7682         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7683
7684 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7685
7686         * nnimap.el (nnimap-id):
7687         * sieve-manage.el (sieve-manage-open): Doc fixes.
7688
7689 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7690
7691         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7692         if available.
7693
7694 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7695
7696         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7697
7698         * nnkiboze.el (nnkiboze-generate-group):
7699         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7700
7701         * nnmairix.el: Require CL.
7702
7703 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * dgnushack.el: Autoload get-display-table and put-display-table for
7706         XEmacs 21.5.
7707
7708         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7709         21.4 and SXEmacs.
7710
7711 2008-06-15  David Engster  <dengste@eml.cc>
7712
7713         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7714
7715 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7716
7717         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7718         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7719         runtime choice under XEmacs.
7720
7721         * gnus-sum.el (gnus-summary-set-display-table):
7722         Use `gnus-put-display-table', `gnus-get-display-table',
7723         `gnus-set-display-table' for the display table, instead of `aset'.
7724
7725         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7726         Use `gnus-put-display-table', `gnus-get-display-table',
7727         `gnus-set-display-table' for the display table.
7728
7729 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * nnmairix.el: Add autoloads.
7732
7733 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * nnmairix.el (nnmairix-delete-recreate-group)
7736         (nnmairix-update-and-clear-marks): Fix error messages.
7737
7738 2008-06-14  David Engster  <dengste@eml.cc>
7739
7740         * nnmairix.el: Upgrade to version 0.6.
7741         (nnmairix-group-toggle-propmarks-this-group)
7742         (nnmairix-group-toggle-readmarks-this-group)
7743         (nnmairix-group-delete-recreate-this-group)
7744         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7745         (nnmairix-remove-tick-mark-original-article): New commands.
7746         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7747         (nnmairix-propagate-marks-to-nnmairix-groups)
7748         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7749         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7750         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7751         functions needed for marks propagation and manipulation of read marks.
7752         (nnmairix-update-groups): New function.
7753         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7754         (nnmairix-determine-original-group-from-registry)
7755         (nnmairix-determine-original-group-from-path)
7756         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7757         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7758         New helper functions.
7759         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7760         keystrokes for new commands.
7761         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7762         (nnmairix-request-group): Check allow-fast group parameter.
7763         (nnmairix-request-create-group): Set allow-fast group parameter if
7764         nnmairix-allowfast-default is set.
7765         (nnmairix-close-group): Propagate marks upon closing if needed.
7766         (nnmairix-group-toggle-threads-this-group): Use new.
7767         nnmairix-group-toggle-parameter helper function.
7768         (nnmairix-search): Better check for empty search result.
7769         (nnmairix-goto-original-article): Use new helper functions for
7770         determining original article.
7771         (nnmairix-show-original-article): Make sure message-id is in brackets.
7772         (nnmairix-call-mairix-binary): Change variable name.
7773         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7774         helper function.
7775         (nnmairix-widget-toggle-activate): Fix doc string.
7776
7777 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * nnir.el: Require edmacro when compiling with XEmacs.
7780         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7781         available in Emacs 21.
7782
7783 2008-06-11  Glenn Morris  <rgm@gnu.org>
7784
7785         * gnus-util.el (x-focus-frame):
7786         * gnus.el (image-size):
7787         * mm-decode.el (image-size): Declare.
7788
7789         * gnus-picon.el (declare-function): Add compat definition.
7790         (image-size): Declare.
7791
7792         * gnus-group.el (tool-bar-map):
7793         * gnus-sum.el (tool-bar-map): Define for compiler.
7794
7795         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7796
7797         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7798
7799         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7800         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7801         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7802         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7803         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7804         * sieve-manage.el, spam-report.el, spam.el:
7805         Remove unnecessary eval-and-compile of autoloads.
7806
7807 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7808
7809         * auth-source.el: Precise Tramp doc.
7810
7811 2008-06-07  Glenn Morris  <rgm@gnu.org>
7812
7813         * nnmairix.el: Remove unnecessary eval-when-compile.
7814
7815 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * lpath.el: Fbind propertize for XEmacs 21.4.
7818
7819 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * nnir.el: Move here from ../contrib.
7822
7823 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7824
7825         * gnus-util.el (gnus-read-shell-command): New function.
7826         * mm-decode.el (mm-pipe-part):
7827         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7828
7829 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7832
7833 2008-06-03  Glenn Morris  <rgm@gnu.org>
7834
7835         * pop3.el (nnheader-accept-process-output): Autoload it.
7836
7837 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7840         are not 2-digit hexadecimal characters that follow `%'s.
7841
7842 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * message.el (message-bogus-recipient-p): Fix type in doc string.
7845         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7846         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7847         Improve custom options.
7848         (message-bogus-recipient-p): Adjust accordingly.
7849
7850 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7851
7852         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7853         long-form month and day names.
7854
7855 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * dgnushack.el: Autoload debug, eudc-expand-inline and
7858         pgg-snarf-keys-region for XEmacs.
7859
7860         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7861
7862         * nnmairix.el: Require edmacro when compiling with XEmacs.
7863
7864 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7867         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7868
7869 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * auth-source.el: Add more docs.
7872
7873         * netrc.el (netrc-machine): Always match if the port is not given.
7874
7875 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7878         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7879         retrieval faster in some cases, but might make CPU usage larger.
7880         If this has any bad side effects, we might revert this change.
7881
7882         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7883         seems to make mail retrieval much, much faster.
7884         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7885         unconditionally.
7886
7887         * gnus-draft.el (gnus-group-send-queue):
7888         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7889
7890 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7893
7894         * message.el (message-bogus-address-regexp): Fix and improve custom
7895         type.
7896         (message-setup-hook): Add message-check-recipients as custom option.
7897
7898 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * message.el (message-cite-function): Remove bogus autoload which crept
7901         in during merge from v5-10.
7902
7903 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7904
7905         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7906
7907         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7908
7909         * auth-source.el: Preliminary Tramp docs.
7910         (auth-sources): Change the default auth-sources to use
7911         EPA .gpg files.
7912
7913 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7914
7915         * nntp.el: Autoload `auth-source-user-or-password'.
7916         (nntp-send-authinfo): Use it.
7917
7918         * nnimap.el: Autoload `auth-source-user-or-password'.
7919         (nnimap-open-connection): Use it.
7920
7921         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7922         for the gnus-message function.
7923         (auth-source-user-or-password): Use it.
7924
7925 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7926
7927         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7928         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7929         (rfc2104-hash): Use it.
7930
7931 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7932
7933         * gnus-art.el (gnus-article-toggle-truncate-lines):
7934         Don't use `iff' in docstring.
7935
7936 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7937
7938         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7939
7940         * gnus-util.el (gnus-extract-address-component-name)
7941         (gnus-extract-address-component-email): Convenience functions around
7942         `gnus-extract-address-components'.
7943
7944         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7945         Use `gnus-extract-address-component-email' to fix bug of comparing full
7946         sender name to `user-mail-address'.
7947
7948 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7951         catch/throw to optimize.
7952         (gnus-registry-find-keywords): Just use member to find a keyword.
7953
7954 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7955
7956         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7957         is current before calling gnus-server-prepare.
7958         (gnus-server-setup-buffer, gnus-server-update-server)
7959         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7960
7961 2008-05-04  Juri Linkov  <juri@jurta.org>
7962
7963         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7964         (mailcap-file-default-commands): Use mailcap-replace-in-string
7965         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7966         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7967
7968 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7969
7970         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7971
7972 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7973
7974         * gnus.el: Bump version to 0.11.
7975
7976 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7977
7978         * gnus.el: No Gnus v0.10 is released.
7979
7980 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7983         hooks.
7984         (gnus-update-read-articles): Speed up non-marks-using users.
7985         (gnus-use-marks): Define gnus-use-marks.
7986         (gnus-propagate-marks): Rename variable to something more sensible.
7987
7988 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7989
7990         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7991         (gmm-image-load-path-for-library): Fix typos in docstrings.
7992         (gmm-message): Reflow docstring.
7993
7994 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7995
7996         * mail-source.el (mail-source-set-1, mail-source-bind):
7997         Move auth-source code out of the macro to clean it up and fix bugs.
7998
7999 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8000
8001         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8002         by sender if it's equal to user-mail-address, it's likely to be
8003         useless.
8004
8005         * mail-source.el (mail-source-bind): Don't use user or password if they
8006         are not bound.  Unintern them if they are nil.  Don't use server unless
8007         it's bound, and default it to empty string otherwise.
8008
8009 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8010
8011         * mail-source.el: Load auth-source.el.
8012         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8013         get user name or password, if auth-sources is set up.
8014
8015         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8016         strategy of splitting with parent.
8017         (gnus-registry-split-fancy-with-parent)
8018         (gnus-registry-post-process-groups): Use it and fix prior
8019         bug (returning a list as the split result).
8020
8021         * auth-source.el (auth-sources): Remove server parameter.
8022         (auth-source-pick, auth-source-user-or-password)
8023         (auth-source-user-or-password-imap)
8024         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8025         (auth-source-user-or-password-sftp)
8026         (auth-source-user-or-password-smtp): Remove server parameter.
8027
8028 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8029
8030         * smime.el (smime-sign-region, smime-encrypt-region)
8031         (smime-decrypt-region):
8032         Remove redundant calls to `generate-new-buffer-name'.
8033
8034 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8035
8036         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8037         Don't use QP for message/rfc822.
8038         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8039
8040 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8041
8042         * sieve-manage.el (sieve-string-bytes): Remove.
8043         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8044         correct byte-length only if the process's coding-system is the same as
8045         the one used internally by Emacs to represent strings.
8046
8047 2008-04-22  Juri Linkov  <juri@jurta.org>
8048
8049         * mailcap.el (mailcap-file-default-commands): New function.
8050
8051 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * message.el (message-signature-separator, message-cite-function):
8054         Change custom version.
8055
8056 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8057
8058         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8059         commands.
8060         (tls-checktrust): Ditto.
8061
8062 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * mm-decode.el (mm-display-external): Make temp file read-only.
8065
8066 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8069         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8070         `C-c C-f d'.
8071
8072 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8073
8074         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8075
8076 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * gnus.el: Bump version to 0.9.
8079
8080 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * gnus.el: No Gnus v0.8 is released.
8083
8084 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8085
8086         * mail-source.el (mail-source-value):
8087         Prefer fboundp to functionp so it works with macros as well.
8088
8089 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8090
8091         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8092         Fix last change in case the element is not even a symbol.
8093
8094 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8095
8096         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8097         Prefer fboundp to functionp so it works with macros as well.
8098
8099 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8100
8101         * auth-source.el: Add docs.
8102         (auth-sources): Modify format to support server.
8103         (auth-source-pick, auth-source-user-or-password)
8104         (auth-source-user-or-password-imap)
8105         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8106         (auth-source-user-or-password-sftp)
8107         (auth-source-user-or-password-smtp): Add server parameter.
8108
8109 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * gnus-registry.el: Initialize the registry when gnus-registry-install
8112         is t.
8113
8114 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * compface.el (uncompface): Make buffer unibyte.
8117
8118 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8119
8120         * mail-source.el (mail-source-value):
8121         Prefer fboundp to functionp so it works with macros as well.
8122
8123 2008-04-05  Glenn Morris  <rgm@gnu.org>
8124
8125         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8126
8127 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8128
8129         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8130         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8131
8132         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8133         multibyteness after rather than before erasing it.
8134
8135         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8136         mm-with-multibyte.
8137         (gnus-request-article-this-buffer): Make sure the proper decoding is
8138         used if gnus-original-article-buffer happens to be unibyte.
8139
8140         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8141         default-enable-multibyte-characters.
8142
8143         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8144         default-enable-multibyte-characters.
8145
8146         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8147
8148         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8149
8150 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8151
8152         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8153         Fix last change in case the element is not even a symbol.
8154
8155 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8156
8157         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8158         (imap-message-copyuid-1): Use it.
8159         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8160         J. Williams in
8161         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8162
8163         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8164         imap-enable-exchange-bug-workaround.
8165         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8166
8167 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8168
8169         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8170         a 100 byte status-checks into a 2-3MB transfer for each group.
8171         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8172         to enable bug workaround or not.
8173         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8174
8175 2008-03-31  Glenn Morris  <rgm@gnu.org>
8176
8177         * message.el (mml2015-use): Declare for compiler.
8178         (message-info): Require mml2015 when appropriate.
8179
8180 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8183         whitespace.
8184
8185 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8186
8187         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8188         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8189         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8190         (nntp-service-to-port): New function.
8191         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8192         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8193         (nntp-open-netcat-stream): New function.
8194         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8195
8196 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8197
8198         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8199
8200 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8201
8202         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8203
8204 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8205
8206         * dns.el (dns-write): Use set-buffer-multibyte.
8207
8208 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8209
8210         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8211
8212 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * message.el (message-signature-separator): Change default.
8215         Improve custom type.
8216         (message-cite-function): Change default to
8217         message-cite-original-without-signature.
8218
8219         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8220         toggle.
8221
8222         * message.el (message-check-news-body-syntax): Fix signature check.
8223         (message-setup-1): Mark buffer as unmodified _after_ running
8224         message-setup-hook and handling message-alternative-emails.
8225         (message-shorten-references): Be more strict when building list of
8226         valid references to comply with GNKSA.
8227
8228         * gnus-group.el (gnus-read-ephemeral-bug-group)
8229         (gnus-read-ephemeral-debian-bug-group)
8230         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8231
8232         * message.el (message-info): Don't use booleanp which isn't supported
8233         in Emacs 21 and XEmacs.
8234
8235 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8236
8237         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8238         gnus-group-gmane-group-download-format.
8239         (gnus-group-read-ephemeral-gmane-group): Rename from
8240         gnus-group-read-ephemeral-gmane-group.
8241         (gnus-read-ephemeral-gmane-group-url): Rename from
8242         gnus-group-read-ephemeral-gmane-group-url.
8243         (gnus-bug-group-download-format-alist): New variable.
8244         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8245         (gnus-read-ephemeral-emacs-bug-group): New commands.
8246
8247 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8250         (gnus-visible-headers): Improve custom type.
8251
8252 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * mml.el (mml-menu): Add workarounds for XEmacs.
8255
8256         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8257         X-Boundary header.
8258
8259         * message.el (message-simplify-recipients): Fix previous commit.
8260
8261 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8262
8263         * mm-util.el (mm-set-buffer-multibyte): New function.
8264         * mm-decode.el (mm-copy-to-buffer): Use it.
8265
8266         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8267         Prefer fboundp to functionp so it works with macros as well.
8268
8269 2008-03-19  Glenn Morris  <rgm@gnu.org>
8270
8271         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8272         Accidentally removed in the sync process with Emacs.
8273
8274 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * message.el (message-alter-recipients-discard-bogus-full-name):
8277         New function.
8278         (message-alter-recipients-function): New variable.
8279         (message-get-reply-headers): Use it.
8280         (message-replace-header): New helper function.
8281         (message-recipients-without-full-name): New variable.
8282         (message-simplify-recipients): New command.
8283
8284         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8285
8286         * message.el (message-info): Handle EasyPG manual.
8287
8288         * mml.el (mml-menu): Add entry for EasyPG.
8289
8290 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8291
8292         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8293         parameter.
8294
8295         * message.el (message-disassociate-draft): Specify drafts group name
8296         fully.
8297
8298 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8299
8300         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8301         Eliminate unnecessary duplicates from the match list.
8302
8303 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8306
8307         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8308
8309         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8310         args of `how-many' of which the XEmacs version doesn't take; declare
8311         Info-index-next as function.
8312
8313 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * gnus-score.el (gnus-score-headers): Fix handling of
8316         gnus-inhibit-slow-scoring.
8317
8318         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8319         string.
8320         (gnus-button-url-regexp): Improve handling of parenthesis.
8321         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8322         (gnus-button-handle-info-keystrokes): Handle index entries.
8323
8324 2008-03-15  Glenn Morris  <rgm@gnu.org>
8325
8326         * parse-time.el (parse-time-string): Simplify.
8327
8328 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8331         Incoming* files.
8332
8333 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8334
8335         * auth-source.el (auth-sources): Rename from auth-source-choices.
8336         (auth-source-pick): Use it.
8337
8338 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8339
8340         * binhex.el (binhex-decode-region-internal):
8341         * uudecode.el (uudecode-decode-region-internal):
8342         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8343         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8344         setting default-enable-multibyte-characters.
8345
8346 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8347
8348         * auth-source.el (auth-source-protocols)
8349         (auth-source-protocols-customize, auth-source-choices): Add and
8350         modified variable customizations and defaults.
8351         (auth-source-pick, auth-source-user-or-password)
8352         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8353         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8354         (auth-source-user-or-password-sftp)
8355         (auth-source-user-or-password-smtp): Use new variables and provide an
8356         interface to netrc.el.
8357
8358 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8361         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8362         Make sure the nntp port to specify is a string.
8363
8364 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8365
8366         * nntp.el: Use with-current-buffer.
8367         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8368         dubious mm-with-unibyte-current-buffer.
8369         (nntp-with-open-group-function): New function extracted from
8370         nntp-with-open-group macro.
8371         (nntp-with-open-group): Use the function, so it's easier to debug.
8372         Add indentation and debugging info.
8373         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8374         Recommend the use of the netcat alternatives.
8375
8376         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8377         Avoid mm-string-as-multibyte as well.
8378
8379         * nnweb.el (nnweb-insert-html):
8380         Remove use of nnheader-string-as-multibyte.
8381
8382         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8383         (nnheader-string-as-multibyte): Remove.
8384
8385         * mm-view.el: Use inhibit-read-only.
8386         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8387         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8388         or unibyte-string.
8389
8390         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8391         (mm-uu-yenc-extract): Use with-current-buffer.
8392
8393         * gnus-soup.el (gnus-soup-send-packet): Don't use
8394         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8395
8396         * nnmh.el: Use with-current-buffer.
8397         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8398         mm-string-as-multibyte on the output of mm-encode-coding-string.
8399
8400         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8401         (nnimap-request-move-article): Use with-current-buffer.
8402
8403         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8404         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8405         conversion uses string-make-unibyte rather than string-as-unibyte.
8406
8407         * gnus-msg.el: Use with-current-buffer.
8408
8409         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8410
8411 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8412
8413         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8414         string for caching if it is 'PIN.
8415
8416 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * lpath.el: Consider the case without Emacs/W3.
8419
8420 2008-03-08  Glenn Morris  <rgm@gnu.org>
8421
8422         * time-date.el (date-to-time, time-subtract, time-add)
8423         (safe-date-to-time): Doc fixes.
8424
8425 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * mail-source.el (mail-source-delete-old-incoming-confirm):
8428         Change default to nil.
8429         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8430
8431 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * lpath.el: Rearrange.
8434
8435         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8436         (gnus-article-goto-prev-page): Work for articles having ^L's.
8437
8438         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8439
8440         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8441
8442 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8443
8444         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8445         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8446         (gnus-bookmark-jump): Adjust some variable names.
8447
8448 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8449
8450         * auth-source.el: New package.
8451         (auth-source-choices): Add customization entry point variable.
8452
8453         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8454         bug.
8455
8456 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8457
8458         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8459         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8460         (gnus-registry-install-shortcuts): Rename from
8461         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8462         the `gnus-registry-mark-map' keymap dynamically from
8463         `gnus-registry-marks'.  The generated functions update the summary line
8464         when a registry mark is added or deleted, and will call
8465         `gnus-registry-install-p' (see the comments in the code).
8466         (gnus-registry-user-format-function-M): Use concat intelligently.
8467
8468         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8469         the registry mark functions.
8470
8471 2008-03-05  Glenn Morris  <rgm@gnu.org>
8472
8473         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8474         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8475         gnus-art.
8476         (top-level): No need to load own source when compiling.
8477
8478 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8481         Suggested by <chris.anderton@zetnet.co.uk>.
8482
8483 2008-03-04  Glenn Morris  <rgm@gnu.org>
8484
8485         * gnus-sum.el (top-level): No need to require gnus when compiling,
8486         since unconditionally required near start of file.
8487         (gnus-summary-display-while-building): Move definition before use.
8488
8489 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8490
8491         * gnus-registry.el (gnus-registry-user-format-function-M):
8492         Add formatting function.
8493
8494 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8495
8496         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8497         with plists.
8498         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8499         Use new format.
8500
8501 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8504         `where-is-internal' that returns a range of key sequences.
8505
8506 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8507
8508         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8509
8510         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8511         (gnus-summary-jump-to-group): Consider windows on other displayed
8512         frames as well.  Similar changes might be needed elsewhere, but that's
8513         the one I've bumped into during my use.
8514
8515         * nndoc.el (nndoc-oe-dbx-type-p):
8516         * gnus-msg.el (gnus-debug):
8517         * gnus-group.el (gnus-update-group-mark-positions):
8518         Use mm-string-to-multibyte.
8519
8520 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8523         doesn't handle NotDashEscaped.
8524
8525         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8526         (mml-dnd-attach-options): Fix typo in custom choice.
8527
8528         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8529         Change nndoc-article-type to mbox.
8530         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8531
8532         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8533         to nil, instead of html2text.
8534
8535         * imap.el (imap-debug): Add `imap-ping-server'.
8536
8537         * gnus-bookmark.el: Add FIXMEs.
8538
8539         * message.el (message-form-letter-separator)
8540         (message-send-form-letter-delay): New variables.
8541         (message-send-form-letter): Use them.  New command to send form
8542         letters.  Requested by Uwe Siart.
8543         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8544
8545 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8546
8547         * Update copyright years.
8548
8549 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         Sync from EMACS_22_BASE.
8552
8553         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8554
8555 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8556
8557         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8558         empty author.
8559
8560 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8561
8562         * gnus-registry.el (gnus-registry-marks): Add variable for
8563         customization of marks and their appearance.
8564         (gnus-registry-read-mark): Use it.
8565         (gnus-registry-do-marks): Add utility function to loop through
8566         `gnus-registry-marks'.
8567         (gnus-registry-install-shortcuts-and-menus): Add function to install
8568         shortcuts and menus.
8569         (gnus-registry-initialize): Use it.
8570         (gnus-registry-default-mark): Clarify documentation.
8571
8572 2008-02-29  Glenn Morris  <rgm@gnu.org>
8573
8574         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8575         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8576         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8577         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8578         Change defcustom :version from 23.0 to 23.1.
8579
8580 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8581
8582         * gnus-registry.el (gnus-registry-follow-group-p)
8583         (gnus-registry-post-process-groups): Add functions to aid registry
8584         splitting and improve logging.  Clarify behavior in function
8585         documentation.
8586         (gnus-registry-split-fancy-with-parent): Use them.
8587
8588 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8589
8590         * gnus-art.el: Use with-current-buffer.
8591
8592 2008-02-27  David Engster  <dengste@eml.cc>
8593
8594         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8595         Express real group name in the response.
8596
8597 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8600         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8601         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8602         autoload gnus-registry-fetch-group when compiling.
8603         (nnmairix-request-group-with-article-number-correction):
8604         Remove unreferenced argument passed to nnmairix-call-backend.
8605
8606 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8609         (mm-uu-extract): Improve face for low color ttys.
8610         Reported by Sascha Wilde.
8611
8612 2008-02-27  Glenn Morris  <rgm@gnu.org>
8613
8614         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8615         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8616         variables to defconsts.  Convert comments to doc-strings.
8617         (nnmairix-last-server, nnmairix-current-server): Convert from free
8618         variables to defvars.  Convert comments to doc-strings.
8619         (gnus-registry-fetch-group): Autoload.
8620         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8621         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8622         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8623         caddr.
8624         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8625         nnmairix-request-group-with-article-number-correction call.
8626         (nnmairix-fast, nnmairix-group): New, less general names, for free
8627         variables passed from nnmairix-request-group to
8628         nnmairix-request-group-with-article-number-correction.  Declare.
8629         (nnmairix-request-group-with-article-number-correction):
8630         Use nnmairix-fast, nnmairix-group rather than fast, group.
8631
8632 2008-02-26  David Engster  <dengste@eml.cc>
8633
8634         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8635         version 0.5.
8636
8637 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8640         instead of making an extra function call.  Don't add the current group
8641         to articles only when they have the group.  Use
8642         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8643         Reported by David <de_bb@arcor.de>.
8644
8645 2008-02-24  Miles Bader  <miles@gnu.org>
8646
8647         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8648         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8649         (mm-find-mime-charset-region):
8650         * mm-bodies.el (mm-encode-body):
8651         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8652
8653 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8656         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8657
8658 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * mail-source.el (mail-source-delete-incoming): Change default.
8661         Supplement doc string.
8662
8663         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8664
8665 2008-02-14  Glenn Morris  <rgm@gnu.org>
8666
8667         * time-date.el (format-seconds): New function.
8668
8669 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * nnmail.el (nnmail-message-id-cache-file): Derive from
8672         `gnus-home-directory'.
8673
8674 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8675
8676         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8677         Document negative prefix.
8678
8679         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8680
8681 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * message.el (message-unsent-separator): Add the Exim bounce
8684         separator.
8685
8686 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8687
8688         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8689         list.
8690         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8691         recipient/signer list.
8692
8693 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * Makefile.in (datarootdir): Define.
8696         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8697         name that might contain whitespace.
8698
8699 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8702         fbound (Emacs 23 unicode), signal an error.
8703
8704 2008-02-08  Glenn Morris  <rgm@gnu.org>
8705
8706         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8707
8708 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8709
8710         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8711         ports to the calls to `netrc-machine-user-or-password' in addition to
8712         "imap" and "imaps".
8713
8714 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8715
8716         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8717
8718         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8719
8720 2008-02-01  Kenichi Handa  <handa@m17n.org>
8721
8722         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8723         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8724         (rfc2104-hash): Convert the result of concat to unibyte string.
8725
8726 2008-02-01  Dave Love  <fx@gnu.org>
8727
8728         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8729         coding-system-for-read.
8730         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8731
8732 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8735         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8736         <hanche@math.ntnu.no>.
8737
8738 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8741
8742         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8743
8744 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8745
8746         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8747         * message.el (message-beginning-of-line): Use featurep instead of bound
8748         tests in order to resolve conditionals at compile time.
8749
8750 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8751
8752         * mail-source.el (mail-sources): Add `group' choice.
8753
8754         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8755         parameter `in-group' to control into which group the articles go.
8756         Add treatment of `group' mail-source.
8757
8758 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8761
8762         * mm-decode.el (mm-dissect-buffer): Decode description.
8763
8764         * mml.el (mml-to-mime): Encode message header first.
8765
8766 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8769         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8770
8771         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8772         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8773
8774 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8775
8776         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8777
8778 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8781         prefix keys.
8782         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8783         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8784         gnus-xmas.el.
8785
8786         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8787         (gnus-xmas-article-describe-bindings): New function.
8788         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8789         gnus-xmas-article-describe-bindings.
8790
8791         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8792
8793 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8794
8795         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8796         Add new variables for article mark management.
8797         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8798         list of extra data entries which, when present, will indicate that the
8799         article ID should not be trimmed from the registry.
8800         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8801         functions.
8802         (gnus-registry-read-mark): New function to read a mark name from the
8803         user.
8804         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8805         (gnus-registry-set-article-mark-internal): New functions to add and
8806         remove marks.
8807         (gnus-registry-get-article-marks): New function to show the marks for
8808         an article, or retrieve them for further use.
8809
8810 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8813         keys when no argument is given.
8814
8815 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * imap.el (imap-ping-server): New variable.
8818         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8819         (imap-ping-server): Minor doc string fixes.
8820
8821 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8822
8823         * imap.el (imap-ping-server): New function.
8824         (imap-opened): Call imap-ping-server.
8825
8826 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * gnus-sum.el (gnus-article-sort-by-random)
8829         (gnus-thread-sort-by-random): Fix doc strings.
8830         Reported by jidanni@jidanni.org.
8831
8832 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-art.el (gnus-article-describe-bindings): New function.
8835         (gnus-article-read-summary-keys): Use it.
8836         (gnus-article-mode-map): Bind `C-h b' to it.
8837
8838 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8841         XEmacs.
8842         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8843         Protect against non-character events.
8844
8845         * lpath.el: Fbind map-keymap for Emacs 21.
8846
8847 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8850         New command.
8851         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8852         instead of END.  Change name of the temp file.
8853         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8854         customizable.
8855
8856 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8859         bind `S W' to gnus-article-wide-reply-with-original; set default
8860         binding to gnus-article-read-summary-send-keys.
8861         (gnus-article-read-summary-keys): Fix the order of keys; display
8862         continuation keys correctly in the echo area; describe bindings
8863         correctly when keys end with `C-h'.
8864         (gnus-article-read-summary-send-keys): New function.
8865         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8866         Work for gnus-article-read-summary-send-keys; display continuation keys
8867         correctly in the echo area.
8868         (gnus-article-reply-with-original): Ignore prefix argument.
8869         (gnus-article-wide-reply-with-original): New function.
8870
8871         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8872         Emacs 21.
8873
8874 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8877         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8878
8879 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8882         (gnus-group-read-ephemeral-gmane-group): New command.
8883
8884 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8885
8886         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8887
8888 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * message.el (message-send-mail-function): Increase custom version.
8891
8892         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8893         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8894
8895 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8896
8897         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8898         for the cases where imap-authenticate is called with a nil buffer
8899         parameter.
8900
8901 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8904         html parts correctly; support forwarded messages.
8905         (gnus-article-browse-html-article): Remove work buffers.
8906
8907         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8908         compiling.
8909         (netrc-bound-and-true-p): New macro.
8910         (netrc-parse): Use it instead of bound-and-true-p that is not available
8911         in XEmacs 21.4.
8912
8913 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8914
8915         * gnus-registry.el (gnus-registry-mark-article)
8916         (gnus-registry-article-marks): Add functionality to mark articles
8917         through the Gnus registry.
8918
8919         * encrypt.el: Clarify documentation for the new pgg method.
8920         (encrypt-file-alist): Add PGG option.
8921         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8922         functionality.  Abstract password key and messaging to external
8923         functions.
8924         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8925         (encrypt-message-method-and-cipher): Add new convenience external
8926         functions.
8927         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8928         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8929
8930         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8931         (netrc-parse): Use encrypt-file-alist to determine if
8932         encrypt-find-model or encrypt-insert-file-contents should be used.
8933
8934         * encrypt.el: Clarify documentation.  Load password-cache or
8935         password, whichever one is found first, instead of autoloading.
8936
8937 2007-12-19  Glenn Morris  <rgm@gnu.org>
8938
8939         * mml.el (message-options-set, message-narrow-to-head)
8940         (message-in-body-p, message-mail-p, message-encode-message-body):
8941         Autoload.
8942         (message-remove-header, message-narrow-to-headers-or-head)
8943         (message-subscribed-p, message-make-mail-followup-to)
8944         (message-position-on-field, message-news-p)
8945         (message-options-set-recipient, message-generate-headers)
8946         (message-sort-headers): Declare as functions.
8947
8948 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8951         convention in doc string.
8952
8953 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8956         title to html parts.
8957         (gnus-article-browse-html-article): Pass message header to it.
8958
8959         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8960
8961 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8964         or password compatible with XEmacs.
8965
8966 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8969         format document.
8970         (gnus-mime-delete-part): Don't write description line if empty.
8971         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8972
8973 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8974
8975         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8976         (gnus-summary-mark-read-and-unread-as-read)
8977         (gnus-summary-mark-current-read-and-unread-as-read)
8978         (gnus-summary-mark-unread-as-ticked): Doc fix.
8979         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8980
8981 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8984         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8985
8986 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8989         yes-or-no-p.
8990
8991 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * mm-decode.el (mm-add-meta-html-tag): New function.
8994         (mm-save-part-to-file, mm-pipe-part): Use it.
8995
8996         * gnus-art.el (gnus-article-browse-delete-temp-files):
8997         Use gnus-y-or-n-p instead of y-or-n-p.
8998         (gnus-article-browse-html-parts): Work with message/external-body; use
8999         mm-add-meta-html-tag.
9000
9001 2007-12-11  Glenn Morris  <rgm@gnu.org>
9002
9003         * gnus-cache.el: Require gnus-sum not just when compiling.
9004
9005         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9006
9007         * gnus-int.el (gnus-server-opened, gnus-status-message):
9008         Move definitions before use.
9009
9010         * mm-decode.el: Require gnus-util.
9011         (mm-remove-part): Only call delete-annotation on XEmacs.
9012
9013         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9014
9015         * nnmail.el: Require gnus-int.
9016
9017         * spam.el: Move `require's before `eval-when-compile's.
9018
9019         * gnus-ems.el (gnus-alive-p):
9020         * gnus-fun.el (message-goto-eoh):
9021         * gnus-util.el (gnus-group-name-decode):
9022         * mail-source.el (gnus-compress-sequence):
9023         * message.el (Info-goto-node, format-spec):
9024         * mm-bodies.el (message-options-get):
9025         * mm-decode.el (mm-view-pkcs7):
9026         * mm-util.el (gmm-write-region):
9027         * mml-smime.el (mml-compute-boundary)
9028         (gnus-completing-read-with-default):
9029         * mml.el (widget-button-press, gnus-make-hashtable):
9030         * mml1991.el (mm-decode-content-transfer-encoding)
9031         (mm-encode-content-transfer-encoding)
9032         (message-options-get, message-options-set):
9033         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9034         * nnfolder.el (gnus-request-group):
9035         * nnheader.el (ietf-drums-unfold-fws):
9036         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9037         * smime.el (gnus-run-mode-hooks):
9038         * spam-stat.el (gnus-message): Autoload.
9039
9040         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9041         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9042         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9043         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9044         Add declare-function compatibility definition.
9045
9046         * gnus-cache.el (nnvirtual-find-group-art):
9047         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9048         (gnus-add-image, gnus-add-wash-type):
9049         * gnus-group.el (nnkiboze-score-file):
9050         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9051         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9052         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9053         (message-tokenize-header, gnus-get-buffer-create)
9054         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9055         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9056         * gnus.el (gnus-group-decoded-name):
9057         * mail-source.el (imap-capability):
9058         * mm-bodies.el (message-options-set):
9059         * mm-decode.el (gnus-configure-windows):
9060         * mm-extern.el (message-goto-body):
9061         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9062         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9063         (epg-sub-key-validity, message-options-set):
9064         * mml.el (widget-event-point, gnus-configure-windows):
9065         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9066         * mml2015.el (epg-check-configuration, epg-configuration)
9067         (message-options-set):
9068         * nndb.el (nndb-request-article):
9069         * nnfolder.el (gnus-request-create-group):
9070         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9071         * nnmaildir.el (gnus-group-mark-article-read):
9072         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9073         * rfc1843.el (message-fetch-field):
9074         * spam.el (gnus-extract-address-components):
9075         Declare as functions.
9076
9077 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9080
9081         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9082
9083         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9084         bind show-trailing-whitespace for XEmacs.
9085
9086 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9089         new no-op macro for backward compatibility.
9090
9091         * imap.el (imap-string-to-integer): New function.
9092
9093 2007-12-09  Glenn Morris  <rgm@gnu.org>
9094
9095         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9096
9097         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9098         * message.el, mm-view.el, sieve-manage.el, smime.el:
9099         Add declare-function compatibility definition.
9100
9101         * gnus-art.el (w3-region, w3m-region, Info-menu):
9102         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9103         * gnus-sum.el (gnus-get-predicate):
9104         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9105         * message.el (mail-abbrev-in-expansion-header-p):
9106         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9107         (w3m-detect-meta-charset, w3m-region):
9108         * sieve-manage.el (password-read, password-cache-add)
9109         (password-cache-remove):
9110         * smime.el (password-read-and-add): Declare as functions.
9111
9112 2007-12-08  David Kastrup  <dak@gnu.org>
9113
9114         * gnus-sum.el (gnus-summary-simplify-subject-query):
9115         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9116         `message'.
9117
9118 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9121         it to bind idna-program, installation-directory, defined-colors, and
9122         face-attribute for XEmacs of the version that compiles defcustom forms.
9123
9124 2007-12-07  Glenn Morris  <rgm@gnu.org>
9125
9126         * gnus-art.el (article-make-date-line): Revert previous change.
9127
9128 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9131
9132 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9133
9134         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9135         Call gnus-add-to-range ranges only once with a prepared article-list.
9136
9137 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9138
9139         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9140         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9141         group names with backslashes.
9142         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9143
9144 2007-12-06  Deepak Goel  <deego3@gmail.com>
9145
9146         * gnus-art.el (article-make-date-line):
9147         * gnus-start.el (gnus-load):
9148         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9149
9150 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-art.el (gnus-use-idna)
9153         * gnus-start.el (gnus-site-init-file)
9154         * message.el (message-use-idna)
9155         * mm-uu.el (mm-uu-hide-markers)
9156         * smiley.el (smiley-style): Revert changes that suppress warnings.
9157
9158 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9161         specify charset to html source.
9162         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9163
9164 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9167         idna-program in order to suppress byte compile warning issued by XEmacs
9168         that came to byte compile the default value section of defcustom forms
9169         recently.
9170
9171         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9172         value of installation-directory.
9173
9174         * message.el (message-use-idna): Don't directly refer to the value of
9175         idna-program.
9176
9177         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9178
9179         * smiley.el (smiley-style): Don't directly call face-attribute.
9180
9181 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9184
9185         * gnus-dired.el: Reduce Gnus dependencies.
9186         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9187         Don't require.  Use autoloads instead.
9188         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9189         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9190         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9191         (gnus-dired-mode): Adjust doc string.
9192         (gnus-dired-mail-mode): New variable.
9193         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9194         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9195         (gnus-dired-mail-buffers): New function.  Return mail or message
9196         composition buffers.
9197         (gnus-dired-attach): Use it.
9198         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9199         NO-DECODE.
9200         (gnus-dired-print): Use `gnus-print-buffer' depending on
9201         `gnus-dired-mail-mode'.
9202
9203 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * rfc2047.el (rfc2047-encoded-word-regexp)
9206         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9207         explaining what regexp patterns are for.
9208
9209 2007-12-04  Glenn Morris  <rgm@gnu.org>
9210
9211         * password.el: Move to password-cache.el.
9212
9213         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9214         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9215         * mml-smime.el (password-read, password-cache-add)
9216         (password-cache-remove):
9217         No need to autoload, since mml-sec requires password.
9218
9219         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9220         * message.el (gnus-extract-address-components):
9221         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9222
9223         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9224         password.
9225
9226 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * mailcap.el: Reduce dependencies.
9229         (mail-header-parse-content-type): Autoload.
9230         (mailcap-delete-duplicates): New alias.
9231         (mailcap-mime-info): Add optional argument NO-DECODE.
9232         (mailcap-mime-types): Use mailcap-delete-duplicates.
9233
9234         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9235
9236 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9237
9238         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9239         (imap-parse-status): Upcase status-att for servers that sends them
9240         lower-case (e.g., MS Exchange 2007).
9241
9242 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9245         function.
9246
9247         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9248         (gnus-uu-yenc-article): New function.
9249
9250         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9251
9252         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9253
9254 2007-12-02  Glenn Morris  <rgm@gnu.org>
9255
9256         * binhex.el (binhex): New custom group.
9257         (binhex-decoder-program, binhex-decoder-switches)
9258         (binhex-use-external): Move to the binhex custom group.
9259
9260         * uudecode.el (uudecode): New custom group.
9261         (uudecode-decoder-program, uudecode-decoder-switches)
9262         (uudecode-use-external): Move to the uudecode custom group.
9263
9264         * netrc.el (top-level): Don't load `encrypt' features.
9265         (netrc-parse): Don't use encrypt.
9266         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9267
9268         * encrypt.el: Remove file.
9269
9270 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9273         matches on patches.
9274
9275         * gnus-art.el (gnus-article-browse-html-article):
9276         Mention `mm-text-html-renderer' in the doc string.
9277
9278         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9279         string.  Add comments.
9280
9281         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9282         if rhs is ASCII.
9283
9284 2007-12-01  Glenn Morris  <rgm@gnu.org>
9285
9286         * mail-source.el (top-level): Require format-spec before
9287         eval-when-compile.
9288
9289 2007-11-30  Glenn Morris  <rgm@gnu.org>
9290
9291         * encrypt.el: Require password, rather than autoloading password-read.
9292
9293 2007-11-29  Glenn Morris  <rgm@gnu.org>
9294
9295         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9296         (sasl-make-client, sasl-next-step, sasl-step-data)
9297         (sasl-step-set-data): Declare as functions.
9298
9299 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9302
9303 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9304
9305         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9306         certs should be verified and what is to be done in the event of a
9307         verification failure.
9308
9309         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9310         caller can indicate whether the cache should be disregarded for this
9311         call.  This way the result of the call is reproducible at all times and
9312         can be considered a canonical server name for the supplied method.
9313         (gnus-agent-method-p): Canonicalize server names by pushing their
9314         method through `gnus-method-to-server' using the no-cache argument.
9315
9316         * gnus-srvr.el (gnus-server-insert-server-line):
9317         Call `gnus-method-to-server' with `no-cache' argument.
9318
9319         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9320         gnus-agent-possibly-synchronize-flags as this should be called when the
9321         server is actually being opened.
9322         (gnus-agent-possibly-synchronize-flags)
9323         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9324         flags file of an agentized server to the latter function.
9325
9326         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9327         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9328         after a connection has been established successfully.
9329
9330 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gnus-art.el (article-display-face): Force to display face if called
9333         interactively; check if gnus-article-x-face-too-ugly matches author.
9334         (article-display-x-face): Display face even if From header is missing
9335         as article-display-face does.
9336
9337 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9338
9339         * hashcash.el (message-narrow-to-headers-or-head)
9340         (message-fetch-field, message-goto-eoh)
9341         (message-narrow-to-headers): Declare as functions.
9342
9343 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * mail-source.el (mail-sources): Default to fetch from file for
9346         compatibility with default of nnmail-spool-file.
9347
9348 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9351         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9352         to look for encoded word that should be encoded again.
9353         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9354         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9355         encoding pattern.
9356         (rfc2047-decode-region): Switch strict regexp and loose one according
9357         to rfc2047-allow-irregular-q-encoded-words.
9358
9359 2007-11-25  Romain Francoise  <romain@orebokech.com>
9360
9361         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9362
9363 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * tls.el (tls-program): Provide more custom choices from
9366         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9367         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9368
9369 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9372         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9373
9374         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9375         `nnmail-spool-file'.
9376
9377         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9378         `nnmail-spool-file'.
9379
9380         * gnus-move.el (gnus-change-server): Ditto.
9381
9382         * gnus-kill.el (gnus-batch-score): Ditto.
9383
9384         * gnus-cache.el (gnus-jog-cache): Ditto.
9385
9386         * gnus-msg.el (gnus-summary-reply):
9387         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9388
9389 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9392         version.  Minor improvement to doc strings.
9393         (tls-program): Add comment.
9394
9395 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9396
9397         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9398         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9399         mismatch between the hostname provided in the certificate and the name
9400         of the host connnecting to.
9401         (open-tls-stream): Use them.  Check certificates against trusted root
9402         certificates.
9403
9404 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * gnus-cache.el (gnus-cache-generate-nov-databases):
9407         Use nnml-generate-nov-databases-directory instead of
9408         nnml-generate-nov-databases-1.
9409
9410 2007-11-24  Glenn Morris  <rgm@gnu.org>
9411
9412         * message.el (message-tool-bar-retro): Update for rename
9413         mail_send.xpm->mail-send.xpm.
9414
9415 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9418         `smime-ldap-search' for Emacs 22 and up.
9419
9420 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9421
9422         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9423
9424         * message.el (message-send-mail-function): Fix error convention.
9425         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9426         (message-widen-reply, message-send-mail, message-talkative-question)
9427         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9428         (message-clone-locals, message-send-news): Use with-current-buffer.
9429         (message-insert-or-toggle-importance): Remove unused var `valid'.
9430         (message-make-references): Remove unused var `new-references'.
9431         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9432
9433 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9434
9435         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9436         (spam-split-symbolic-return-positive): Reflow docstring.
9437         (spam-backends, spam-summary-exit-behavior)
9438         (spam-mark-ham-unread-before-move-from-spam-group)
9439         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9440         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9441         (spam-clear-cache, spam-backend-check, spam-install-backend)
9442         (spam-install-statistical-backend, spam-list-of-processors)
9443         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9444         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9445         (spam-check-crm114, spam-initialize, spam-unload-hook):
9446         Fix typos in docstrings.
9447
9448 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9451         been checked if they have never been read and those group levels are
9452         higher than the one that a user specified.
9453
9454 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9457         foreign groups unless a group level is specified by a user.
9458         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9459
9460 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * message.el (message-send-mail-function): Require sendmail.
9463
9464 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * message.el (message-send-mail-function): Check for smtpmail too.
9467
9468         * utf7.el (utf7-encode, utf7-decode): Use coding system
9469         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9470
9471         * message.el (message-send-mail-function): New function.
9472         (message-send-mail-function): Set default using
9473         message-send-mail-function.  Adjust doc string.
9474         (message-send-mail-with-mailclient): New function.
9475
9476 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9477
9478         * smime.el (from):
9479         * rfc2047.el (message-posting-charset):
9480         * qp.el (mm-use-ultra-safe-encoding):
9481         * pop3.el (parse-time-months):
9482         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9483         * nnml.el (files):
9484         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9485         (jka-compr-compression-info-list, ange-ftp-path-format)
9486         (efs-path-regexp):
9487         * nndiary.el (files):
9488         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9489         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9490         (epg-digest-algorithm-alist, inhibit-redisplay)
9491         (password-cache-expiry):
9492         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9493         (pgg-output-buffer, password-cache-expiry):
9494         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9495         (efs-path-regexp):
9496         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9497         (inhibit-redisplay):
9498         * mm-uu.el (file-name, start-point, end-point, entry)
9499         (gnus-newsgroup-name, gnus-newsgroup-charset):
9500         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9501         (latin-unity-ucs-list):
9502         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9503         (mm-uu-binhex-decode-function):
9504         * message.el (gnus-message-group-art, gnus-list-identifiers)
9505         (rmail-enable-mime-composing, gnus-local-organization)
9506         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9507         (gnus-read-active-file, facemenu-add-face-function)
9508         (facemenu-remove-face-function, gnus-article-decoded-p)
9509         (tool-bar-mode):
9510         * mail-source.el (display-time-mail-function):
9511         * gnus-util.el (nnmail-pathname-coding-system)
9512         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9513         (gnus-original-article-buffer, gnus-user-agent)
9514         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9515         (xemacs-codename, sxemacs-codename, emacs-program-version):
9516         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9517         * gnus-start.el (gnus-agent-covered-methods)
9518         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9519         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9520         (gnus-newsgroup-headers, gnus-group-list-mode)
9521         (gnus-group-mark-positions, gnus-newsgroup-data)
9522         (gnus-newsgroup-unreads, nnoo-state-alist)
9523         (gnus-current-select-method, mail-sources)
9524         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9525         (nnmail-spool-file, gnus-cache-active-hashtb):
9526         * gnus-mh.el (mh-lib-progs):
9527         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9528         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9529         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9530         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9531         (gnus-group-buffer):
9532         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9533         (font-lock-set-defaults):
9534         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9535         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9536         (gnus-summary-post-menu, total-parts, type, condition, length):
9537         * gnus-agent.el (gnus-agent-read-agentview):
9538         * flow-fill.el (show-trailing-whitespace):
9539         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9540         eval-and-compile wrappers for byte compiler pacifiers.
9541
9542         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9543         (mm-display-inline-fontify): Check for featurep 'xemacs not
9544         extent-list.
9545
9546         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9547         itimer-list.
9548         (mm-create-image-xemacs): Only do something for XEmacs.
9549         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9550
9551         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9552
9553         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9554         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9555
9556 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9557
9558         * nnimap.el (nnimap-split-download-body):
9559         * gnus-demon.el (gnus-demon):
9560         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9561
9562 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9565         New macros.
9566         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9567         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9568         copy data from unibyte buffer to multibyte current buffer.
9569         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9570         to copy data from unibyte current buffer to multibyte buffer.
9571         (nntp-make-process-buffer): Make process buffer unibyte.
9572
9573         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9574
9575 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9576
9577         * pop3.el (pop3-open-server): Accept and process data more robustly at
9578         connexion start to avoid spurious "POP SSL connexion failed" errors.
9579
9580 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9583         read group names.
9584
9585 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9588
9589 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9592         (nnmail-save-active): Use a unibyte buffer when saving active file,
9593         which may contain non-ASCII group names.
9594
9595         * nnml.el (nnml-request-group): Decode group names in messages.
9596
9597 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * message.el (message-citation-line-function)
9600         (message-insert-formatted-citation-line): Fix spelling of
9601         `message-insert-formated-citation-line'.
9602
9603 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9606
9607 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9610         nnmail-pathname-coding-system.
9611
9612         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9613         that a user enters; decode group names in messages.
9614
9615         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9616
9617 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9620
9621         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9622
9623         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9624         risky local variable.
9625
9626         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9627
9628 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9629
9630         * encrypt.el: Improve documentation to fix function name typo.
9631         Reported by Daiki Ueno <ueno@unixuser.org>.
9632
9633 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9636         even if the point is not in the last page of an article.
9637         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9638         back to the previous page.
9639
9640 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9643
9644 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9647
9648 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9649
9650         * message.el (message-check-news-body-syntax):
9651         Avoid mm-string-as-multibyte.
9652         (message-hide-headers): Don't assume (point-min)==1.
9653
9654 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * message.el (message-remove-blank-cited-lines): Fix if remove is
9657         given.
9658         (message-bogus-address-regexp): New variable.
9659         (message-bogus-recipient-p): New function.
9660         (message-check-recipients): New command.
9661         (message-syntax-checks): Add `bogus-recipient'.
9662         (message-fix-before-sending): Add `bogus-recipient'.
9663
9664         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9665         (gnus-treat-body-boundary): Don't test window-system.
9666
9667 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9668
9669         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9670
9671 2007-10-28  Miles Bader  <miles@gnu.org>
9672
9673         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9674         at compile-time too.
9675
9676 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9677
9678         * gnus-msg.el (gnus-message-setup-hook):
9679         Add `message-remove-blank-cited-lines' to options.
9680
9681 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * message.el (message-remove-blank-cited-lines): New function.
9684         Suggested by Karl Plästerer.
9685
9686 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9689         mapc.
9690
9691         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9692         (top-level): Use mapc to set functions to be traced for debugging.
9693
9694         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9695         called for effect with while loop.
9696
9697         * message.el (message-talkative-question): Replace mapcar called for
9698         effect with mapc.
9699
9700         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9701         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9702         called for effect with dolist.
9703
9704         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9705
9706         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9707         gnus-extra-headers and nnmail-extra-headers.
9708
9709         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9710         called for effect with dolist.
9711         (top-level): Use mapc to set functions to be traced for debugging.
9712
9713         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9714         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9715         dolist.
9716
9717         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9718         Replace mapcar called for effect with mapc.
9719         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9720         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9721         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9722         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9723
9724         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9725         remove-if that's a cl function.
9726
9727         * webmail.el (webmail-debug): Replace mapcar called for effect with
9728         dolist.
9729
9730         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9731         with mapc.
9732
9733 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9736         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9737         with while loop.
9738
9739         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9740         functions from article-* functions.
9741         (gnus-multi-decode-header): Replace mapcar called for effect with
9742         dolist.
9743
9744         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9745         (gnus-bookmark-show-details): Replace mapcar called for effect with
9746         while loop.
9747
9748         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9749         called for effect with while loop.
9750
9751         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9752         with dolist.
9753
9754         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9755         Replace mapcar called for effect with dolist.
9756
9757         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9758
9759         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9760         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9761         Replace mapcar called for effect with dolist.
9762         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9763         mapc.
9764
9765         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9766         Replace mapcar called for effect with dolist.
9767         (gnus-topic-list): Replace mapcar called for effect with mapc.
9768
9769         * gnus.el: Use mapc instead of mapcar to add autoloads.
9770
9771 2007-10-23  Richard Stallman  <rms@gnu.org>
9772
9773         * gnus-group.el (gnus-group-highlight): Mark as risky.
9774
9775 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus.el (gnus-server-to-method): Return method found first in
9778         gnus-newsrc-alist.
9779
9780         * gnus-art.el (gnus-article-highlight-signature)
9781         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9782         button overlay without the front stickiness.
9783
9784 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9785
9786         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9787         overview buffer needed a catch to receive its throw.
9788         (gnus-agent-flush-cache): Declare as interactive to make this function
9789         easier to use.
9790
9791 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9794         `next-line'.
9795
9796 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9799         exclude address matching message-dont-reply-to-names.
9800
9801 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-util.el (gnus-string<): New function.
9804
9805         * gnus-sum.el (gnus-article-sort-by-author)
9806         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9807
9808 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9811         the frame-focus tag is set in gnus-buffer-configuration.
9812
9813 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9816         the front stickiness.
9817
9818 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9821         url pattern; remove duplicate one.
9822         (gnus-article-extend-url-button): New function.
9823         (gnus-article-add-buttons): Use it.
9824         (gnus-button-push): Use concatenated url that it makes.
9825
9826 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9827
9828         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9829
9830 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9831
9832         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9833         Don't hardcode point-min==1.
9834
9835 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9838         Fix comment about "iso8859-1".
9839
9840 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9841
9842         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9843         ones returned from the verify-function.
9844
9845         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9846         Call mml2015-extract-cleartext-signature if extraction failed.
9847
9848 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9849
9850         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9851         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9852         failed.
9853
9854 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9857
9858 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9861         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9862         recommends to use EasyPG instead of PGG.
9863
9864         * pgg.el: Revert to revision 6.23.2.16.
9865
9866         * pgg-def.el: Revert to revision 6.6.2.14.
9867
9868         * pgg-gpg.el: Revert to revision 6.23.2.34.
9869
9870 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9871
9872         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9873         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9874         thread for both the null and zero (kill/expire thread) universal prefix
9875         cases.
9876         (gnus-summary-expire-thread): Add new function to expire a thread,
9877         using gnus-summary-kill-thread.
9878         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9879         shortcuts for gnus-summary-expire-thread.
9880         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9881         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9882
9883 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9884
9885         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9886         extras value, so an extras entry can be deleted.
9887         (gnus-registry-delete-extra-entry): Use it.
9888         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9889         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9890         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9891         storage through the gnus-registry, and provide an appropriate API for
9892         it.
9893
9894 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9897         Suggested by Leo <sdl.web@gmail.com>.
9898
9899         * gnus.el: Do.
9900
9901 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9904         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9905
9906         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9907
9908         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9909         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9910
9911 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9914         newline.
9915         (nnmbox-request-accept-article): Don't change article in source buffer;
9916         narrow to header to use message-fetch-field rather than
9917         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9918         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9919         as delimiters; make sure article ends with newline.
9920         (nnmbox-delete-mail): Correct last position of article to be deleted;
9921         ignore X-Gnus-Newsgroup header in article body.
9922         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9923         positions; make sure article ends with newline.
9924
9925         * message.el (message-display-abbrev): Don't infloop when a user
9926         inserts SPC in the beginning of header.
9927
9928         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9929         coding-system-for-read and coding-system-for-write for XEmacs having no
9930         file-coding feature.
9931
9932         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9933
9934 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9935
9936         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9937         list of groups not followed by default.  Fix type to be regexp.
9938         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9939
9940 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9941
9942         * hmac-def.el (define-hmac-function): Switch from old-style to
9943         new-style backquotes.
9944
9945         * md4.el (md4-make-step): Likewise.
9946
9947 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9950         raw-text coding system when saving .newsrc file, which may contain
9951         non-ASCII group names.
9952
9953 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-cus.el (gnus-score-extra): New widget.
9956         (gnus-score-extra-convert): New function.
9957         (gnus-score-customize): Use it for Extra.
9958
9959 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9960
9961         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9962         (mml2015-mailcrypt-clear-verify): Use it.
9963         (mml2015-gpg-clear-verify): Use it.
9964         (mml2015-pgg-clear-verify): Use it.
9965         (mml2015-epg-clear-verify): Replace the current part with the output
9966         from GnuPG; don't extract the plaintext by itself.
9967
9968         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9969         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9970         mml2015-clear-verify-function; don't touch the armor headers or
9971         dash-escaped text here.
9972
9973 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9976         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9977         parts, or application/octet-stream as a last resort.
9978         (gnus-mime-view-part-as-type): Don't toggle display.
9979         (gnus-mime-view-part-as-charset): Don't turn off display before
9980         querying charset.
9981
9982         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9983         stuff to undisplayer function in Emacs.
9984         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9985
9986         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9987         text/calendar parts.
9988
9989 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9992         decoding text/calendar parts.
9993
9994         * message.el (message-forward-make-body-mime): Always mark body as
9995         having no illegible text; remove signed-or-encrypted argument.
9996         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9997
9998         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9999         (mml-generate-mime-1): Don't encode body if it is specified to be in
10000         raw form; don't make buffer be unibyte when inserting multibyte string.
10001
10002 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10003
10004         * sha1.el: Fix up comment style.
10005         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10006         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10007
10008         * hex-util.el: Fix up comment style.
10009         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10010
10011         * gnus-salt.el: Use with-current-buffer.
10012         (gnus-pick-setup-message): Fix long-standing typo.
10013
10014 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * imap.el (imap-logout-timeout): New variable.
10017         (imap-logout, imap-logout-wait): New functions.
10018         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10019
10020         * nnimap.el (nnimap-logout-timeout): New server variable.
10021         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10022         nnimap-logout-timeout.
10023
10024         * gnus-art.el (gnus-article-summary-command-nosave)
10025         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10026
10027 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gnus.el (gnus-maximum-newsgroup): New variable.
10030
10031         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10032         according to gnus-maximum-newsgroup.
10033
10034         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10035         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10036         Limit the range of articles according to gnus-maximum-newsgroup.
10037
10038 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10039
10040         * gnus-art.el (gnus-sticky-article): Fix problems described in
10041         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10042         Don't perform gnus-configure-windows here; reuse existing sticky
10043         article buffer.
10044
10045         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10046         it doesn't exist in gnus-article-mode.
10047
10048 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10051         (gnus-agent-decoded-group-name): New function.
10052         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10053         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10054
10055 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10056
10057         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10058         Add binding for gnus-sticky-article.
10059         (gnus-summary-exit): Don't kill sticky article buffers.
10060
10061         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10062         article buffer.
10063         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10064         (gnus-kill-sticky-article-buffers): New commands.
10065
10066 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * nntp.el (nntp-xref-number-is-evil): New server variable.
10069         (nntp-find-group-and-number): If it is non-nil, don't trust article
10070         numbers in the Xref header.
10071
10072 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus-agent.el (gnus-agent-read-group): New function.
10075         (gnus-agent-flush-group, gnus-agent-expire-group)
10076         (gnus-agent-regenerate-group): Use it.
10077         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10078         nnmail-pathname-coding-system.
10079
10080 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10083
10084         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10085         that are unread as unread, and also as selected so that information of
10086         marks having been changed by a user may be updated when exiting group.
10087
10088 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10091
10092 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10095         calculated ignoring signature parts to gnus-treat-article.
10096
10097 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10100         a point here in order to keep the window start.
10101         (gnus-insert-mime-security-button): Make a button overlay without the
10102         front stickiness.
10103         (gnus-mime-display-security): Goto the end of a button.
10104
10105         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10106
10107 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10110         group-name-at-point.
10111         (gnus-group-completing-read): New function that offers decoded
10112         non-ASCII group names for completion.
10113         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10114         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10115         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10116         (gnus-group-fetch-control): Use it.
10117         (gnus-fetch-group): Use group-name-at-point for the initial value
10118         rather than the default value; use gnus-alive-p.
10119
10120         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10121         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10122         (gnus-summary-post-news): Use gnus-group-completing-read.
10123
10124         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10125         (gnus-read-move-group-name): Decode group name for completion.
10126
10127 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10128
10129         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10130         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10131         Yamaoka slightly modified the code).
10132
10133 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10136         (nnmail-split-incoming): Bind it.
10137
10138         * nnml.el (nnml-group-name-charset): New function.
10139         (nnml-decoded-group-name): Use it; don't decode group name if
10140         nnmail-group-names-not-encoded-p is non-nil.
10141         (nnml-encoded-group-name): New function.
10142         (nnml-group-pathname): Inline nnml-decoded-group-name.
10143         (nnml-request-expire-articles): Decode group name in message.
10144         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10145         nnmail-pathname-coding-system.
10146         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10147         not decoded ones according to nnmail-group-names-not-encoded-p.
10148         (nnml-generate-active-info): Use nnml-encoded-group-name.
10149
10150 2007-08-08  Glenn Morris  <rgm@gnu.org>
10151
10152         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10153         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10154         doc-strings and comments.
10155
10156 2007-07-25  Glenn Morris  <rgm@gnu.org>
10157
10158         * Relicense all FSF files to GPLv3 or later.
10159
10160 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * gnus-sum.el (gnus-summary-move-article):
10163         Make gnus-summary-respool-article work.
10164
10165 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10168         string.
10169
10170 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10171
10172         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10173         that should be ignored when comparing distant RSS articles with local
10174         ones.
10175         (nnrss-make-hash-index): New function.  Create a hash index according
10176         to the ignored fields.
10177         (nnrss-check-group): Use it.
10178
10179 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10182
10183         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10184
10185         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10186         the new optional argument ENCODED is non-nil.
10187         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10188         coding system for encoding group name.
10189         (gnus-group-make-rss-group): Pass un-encoded group name to
10190         gnus-group-make-group.
10191         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10192         encoded.
10193
10194         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10195         Encode group name to which articles are moved or copied.
10196         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10197         coding system for encoding Newsgroup, Followup-To and Xref headers.
10198
10199         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10200         marks; use nnheader-file-coding-system to write a file.
10201         (nnagent-retrieve-headers): Bind file-name-coding-system to
10202         nnmail-pathname-coding-system.
10203
10204         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10205
10206         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10207         (nnml-request-article, nnml-request-create-group)
10208         (nnml-request-rename-group, nnml-find-id)
10209         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10210         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10211         (nnml-save-marks): Use nnml-group-pathname instead of
10212         nnmail-group-pathname.
10213
10214         (nnml-request-create-group, nnml-request-expire-articles)
10215         (nnml-request-move-article, nnml-request-delete-group)
10216         (nnml-deletable-article-p, nnml-possibly-create-directory)
10217         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10218         (nnml-open-marks): Bind file-name-coding-system to
10219         nnmail-pathname-coding-system.
10220
10221         (nnml-request-article): Pass server argument to nnml-find-group-number.
10222         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10223         Pass server argument to nnml-possibly-create-directory.
10224         (nnml-request-accept-article): Pass server argument to
10225         nnml-active-number and nnml-save-mail.
10226         (nnml-find-group-number): Pass server argument to nnml-find-id.
10227         (nnml-request-update-info): Pass server argument to
10228         nnml-marks-changed-p.
10229
10230         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10231         (nnml-save-mail, nnml-active-number): Add server argument.
10232
10233         (nnml-request-delete-group): Warn if group is missing.
10234         (nnml-get-nov-buffer): Decode group name.
10235         (nnml-generate-active-info): Encode group name.
10236         (nnml-open-marks): Decode group name in messages.
10237
10238 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10241         if it is not specified.
10242         (gnus-article-pipe-part, gnus-article-save-part)
10243         (gnus-article-interactively-view-part, gnus-article-copy-part)
10244         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10245         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10246         (gnus-article-replace-part, gnus-article-delete-part)
10247         (gnus-article-view-part-as-type): Pass raw prefix argument to
10248         gnus-article-part-wrapper.
10249
10250 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-agent.el (gnus-agent-save-active):
10253         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10254
10255         * gnus-cache.el (gnus-cache-save-buffers)
10256         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10257         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10258         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10259         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10260         (gnus-cache-generate-active, gnus-cache-rename-group)
10261         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10262         (gnus-cache-update-overview-total-fetched-for):
10263         Bind file-name-coding-system to nnmail-pathname-coding-system.
10264         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10265         New variables.
10266         (gnus-cache-decoded-group-name): New function.
10267         (gnus-cache-file-name): Use it.
10268         (gnus-cache-generate-active): Use non-decoded group name for active.
10269
10270         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10271         right place.
10272         (gnus-write-active-file): Don't break non-ASCII group names.
10273
10274         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10275         nnmail-pathname-coding-system.
10276
10277         * lpath.el: Bind default-file-name-coding-system,
10278         file-name-coding-system and language-info-alist for XEmacs.
10279
10280         * gnus-uu.el (gnus-uu-decode-save): Typo.
10281
10282 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10285
10286 2007-07-14  David Kastrup  <dak@gnu.org>
10287
10288         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10289         finishing actions if we did not edit the article.
10290
10291 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10294         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10295         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10296         (gnus-agent-flush-group, gnus-agent-flush-cache)
10297         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10298         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10299         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10300         (gnus-agent-regenerate-group)
10301         (gnus-agent-update-files-total-fetched-for)
10302         (gnus-agent-update-view-total-fetched-for):
10303         Bind file-name-coding-system to nnmail-pathname-coding-system.
10304         (gnus-agent-group-pathname): Don't encode file names by
10305         nnmail-pathname-coding-system.
10306         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10307         coding-system-for-write instead of buffer-file-coding-system to
10308         gnus-agent-file-coding-system.
10309
10310         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10311         Decode group name.
10312
10313         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10314
10315         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10316         (gnus-read-newsrc-el-file): Make group names unibyte.
10317
10318         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10319         nnmail-pathname-coding-system.
10320
10321         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10322         (nnrss-request-delete-group): Bind file-name-coding-system to
10323         nnmail-pathname-coding-system.
10324         (nnrss-read-server-data, nnrss-read-group-data):
10325         Bind file-name-coding-system correctly.
10326         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10327
10328         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10329         (nntp-server-to-method-cache): New variable.
10330         (nntp-group-pathname): New function that decodes non-ASCII group names.
10331         (nntp-possibly-create-directory, nntp-marks-changed-p)
10332         (nntp-save-marks, nntp-open-marks): Use it.
10333         (nntp-possibly-create-directory, nntp-open-marks):
10334         Bind file-name-coding-system to nnmail-pathname-coding-system.
10335         (nntp-open-marks): Decode group names when bootstrapping marks.
10336
10337         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10338         Newsgroups and Folowup-To headers.
10339
10340 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10343         (gnus-server-closed-face, gnus-server-denied-face)
10344         (gnus-server-offline-face): Remove variable.
10345         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10346
10347         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10348         of modifying message-stack directly for XEmacs.
10349
10350         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10351         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10352         if the coding-system argument is nil for XEmacs.
10353
10354         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10355         mm-charset-override-alist.
10356
10357         * rfc2047.el: Don't require base64; require rfc2045 for the function
10358         rfc2045-encode-string.
10359         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10360         to quote the parameter value.
10361
10362 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10365         form in gnus-group-name-charset-method-alist.
10366
10367         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10368         overrides the default layout edit-form.
10369
10370         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10371
10372         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10373
10374 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10377         as unfetched articles.
10378
10379 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10382
10383 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10386         original back end that keeps marks in the local system.
10387
10388 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10391         arg of pop-to-buffer for XEmacs.
10392         (gnus-article-read-summary-keys): Ditto; don't restore window
10393         configuration if summary command ends up with neither article buffer
10394         nor summary buffer; describe bindings if summary keys end with C-h.
10395
10396 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * message.el (message-fix-before-sending): Skip raw message part to be
10399         forwarded while checking illegible text.
10400         (message-forward-make-body-mime, message-forward-make-body):
10401         Mark signed or encrypted raw message as having no illegible text.
10402
10403 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10406         (gnus-message-with-timestamp-1): New macro.
10407         (gnus-message-with-timestamp): New function.
10408         (gnus-message): Use them.
10409
10410         * nnheader.el (nnheader-message): Use them.
10411
10412 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10413
10414         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10415         .newsrc.eld file.
10416
10417 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-agent.el (gnus-agent-fetch-headers)
10420         (gnus-agent-retrieve-headers):
10421         Bind gnus-decode-encoded-address-function to identity.
10422
10423         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10424         available also when the server returns simply a dot.
10425
10426         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10427
10428 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10431
10432 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-ems.el (gnus-x-splash): Make it work.
10435
10436         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10437         from being used.
10438
10439         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10440
10441 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10444         4th and the 5th arguments.
10445
10446         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10447         the front stickiness.
10448         (gnus-article-summary-command-nosave): Correct the order of the
10449         arguments passed to pop-to-buffer.
10450         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10451         summary command ends up with the article buffer.
10452
10453         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10454         the same faces.
10455
10456 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10457
10458         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10459
10460 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10461
10462         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10463         * gnus-sum.el (gnus-summary-highlight):
10464         * pgg.el (pgg-sign-region, pgg-sign):
10465         * mail-source.el (mail-source-delete-old-incoming-confirm):
10466         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10467
10468 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * gnus-art.el (gnus-mime-view-part-externally)
10471         (gnus-mime-view-part-internally): Fix predicate function passed to
10472         completing-read.
10473
10474         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10475
10476         * gnus.el (gnus-update-message-archive-method): Add :version.
10477
10478 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus.el (gnus-update-message-archive-method): New variable.
10481
10482         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10483         according to gnus-message-archive-method if
10484         gnus-update-message-archive-method is non-nil.
10485
10486 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10489         Suggested by Loic Dachary <loic@dachary.org>.
10490         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10491
10492 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * message.el (message-pop-to-buffer): Add switch-function argument.
10495         (message-mail): Pass switch-function argument to it.
10496
10497 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10500         Improve doc string.
10501
10502 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10505         (gnus-header-content)
10506         * gnus-cite.el (gnus-cite-10)
10507         * gnus-srvr.el (gnus-server-closed)
10508         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10509         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10510         (gnus-group-mail-3-empty, gnus-group-mail-low)
10511         (gnus-group-mail-low-empty, gnus-splash)
10512         * message.el (message-header-to, message-header-cc)
10513         (message-header-subject, message-header-other, message-header-name)
10514         (message-header-xheader, message-separator, message-cited-text)
10515         (message-mml): Lighten colors of faces used for dark background.
10516
10517 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10518
10519         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10520         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10521
10522 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * message.el (message-narrow-to-headers-or-head):
10525         Ignore mail-header-separator in the body.
10526
10527 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10530         same as window size.
10531
10532 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10533
10534         * message.el (message-font-lock-keywords): Use message-header-xheader
10535         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10536         ahead of the anything pattern, to get it recognised.
10537
10538 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10541         spam.el loads uses it in the compiled defadvice form.
10542
10543 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10544
10545         * gnus-sum.el (gnus-articles-to-read)
10546         (gnus-summary-insert-old-articles): Don't truncate group name for
10547         `read-string'.
10548
10549         * gnus-util.el (gnus-limit-string): Delete this function.
10550
10551         * gnus-sum.el (gnus-simplify-subject-fully):
10552         Use `truncate-string-to-width' instead.
10553
10554 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10555
10556         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10557         Tell if, on summary exit, the next group has to be selected.
10558         (gnus-summary-exit): Use it.
10559
10560 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10563         non-break space.
10564
10565 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10568         Check if group is not a directory.
10569         (nnfolder-request-expire-articles): Don't delete articles if the target
10570         group is not available.
10571
10572         * nnml.el (nnml-request-create-group): Properly check if group is not a
10573         file.
10574         (nnml-request-expire-articles): Don't delete articles if the target
10575         group is not available.
10576
10577         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10578         Don't quote characters that are within parentheses.
10579
10580 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10583         (gnus-handle-ephemeral-exit): Select article according to it.
10584
10585 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * message.el (message-insert-formated-citation-line): Remove newline.
10588         (message-citation-line-format): Add final \n here so that the user can
10589         avoid a blank line.
10590
10591 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10592
10593         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10594         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10595         Update lanl/arXiv support.
10596
10597 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * gnus.el: Bump version number.
10600
10601 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * gnus.el (gnus-version-number): Bump version.
10604
10605 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10606
10607         * gnus.el: No Gnus v0.6 is released.
10608
10609 2007-04-27  Didier Verna  <didier@xemacs.org>
10610
10611         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10612         * gmm-utils.el (gmm-regexp-concat): ... here.
10613         * message.el: Don't require 'gnus-util.
10614         (message-dont-reply-to-names): Handle name change above.
10615         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10616
10617 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10620         since the initial value varies according to the system.
10621
10622 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10625
10626 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10627
10628         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10629
10630 2007-04-24  Didier Verna  <didier@xemacs.org>
10631
10632         Improve the type of gnus-ignored-from-addresses.
10633         * gnus-util.el (gnus-orify-regexp): New function.
10634         * message.el (gnus-util): Require it.
10635         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10636         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10637         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10638
10639 2007-04-24  Didier Verna  <didier@xemacs.org>
10640
10641         * gnus-sum.el:
10642         * gnus-utils.el: Fix some trailing whitespaces.
10643
10644 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10647         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10648         article's Message-ID; refer parent article in summary buffer.
10649
10650         * message.el (message-bounce): Call mime-to-mml.
10651
10652         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10653         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10654         optimize and/or forms properly.
10655
10656 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10659         URL.
10660
10661 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10664
10665 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10668         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10669         displayed of multipart/alternative part if it is invoked from summary
10670         buffer.
10671
10672         * mm-view.el (mm-inline-text-html-render-with-w3m)
10673         (mm-inline-text-html-render-with-w3m-standalone)
10674         (mm-inline-render-with-function): Use mail-parse-charset by default.
10675
10676 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10677
10678         * parse-time.el (parse-time-string-chars): Check if CHAR
10679         is less than the length of parse-time-syntax.
10680
10681 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10684         from gnus-newsgroup-processable.
10685
10686 2007-04-16  Didier Verna  <didier@xemacs.org>
10687
10688         * gnus-msg.el (gnus-configure-posting-styles):
10689         Handle message-signature-directory properly with :file syntax.
10690         Reported by "Leo".
10691
10692 2007-04-11  Didier Verna  <didier@xemacs.org>
10693
10694         New user option: message-signature-directory.
10695         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10696         * message.el (message-insert-signature): Ditto.
10697         * message.el (message-signature-file): Doc update.
10698         * message.el (message-signature-directory): New.
10699
10700 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-msg.el (gnus-inews-yank-articles):
10703         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10704
10705 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * message.el (message-yank-original): Make sure cited text ends with
10708         newline; don't exchange point and mark.
10709
10710 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10711
10712         * tls.el (open-tls-stream): Properly handle case where there
10713         is no associated buffer.
10714
10715 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10716
10717         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10718         message-yank-original, make sure (< mark TEXT point).
10719
10720 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * message.el (message-fill-column): New variable.
10723         (message-mode): Use it.  Add comment on a possible new hook.
10724
10725         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10726         (nnmail-get-new-mail): Reformat.
10727
10728         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10729
10730         * gmm-utils.el: Fix Commentary.
10731         (gmm-tool-bar-from-list): Fix typo in doc string.
10732
10733 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10734
10735         * message.el (message-yank-original): Don't switch point and mark
10736         unnecessarily to put point and mark as documented.
10737
10738 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10741         from the message heads.
10742
10743 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10744
10745         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10746         article buffer does not have a window.  This may not be the best
10747         solution but is certainly better than setting the start of the null,
10748         that is the current, window.
10749
10750 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10753         (gnus-draft-setup): Run it.
10754
10755         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10756         gnus-score-fast-scoring.  Allow regexp.
10757         (gnus-score-headers): Use it.
10758
10759         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10760         XEmacs.
10761
10762         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10763         string.
10764         (gnus-button-alist): Also catch `<f1> k ...'.
10765         (gnus-treat-display-x-face): Fix doc string.
10766
10767 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10768
10769         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10770         evaluation of gnus-extended-version to ensure correct generation of the
10771         User-Agent header when message-generate-headers-first is used.
10772
10773 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10774
10775         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10776         hashcash-path is nil.  Don't call callback with incorrect number of
10777         parameters if val is 0.
10778
10779 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10780
10781         * message.el (message-required-news-headers):
10782         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10783
10784 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10785
10786         * tls.el (open-tls-stream): In handshake-waiting loop,
10787         don't wait more if there is output available to process.
10788
10789 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10790
10791         * tls.el (tls-program): Doc fix.
10792
10793 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * message.el (message-generate-new-buffers): Change the meaning of the
10796         nil value; add `standard' to the choices; treat t as `unique'; improve
10797         doc string.
10798         (gnus-select-frame-set-input-focus): Autoload.
10799         (message-buffer-name): Search for the existing message buffer if
10800         message-generate-new-buffers is nil or `standard'; treat the value t of
10801         message-generate-new-buffers as `unique'.
10802         (message-pop-to-buffer): Raise the frame already displaying the message
10803         buffer; clear the echo area after querying.
10804         (message-setup): Pass the `continue' argument to compose-mail.
10805         (message-mail): Prefer `switch-function' if it is given; search for the
10806         existing message buffer if the `continue' argument is non-nil; pass
10807         continue and switch-function arguments to compose-mail by way of
10808         message-setup.
10809         (message-mail-other-window): Adjust argument of message-setup.
10810         (message-mail-other-frame): Ditto.
10811
10812 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10815         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10816         to turn font-lock on when turning gnus-message-citation-mode on.
10817
10818 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10819
10820         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10821         (mml-smime-function-alist): New variable; add epg as the backend.
10822         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10823         mml-smime- functions instead.
10824         * mm-view.el: Require smime.
10825
10826 2007-03-05  Didier Verna  <didier@xemacs.org>
10827
10828         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10829         instead of just inheritance for posting styles.
10830         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10831
10832 2007-02-24  Chris Moore  <dooglus@gmail.com>
10833
10834         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10835         * pgg-pgp.el (pgg-pgp-encrypt-region):
10836         * pgg-gpg.el (pgg-gpg-encrypt-region):
10837         Check pgg-encrypt-for-me if no other recipients.
10838
10839 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10840
10841         * tls.el (tls-certtool-program): Fix custom type.
10842
10843 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10846         and point-at-eol instead of line-(beginning|end)-position.
10847
10848         * assistant.el (assistant-parse-buffer): Ditto.
10849
10850         * netrc.el (netrc-parse-services): Ditto.
10851
10852 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10853
10854         * mml2015.el (mml2015-epg-find-usable-key): New function.
10855         (mml2015-epg-sign): Use it.
10856         (mml2015-epg-encrypt): Use it.
10857
10858 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * message.el (message-make-in-reply-to): Quote name containing
10861         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10862         if there are special characters.  Reported by NAKAJI Hiroyuki
10863         <nakaji@jp.freebsd.org>.
10864
10865 2007-02-27  Didier Verna  <didier@xemacs.org>
10866
10867         Include the group parameters as well as the topic ones in the
10868         inheritance filter process.
10869         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10870         argument GROUP-PARAMS-LIST.
10871         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10872
10873 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * nntp.el (nntp-never-echoes-commands)
10876         (nntp-open-connection-functions-never-echo-commands): New variables.
10877         (nntp-send-command): Use them.
10878
10879 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10880
10881         * mml2015.el (mml2015-epg-verify): Simplify.
10882
10883 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * mml.el (mml-content-disposition-alist): New user option.
10886         (mml-content-disposition): New function.
10887         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10888         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10889
10890 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10891
10892         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10893         verification.
10894
10895 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10896
10897         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10898         articles posted in the last 24 hours.
10899
10900 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10901
10902         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10903
10904 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10905
10906         * nntp.el (nntp-send-command): Don't wait for echoes when
10907         nntp-open-ssl-stream is used.
10908
10909 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10912         (gnus-message-add-citation-keywords)
10913         (gnus-message-remove-citation-keywords): Remove.
10914         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10915         directly, make the variables in font-lock-defaults buffer-local, add
10916         gnus-message-citation-keywords to them and then update the value of
10917         font-lock-keywords.
10918
10919 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * message.el (message-cite-original-1): Don't call
10922         gnus-article-highlight-citation.
10923
10924         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10925         citations; fix line count.
10926
10927 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10930         (gnus-message-add-citation-keywords)
10931         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10932         versions of font-lock-add-keywords and font-lock-remove-keywords to
10933         work with XEmacs correctly.
10934
10935 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-cite.el (gnus-cite-face-list): Set the values of
10938         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10939         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10940         (gnus-message-cite-prefix-regexp): New variable.
10941         (gnus-message-search-citation-line): Use it; protect against long
10942         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10943         the 0th match data for Emacs.
10944         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10945         (gnus-message-add-citation-keywords): Append keywords rather than
10946         prepending; emulate font-lock-add-keywords if it is not available.
10947         (gnus-message-remove-citation-keywords):
10948         Emulate font-lock-remove-keywords if it is not available.
10949
10950         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10951
10952         * message.el (message-cite-prefix-regexp): Set the value of
10953         gnus-message-cite-prefix-regexp.
10954
10955 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10956
10957         * nnweb.el (nnweb-google-parse-1): Update parser.
10958
10959 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10960
10961         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10962
10963 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10964
10965         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10966         regexp.
10967
10968 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10971         string-to-multibyte.
10972         (uudecode-decode-region-internal): Use it.
10973
10974         * lpath.el: Fbind string-as-multibyte for XEmacs.
10975
10976 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10979         Fix custom choice.
10980
10981         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10982
10983 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10984
10985         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10986
10987         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10988         `write-region' to respect `mm-inhibit-file-name-handlers'.
10989
10990 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10993         Use gnus-home-directory instead of "~/" or "$HOME".
10994
10995 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10996
10997         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10998         to mention filename.
10999         Add comments at beginning regarding usage.
11000         (encrypt-write-file-contents): Change interactive so a string is
11001         acceptable.  If the file has no associated model, show an error instead
11002         of a nonsense prompt.
11003
11004 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11005
11006         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11007         Thanks to Yoshihiko Yamada for kind notification of this typo.
11008
11009 2007-01-12  Kenichi Handa  <handa@m17n.org>
11010
11011         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11012         multibyte buffer.
11013
11014 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-score.el (gnus-score-fast-scoring): New variable.
11017         (gnus-score-headers): Use it.
11018
11019         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11020
11021         * message.el (message-cite-original-1):
11022         Call gnus-article-highlight-citation if requested.
11023         (message-make-from): Allow name and address as optional arguments.
11024
11025         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11026
11027         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11028         bugs to doc string.
11029         (gnus-button-alist): Add mid\\|message-id.
11030         (gnus-button-fetch-group): Extend for use in
11031         `browse-url-browser-function'.
11032         (gnus-button-url-regexp): Try to catch paired parentheses like in
11033         Wikipedia URLs.
11034
11035         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11036         Suggested by Simon Krahnke <overlord@gmx.li>.
11037
11038 2007-01-13  Romain Francoise  <romain@orebokech.com>
11039
11040         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11041         Update copyright.
11042
11043 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11044
11045         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11046
11047 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11048
11049         * gnus-registry.el (gnus-registry-unfollowed-groups)
11050         (gnus-registry-split-fancy-with-parent): Fix documentation.
11051
11052 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11053
11054         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11055         from nnweb groups.
11056
11057 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11060         Xref urls.  Erase buffer before requesting head.
11061
11062         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11063
11064 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11067         customizable.
11068
11069 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11070
11071         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11072         no signing key is found.
11073         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11074         no encrypting and/or signing key is found.
11075
11076 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11079
11080 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11081
11082         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11083         headers read from disk with the ones newly found in the current search.
11084         This should no longer cause problems, because the article numbers in
11085         Gmane's `nov.php' output are ignored since the previous change.
11086
11087 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11088
11089         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11090
11091 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11094         replace-regexp-in-string; bind url-version; fbind display-images-p and
11095         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11096         find-face and set-itimer-function for Emacs; bind itimer-list for
11097         Emacs.
11098
11099         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11100
11101 2007-01-01  Romain Francoise  <romain@orebokech.com>
11102
11103         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11104
11105 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11106
11107         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11108         `define-minor-mode' macro definition expanded properly.
11109         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11110         exclude it there.
11111
11112         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11113         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11114         `fboundp' test.
11115         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11116         This is OK to autoload in (S)XEmacs now.
11117
11118 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119
11120         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11121         keystroke.
11122         (gnus-summary-limit-to-singletons): Fix typo.
11123
11124         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11125         else fails.
11126
11127 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11128
11129         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11130         docstring.
11131
11132         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11133         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11134         (gnus-summary-insert-dormant-articles): Fix typo in message.
11135
11136 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11139         nil for XEmacs.
11140         (gnus-message-citation-mode): Don't autoload in XEmacs.
11141
11142         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11143
11144 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11145
11146         * nnimap.el (nnimap-expunge-search-string):
11147         Mention nnimap-search-uids-not-since-is-evil in docstring.
11148
11149 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * spam.el: Revert to make-obsolete-variable because
11152         define-obsolete-variable-alias is not supported in Emacs 21.
11153
11154         * spam.el (spam-ifile-path, spam-ifile-database-path)
11155         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11156         make-obsolete-variable.
11157         (spam-bsfilter-path, spam-bsfilter-program)
11158         (spam-spamassassin-path, spam-spamassassin-program)
11159         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11160         Don't use "path" inappropriately.
11161         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11162         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11163         variable names.
11164
11165 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11166
11167         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11168         summary buffer.
11169
11170         * password.el (password-cache-remove): Use clear-string to burn
11171         password, if available.
11172
11173 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11176
11177         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11178
11179         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11180         (gnus-message-highlight-citation): Move defcustom here from
11181         gnus-cite.el.
11182         (gnus-message-citation-mode): Autoload.
11183
11184         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11185         checks to make it compile with XEmacs.
11186         (gnus-message-citation-mode): New minor mode.
11187         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11188         (gnus-message-highlight-citation): New variables.
11189         (gnus-message-search-citation-line)
11190         (gnus-message-add-citation-keywords)
11191         (gnus-message-remove-citation-keywords)
11192         (turn-on-gnus-message-citation-mode)
11193         (turn-off-gnus-message-citation-mode): New functions.
11194
11195 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11196
11197         * gnus-cite.el: Enable highlighting of different citation levels in
11198         message-mode.
11199
11200 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * message.el (message-make-fqdn): Fix comment.
11203         (message-bogus-system-names): Add ".local".
11204
11205         * spam.el (spam-ifile-path, spam-ifile-program)
11206         (spam-ifile-database-path, spam-ifile-database)
11207         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11208         Don't use "path" inappropriately.
11209         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11210         strings.
11211         (spam-check-ifile, spam-ifile-register-with-ifile)
11212         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11213         Use new variable names.
11214
11215         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11216         (gnus-treat-display-smileys): Simplify using
11217         gnus-image-type-available-p.
11218
11219         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11220         available.
11221
11222         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11223         Use `display-images-p' if available.
11224
11225 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11228         one after turning on the buffer's multibyteness instead of decoding
11229         them directly in the unibyte buffer that causes unexpected conversion
11230         in Emacs 23 (unicode).
11231
11232 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11233
11234         * message.el (message-generate-hashcash): Fix custom type.
11235
11236 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11239
11240 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11243         disconnect icons.  Add help text.
11244
11245 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11246
11247         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11248         negated to be consistent with the others we handle.
11249
11250 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11253         version of gnus-summary-buffer to something, so that we can use two
11254         article buffers at the same time.
11255
11256 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11257
11258         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11259         trigger all the extra headers.
11260         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11261         sorting.
11262
11263 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11264
11265         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11266         solid groups.
11267
11268 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11269
11270         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11271
11272 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * legacy-gnus-agent.el: Add Copyright notice.
11275
11276 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11277
11278         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11279
11280 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11281
11282         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11283
11284         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11285         to make it work reliably in CVS Emacs.
11286         (gnus-summary-limit-strange-charsets-predicate)
11287         (gnus-summary-limit-to-predicate): New functions.
11288
11289 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11290
11291         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11292         specifying array size.
11293         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11294         array if it is too small.
11295         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11296         (gnus-sort-threads-loop): New function.
11297
11298 2006-12-06  Chris Moore  <dooglus@gmail.com>
11299
11300         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11301         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11302
11303 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11304
11305         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11306         options.
11307
11308 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11309
11310         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11311         DOS-ing the recipient.
11312
11313         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11314         the headers when creating the mapping to avoid mismappings.
11315         (nnweb-gmane-create-mapping): Always nix out old mapping.
11316
11317 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11320         and mm-verify-option to never.
11321
11322 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * message.el (message-signed-or-encrypted-p): New function.
11325         (message-forward-make-body): Use it.
11326
11327         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11328         Replace encode-coding-string with mm-encode-coding-string.
11329
11330 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * nneething.el (nneething-decode-file-name):
11333         Replace decode-coding-string with mm-decode-coding-string.
11334
11335         * gnus-int.el (gnus-open-server): Say failed server's name.
11336
11337 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11338
11339         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11340         strings to a single string.  Quote `errors-file-name'.
11341         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11342         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11343         Adjust calls.  Use `shell-quote-argument'.
11344
11345 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11346
11347         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11348         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11349
11350         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11351         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11352         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11353         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11354         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11355         (gnus-subscribe-newsgroup, gnus-1):
11356         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11357         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11358         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11359         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11360
11361 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11362
11363         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11364         keystroke.
11365         (gnus-summary-limit-to-bodies): Implement headersp.
11366
11367 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11368
11369         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11370
11371 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11374
11375 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11376
11377         * message.el (message-generate-hashcash): Expand range of values to
11378         include `opportunistic'.
11379         (message-send-mail): Use it.
11380
11381 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11382
11383         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11384         and comment it.
11385
11386         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11387
11388 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * gnus-util.el (gnus-extract-address-components): Improve comment.
11391
11392 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-util.el (gnus-extract-address-components): Work with address in
11395         which the name portion contains @.
11396
11397         * lpath.el: Fbind custom-autoload.
11398
11399 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * gnus.el (gnus-start): Move custom group up.
11402         (gnus-select-method): Don't autoload, but make it available for
11403         `customize-variable'.
11404         (gnus-getenv-nntpserver): Don't autoload.
11405
11406 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11407
11408         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11409
11410 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * message.el (message-sendmail-extra-arguments): New variable.
11413         (message-send-mail-with-sendmail): Use it.
11414
11415 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11418         mm-with-unibyte-current-buffer to make string unibyte.
11419
11420         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11421         mm-string-as-multibyte.
11422
11423 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11424
11425         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11426         Reported by Werner Koch <wk@gnupg.org>.
11427
11428 2006-11-14  Daiki Ueno  <ueno@p360>
11429
11430         * mml2015.el: Autoload epa-select-keys when compiling.
11431
11432 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11433
11434         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11435         message-options.
11436         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11437
11438 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11439
11440         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11441         EasyPG (< 0.0.6).
11442         (mml2015-always-trust): New user option.
11443         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11444         prompt.
11445
11446 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * nntp.el (nntp-authinfo-force): New variable.
11449         (nntp-send-authinfo): Use it.
11450
11451 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11454         decode encoded words.  Improve prompt.  Add comment about forwarding.
11455         (message-replacement-char): Move up.
11456
11457 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11458
11459         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11460         instead of gnus-intersection because arguments of gnus-sorted-nunion
11461         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11462
11463 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11466         (message-simplify-subject-functions):
11467         Enable message-strip-subject-encoded-words by default.
11468
11469 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * message.el (message-strip-subject-encoded-words): New function.
11472         (message-simplify-subject-functions): New variable.
11473         (message-simplify-subject): Use it.  Fix typo in doc string.
11474         Support message-strip-subject-encoded-words.
11475
11476 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11477
11478         * gnus-diary.el (gnus-diary-delay-format-function):
11479         * nndiary.el (nndiary-reminders):
11480         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11481
11482 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * gnus-art.el (article-hide-boring-headers): Fetch date from
11485         gnus-original-article-buffer to avoid problems with localized date
11486         strings.
11487
11488 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11491
11492 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11495         New variables.
11496         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11497         (mm-charset-synonym-alist): Move some entries to
11498         mm-codepage-iso-8859-list.
11499         (mm-charset-synonym-alist, mm-charset-override-alist):
11500         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11501
11502 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11505
11506 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11509         with Emacs 21 and XEmacs.
11510
11511 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11512
11513         * spam.el (spam-parse-address): New function for better parsing,
11514         catching errors, etc.
11515         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11516
11517 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * mm-view.el: Add interactive arg to html2text autoload.
11520
11521 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11524
11525 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11528         New variables.
11529         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11530         (mm-charset-synonym-alist): Move some entries to
11531         mm-codepage-iso-8859-list.
11532
11533         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11534
11535 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * message.el (message-citation-line-format)
11538         (message-insert-formated-citation-line): Fix implementation of %E, %N
11539         and %n according to the doc string.
11540
11541 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11542
11543         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11544         Use car-safe to avoid bad parses.
11545
11546 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11549         names.
11550
11551         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11552
11553 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11556         header.
11557
11558         * message.el (message-draft-headers): Add Date.
11559         (message-headers-to-generate): Fix typo in docstring.
11560
11561         * nndraft.el (nndraft-required-headers): New variable.
11562         (nndraft-generate-headers): Use it.
11563
11564         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11565
11566 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11567
11568         * gnus-registry.el (gnus-registry-wash-for-keywords)
11569         (gnus-registry-find-keywords): New functions to allow easy searching of
11570         articles that are in the registry.
11571
11572 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11573
11574         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11575         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11576         Reported by Damien Elmes <damien@repose.cx>.
11577
11578 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus.el (gnus-mime): Remove unused custom group.
11581
11582 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11583
11584         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11585         "blank line" when searching for end of armor headers.
11586
11587 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * gmm-utils.el (gmm-write-region): Fix variable name.
11590
11591 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * gmm-utils.el (gmm-write-region): New function based on compatibility
11594         code from `mm-make-temp-file'.
11595
11596         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11597
11598         * nnmaildir.el (nnmaildir--update-nov)
11599         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11600         Use `gmm-write-region'.
11601
11602 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11603
11604         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11605         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11606
11607         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11608
11609         * message.el (message-replacement-char): New variable.
11610         (message-fix-before-sending): Use it.
11611         (message-simplify-subject): New function to remove duplicate code.
11612         (message-reply, message-followup): Use it.
11613
11614         * gnus-sum.el (gnus-summary-make-menu-bar):
11615         Clarify gnus-summary-limit-to-articles.
11616
11617 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-util.el (gnus-with-local-quit): New macro.
11620
11621         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11622
11623 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11624
11625         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11626         ignore non-string data.
11627
11628 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11629
11630         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11631         non-string data (needs to be done in the registry too).
11632
11633 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11634
11635         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11636         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11637         (gnus-registry-split-fancy-with-parent)
11638         (gnus-registry-fetch-simplified-message-subject-fast)
11639         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11640         Remove text properties on ingress into the registry and when it's saved.
11641         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11642         registry from entries with no groups.
11643
11644 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11645
11646         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11647         function to remove string properties.
11648
11649 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11650
11651         * gmm-utils.el (gmm): Adjust custom version.
11652
11653         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11654         Adjust custom version.
11655
11656         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11657
11658 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * gnus-art.el (gnus-insert-prev-page-button)
11661         (gnus-insert-next-page-button): Simplify.  Reformat.
11662
11663 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11664
11665         * gnus-art.el (gnus-insert-prev-page-button)
11666         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11667
11668 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11669
11670         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11671
11672 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11673
11674         * gnus-art.el (gnus-insert-mime-button)
11675         (gnus-insert-mime-security-button):
11676         Apply gnus-article-button-face to MIME and security buttons.
11677
11678 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11681         readable.
11682
11683 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11686
11687 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11688
11689         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11690         `browse-url-of-file' instead of `browse-url'.
11691
11692 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11693
11694         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11695         regexp.  Articles containing quotation were cut prematurely.
11696
11697 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * message.el (message-cite-original-1): Use nobody by default for the
11700         value of From header.
11701         (message-reply): Ditto.
11702
11703 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11704
11705         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11706         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11707         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11708
11709 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11712         mails in the doc string.  Add some URLs in comment.
11713         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11714
11715 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11718         backslashes handling and the way to find boundaries of quoted strings.
11719
11720 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11721
11722         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11723         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11724         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11725         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11726
11727 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11730         doc string.
11731         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11732
11733 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * lpath.el: Fbind epg-check-configuration.
11736
11737 2006-09-06  Simon Josefsson  <jas@extundo.com>
11738
11739         * mml2015.el (mml2015-use): Doc fix, mention epg.
11740
11741 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11742
11743         * mml2015.el (mml2015-use): Default to epg, if available.
11744
11745 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11746
11747         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11748         message-sender.
11749         (mml1991-epg-encrypt): Ditto.
11750         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11751         message-sender.
11752         (mml2015-epg-encrypt): Ditto.
11753
11754 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11755
11756         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11757         several common directories.
11758
11759 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11760
11761         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11762         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11763
11764 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * gnus-art.el (article-decode-encoded-words): Make it fast.
11767
11768 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11771
11772         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11773         in quoted string into `\'.
11774
11775 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11778         Use standard-syntax-table.
11779
11780 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-art.el (gnus-decode-address-function): New variable.
11783         (article-decode-encoded-words): Use it to decode headers which are
11784         assumed to contain addresses.
11785         (gnus-mime-delete-part): Remove useless `or'.
11786
11787         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11788         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11789         (gnus-nov-parse-line): Use it to decode From header.
11790         (gnus-get-newsgroup-headers): Ditto.
11791         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11792
11793         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11794         (mail-decode-encoded-address-string): New alias.
11795
11796         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11797         New function.
11798         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11799         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11800         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11801         (rfc2047-decode-string): Ditto.
11802         (rfc2047-decode-address-region): New function.
11803         (rfc2047-decode-address-string): New function.
11804
11805 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11806
11807         * message.el (message-caesar-buffer-body): Allow rotating headers.
11808
11809         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11810
11811         * message.el (message-insert-formated-citation-line): Fix %f.
11812         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11813
11814 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11817         (gnus-bookmark-mouse-available-p): New macro.
11818         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11819         (gnus-bookmark-bmenu-show-infos): Use it.
11820         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11821         (gnus-bookmark-bmenu-hide-infos): Ditto.
11822         (gnus-bookmark-remove-properties): New function.
11823         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11824         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11825         (gnus-bookmark-write-file): Bind coding-system-for-write.
11826         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11827         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11828         group before selecting it.
11829         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11830         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11831         quit-window if it is not available; use gnus-mouse-2 and bind it to
11832         gnus-bookmark-bmenu-select-by-mouse.
11833         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11834         (gnus-bookmark-bmenu-select-by-mouse): New function.
11835
11836 2006-08-13  Romain Francoise  <romain@orebokech.com>
11837
11838         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11839         space.
11840
11841 2006-08-10  Romain Francoise  <romain@orebokech.com>
11842
11843         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11844         (dns-mode-soa-auto-increment-serial): New user option.
11845         (dns-mode-soa-maybe-increment-serial): New function.
11846         (dns-mode): Add the latter to `write-contents-functions'.
11847
11848 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * compface.el (uncompface): Use binary rather than raw-text-unix.
11851
11852 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * compface.el (uncompface): Make sure the eol conversion doesn't take
11855         place when communicating with the external programs.
11856         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11857
11858 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11861
11862 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11863
11864         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11865         Make it more robust by parsing author and date independently.
11866
11867 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11870
11871 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11872
11873         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11874         first matching secret key.
11875         (mml2015-epg-encrypt): Ditto.
11876
11877         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11878         first matching secret key.
11879         (mml1991-epg-encrypt): Ditto.
11880
11881         * mml2015.el (mml2015-encrypt-to-self): New user option.
11882         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11883         mml2015-epg-encrypt-to-self is set.
11884
11885         * mml1991.el (mml1991-encrypt-to-self): New variable.
11886         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11887         mml1991-epg-encrypt-to-self is set.
11888
11889         * mml2015.el (mml2015-signers): New user option.
11890         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11891         (mml2015-epg-encrypt): Allow to select signing keys.
11892
11893         * mml1991.el (mml1991-signers): New variable.
11894         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11895         (mml1991-epg-encrypt): Allow to select signing keys.
11896
11897 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * nnheader.el (nnheader-insert-head): Make it work even if the file
11900         uses CRLF for the line-break code.
11901
11902 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11903
11904         * mml2015.el: Require mml-sec instead of password.
11905         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11906         (mml2015-cache-passphrase): Inherit the default value from
11907         mml-secure-cache-passphrase.
11908         (mml2015-passphrase-cache-expiry): Inherit the default value from
11909         mml-secure-passphrase-cache-expiry.
11910
11911         * mml1991.el: Require mml-sec instead of password.
11912         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11913         (mml1991-cache-passphrase): Inherit the default value from
11914         mml-secure-cache-passphrase.
11915         (mml1991-passphrase-cache-expiry): Inherit the default value from
11916         mml-secure-passphrase-cache-expiry.
11917
11918         * mml-sec.el: Require password.
11919         (mml-secure-verbose): New user option.
11920         (mml-secure-cache-passphrase): New user option.
11921         (mml-secure-passphrase-cache-expiry): New user option.
11922
11923 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11924
11925         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11926         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11927         andreas@altroot.de (Andreas Vögele).
11928
11929         FIXME: Use `tiny change'?
11930
11931 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11932
11933         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11934         workaround for the url package included with Emacs.
11935
11936         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11937
11938 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11941         correctly.  This fixes a bug caused by the 2006-05-12 change.
11942
11943 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11944
11945         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11946         some information about the error when saying that the `bogus' mail
11947         group will be used.
11948
11949 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11952         string.
11953
11954 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11955
11956         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11957
11958 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11959
11960         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11961
11962 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11963
11964         * mml1991.el (mml1991-function-alist): Add epg.
11965         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11966         (mml1991-epg-encrypt): New functions.
11967
11968 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11969
11970         * mml2015.el (mml2015-verbose): New variable.
11971         (mml2015-cache-passphrase): Ditto.
11972         (mml2015-passphrase-cache-expiry): Ditto.
11973         (mml2015-function-alist): Add epg.
11974         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11975         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11976         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11977         New functions.
11978
11979 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11980
11981         * message.el (message-cite-original-1): Preserve region when removing
11982         quoted text due to X-No-Archive in order to avoid bogus attribution
11983         when citing multiple messages.
11984
11985 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11986
11987         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11988         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11989
11990 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * gnus-diary.el (gnus-user-format-function-d)
11993         (gnus-user-format-function-D): Autoload.
11994
11995         * imap.el (Commentary): Fix typo.
11996
11997         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11998         2006-04-22 contribution.
11999
12000 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12001
12002         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12003         It didn't really fix the bogosity I'm seeing with solid web groups.
12004
12005 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12006
12007         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12008         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12009         created using server names.  If we use the feature without declaring
12010         it, Gnus does not properly manage server and group state.
12011
12012         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12013         bound.
12014
12015 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12016
12017         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12018         looking up the method using GROUP's prefix before inventing a new one.
12019         It is used on killed/unknown groups in various places where returning
12020         an all-new method isn't expected by the caller.
12021
12022         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12023         and match semantics of gnus-group-real-prefix.
12024
12025 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * nnmail.el (nnmail-broken-references-mailers): New variable.
12028         (nnmail-ignore-broken-references): New function generalizing
12029         nnmail-fix-eudora-headers.
12030         (nnmail-fix-eudora-headers): Now obsolete.
12031
12032         * gnus-art.el (gnus-button-handle-custom):
12033         Support `customize-apropos*'.
12034
12035 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12036
12037         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12038
12039         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12040         articles.
12041
12042 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * message.el (message-cite-reply-above): New variable.
12045         (message-yank-original): Use it.
12046
12047 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12050
12051 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12054         as read.
12055
12056         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12057
12058 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12061         (gnus-bookmark-default-file): Use gnus-directory.
12062         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12063         Remove "*" in doc string.
12064         (gnus-bookmark-write-file): Simplify.
12065         (gnus-bookmark-maybe-sort-alist): Use `when'.
12066         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12067         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12068         Add FIXME about Emacs 21 and XEmacs compatibility.
12069         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12070         compatibility.
12071         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12072         compatibility.
12073         (gnus-bookmark-menu-heading): Fix version.
12074
12075 2006-06-19  Bastien Guerry  <bzg@altern.org>
12076
12077         * gnus-bookmark.el: New file.
12078
12079 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * message.el (message-syntax-checks): Doc fix.
12082
12083 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12084
12085         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12086         unsubscribed groups as if they were killed ones.  It causes duplicate
12087         entries in gnus-newsrc-alist.
12088
12089 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * message.el (message-syntax-checks): Doc fix.
12092         (message-send-mail): Add check for continuation headers.
12093         (message-check-news-header-syntax): Fix regexp used to check for
12094         continuation headers.
12095
12096 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12099
12100 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12103
12104 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12107         default-truncate-lines.
12108
12109 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12112         to fill the utf-8 entry.
12113
12114         * lpath.el: Fbind unicode-precedence-list.
12115
12116 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12117
12118         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12119
12120 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12121
12122         * gnus-agent.el (directory-files-and-attributes): Move all the way
12123         forward (the third and final move).
12124         (gnus-agent-read-agentview): Trap reconstruction errors due to
12125         nonexistent directory.  Handle by returning nil.
12126
12127 2006-05-30  Didier Verna  <didier@xemacs.org>
12128
12129         * message.el (message-dont-reply-to-names): Update the custom type.
12130         * message.el (message-dont-reply-to-names): New defsubst: potentially
12131         convert a list of regexps into a single one.
12132         * message.el (message-get-reply-headers): Use it.
12133         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12134
12135 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * gnus-agent.el (directory-files-and-attributes): Move forward.
12138
12139 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * gnus-ml.el (gnus-mailing-list-subscribe)
12142         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12143         (gnus-mailing-list-message): Fix doc strings.
12144
12145 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12146
12147         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12148         of doing it manually.
12149
12150 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12153         comment.
12154
12155 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12156
12157         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12158         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12159         (gnus-agent-read-local): All symbols allocated in my-obarray.
12160         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12161         (gnus-agent-regenerate-group): Check numeric names to see if they are
12162         messages or groups.
12163         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12164         better way of do this...)
12165
12166         * gnus-cache.el (gnus-agent-total-fetched-for):
12167         Ignore 'dummy.group' (there should be a better way of do this...)
12168
12169 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12172         (gnus-saved-headers): Ditto.
12173         (gnus-default-article-saver): Mention functions may have properties.
12174         (gnus-article-save): Override gnus-save-all-headers and
12175         gnus-saved-headers by :headers property which saver function may have.
12176         (gnus-summary-save-in-file): Add :headers property.
12177         (gnus-summary-write-to-file): Ditto.
12178
12179         * gnus-sum.el (gnus-summary-save-article): Bind
12180         gnus-prompt-before-saving to t when saving many articles in a file;
12181         always show all headers.
12182
12183         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12184
12185 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12188         marks.
12189
12190         * message.el (message-indent-citation): Add optional arguments to allow
12191         using it outside of message buffers.
12192
12193         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12194         (gnus-article-treat-unfold-headers): Use it.
12195         (gnus-article-truncate-lines): New variable.
12196         (gnus-article-mode): Use it.
12197         (gnus-article-toggle-truncate-lines): New function.
12198
12199         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12200         Add gnus-article-toggle-truncate-lines.
12201
12202         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12203         coding system in XEmacs, use binary.
12204
12205 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12208         after-load-alist.
12209
12210         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12211         this function should save decoded articles.
12212         (gnus-summary-write-to-file): Use property to specify this function
12213         should save decoded articles and specify gnus-summary-save-in-file
12214         should be used to save articles other than the first one when saving
12215         many articles.
12216         (gnus-summary-save-body-in-file): Use property to specify this
12217         function should save decoded articles.
12218         (gnus-summary-write-body-to-file): Use property to specify this
12219         function should save decoded articles and specify
12220         gnus-summary-save-body-in-file should be used to save articles other
12221         than the first one when saving many articles.
12222
12223         * gnus-sum.el (gnus-summary-save-article): Simplify.
12224
12225 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gnus-art.el (gnus-default-article-saver):
12228         Add gnus-summary-write-body-to-file.
12229         (gnus-article-save-coding-system): Don't use coding system object
12230         in XEmacs.
12231         (gnus-read-save-file-name): Add optional `dir-var' argument which
12232         specifies directory in which files are saved; work even if optional
12233         `variable' argument is not specified.
12234         (gnus-summary-write-to-file): Read file name.
12235         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12236         (gnus-summary-write-body-to-file): New function.
12237
12238         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12239         (gnus-summary-local-variables): Add it.
12240         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12241         (gnus-summary-save-article): Remove optional `decode' argument;
12242         determine whether to decode articles by the value of
12243         gnus-default-article-saver; when saving many files using
12244         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12245         it first and use gnus-summary-save-in-file or
12246         gnus-summary-save-body-in-file thereafter unless
12247         gnus-prompt-before-saving is always; move point to article which
12248         will be saved.
12249         (gnus-summary-save-article-file): Revert.
12250         (gnus-summary-write-article-file): Revert.
12251         (gnus-summary-save-article-body-file): Revert.
12252         (gnus-summary-write-article-body-file): New function.
12253
12254 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * gnus-art.el (gnus-default-article-saver): Doc fix.
12257         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12258         from gnus-summary-save-article-coding-system, and default to a
12259         certain coding system.
12260         (gnus-output-to-file): Add coding cookie and encode text according
12261         to gnus-article-save-coding-system; don't use mm-append-to-file.
12262
12263         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12264         gnus-art.el and rename to gnus-article-save-coding-system.
12265         (gnus-summary-save-article): Require gnus-art; don't show all
12266         headers if it decodes articles; don't add coding cookie here;
12267         don't bind mm-text-coding-system-for-write.
12268         (gnus-summary-save-article-file): Save decoded articles.
12269         (gnus-summary-write-article-file): When saving many files, use
12270         gnus-summary-write-to-file first and gnus-summary-save-in-file
12271         thereafter unless gnus-prompt-before-saving is always.
12272         (gnus-summary-save-article-body-file): Save decoded articles.
12273
12274         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12275
12276 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12277
12278         * nnrss.el (nnrss-check-group): Bind hash-index.
12279
12280 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12281
12282         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12283         its hash index.  Store this hash in `nnrss-group-data'.
12284         (nnrss-read-group-data): Update accordingly.
12285
12286 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12289         entry.
12290
12291         * gnus-sum.el (gnus-summary-make-menu-bar):
12292         Add gnus-article-browse-html-article.
12293
12294 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12295
12296         * gnus-sum.el (gnus-summary-mime-map):
12297         Add gnus-article-browse-html-article.
12298
12299         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12300
12301 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12304         suitable coding systems in customize.
12305
12306 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * mail-source.el (mail-sources): Fix custom type.
12309
12310 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12313         (gnus-summary-expire-articles-now): Shorten prompt.
12314
12315         * gmm-utils.el (wid-edit): Require.
12316         (defun-gmm): Rename from `gmm-defun-compat'.
12317         (gmm-image-search-load-path): Use it.
12318         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12319
12320 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * gnus-sum.el (gnus-summary-save-article-coding-system):
12323         New variable.
12324         (gnus-summary-save-article): Add optional `decode' argument.
12325         If it is set and gnus-summary-save-article-coding-system is non-nil,
12326         save decoded article.
12327         (gnus-summary-write-article-file): Save decoded article if
12328         gnus-summary-save-article-coding-system is non-nil.
12329
12330         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12331         type.
12332
12333 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12336
12337 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12340         first to test gnus-single-article-buffer which may be buffer-local.
12341
12342         * gnus-sum.el (gnus-summary-setup-buffer):
12343         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12344         group; make gnus-article-buffer, gnus-article-current, and
12345         gnus-original-article-buffer always buffer-local.
12346         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12347         group.
12348         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12349
12350 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * nnml.el (nnml-request-compact-group): Compressed files might not
12353         have .gz extension.
12354
12355 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12356
12357         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12358         (mm-copy-to-buffer): Use with-current-buffer.
12359         (mm-display-part): Simplify.
12360         (mm-inlinable-p): Add optional arg `type'.
12361
12362 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12363
12364         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12365         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12366         Try harder to show the attachment internally or externally using
12367         gnus-mime-view-part-as-type.
12368
12369 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12370
12371         * message.el (message-from-style, message-signature-separator)
12372         (message-user-organization-file, message-send-mail-function)
12373         (message-citation-line-function, message-yank-prefix)
12374         (message-indent-citation-function, message-signature)
12375         (message-signature-file, message-signature-insert-empty-line):
12376         Remove autoloads.
12377
12378         * gnus-art.el (gnus-buttonized-mime-types):
12379         Remove "multipart/signed".  Revert 2006-04-26 change.
12380
12381 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12382
12383         * gnus.el (gnus-version-number): Bump version.
12384
12385 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12386
12387         * gnus.el: No Gnus v0.5 is released.
12388
12389 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12390
12391         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12392         fetching articles by message-id.
12393
12394 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12395
12396         * message.el (hashcash): Require hashcash as normal.
12397
12398         * ecomplete.el (ecomplete-highlight-match-line):
12399         Use point-at-eol.
12400         (ecomplete-highlight-match-line): Use `highlight', because that
12401         face exists in both Emacs and XEmacs.
12402
12403         * message.el (message-display-abbrev): Use point-at-bol.
12404
12405         * mail-source.el: Don't require timer/timer-funcs.
12406
12407         * gnus-async.el: Ditto.
12408
12409         * password.el: Ditto.
12410
12411         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12412
12413         * mm-url.el: Ditto.
12414
12415         * gnus-xmas.el: Don't require timer-funcs.
12416
12417         * mm-util.el: Require timer/timer-funcs.
12418
12419 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12420
12421         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12422         Close.
12423
12424 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12427         unibyte after clear-decrypt function runs.
12428
12429         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12430         returns as a unibyte string.
12431
12432 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * lpath.el: Revert.
12435
12436         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12437         (pgg-gpg-process-sentinel): Revert.
12438
12439         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12440         (pgg-pgp-lookup-key): Revert.
12441
12442         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12443         (pgg-pgp5-lookup-key): Revert.
12444
12445         * pgg.el (pgg-fetch-key): Revert.
12446
12447 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * lpath.el: Fbind string-as-multibyte for XEmacs.
12450
12451         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12452         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12453         (mml1991-pgg-encrypt): Ditto.
12454
12455         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12456         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12457         a multibyte buffer.
12458
12459         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12460         (pgg-pgp-lookup-key): Ditto.
12461
12462         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12463         (pgg-pgp5-lookup-key): Ditto.
12464
12465         * pgg.el (pgg-fetch-key): Ditto.
12466
12467 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * message.el (message-user-organization-file): Check several
12470         locations of the organization file.
12471
12472         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12473         Add gnus-article-view-part-as-type.
12474
12475         * gnus-art.el (gnus-article-view-part-as-type): New function.
12476
12477         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12478         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12479
12480         * mml.el: Simplify autoload.
12481         (mml-mode): defvar dnd-protocol-alist instead of using
12482         symbol-value.
12483         (mml-default-directory): New variable.
12484         (mml-minibuffer-read-file): Use it.
12485         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12486
12487         * message.el (message-citation-line-format): New variable.
12488         (message-insert-formated-citation-line): New function.
12489         (message-citation-line-function):
12490         Add `message-insert-formated-citation-line' to custom type.
12491
12492         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12493         to doc string.
12494
12495         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12496         depending on mm-verify-option.
12497
12498 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12501         binding pgg-* variables; reimplement the section which prevents
12502         MIME header from being signed.
12503         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12504         pgg-text-mode; remove a blank line at the top of body.
12505
12506         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12507         lines at the top of body; use gnus-newsgroup-charset if there's no
12508         Charset header.
12509
12510 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * message.el (message-self-insert-commands): Doc fix.
12513
12514         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12515         (mm-uu-pgp-encrypted-test): Ditto.
12516         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12517         between header and body; return application/pgp-encrypted handle
12518         if decryption failed; decode decrypted body by charset.
12519
12520         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12521         element match to application/pgp-*.
12522
12523 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12524
12525         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12526         HTML.
12527
12528 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12529
12530         * mail-source.el (mail-source-call-script): Message the error
12531         string.
12532
12533 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12534
12535         * gnus-util.el (gnus-byte-compile): Use it.
12536
12537 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12538
12539         * gnus-util.el (kill-empty-logs): New function.
12540
12541 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12542
12543         * message.el (message-mail-alias-type): Doc fix.
12544         (message-mail-alias-type-p): New function.
12545         (message-send): Use it.
12546         (message-mode): Ditto.
12547         (message-strip-forbidden-properties): Ditto.
12548
12549         * ecomplete.el (ecomplete-database-file-coding-system):
12550         New variable.
12551         (ecomplete-save): Use it.
12552         (ecomplete-setup): Use it.
12553
12554 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * message.el (message-self-insert-commands): New variable.
12557         (message-strip-forbidden-properties): Use it.
12558
12559 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12562         that doesn't make XEmacs choke.
12563
12564 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * gnus-util.el (gnus-replace-in-string):
12567         Prefer replace-regexp-in-string over of replace-in-string.
12568
12569 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-util.el (gnus-select-frame-set-input-focus):
12572         Use select-frame-set-input-focus if it is available in XEmacs; use
12573         definition defined in Emacs 22 for old Emacsen.
12574
12575         * dgnushack.el: Autoload unmorse-region for XEmacs.
12576
12577         * lpath.el: Bind cursor-in-non-selected-windows and
12578         select-frame-set-input-focus for XEmacs.
12579
12580 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12583
12584 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12585
12586         * gnus-registry.el (gnus-registry-cache-save): Remove text
12587         properties when saving via the temp buffer.
12588
12589 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * message.el (message-generate-hashcash): Honor custom type.
12592
12593 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12594
12595         * message.el (message-generate-hashcash): Default to non-nil when
12596         hashcash is found.
12597
12598         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12599         (gnus-refer-thread-limit): Increase default to 500.
12600
12601         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12602
12603         * flow-fill.el (fill-flowed): Allow delete-space.
12604
12605 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12608         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12609         Remove autoloads.
12610
12611 2006-04-18  Simon Josefsson  <jas@extundo.com>
12612
12613         * message.el (message-generate-hashcash): Default to.
12614
12615 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12618         concatenating segments rather than before concatenating them.
12619
12620 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12621
12622         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12623
12624 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625
12626         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12627
12628         * message.el (message-forward-make-body-plain):
12629         Allow message-forward-ignored-headers to be a list.
12630         (message-remove-ignored-headers): Factor out into function.
12631         (message-forward-make-body-mml): Use it.
12632
12633         * imap.el (imap-quote-specials): New function.
12634         (imap-login-auth): Quote specials.
12635
12636         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12637         (rfc2231-parse-string): Allow concatanation of parameters that
12638         aren't contiguous.  The test case is
12639           (mail-header-parse-content-type "message/external-body;
12640             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12641             access-type=LOCAL-FILE;
12642             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12643
12644 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12645
12646         * nntp.el (nntp-accept-process-output): Return the value of
12647         `nnheader-accept-process-output'.
12648
12649 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12650
12651         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12652         (gnus-button-alist): Recognize more diff formats.
12653         (gnus-button-patch): Strip directory.
12654
12655 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12658         Emacs 22 when setting focus.
12659
12660 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12661
12662         * gnus-art.el (gnus-article-treat-types): Do treatment of
12663         text/x-verbatim parts.
12664         (gnus-button-patch): New command.
12665
12666         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12667         addresses that contain invalid characters.
12668
12669 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12670
12671         * message.el (message-put-addresses-in-ecomplete):
12672         Use gnus-replace-in-string.
12673         (message-is-yours-p): Use the more correct
12674         mail-header-parse-address instead of
12675         mail-extract-address-components.
12676         (message-put-addresses-in-ecomplete): Fix typo.
12677
12678         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12679         keystroke.
12680
12681         * gnus-art.el (gnus-treatment-function-alist): Change order of
12682         newsgroups/generic header folding to avoid double-folding.
12683
12684         * message.el (message-hidden-headers): Add X-Draft-From.
12685
12686         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12687         New command.
12688         (gnus-summary-repeat-search-article-backward): New command.
12689
12690         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12691         groups in the parent topic.
12692
12693 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12694
12695         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12696         (spam-extra-header-to-number): Return the CRM114 number as a
12697         number instead of a string.
12698
12699 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12700
12701         * gnus-art.el (gnus-face-properties-alist): Move here from
12702         gnus-fun.
12703
12704         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12705
12706 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12707
12708         * message.el (message-strip-forbidden-properties): Only display on
12709         self-insert-command.
12710
12711         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12712         reindent.
12713         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12714
12715 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12716
12717         * smiley.el (smiley-style): Fix typo.
12718
12719 2006-03-23  Kenichi Handa  <handa@m17n.org>
12720
12721         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12722         instead of set-buffer-multibyte.
12723
12724 2006-03-23  Kenichi Handa  <handa@m17n.org>
12725
12726         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12727         buffer and then decode the buffer text if necessary.
12728         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12729         first, and after mm-encode-body, change the buffer to unibyte.
12730
12731 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12732
12733         * hashcash.el (hashcash-insert-payment-async-2):
12734         Use message-goto-eoh instead of doing it manually.
12735         (mail-add-payment): Use message-narrow-to-header instead of trying
12736         to do the same itself.
12737
12738         * message.el (message-hidden-headers): Add Face.
12739
12740         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12741         reparenting code.
12742         (gnus-summary-reparent-children): Refactored out code.
12743         (gnus-summary-thread-map): New keystroke.
12744         (gnus-summary-reparent-children): Make into command.
12745
12746         * smiley.el (smiley-style): Default to `medium' if using a large
12747         font.
12748
12749         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12750         does it itself.
12751
12752         * message.el (message-point-in-header-p): Simplify definition.
12753
12754 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * nnagent.el (nnagent-request-set-mark): Silence log file
12757         writing.
12758         (nnagent-request-set-mark): Use write-region instead of
12759         append-to-file.
12760
12761         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12762         strange select method.
12763
12764         * ecomplete.el (ecomplete-display-matches): Get highlightling
12765         right.
12766         (ecomplete-display-matches): Use literals.
12767         (ecomplete-display-matches): Disable message logging.
12768
12769         * message.el (message-display-abbrev): Small optimization.
12770
12771         * ecomplete.el (ecomplete-display-matches): Allow automatic
12772         display.
12773
12774         * message.el (message-strip-forbidden-properties):
12775         Display abbrevs.
12776         (message-display-abbrev): Get automatic display right.
12777
12778         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12779         keystrokes.
12780
12781 2006-04-13  Romain Francoise  <romain@orebokech.com>
12782
12783         TODO: Backport to v5-10!
12784
12785         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12786         Move here (and rename) from gnus-registry.el.
12787
12788         * gnus-registry.el: Require gnus-util.
12789         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12790
12791 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * gnus-group.el (gnus-group-catchup-current):
12794         Change if-then-else-if-then-else into cond.
12795         (gnus-group-catchup): Indent.
12796         (group-name-at-point): New function.
12797         (gnus-fetch-group): Provide default from thing at point.
12798
12799 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12800
12801         * message.el (message-display-abbrev): Fix regexp.
12802
12803         * ecomplete.el (ecomplete-highlight-match-line):
12804         Reimplement choosing.
12805         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12806         dead variables.
12807
12808         * message.el (message-newline-and-indent): Remove debugging.
12809         (message-display-abbrev): Use new implementation.
12810
12811 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * gnus-art.el (gnus-article-mode):
12814         Set cursor-in-non-selected-windows to nil.
12815
12816         * smiley.el: Revert previous change.
12817         (smiley-data-directory): defvar it before using it in the
12818         defcustom of `smiley-style'.
12819
12820 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12821
12822         * message.el (message-newline-and-indent): New function.
12823
12824         * ecomplete.el: Implement more bits.
12825
12826         * message.el (message-put-addresses-in-ecomplete): Clean up the
12827         string.
12828
12829         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12830
12831         * gnus-sum.el (gnus-summary-save-parts):
12832         Bind gnus-summary-save-parts-counter and use it to make unique file
12833         names.
12834
12835         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12836
12837         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12838         parameter to say whether to actually parse the individual
12839         addresses.
12840
12841         * message.el (message-put-addresses-in-ecomplete): New function.
12842         (ecomplete): Require.
12843         (message-mail-alias-type): Add ecomplete as an option.
12844
12845 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12846
12847         * flow-fill.el (fill-flowed): Remove trailing space from blank
12848         quoted lines.
12849
12850 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * smiley.el (smiley-style): Move definition later to avoid a
12853         compilation warning.
12854
12855 2006-04-12  Kenichi Handa  <handa@m17n.org>
12856
12857         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12858         buffer and then decode the buffer text if necessary.
12859         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12860         first, and after mm-encode-body, change the buffer to unibyte.
12861         Use mm-disable-multibyte instead of set-buffer-multibyte.
12862
12863 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12866         Content-Type header instead of Content-Disposition header.
12867         (gnus-mime-inline-part): Ditto.
12868         (gnus-mime-view-part-as-charset): Ignore charset that the part
12869         specifies.
12870
12871         * mm-decode.el (mm-display-part): Work with external parts and
12872         usual parts similarly.
12873
12874         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12875         instead of gnus-display-mime.
12876
12877         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12878         instead of with-temp-buffer.
12879
12880         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12881         tag to summarized topics part in order to encode non-ASCII text.
12882
12883 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * smiley.el (smiley-style): New variable.
12886         (smiley-directory): New function.
12887         (smiley-data-directory): Derive from `smiley-style' using
12888         `smiley-directory'.
12889         (smiley-regexp-alist): Add new entries.
12890
12891         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12892         (gnus-article-browse-delete-temp): Add :version.
12893
12894 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12895
12896         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12897         the sieve region.
12898
12899 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12900
12901         * gnus.el (gnus-version-number): Bump version.
12902
12903 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * gnus.el: No Gnus v0.4 is released.
12906
12907 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12908
12909         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12910         layout.
12911
12912         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12913         unknown charset.
12914
12915         * message.el (message-header-synonyms): Add Original-To to the
12916         default.
12917
12918         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12919         optional parameter.
12920
12921 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * gnus-fun.el (gnus): Require it for gnus-directory.
12924
12925 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12928
12929 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12930
12931         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12932
12933 2006-04-05  Simon Josefsson  <jas@extundo.com>
12934
12935         * password.el (password-reset): New function.
12936
12937 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12938
12939         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12940         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12941
12942 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12943
12944         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12945         Some whitespace was matched into the url, which broke browsing hits
12946         > 100 when mm-url-use-external was nil.
12947
12948 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12951         Check gnus-extra-headers for 'Newsgroups.
12952
12953         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12954         bound.
12955
12956 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12957
12958         * pgg-gpg.el: Clean up process buffers every time gpg processes
12959         complete.
12960
12961 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12964         doc string.
12965
12966 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12967
12968         * pgg-gpg.el (pgg-gpg-process-filter)
12969         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12970
12971         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12972         lines, temporary fix.
12973
12974 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12977
12978 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12979
12980         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12981         default-enable-multibyte-characters.  This reverts the change from
12982         revision 6.17 which is no longer necessary because the passphrase
12983         is sent separately now.  GnuPG messages are unreadable under
12984         multibyte locales with default-enable-multibyte-characters set to
12985         nil.
12986
12987 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * message.el (message-tool-bar-gnome): Move "spell".
12990
12991 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12994         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12995         instead.
12996
12997 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12998
12999         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13000         Improve newsgroups handling for NNTP overviews which don't include
13001         Newsgroups.
13002
13003 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13004
13005         * message.el (message-resend): Bind message-generate-hashcash to nil.
13006
13007 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13008
13009         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13010         when searching for already-paid recipients.
13011
13012 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13013
13014         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13015         passphrases when it is not needed.
13016         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13017         passphrase stuff from gpg, should only be necessary when you use
13018         gpg with a smartcard.
13019
13020 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * mml.el (mml-insert-mime): Ignore cached contents of
13023         message/external-body part.
13024
13025         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13026         (mm-insert-part): Ditto.
13027
13028 2006-03-23  Simon Josefsson  <jas@extundo.com>
13029
13030         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13031         Reiner.
13032         (pgg-gpg-use-agent-p): Use it again.
13033
13034 2006-03-23  Simon Josefsson  <jas@extundo.com>
13035
13036         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13037         older emacsen.
13038         (pgg-gpg-use-agent-p): Don't use it.
13039
13040 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13043         if we can.
13044
13045 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13046
13047         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13048         (pgg-gpg-update-agent): New function.
13049         (pgg-gpg-use-agent-p): New function.
13050         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13051         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13052         (pgg-gpg-sign-region): Use it.
13053
13054 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13057         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13058
13059 2006-03-21  Simon Josefsson  <jas@extundo.com>
13060
13061         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13062         <wilde@sha-bang.de>.
13063         (pgg-gpg-use-agent): New variable.
13064         (pgg-gpg-process-region): Use it.
13065         (pgg-gpg-encrypt-region): Likewise.
13066         (pgg-gpg-encrypt-symmetric-region): Likewise.
13067         (pgg-gpg-decrypt-region): Likewise.
13068         (pgg-gpg-sign-region): Likewise.
13069         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13070
13071 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13072
13073         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13074
13075         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13076         Add comment on version.
13077
13078 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * smiley.el: Add missing test smiley.
13081
13082 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * mm-decode.el (mm-with-part): New macro.
13085         (mm-get-part): Use it; work with message/external-body as well.
13086         (mm-save-part): Treat name and filename equally.
13087
13088         * mm-extern.el (mm-extern-cache-contents): New function.
13089         (mm-inline-external-body): Use it; force the part to be displayed;
13090         move undisplayer added to the cached handle to the parent.
13091
13092         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13093         (gnus-mime-view-part-as-type): Work with message/external-body.
13094
13095         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13096
13097 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13100         images in image-load-path.  [Sync with image.el, revision 1.60, in
13101         Emacs.]
13102
13103 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13104
13105         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13106         path rather than symbol.  Always return list of directories.
13107         Guarantee that image directory comes first.  [Sync with image.el,
13108         revision 1.59, in Emacs.]
13109
13110         * message.el (message-make-tool-bar): Adjust to new API of
13111         `gmm-image-load-path-for-library'.
13112
13113         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13114
13115         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13116
13117 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13118
13119         * gnus-art.el (gnus-article-only-boring-p):
13120         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13121         intangible text.
13122         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13123
13124 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13127         Use `defun' instead of `gmm-defun-compat'.
13128
13129 2006-03-14  Simon Josefsson  <jas@extundo.com>
13130
13131         * message.el (message-unique-id): Don't use message-number-base36
13132         if (user-uid) is a float.
13133         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13134
13135 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13138
13139         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13140         empty line between a part and a message part.
13141
13142 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * smiley.el: Add more test smileys.
13145         (smiley-data-directory, smiley-regexp-alist)
13146         (gnus-smiley-file-types): Fix doc strings.
13147         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13148         adding new elements.
13149         (smiley-mouse-map): Unused code.  Make it a comment.
13150
13151 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13154         scan latest NoCeM messages instead of old ones.
13155         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13156         delimiters that are recently used.
13157         (gnus-nocem-load-cache): Add autoload cookie.
13158
13159         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13160
13161         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13162         level which is larger than gnus-use-nocem is specified.
13163
13164         * gnus-group.el (gnus-group-get-new-news): Ditto.
13165
13166 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * gnus-util.el (gnus-tool-bar-update): New function.
13169
13170         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13171         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13172
13173         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13174
13175         * gnus-group.el (gnus-group-redraw-when-idle)
13176         (gnus-group-redraw-check): Remove.
13177         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13178
13179 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13182         if optional last element is specified in splits (FIELD VALUE...).
13183
13184 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13187         to gmm-image-load-path-for-library.  Call with no-error argument.
13188         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13189
13190         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13191
13192         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13193
13194         * gmm-utils.el (gmm-image-load-path): Remove alias.
13195
13196 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * gmm-utils.el (gmm-image-load-path): Add alias.
13199
13200         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13201         nnml-generate-nov-databases-1.
13202         (nnml-generate-nov-databases): Use it.
13203         (nnml-generate-nov-databases-directory): Document no-active
13204         argument.
13205
13206         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13207         directory if path is t.  Add no-error.
13208
13209         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13210         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13211
13212         * gnus-art.el (gnus-article-browse-delete-temp-files):
13213         Simplify resetting gnus-article-browse-html-temp-list.
13214
13215         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13216         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13217         Add example to docstring.  Rename local variables.  Move error
13218         checks to default case in cond and simplify.
13219
13220 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13223         handle is multipart when calling it recursively.
13224         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13225
13226 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13227
13228         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13229         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13230
13231 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13234         is loaded.
13235
13236         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13237         loaded.
13238
13239 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13242         to "Emacs 23 (unicode)" in doc string.
13243
13244         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13245         "Emacs 23 (unicode)" in comment.
13246
13247 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13250
13251         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13252         characters 160 through 255 in Emacs 23.
13253
13254 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13257         gnus-article-browse-html-temp.
13258         (gnus-article-browse-delete-temp): Make it customizable.
13259         Add `file'.  Adjust doc string.
13260         (gnus-article-browse-delete-temp-files): Add argument.
13261         Allow query for each file.  Adjust doc string.
13262         (gnus-article-browse-html-parts):
13263         Add `gnus-article-browse-delete-temp-files' to
13264         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13265
13266 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13267
13268         * gnus-art.el (gnus-article-browse-html-temp)
13269         (gnus-article-browse-delete-temp): New variables.
13270         (gnus-article-browse-delete-temp-files): New function.
13271         (gnus-article-browse-html-parts): Use it.
13272
13273 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13276
13277         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13278         string.
13279
13280         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13281         gnus-summary-insert-new-articles when unplugged.
13282         Remove gnus-summary-search-article-forward.
13283
13284         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13285         display-visual-class instead of display-color-cells.
13286
13287 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * dgnushack.el: Autoload customize-group for XEmacs.
13290
13291         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13292         message/* containing non-ASCII text properly.
13293
13294 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * message.el: Require gmm-utils, remove autoloads.
13297         (message-tool-bar): Set default based on
13298         gmm-tool-bar-style.
13299         (message-tool-bar-gnome): Add gmm-customize-mode.
13300
13301         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13302         gmm-tool-bar-style.
13303         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13304
13305         * gnus-group.el (gnus-group-tool-bar): Set default based on
13306         gmm-tool-bar-style.
13307         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13308
13309         * gmm-utils.el (gmm-image-directory): Rename variable from
13310         gmm-image-load-path.
13311         (gmm-image-load-path): Use gmm-image-directory.
13312         (gmm-customize-mode): New function.
13313         (gmm-tool-bar-style): New variable.
13314
13315         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13316         gnus-group-redraw-line-number.
13317         (gnus-group-redraw-check): Simplify.
13318         (gnus-group-tool-bar-update): Remove redraw check.
13319         (gnus-group-make-tool-bar): Add redraw check.
13320
13321 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13322
13323         * gnus-art.el (gnus-button): Add missing parentheses.
13324
13325 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * lpath.el: Fbind line-number-at-pos.
13328
13329 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13332
13333 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * gnus-art.el (gnus-button): New face.
13336         (gnus-article-button-face): Use it.
13337
13338         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13339         Add gnus-summary-next-page.  Re-order.
13340
13341         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13342         next-node are now included.
13343         (gnus-group-redraw-line-number): New internal variable.
13344         (gnus-group-redraw-check): Helper function for updating the tool
13345         bar.
13346         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13347
13348         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13349
13350         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13351         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13352         Use it to match format of Spamassassin 3.0 and later.
13353         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13354         (spam-check-bogofilter)
13355         (spam-bogofilter-register-with-bogofilter): Fix args of
13356         `gnus-error' calls.
13357
13358 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13361         unnecessary interaction when sending queued mails.
13362         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13363
13364 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13367         first or last are nil.
13368
13369 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13370
13371         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13372
13373 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13374
13375         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13376
13377 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13378
13379         * dns.el (query-dns): Protect more against buggy tcp output.
13380
13381 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13382
13383         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13384         nov.php.
13385
13386 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13387
13388         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13389         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13390         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13391         output on the server side.
13392         (nnweb-google-create-mapping): Update regexps and add some
13393         progress indication.
13394
13395 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * gnus-group.el (gnus-group-tool-bar-gnome):
13398         Fix gnus-agent-toggle-plugged.  Re-order icons.
13399         (gnus-group-tool-bar-gnome):
13400         Add gnus-group-{prev,next}-unread-group.
13401         (gnus-group-tool-bar-gnome): Re-order icons.
13402
13403         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13404         Move gnus-summary-insert-new-articles.
13405
13406         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13407         Fix comments.
13408
13409         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13410         also available in Emacs 21.3.
13411
13412         * message.el (message-fix-before-sending): Change "Emacs 22" to
13413         "Emacs 23 (unicode)" in comment.
13414
13415         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13416         "Emacs 23 (unicode)" in comment.
13417
13418         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13419         comment.
13420         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13421
13422         * mm-view.el (mm-fill-flowed): Add :version.
13423
13424 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13427         and load-path.
13428
13429 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * message.el: Autoload gmm-image-load-path.
13432         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13433         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13434         consitency.
13435
13436         * gmm-utils.el (gmm-image-load-path): Also search in
13437         "../etc/images".  Don't set gmm-image-load-path if we don't find
13438         the image.
13439
13440 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gmm-utils.el (gmm-image-load-path): Don't make
13443         `gmm-image-load-path' include subdirectories which the second arg
13444         `image' might specify.
13445
13446         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13447         subdirectory to icon file names.
13448
13449         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13450
13451 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13454         gmm-image-load-path calls.
13455
13456         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13457
13458         * message.el (message-make-tool-bar): Ditto.
13459
13460         * mml.el (mml-preview): Add comment concerning tool bar icons.
13461
13462         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13463         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13464
13465         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13466         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13467
13468         * message.el (message-tool-bar-gnome): Use new icon names.
13469         (message-make-tool-bar): Use `gmm-image-load-path'.
13470
13471         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13472         New functions from MH-E.
13473         (gmm-image-load-path): New variable from MH-E.
13474         (gmm-image-load-path): New function from MH-E.  Add arguments
13475         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13476         *-image-load-path-called-flag.
13477
13478 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13479
13480         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13481
13482 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13483
13484         * nnimap.el (nnimap-request-move-article): Change folder back to
13485         source group before deleting.
13486
13487 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13490
13491         * gnus-art.el (mm-url-insert-file-contents-external):
13492         Autoload mm-url.
13493
13494         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13495
13496 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13499         coding system which mm-charset-to-coding-system returns for a
13500         given charset is valid.
13501
13502 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13503
13504         * html2text.el (html2text-remove-tag-list):
13505         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13506
13507 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13508
13509         * gnus-cus.el: Revert 2005-10-17 change.
13510
13511 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gnus-art.el (article-strip-banner):
13514         Call article-really-strip-banner only when the regexp match is made.
13515
13516 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-art.el (article-strip-banner):
13519         Use gnus-extract-address-components instead of
13520         mail-header-parse-addresses to make it work with non-ASCII text;
13521         remove mail-encode-encoded-word-string.
13522
13523         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13524         values which are surrounded with \"...\"; make it never cause a
13525         Lisp error; give up parsing of parameters if it failed in
13526         extracting type.
13527
13528 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13529
13530         * smime.el (smime-cert-by-ldap-1): Fix bug where
13531         `smime-ldap-search' returns results without userCertificates.
13532
13533 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13536
13537 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * spam.el (spam-check-spamassassin-headers): Adapt format for
13540         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13541         <ari@mbf.ocn.ne.jp>.
13542         (spam-list-of-processors): Add spam-use-gmane.
13543
13544 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13547         make-temp-file; make it work with XEmacs as well.
13548
13549         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13550         mm-make-temp-file.
13551
13552         * mm-decode.el (mm-display-external): Use the 3rd arg of
13553         mm-make-temp-file.
13554         (mm-create-image-xemacs): Ditto.
13555
13556 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13559         with message-narrow-to-headers.
13560         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13561         (gnus-draft-check-draft-articles): New function.
13562         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13563
13564 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * gnus-art.el (gnus-article-browse-html-parts):
13567         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13568         Don't use suffix argument for mm-make-temp-file for Emacs 21
13569         compatibility.  Remove useless `format'.
13570
13571 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13572
13573         * nnweb.el (nnweb-google-wash-article): Update regexps.
13574         (nnweb-group-alist): Use defvoo instead of defvar.
13575
13576 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13579         re-loading nn* modules.
13580
13581 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13584         for `tool-bar-mode' and don't check it's default-value.
13585
13586         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13587
13588         * message.el (message-make-tool-bar): Ditto.
13589
13590         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13591         `substring'.  Shorten tmp-file name.
13592
13593         * gnus.el: Remove bogus comment.
13594
13595 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13596
13597         * gnus-art.el (gnus-article-browse-html-parts): New function.
13598         (gnus-article-browse-html-article): New function for viewing html
13599         articles with a browser.
13600
13601 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13602
13603         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13604         in elisp.
13605         (pgg-gpg-encrypt-symmetric-region): Ditto.
13606         (pgg-gpg-sign-region): Ditto.
13607
13608         * pgg-def.el (pgg-text-mode): New variable.
13609
13610         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13611         (mml2015-pgg-encrypt): Ditto.
13612
13613         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13614         (mml1991-pgg-encrypt): Ditto.
13615
13616 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * nnfolder.el (nnfolder-insert-newsgroup-line):
13619         Use message-make-date instead of current-time-string.
13620
13621         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13622         to gnus-decoded which mm-uu might set.
13623
13624 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13627         don't decode quoted parameters; remove misimported Emacs code.
13628         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13629         (rfc2231-decode-encoded-string): Don't use split-string which
13630         behaves differently according to Emacs version; use
13631         mm-decode-coding-region to convert charset to coding-system.
13632         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13633         (rfc2231-encode-string): Remove misimported Emacs code.
13634
13635 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13638         when calling mail-header-parse-content-type.
13639         (article-de-quoted-unreadable): Ditto.
13640         (article-de-base64-unreadable): Ditto.
13641         (article-wash-html): Ditto.
13642
13643         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13644         calling mail-header-parse-content-type and
13645         mail-header-parse-content-disposition.
13646         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13647         mail-header-parse-content-type.
13648
13649         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13650         insert charset and format parameters; encode description after
13651         inserting it to buffer.
13652         (mml-insert-parameter): Fold lines properly even if a parameter is
13653         segmented into two or more lines; change the max column to 76.
13654
13655         * rfc1843.el (rfc1843-decode-article-body): Don't use
13656         ignore-errors when calling mail-header-parse-content-type.
13657
13658         * rfc2231.el (rfc2231-parse-string): Return at least type if
13659         possible; don't cause an error even if it fails in parsing of
13660         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13661         (rfc2231-encode-string): Don't break lines at the beginning, leave
13662         it to mml-insert-parameter.
13663
13664         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13665         calling mail-header-parse-content-type.
13666
13667 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * spam-report.el (spam-report-gmane-use-article-number):
13670         Improve doc string.
13671         (spam-report-gmane-internal): Check if a suitable header was found
13672         in the article.
13673
13674 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13677         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13678
13679 2006-02-05  Romain Francoise  <romain@orebokech.com>
13680
13681         Update copyright notices of all files in the gnus directory.
13682
13683 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13684
13685         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13686
13687 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13690         segmented lines of parameter value to cope with Thunderbird 1.5
13691         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13692         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13693         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13694
13695 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13696
13697         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13698         parts.
13699
13700 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13701
13702         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13703         there's only one active file for all servers.
13704         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13705         solid groups.  Gnus might have used a FAST request to select the group.
13706         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13707         and nnweb-search redundantly in the active file.
13708         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13709         (nnweb-request-create-group): Don't use ARGS.
13710         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13711         initialisations.  Let nnoo do the work.
13712
13713 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13716         Say the part has been decoded.
13717
13718         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13719
13720 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13721
13722         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13723         mailcap-viewer-test-cache when there's no 'test clause, since that
13724         will invert the meaning of a "nil" test previously determined by
13725         mailcap-mailcap-entry-passes-test.
13726
13727 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13730         compiling.
13731
13732         * gnus-sum.el: Ditto.
13733
13734         * message.el: Don't bind tool-bar-map when compiling.
13735
13736 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13739
13740 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13741
13742         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13743         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13744         current Google Groups.
13745
13746 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13749         and tool-bar-mode.
13750
13751         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13752         and tool-bar-mode.
13753
13754         * message.el (message-tool-bar-update): Simplify.
13755         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13756
13757         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13758         gnus-summary-buffer.
13759         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13760         gnus-summary-reply.
13761
13762         * gmm-utils.el (gmm): Add :version.
13763
13764 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * Makefile.in (clean): New rule.
13767         (distclean): Use it.
13768
13769 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13770
13771         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13772         Don't autoload.
13773
13774 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gmm-utils.el (gmm-verbose): Add :group.
13777
13778 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * message.el: Change some comments WRT tool-bars.
13781
13782         * gnus-sum.el (gnus-summary-tool-bar)
13783         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13784         (gnus-summary-tool-bar-zap-list): New variables.
13785         (gnus-summary-make-tool-bar): Complete rewrite using
13786         `gmm-tool-bar-from-list'.
13787
13788         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13789         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13790         New variables.
13791         (gnus-group-make-tool-bar): Complete rewrite using
13792         `gmm-tool-bar-from-list'.
13793         (gnus-group-tool-bar-update): New function.
13794
13795         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13796
13797 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13800         is dissected into a single part of which the type is the same as
13801         the given one; decode charset.
13802
13803 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13804
13805         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13806         into alists as symbol not string, since that's what
13807         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13808         look for.
13809
13810 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13813         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13814
13815         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13816
13817 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13820         (gnus-xmas-mime-security-button-menu): New function.
13821
13822         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13823         (gnus-mime-security-button-menu): New definition.
13824         (gnus-mime-security-button-map): Use them.
13825         (gnus-mime-security-button-menu): New function.
13826         (gnus-insert-mime-security-button): Addition to help echo.
13827         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13828         (gnus-mime-security-pipe-part): New functions.
13829
13830         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13831         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13832
13833         * mm-decode.el (mm-handle-set-disposition): Remove.
13834         (mm-handle-set-description): Remove.
13835
13836 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13839         (mm-w3m-standalone-supports-m17n-p): New function.
13840         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13841         w3m usage.
13842
13843         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13844         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13845
13846 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * message.el (message-tool-bar-zap-list):
13849         Use gmm-tool-bar-zap-list as custom type.
13850         (message-tool-bar-update): New function.
13851         (message-tool-bar, message-tool-bar-gnome)
13852         (message-tool-bar-retro): Add message-tool-bar-update.
13853         (message-tool-bar-gnome): Add flyspell-buffer.
13854
13855         * gnus-util.el (gnus-error): Describe `args'.
13856
13857         * gmm-utils.el (gmm-error): Describe `args'.
13858         (gmm-tool-bar-zap-list): New widget.
13859         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13860
13861 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13864         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13865         the number of recursive calls.
13866
13867         * mm-decode.el (mm-handle-set-disposition): New macro.
13868         (mm-handle-set-description): New macro.
13869
13870 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13873         encoding.
13874
13875 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * message.el (message-tool-bar-zap-list, message-tool-bar)
13878         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13879         (message-tool-bar-local-item-from-menu): Remove.
13880         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13881         (message-make-tool-bar): New function.
13882         (message-mode): Use `message-make-tool-bar'.
13883
13884         * gmm-utils.el: New file.
13885         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13886         (gmm-lazy): New widget copied from `nnmail.el'.
13887         (gmm-tool-bar-from-list): New function for creating customizable
13888         tool bars.
13889         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13890         output.
13891         (gmm): Add :prefix to defgroup.
13892
13893 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13894
13895         * gmm-utils.el (gmm-widget-p): New function.
13896
13897 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * mml.el (mml-attach-file): Describe `description' in doc string.
13900         (mml-menu): Add Emacs MIME manual and PGG manual.
13901
13902 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13903
13904         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13905
13906 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13907
13908         * nntp.el (nntp-end-of-line): Doc fix.
13909
13910 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13911
13912         * imap.el (imap-open): Handle case where buffer is a buffer
13913         object.
13914
13915 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13916
13917         * gnus-delay.el (gnus-delay): Don't autoload.
13918         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13919         to be re-loaded when customizing the `gnus-delay' group.
13920
13921 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13922
13923         * message.el (message-insert-citation-line): Use newlines.
13924
13925 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13926
13927         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13928         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13929         these routines, so the passphrase can be managed externally and
13930         passed in to the system.
13931         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13932         pgg-add-passphrase-to-cache function.
13933
13934         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13935         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13936         these routines, so the passphrase can be managed externally and
13937         passed in to the system.
13938         (pgg-pgp5-sign-region): Use new name of
13939         pgg-add-passphrase-to-cache function.
13940
13941 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13942
13943         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13944         part of the decoded armor to find the key-identifier.
13945         (pgg-gpg-lookup-key-owner): New function to return the
13946         human-readable identifier of a key owner.
13947         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13948         itself.
13949         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13950         the key value) if we have a key and can match it against a secret
13951         key.  Also, added a note pointing out fact that the prompt only
13952         indicates the first matching key.
13953
13954         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13955         pgg-decrypt-region.
13956         (pgg-add-passphrase-to-cache): Rename from
13957         `pgg-add-passphrase-cache' to reduce confusion (all callers
13958         changed).
13959         (pgg-remove-passphrase-from-cache): Rename from
13960         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13961         changed).
13962         (pgg-read-passphrase, pgg-add-passphrase-cache)
13963         (pgg-remove-passphrase-cache): Add informative docstrings.
13964         (pgg-decrypt): Convey provided passphrase in subordinate call to
13965         pgg-decrypt-region.
13966
13967 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13968
13969         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13970         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13971         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13972         'passphrase' argument, so the passphrase can be managed externally
13973         and then passed in to the system.
13974
13975         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13976         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13977         so the passphrase cache can be used reliably with identifiers
13978         besides a pgp packet's key id.
13979
13980         * pgg-gpg.el (pgg-gpg-encrypt-region)
13981         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13982         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13983         these routines, so the passphrase can be managed externally and
13984         passed in to the system.
13985
13986         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13987         'notruncate' argument, so the passphrase cache can be used
13988         reliably with identifiers besides a pgp packet's key id.
13989
13990 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13991
13992         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13993         symmetric encryption.
13994         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13995         encrypted session key.
13996         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13997         message ask for the passphrase in a proper way.
13998
13999         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14000         New user commands for symmetric encryption.
14001
14002 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14005
14006         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14007
14008 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14009
14010         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14011
14012 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * mm-decode.el (mm-inlined-types): Add application/pgp.
14015         (mm-automatic-display): Ditto.
14016
14017         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14018         part as text.
14019
14020 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * nnrss.el: Update copyright.
14023         (nnrss-opml-import): Query whether to subscribe to each entry.
14024
14025         * gnus-art.el:
14026         * gnus-sum.el:
14027         * gnus-xmas.el:
14028         * messagexmas.el:
14029         * mm-uu.el:
14030         * mm-view.el: Update copyright.
14031
14032 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14033
14034         * message.el (message-info): New function.
14035         (message-mode-menu): Add it.
14036         Update copyright.
14037
14038         * ChangeLog: Fix and update copyright.
14039
14040 2006-01-13  Romain Francoise  <romain@orebokech.com>
14041
14042         * message.el (message-forward-subject-name-subject): Prefer the
14043         address to 'nowhere' if the sender has no name.
14044         Fix typo.  Update copyright year.
14045
14046 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-art.el (article-wash-html):
14049         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14050         (gnus-article-wash-html-with-w3m-standalone): New function.
14051
14052         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14053         mm-inline-text-html-render-with-w3m-standalone.
14054         (mm-text-html-washer-alist): Map w3m-standalone to
14055         gnus-article-wash-html-with-w3m-standalone.
14056         (mm-inline-text-html-render-with-w3m-standalone): New function.
14057
14058 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14061         Improve LaTeX.
14062
14063 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14066         (nnrss-request-article): Render text/plain parts as HTML.
14067
14068         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14069         the buffer.
14070
14071 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14074         custom definition of `gnus-posting-styles'.
14075
14076         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14077         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14078
14079 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14082         Use nntp for bug archive.
14083
14084 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14087         parts.
14088         (nnrss-normalize-date): New function converts ISO 8601 date into
14089         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14090         (nnrss-check-group): Use it.
14091
14092 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14095
14096         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14097         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14098         (nnrss-insert-w3): Ditto.
14099
14100 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14103         the articles to be forwarded including the case where neither a
14104         number of articles nor a region is specified.
14105
14106 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * nnrss.el (nnrss-request-article): Fix last change; fill
14109         text/plain parts.
14110
14111 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14114         in text/plain part.
14115         (nnrss-check-group): Don't add excessive newline to dc:subject.
14116
14117 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14118
14119         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14120         article.
14121
14122 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14125         (nnml-use-compressed-files, nnml-save-mail): Support other
14126         comression programs such as bzip2.
14127
14128 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14129
14130         * dns.el (query-dns): Make sure we check the buffer size before
14131         removing tcp headers.
14132
14133 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14136         remove MIME buttons associated with multipart/alternative parts.
14137         (gnus-mime-display-alternative): Tag buttons using `article-type'
14138         text property.
14139
14140         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14141         associated with multipart/alternative parts.
14142
14143         * gnus-art.el (gnus-signature-separator): Fix custom type.
14144
14145         * mm-decode.el (mm-inlined-types): Fix custom type.
14146         (mm-keep-viewer-alive-types): Ditto.
14147         (mm-automatic-display): Ditto.
14148         (mm-attachment-override-types): Ditto.
14149         (mm-inline-override-types): Ditto.
14150         (mm-automatic-external-display): Ditto.
14151
14152 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * spam-report.el (spam-report-user-mail-address)
14155         (spam-report-user-agent): New variables.
14156         (spam-report-url-ping-plain): Use spam-report-user-agent.
14157
14158 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14159
14160         * gnus-art.el (gnus-button-handle-custom): Do not just use
14161         `customize-apropos' for any "M-x customize-*" button but the
14162         function called for.  Accept both the function name and its
14163         argument in order to achieve this.
14164         (gnus-button-alist): Remove support for "custom:" URL's.
14165         Pass function name to `gnus-button-handle-custom' in case of "M-x
14166         customize-*" buttons.
14167
14168 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14171         multipart/alternative and add xref to mm-discouraged-alternatives
14172         in doc string.
14173
14174         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14175         gnus-buttonized-mime-types in doc string.
14176
14177 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14180         Suggest image/.* in the doc string.
14181
14182 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14185         message-marks (Debian bug #342521).
14186
14187 2005-12-12  Simon Josefsson  <jas@extundo.com>
14188
14189         * password.el (password-read-from-cache): Add.
14190         (password-read): Use it.
14191
14192 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * rfc2047.el (rfc2047-charset-to-coding-system):
14195         Recognize us-ascii as a MIME charset.
14196
14197         * mm-bodies.el (mm-decode-content-transfer-encoding):
14198         Protect against the case where the 2nd arg TYPE is nil.
14199
14200 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * pop3.el (pop3-stream-type): Fix custom version.
14203
14204         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14205
14206 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14207
14208         * mm-decode.el (mm-display-external): Add missing cdr.
14209
14210 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14213         RFC1524) if it is in mailcap or add a suffix according to
14214         mailcap-mime-extensions when generating a temp filename; postpone
14215         deleting a temp file for 2 seconds for some wrappers, shell
14216         scripts, and so on, which might exit right after having started a
14217         viewer command as a background job.
14218
14219 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * nntp.el (nntp-marks-directory): Fix custom group.
14222
14223         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14224         steps when < 10.
14225
14226         * gnus-start.el (gnus-no-server-1):
14227         Mention `gnus-level-default-subscribed' in doc string.
14228
14229 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14230
14231         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14232         parens.
14233
14234 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-xmas.el (gnus-use-toolbar): Revert.
14237         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14238         gnus-use-toolbar is default.
14239
14240         * messagexmas.el (message-use-toolbar): Revert.
14241         (message-setup-toolbar): Use global default-toolbar if
14242         message-use-toolbar is default.
14243
14244 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14247         according to default-toolbar-visible-p.
14248
14249         * messagexmas.el (message-use-toolbar): Ditto.
14250
14251 2005-11-26  Dave Love  <fx@gnu.org>
14252
14253         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14254         (tls-program, tls-success): Provide openssl alternative.
14255
14256         * starttls.el: Doc fixes.
14257         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14258         SERVICE to PORT.
14259
14260         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14261         port null or service name.
14262         (starttls-negotiate): Autoload.
14263
14264 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * message.el (message-kill-to-signature): Fix interactive spec.
14267
14268 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * pop3.el (pop3-open-server): Recognize a string as a service name.
14271
14272 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14273
14274         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14275
14276 2005-11-23  Dave Love  <fx@gnu.org>
14277
14278         Add pop3s, pop3/starttls.
14279
14280         * pop3.el (pop3-authentication-scheme): Clarify doc.
14281         (open-tls-stream, starttls-open-stream): Autoload.
14282         (pop3-stream-type): New.
14283         (pop3-open-server): Use it.
14284
14285         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14286         for POP.
14287         (mail-source-keyword-map): Add :stream for POP.
14288         (mail-source-fetch-pop): Use pop3-stream-type.
14289
14290 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14293         of current-time-string.
14294
14295 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14296
14297         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14298         date header.
14299
14300 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14301
14302         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14303         it can seriously impact performance as it bypasses the agent's
14304         local caches.
14305
14306 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14307
14308         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14309         must be explicitly online rather than "not explicitly offline" for
14310         its flags to be synchronized.
14311
14312         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14313         that gnus-uu-unmark-thread will function correctly.
14314
14315         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14316         1024K is instead displayed as 1M.
14317
14318 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319
14320         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14321
14322 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14323
14324         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14325
14326 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14327
14328         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14329         error message to display actual error condition.
14330         (gnus-agent-save-local): Avoid saving symbols that are bound to
14331         nil as they simply result in a warning message in
14332         gnus-agent-read-local.
14333
14334 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14337         rather than make-variable-buffer-local for file-precious-flag.
14338
14339 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14340
14341         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14342         for duplicates which are removed.  The invalid sort check then
14343         triggers a rescan after the sort as sorting may have moved
14344         duplicate entries such that they can be cheaply detected.
14345
14346 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14349
14350 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14351
14352         * gnus-agent.el (gnus-agent-article-alist-save-format):
14353         Change internal variable to a custom variable.  Change default value
14354         from compressed(2) to uncompressed(1).
14355         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14356         support for uncompressed agentview files.  Taken together, reading
14357         the agentview file should now be 6-7 times faster.
14358
14359 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14360
14361         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14362         as a buffer-local variable.  This avoids creating truncated
14363         dribble files as a result of a hang up, eg.
14364
14365 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14366
14367         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14368         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14369         XEmacs.
14370
14371 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-start.el (gnus-start-draft-setup):
14374         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14375
14376         * gnus.el (gnus-splash): Change custom group.
14377         (gnus-group-get-parameter, gnus-group-parameter-value):
14378         Describe allow-list argument.
14379
14380         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14381         string.
14382
14383 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gnus-art.el (gnus-default-article-saver): Add user-defined
14386         `function' to custom type.
14387
14388 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14389
14390         * imap.el (imap-open): Handle case where buffer is a buffer
14391         object.
14392
14393 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14394
14395         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14396         long lines.
14397         (gnus-cache-delete-group): Wrap doc strings.
14398
14399         * gnus-agent.el (gnus-agent-rename-group)
14400         (gnus-agent-delete-group): Wrap doc strings.
14401
14402 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * messagexmas.el (message-use-toolbar): Change the valid values
14405         into default, top, bottom, left, and right.
14406         (message-toolbar-thickness): New variable.
14407         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14408         well.
14409         (message-setup-toolbar): Make it work.
14410
14411         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14412         (gnus-use-toolbar): Change the valid values into default, top,
14413         bottom, left, and right.
14414         (gnus-toolbar-thickness): New variable.
14415         (gnus-xmas-setup-toolbar): New function.
14416         (gnus-xmas-setup-group-toolbar): Use it.
14417         (gnus-xmas-setup-summary-toolbar): Use it.
14418
14419 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14420
14421         * gnus-start.el (gnus-1): Add "native" to
14422         gnus-predefined-server-alist.
14423
14424         * gnus.el (gnus-method-to-server): Don't add "native" to the
14425         lists here, because that leads to problems when
14426         gnus-select-method is bound.
14427
14428 2005-11-09  Simon Josefsson  <jas@extundo.com>
14429
14430         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14431         use (not sort-by-date) instead.
14432
14433 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14434
14435         * gnus-delay.el (gnus-delay-group): Don't autoload.
14436         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14437         to be re-loaded when customizing the `gnus-delay' group.
14438
14439 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14440
14441         * message.el: Revert last changes.
14442         (message-insert-citation-line): Use newlines.
14443
14444 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14445
14446         * message.el (message-courtesy-message)
14447         (message-mark-insert-begin, message-mark-insert-end)
14448         (message-elide-ellipsis, message-cancel-message)
14449         (message-add-header, message-change-subject)
14450         (message-cross-post-followup-to-header)
14451         (message-cross-post-insert-note, message-reduce-to-to-cc)
14452         (message-widen-reply, message-delete-not-region)
14453         (message-kill-to-signature, message-insert-signature)
14454         (message-insert-importance-high, message-insert-importance-low)
14455         (message-insert-or-toggle-importance)
14456         (message-insert-disposition-notification-to)
14457         (message-indent-citation, message-yank-original)
14458         (message-cite-original-without-signature, message-cite-original)
14459         (message-insert-citation-line, message-position-on-field)
14460         (message-fix-before-sending, message-send-mail-partially)
14461         (message-send-mail, message-send-mail-with-sendmail)
14462         (message-send-mail-with-qmail, message-send-news)
14463         (message-check-news-header-syntax, message-generate-headers)
14464         (message-insert-courtesy-copy, message-fill-address)
14465         (message-fill-header, message-shorten-references)
14466         (message-setup-1, message-cancel-news)
14467         (message-forward-make-body-plain, message-forward-make-body-mime)
14468         (message-forward-make-body-mml, message-encode-message-body)
14469         (message-forward-make-body-digest-plain)
14470         (message-forward-make-body-digest-mime)
14471         (message-use-alternative-email-as-from): Insert `hard-newline'
14472         instead of ordinary newlines.
14473
14474 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * message.el (message-generate-headers): Downcase the argument
14477         given to message-check-element.
14478
14479 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14480
14481         * nntp.el (nntp-authinfo-rejected): New error condition.
14482         (nntp-wait-for): Use new error condition to signal authentication
14483         error.
14484         (nntp-retrieve-data): Rethrow new error condition to break out of
14485         recursive call to nntp-send-authinfo.
14486
14487 2005-11-08  Romain Francoise  <romain@orebokech.com>
14488
14489         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14490         (gnus-summary-exit-map): Bind to `Z p'.
14491         (gnus-summary-make-menu-bar): Add menu item.
14492
14493 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14494
14495         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14496         (gnus-treat-*): Add `first' in all doc strings.
14497
14498         * gnus-group.el (gnus-group-compact-group): Fix typo.
14499
14500 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus.el (gnus-parameters-case-fold-search): New variable.
14503         (gnus-parameters-get-parameter): Use it.
14504
14505         * gnus-score.el (gnus-home-score-file): Doc fix.
14506
14507 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14508
14509         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14510
14511 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * mm-util.el (mm-special-display-p): New function.
14514
14515         * mml.el (mml-preview): Use it; doc fix.
14516
14517 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14518
14519         * imap.el (imap-open): Handle case where buffer is a buffer object.
14520
14521 2005-10-29  Romain Francoise  <romain@orebokech.com>
14522
14523         * message.el (message-fix-before-sending): Fix comment.
14524
14525 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14526
14527         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14528
14529 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14530
14531         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14532         Used in gnus-score.el.
14533
14534 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14537
14538 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14541         whitespace removed in revision 7.8.  Use concatenated string to
14542         protect trailing whitespace.
14543
14544 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14545
14546         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14547         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14548         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14549         Courier IMAP ("some version from 2004").  Mostly based on similar
14550         code in the same function.
14551
14552 2005-10-26  Didier Verna  <didier@xemacs.org>
14553
14554         * gnus-group.el (gnus-group-compact-group): Invalidate original
14555         article buffer.
14556         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14557         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14558         NOV database and in article itself.
14559         Invalidate article backlog.
14560
14561 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14564
14565 2005-10-26  Simon Josefsson  <jas@extundo.com>
14566
14567         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14568         part of 2004-07-25 change.
14569
14570 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * message.el (message-display-completion-list): New function.
14573         (message-expand-group): Use it; make sure the Completions buffer
14574         is modifiable.
14575 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14576
14577         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14578         user-mail-name is an empty string.
14579
14580 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14583         depending on gnus-score-decay-constant.
14584
14585         * encrypt.el (encrypt-insert-file-contents)
14586         (encrypt-write-file-contents): Don't use `gnus-message'.
14587
14588         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14589         arguments.
14590         (mm-uu-type-alist): Add message-marks and insert-marks.
14591         Pass arguments to mm-uu-verbatim-marks-extract.
14592         (mm-uu-hide-markers): New variable.
14593         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14594
14595         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14596         (gnus-convert-image-to-face-command): Use "convert" by default to
14597         allow other input image formats.
14598         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14599         accordingly.
14600
14601 2005-10-23  Simon Josefsson  <jas@extundo.com>
14602
14603         * imap.el (imap-gssapi-program): Align command line parameters
14604         with latest GNU SASL.
14605         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14606
14607 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14608
14609         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14610         HTML.
14611         (nnslashdot-request-article): Ditto.
14612
14613         * lpath.el (featurep): Add nobreak-char-display.
14614
14615 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14616
14617         * mail-source.el (mail-source-fetch-pop): Require pop3.
14618         (mail-source-check-pop): Ditto.
14619
14620 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14623         errors.
14624
14625 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14628         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14629
14630         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14631
14632         * mm-bodies.el (mm-decode-string):
14633         Call `mm-charset-to-coding-system' with allow-override argument.
14634
14635 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14638         (rfc2047-charset-to-coding-system): New function.
14639         (rfc2047-decode-encoded-words): New function.
14640         (rfc2047-decode-region): Use them.
14641         (rfc2047-decode-cte): Remove.
14642         (rfc2047-parse-and-decode): Remove.
14643         (rfc2047-decode): Remove.
14644
14645 2005-10-15  Kenichi Handa  <handa@m17n.org>
14646
14647         * rfc2047.el (rfc2047-decode-cte): New function.
14648         (rfc2047-decode-region): Change the way to decode successive
14649         encoded-words: decode B- or Q-encoding in each encoded-word,
14650         concatenate them, and decode it as charset.
14651
14652 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * lpath.el: Fbind codepage-setup for XEmacs.
14655
14656 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14657
14658         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14659         widget-move-and-invoke.
14660         (gnus-custom-mode): Use gnus-custom-map.
14661
14662 2005-10-15  Bill Wohler  <wohler@newt.com>
14663
14664         * message.el (message-tool-bar-map): Rename image file from
14665         mail_send to mail/send.
14666
14667 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14668
14669         * message.el (message-expand-group): Pass the common
14670         prefix substring of completion to `display-completion-list'.
14671
14672 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * mml-sec.el (mml-secure-method): New internal variable.
14675         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14676         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14677         New functions using mml-secure-method.
14678
14679         * mml.el (mml-mode-map): Add key bindings for those functions.
14680         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14681         Harder <harder@myrealbox.com>.
14682         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14683         Goto end of message if point is the headers of the message.
14684
14685         * message.el (message-in-body-p): New function.
14686
14687         * assistant.el: Autoload gnus-util and netrc.
14688
14689         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14690         Use `mm-charset-override-alist' only when decoding.
14691
14692         * mm-bodies.el (mm-decode-body):
14693         Call `mm-charset-to-coding-system' with allow-override argument.
14694
14695         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14696         `filename' from Content-Disposition if Content-Type doesn't
14697         provide `name'.
14698         (gnus-mime-view-part-as-type): Set default instead of
14699         initial-input.
14700
14701 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14702
14703         * format-spec.el (format-spec): Propagate text properties of % spec.
14704
14705 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * gnus-art.el (gnus-treat-predicate): Add `first'.
14708
14709 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14712         (mm-charset-override-alist): New variable.
14713         (mm-charset-to-coding-system): Use it.
14714         (mm-codepage-setup): New helper function.
14715         (mm-charset-eval-alist): New variable.
14716         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14717         Warn about unknown charsets.
14718
14719         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14720
14721 2005-10-04  David Hansen  <david.hansen@gmx.net>
14722
14723         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14724         (nnrss-check-group): Ditto.
14725
14726 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14729         Rename x-gnus-verbatim to x-verbatim.
14730         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14731
14732         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14733         x-verbatim.
14734
14735         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14736
14737         * gnus-util.el (gnus-remove-duplicates): Remove.
14738
14739         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14740         instead of gnus-remove-duplicates.
14741
14742         * message.el (message-remove-duplicates): Remove.
14743         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14744         message-remove-duplicates.
14745
14746         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14747         available, else use implementation from `delete-dups'.
14748
14749         * message.el (message-insert-expires): New function.
14750         (message-mode-map): Add key binding.
14751         (message-mode-field-menu): Add menu entry.
14752         (message-mode): Document it.
14753         (message-make-expires-date): Use `message-make-date'.
14754
14755 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14756
14757         * message.el (message-make-expires-date): New function.
14758
14759 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * Makefile.in (list-installed-shadows): New entry.
14762         (install): Use it.
14763         (remove-installed-shadows): New entry.
14764
14765         * dgnushack.el (dgnushack-default-load-path): New variable.
14766         (dgnushack-find-lisp-shadows): New function.
14767         (dgnushack-remove-lisp-shadows): New function.
14768
14769 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * Makefile.in (install-el-elc): New entry.
14772         (install): Use it so that .el files are necessarily installed.
14773
14774 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14777
14778 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14779
14780         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14781         function rather than the diff-mode.el package.
14782         (mm-display-external): Use with-current-buffer.
14783         (mm-viewer-completion-map, mm-viewer-completion-map):
14784         Move initialization inside declaration.
14785
14786 2005-09-29  Simon Josefsson  <jas@extundo.com>
14787
14788         * spam.el: Load hashcash when compiling, to avoid warnings.
14789         Don't autoload mail-check-payment.
14790         (spam-check-hashcash): Define unconditionally, since hashcash.el
14791         is part of Gnus now.  Ignore errors from payment checking.
14792
14793 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * message.el (message-bold-region, message-unbold-region):
14796         Rename from `bold-region' and `unbold-region'.
14797
14798         * message.el: Remove useless autoloads.
14799
14800 2005-09-28  Simon Josefsson  <jas@extundo.com>
14801
14802         * message.el (message-use-idna): Default to t.
14803         (message-use-idna): Test whether encoding works too.  Doc fix.
14804
14805 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * nntp.el (nntp-warn-about-losing-connection): Remove.
14808
14809 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14812         customizable.  Change default value.
14813         (mm-uu-diff-groups-regexp): Change default value.
14814         (mm-uu-type-alist): Add doc string.
14815         (mm-uu-configure): Add doc string.  Make it interactive.
14816         (mm-uu-tex-groups-regexp): New variable.
14817         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14818         (mm-uu-type-alist): Add LaTeX documents.
14819         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14820         of "text/verbatim".
14821         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14822
14823         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14824         instead of "text/verbatim".
14825
14826         * message.el (message-mark-inserted-region)
14827         (message-mark-insert-file): Use slrn style marks when called with
14828         prefix argument.
14829
14830 2005-09-27  Simon Josefsson  <jas@extundo.com>
14831
14832         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14833
14834 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14835
14836         * message.el (message-remove-duplicates): New function.
14837         Implementation borrowed from `gnus-remove-duplicates'.
14838         (message-idna-to-ascii-rhs): Also encode idna addresses in
14839         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14840         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14841         only ask about the same idna domain once per header and also tell
14842         in what header to replace the idna domain.
14843
14844         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14845         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14846         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14847         a header is decoded and not just the last one.
14848
14849 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14852         has been decoded.
14853
14854         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14855         (mm-insert-part): Don't modify text if it has been decoded.
14856
14857         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14858         decoded.
14859
14860         * mm-view.el (mm-inline-text): Don't strip text props unless
14861         decoding enriched or richtext parts.
14862
14863 2005-09-25  Romain Francoise  <romain@orebokech.com>
14864
14865         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14866         * gnus-start.el (gnus-subscribe-interactively):
14867         * gnus-uu.el (gnus-uu-grab-articles):
14868         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14869         space.
14870
14871 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14872
14873         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14874         * mm-view.el (mm-view-pkcs7-decrypt):
14875         * gnus-sum.el (gnus-summary-limit-to-extra)
14876         (gnus-summary-respool-article, gnus-read-move-group-name):
14877         * gnus-score.el (gnus-summary-increase-score):
14878         * gnus-util.el (gnus-completing-read-with-default):
14879         * gnus-art.el (gnus-read-save-file-name)
14880         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14881         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14882         * message.el (message-check-news-header-syntax):
14883         Follow convention for reading with the minibuffer.
14884
14885 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * spam-report.el (spam-report-url-ping-plain):
14888         Use gnus-extended-version as User-Agent.
14889
14890         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14891         default value is nil.
14892
14893         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14894         (mm-uu-verbatim-marks-extract): New function.
14895         (mm-uu-extract): New face.
14896         (mm-uu-copy-to-buffer): Use it.
14897
14898         * spam-report.el (spam-report-gmane-ham): Rename from
14899         `spam-report-gmane-unspam'.
14900         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14901         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14902
14903         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14904         Autoload.
14905         (spam-report-gmane-unregister-routine):
14906         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14907
14908 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14909
14910         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14911         (spam-report-gmane-unregister-routine): Add support for gmane
14912         unregistration.
14913
14914         * spam-report.el (spam-report-gmane-unspam)
14915         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14916         (spam-report-gmane): Change to take a single article and do unspam
14917         registration.
14918
14919 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * mm-url.el (mm-url-decode-entities): Fix regexp.
14922
14923 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14924
14925         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14926         default to nil, to be able to use Gnus at all.  If the default
14927         switches to something else, then the function should be fixed not
14928         be exceedingly slow.
14929
14930 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14931
14932         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14933         fail hard.
14934
14935         * spam-report.el: Add better Keywords line.
14936
14937         * spam.el: Add Maintainer and better Keywords line.
14938
14939 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * gnus-art.el (gnus-article-replace-part)
14942         (gnus-mime-replace-part): New functions.
14943         (gnus-mime-action-alist, gnus-mime-button-commands)
14944         (gnus-mime-save-part-and-strip): Add file argument.
14945         (gnus-article-part-wrapper): Add interactive argument.
14946
14947         * gnus-sum.el (gnus-summary-mime-map):
14948         Add `gnus-article-replace-part'.
14949
14950 2005-09-19  Didier Verna  <didier@xemacs.org>
14951
14952         The nnml compaction feature:
14953         * nnml.el (nnml-request-compact-group): New function.
14954         * nnml.el (nnml-request-compact): New function.
14955         * gnus-int.el (gnus-request-compact-group): New function.
14956         * gnus-int.el (gnus-request-compact): New function.
14957         * gnus-group.el (gnus-group-compact-group): New function.
14958         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14959         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14960         * gnus-srvr.el (gnus-server-compact-server): New function.
14961         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14962         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14963
14964 2005-09-18  Deepak Goel  <deego@gnufans.org>
14965
14966         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14967         format spec.
14968
14969 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14972
14973 2005-09-15  Romain Francoise  <romain@orebokech.com>
14974
14975         * message.el (message-fill-paragraph): Clarify docstring.
14976
14977 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-art.el (gnus-mime-display-part): Protect against broken
14980         MIME messages.
14981
14982 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14985         before parsing header.
14986
14987 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14988
14989         * html2text.el (html2text-replace-list): Add new entities.
14990
14991 2005-09-11  Romain Francoise  <romain@orebokech.com>
14992
14993         * message.el (message-alternative-emails): Improve docstring.
14994         (message-setup-1): Call `message-use-alternative-email-as-from'
14995         after `message-setup-hook' to give it precedence over posting
14996         styles, etc.
14997         (message-use-alternative-email-as-from): Add docstring.
14998         Remove the original From header if present.
14999
15000         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15001         (nnml-save-mail): Use it.
15002
15003         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15004         articles.  Add new argument `silent'.
15005         (gnus-uu-mark-all): Report the total number of marked articles.
15006
15007 2005-09-10  Romain Francoise  <romain@orebokech.com>
15008
15009         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15010         (gnus-uu-mark-series): Likewise.
15011
15012 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * spam-report.el (spam-report-gmane): Fix generation of spam
15015         report URL.
15016
15017 2005-09-10  Simon Josefsson  <jas@extundo.com>
15018
15019         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15020         t, based on discussion on the ding list with Robert Epprecht
15021         <epprecht@solnet.ch>.
15022
15023 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * spam-report.el (spam-report-gmane): Make it work without
15026         X-Report-Spam header.  Gmane now only provides Archived-At.
15027         This is only used if `spam-report-gmane-use-article-number' is nil.
15028         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15029
15030         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15031         make `gnus-summary-sort-by-recipient' work with threading.
15032
15033         * nnweb.el (nnweb-google-wash-article): Print a message if article
15034         is not available.
15035
15036 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15037
15038         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15039         change.  Decode text/* parts content before displaying.
15040
15041 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15044
15045 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15048
15049         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15050         url-package-name, url-package-version,
15051         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15052         w3m-display-inline-images, and w3m-minor-mode-map.
15053
15054 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * message.el (message-tab-body-function): Fix mismatched custom type.
15057
15058         * gnus.el (gnus-group-change-level-function): Ditto.
15059
15060         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15061
15062         * gnus-art.el (gnus-signature-limit)
15063         (gnus-article-mime-part-function): Ditto.
15064
15065 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * mml.el (mml-mode): Silence the byte compiler.
15068
15069         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15070         using `(sit-for 0)' before moving the point to the specified part;
15071         skip unbuttonized parts.
15072         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15073         return to the summary window if gnus-auto-select-part is non-nil.
15074
15075 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15076
15077         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15078         New variables.
15079         (mml-dnd-attach-file, mml-mode): Use them.
15080
15081         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15082         Make fetching article by MID work again for Google Groups.
15083         Add FIXME concerning gnus-group-make-web-group.
15084
15085         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15086         Don't depend on Gnus by using mail-extract-address-components if
15087         gnus-extract-address-components is not bound.
15088
15089 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15090
15091         * gnus-art.el (gnus-mime-display-security): Don't display the
15092         signature, but only the signed part.
15093
15094 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15097
15098         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15099         list, not listp.
15100
15101 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15102
15103         * mm-encode.el (mm-encode-content-transfer-encoding):
15104         Likewise when encoding.
15105
15106         * mm-bodies.el (mm-decode-content-transfer-encoding):
15107         De-canonicalize CRLF for all text content types, not just
15108         text/plain.
15109
15110 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15113         valid article; point arrow and cursor at the MIME button.
15114
15115 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15118         Suggested by Dan Christensen <jdc@uwo.ca>.
15119
15120         * mm-decode.el (mm-save-part): Enable change of prompt.
15121
15122 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15123
15124         * gnus-msg.el (gnus-inews-add-send-actions):
15125         Make `message-post-method' lambda parameter ARG `&optional'.
15126
15127 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * gnus-sum.el (gnus-summary-mime-map):
15130         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15131         gnus-article-jump-to-part.
15132
15133         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15134         (gnus-article-edit-part): Use it.
15135         (gnus-article-part-wrapper): Add no-handle argument.
15136         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15137         New functions.
15138
15139 2005-08-29  Romain Francoise  <romain@orebokech.com>
15140
15141         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15142         docstring.
15143         (gnus-face-from-file): Likewise.
15144
15145 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15148         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15149         non-nil.
15150         (gnus-auto-select-part): New variable.
15151         (gnus-article-jump-to-part): New function.
15152         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15153         (gnus-mime-delete-part): Allow selecting specified part after
15154         deleting or stripping parts.
15155         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15156         part if argument is bogus.
15157
15158 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15159
15160         * gnus-art.el (w3m-minor-mode-map):
15161         * gnus-spec.el (gnus-newsrc-file-version):
15162         * gnus-util.el (nnmail-active-file-coding-system)
15163         (gnus-original-article-buffer, gnus-user-agent):
15164         * gnus.el (gnus-ham-process-destinations)
15165         (gnus-parameter-ham-marks-alist)
15166         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15167         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15168         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15169         * mm-decode.el (gnus-current-window-configuration):
15170         * mm-extern.el (gnus-article-mime-handles):
15171         * mm-url.el (url-current-object, url-package-name)
15172         (url-package-version):
15173         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15174         (smime-keys, w3m-cid-retrieve-function-alist)
15175         (w3m-current-buffer, w3m-display-inline-images)
15176         (w3m-minor-mode-map):
15177         * mml-smime.el (gnus-extract-address-components):
15178         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15179         (gnus-newsrc-hashtb, message-default-charset)
15180         (message-deletable-headers, message-options)
15181         (message-posting-charset, message-required-mail-headers)
15182         (message-required-news-headers):
15183         * mml1991.el (mc-pgp-always-sign):
15184         * mml2015.el (mc-pgp-always-sign):
15185         * nnheader.el (nnmail-extra-headers):
15186         * rfc1843.el (gnus-decode-encoded-word-function)
15187         (gnus-decode-header-function, gnus-newsgroup-name):
15188         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15189
15190 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15191
15192         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15193         the end of the date treatments.
15194
15195 2005-08-15  Simon Josefsson  <jas@extundo.com>
15196
15197         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15198         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15199         Capello and Romain Francoise.
15200         (pgg-fetch-key-function): Remove, not used?
15201         (pgg-insert-url-with-w3): Require url, to get
15202         url-insert-file-contents regardless of where it is defined.
15203
15204 2005-08-13  Romain Francoise  <romain@orebokech.com>
15205
15206         * message.el (message-cite-original-1): New function.
15207         (message-cite-original): Use it.
15208         (message-cite-original-without-signature): Ditto.
15209
15210 2005-08-08  Romain Francoise  <romain@orebokech.com>
15211
15212         * message.el (message-yank-empty-prefix): New variable.
15213         (message-indent-citation): Use it.
15214         (message-cite-original-without-signature): Respect X-No-Archive.
15215
15216 2005-08-08  Simon Josefsson  <jas@extundo.com>
15217
15218         * pgg.el: Autoload url-insert-file-contents instead of loading
15219         w3/url.
15220         (pgg-insert-url-with-w3): Don't load url here.
15221
15222 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15223
15224         * message.el (message-kill-to-signature): Don't insert newline at
15225         bol.
15226         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15227
15228 2005-08-06  Romain Francoise  <romain@orebokech.com>
15229
15230         * message.el (message-user-fqdn): Fix typo in docstring.
15231
15232 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15233
15234         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15235
15236         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15237
15238 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * mm-bodies.el (mm-encode-body): Use coding system rather than
15241         charset to encode text.
15242
15243         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15244         number of charsets if utf-8 is available (XEmacs).
15245
15246 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15247
15248         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15249         taken from `gnus-button-mid-or-mail-regexp'.
15250         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15251         (gnus-button-alist): Improve regexp for domain part of the MIDs
15252         for news:localpart@domain buttons.
15253         (gnus-button-ctan-directory-regexp): Update.
15254
15255 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * sieve-manage.el (sieve-manage-interactive-login):
15258         Use make-local-variable rather than make-variable-buffer-local.
15259         (sieve-manage-open): Ditto.
15260         (sieve-manage-authenticate): Ditto.
15261
15262         * mml.el (mml-generate-mime-1): Make the content type default to
15263         text/plain if the filename is not specified.
15264
15265 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15268         instead of insert-buffer.
15269
15270         * message.el (message-yank-original): Ditto; set the mark at the
15271         end of the yanked message.
15272
15273 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15276         lines to scroll rather than to stop it.
15277
15278         * mml.el (mml-generate-default-type): Add doc string.
15279         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15280         default to application/octet-stream when determining the content
15281         type if it is not specified for the part or the mml contents; add
15282         a comment about mml-generate-default-type.
15283
15284 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15287         make it default to application/octet-stream when determining the
15288         content type if it is not specified for the external contents.
15289
15290 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15293         segmented parameter but also other parameters might be there.
15294
15295 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * mm-decode.el (mm-display-external): Delete temp file, directory
15298         and buffer immediately if the external process is exited.
15299
15300 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15303         fewer lines than that of scroll-margin.
15304         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15305
15306 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-art.el (gnus-article-next-page): Revert.
15309         (gnus-article-beginning-of-window): New macro.
15310         (gnus-article-next-page-1): Use it.
15311         (gnus-article-prev-page): Ditto.
15312         (gnus-article-edit-part): Use insert-buffer-substring instead of
15313         insert-buffer.
15314         (gnus-article-edit-exit): Ditto.
15315
15316         * gnus-util.el (gnus-beginning-of-window): Remove.
15317         (gnus-end-of-window): Remove.
15318
15319         * lpath.el: Don't bind header-line-format and scroll-margin.
15320
15321 2005-07-25  Simon Josefsson  <jas@extundo.com>
15322
15323         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15324         to have the url package without w3.  Reported by Daiki Ueno
15325         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15326
15327 2005-07-20  Didier Verna  <didier@xemacs.org>
15328
15329         * gnus-diary.el: Remove the description comment (nndiary is now
15330         properly documented in the Gnus manual).
15331         Fix the spelling of "Back End".
15332         * nndiary.el: Ditto.
15333         Fix the copyright notice.
15334
15335 2005-07-18  Romain Francoise  <romain@orebokech.com>
15336
15337         * gnus-sum.el (gnus-summary-to-prefix)
15338         (gnus-summary-newsgroup-prefix): New variables.
15339         (gnus-summary-from-or-to-or-newsgroups): Use them.
15340
15341 2005-07-17  Romain Francoise  <romain@orebokech.com>
15342
15343         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15344         space as it's generally not especially interesting to the user.
15345
15346 2005-07-16  Romain Francoise  <romain@orebokech.com>
15347
15348         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15349         nil to avoid prompting and file modification if one of the
15350         messages at the top of the nnfolder file contains a copyright
15351         notice.
15352         Update copyright notice.
15353
15354         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15355         instead of `current-time-string' as the latter creates a time
15356         string that is not RFC 2822 compliant (it lacks the zone).
15357         Update copyright notice.
15358
15359 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15360
15361         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15362         for text/rtf.  Display default in prompt.  Pass default for M-n.
15363
15364         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15365
15366 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * gnus-msg.el (gnus-button-mailto):
15369         Remove save-selected-window-window hackery because it relies on
15370         save-selected-window internals.
15371
15372 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15375         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15376         (gnus-article-prev-page): Ditto.
15377
15378         * gnus-util.el (gnus-beginning-of-window): New function.
15379         (gnus-end-of-window): New function.
15380
15381         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15382
15383 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15384
15385         * gnus-score.el (gnus-score-edit-all-score):
15386         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15387         gnus-message.
15388
15389 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15390
15391         * gnus-msg.el (gnus-button-mailto):
15392         Remove save-selected-window-window hackery because it relies on
15393         save-selected-window internals.
15394
15395 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15398         add-minor-mode.
15399         (gnus-binary-mode): Ditto.
15400
15401         * gnus-topic.el (gnus-topic-mode): Ditto.
15402
15403 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15404
15405         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15406         (gnus-article-prev-page): Take scroll-margin into consideration.
15407
15408 2005-07-04  Lute Kamstra  <lute@gnu.org>
15409
15410         Update FSF's address in GPL notices.
15411
15412 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15413
15414         * gnus.el (gnus-exit):
15415         * gnus-group.el (gnus-group-icons):
15416         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15417
15418         * gnus-nocem.el (gnus-nocem):
15419         * message.el (message-various, message-buffers, message-sending)
15420         (message-interface, message-forwarding, message-insertion)
15421         (message-headers, message-news, message-mail):
15422         * pgg-gpg.el (pgg-gpg):
15423         * pgg-parse.el (pgg-parse):
15424         * pgg-pgp.el (pgg-pgp):
15425         * pgg-pgp5.el (pgg-pgp5):
15426         * pop3.el (pop3): Finish `defgroup' description with period.
15427
15428 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-art.el (article-display-face): Improve the efficiency.
15431         (article-display-x-face): Ditto; remove grey x-face stuff.
15432
15433 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-art.el (article-display-face): Correct the position in
15436         which Faces are inserted.
15437
15438 2005-06-29  Didier Verna  <didier@xemacs.org>
15439
15440         * gnus-art.el (article-display-face): Display faces in correct
15441         order.
15442
15443 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15446         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15447         (gnus-nocem-check-article): Fetch the Type header.
15448         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15449         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15450         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15451         make sure gnus-nocem-hashtb is initialized.
15452         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15453         (gnus-nocem-unwanted-article-p): Ditto.
15454
15455         * pgg.el (pgg-verify): Return the verification result.
15456
15457 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15458
15459         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15460         is ascii.
15461
15462 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15463
15464         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15465         `show-nonbreak-escape'.
15466
15467 2005-06-23  Lute Kamstra  <lute@gnu.org>
15468
15469         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15470
15471         * dig.el (dig-mode):
15472         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15473
15474 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15475
15476         * nnimap.el (nnimap-split-download-body): Fix spellings.
15477
15478 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15479
15480         * gnus-art.el (gnus-article-encrypt-body):
15481         * gnus-cus.el (gnus-score-customize):
15482         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15483         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15484
15485 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15486
15487         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15488         header by looking for magic "MII" at the beginnig.
15489
15490 2005-06-16  Miles Bader  <miles@gnu.org>
15491
15492         * gnus-xmas.el (gnus-xmas-group-startup-message):
15493         Use renamed gnus-splash face.
15494
15495         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15496         (assistant-field-face): New backward-compatibility alias for renamed
15497         face.
15498         (assistant-render-text): Use renamed assistant-field face.
15499
15500         * spam.el (spam): Remove "-face" suffix from face name.
15501         (spam-face): New backward-compatibility alias for renamed face.
15502         (spam-face, spam-initialize): Use renamed spam face.
15503
15504         * message.el (message-header-to, message-header-cc)
15505         (message-header-subject, message-header-newsgroups)
15506         (message-header-other, message-header-name)
15507         (message-header-xheader, message-separator, message-cited-text)
15508         (message-mml): Remove "-face" suffix from face names.
15509         (message-header-to-face, message-header-cc-face)
15510         (message-header-subject-face, message-header-newsgroups-face)
15511         (message-header-other-face, message-header-name-face)
15512         (message-header-xheader-face, message-separator-face)
15513         (message-cited-text-face, message-mml-face):
15514         New backward-compatibility aliases for renamed faces.
15515         (message-font-lock-keywords): Use renamed message faces.
15516
15517         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15518         (sieve-test-commands, sieve-tagged-arguments):
15519         Remove "-face" suffix from face names.
15520         (sieve-control-commands-face, sieve-action-commands-face)
15521         (sieve-test-commands-face, sieve-tagged-arguments-face):
15522         New backward-compatibility aliases for renamed faces.
15523         (sieve-control-commands-face, sieve-action-commands-face)
15524         (sieve-test-commands-face, sieve-tagged-arguments-face):
15525         Use renamed sieve faces.
15526
15527         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15528         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15529         (gnus-group-news-3-empty, gnus-group-news-4)
15530         (gnus-group-news-4-empty, gnus-group-news-5)
15531         (gnus-group-news-5-empty, gnus-group-news-6)
15532         (gnus-group-news-6-empty, gnus-group-news-low)
15533         (gnus-group-news-low-empty, gnus-group-mail-1)
15534         (gnus-group-mail-1-empty, gnus-group-mail-2)
15535         (gnus-group-mail-2-empty, gnus-group-mail-3)
15536         (gnus-group-mail-3-empty, gnus-group-mail-low)
15537         (gnus-group-mail-low-empty, gnus-summary-selected)
15538         (gnus-summary-cancelled, gnus-summary-high-ticked)
15539         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15540         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15541         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15542         (gnus-summary-low-undownloaded)
15543         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15544         (gnus-summary-low-unread, gnus-summary-normal-unread)
15545         (gnus-summary-high-read, gnus-summary-low-read)
15546         (gnus-summary-normal-read, gnus-splash):
15547         Remove "-face" suffix from face names.
15548         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15549         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15550         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15551         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15552         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15553         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15554         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15555         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15556         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15557         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15558         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15559         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15560         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15561         (gnus-summary-normal-ticked-face)
15562         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15563         (gnus-summary-normal-ancient-face)
15564         (gnus-summary-high-undownloaded-face)
15565         (gnus-summary-low-undownloaded-face)
15566         (gnus-summary-normal-undownloaded-face)
15567         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15568         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15569         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15570         (gnus-splash-face):
15571         New backward-compatibility aliases for renamed faces.
15572         (gnus-group-startup-message): Use renamed gnus faces.
15573
15574         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15575         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15576         (gnus-server-agent): Remove "-face" suffix from face names.
15577         (gnus-server-agent-face, gnus-server-opened-face)
15578         (gnus-server-closed-face, gnus-server-denied-face)
15579         (gnus-server-offline-face):
15580         New backward-compatibility aliases for renamed faces.
15581         (gnus-server-agent-face, gnus-server-opened-face)
15582         (gnus-server-closed-face, gnus-server-denied-face)
15583         (gnus-server-offline-face): Use renamed gnus faces.
15584
15585         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15586         Remove "-face" suffix from face names.
15587         (gnus-picon-xbm-face, gnus-picon-face):
15588         New backward-compatibility aliases for renamed faces.
15589
15590         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15591         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15592         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15593         (gnus-cite-11): Remove "-face" suffix from face names.
15594         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15595         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15596         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15597         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15598         New backward-compatibility aliases for renamed faces.
15599         (gnus-cite-attribution-face, gnus-cite-face-list)
15600         (gnus-article-boring-faces): Use renamed gnus faces.
15601
15602         * gnus-art.el (gnus-signature, gnus-header-from)
15603         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15604         (gnus-header-content): Remove "-face" suffix from face names.
15605         (gnus-signature-face, gnus-header-from-face)
15606         (gnus-header-subject-face, gnus-header-newsgroups-face)
15607         (gnus-header-name-face, gnus-header-content-face):
15608         New backward-compatibility aliases for renamed faces.
15609         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15610
15611         * gnus-sum.el (gnus-summary-selected-face)
15612         (gnus-summary-highlight): Use renamed gnus faces.
15613         * gnus-group.el (gnus-group-highlight): Likewise.
15614
15615 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15616
15617         * gnus-sieve.el (gnus-sieve-article-add-rule):
15618         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15619         * spam-stat.el (spam-stat-buffer-change-to-spam)
15620         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15621
15622         * message.el (message-is-yours-p):
15623         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15624
15625 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * mm-view.el (mm-inline-text): Withdraw the last change.
15628
15629 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15632         executing enriched-decode.
15633
15634 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15637         charset of tar files.
15638
15639 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15640
15641         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15642
15643 2005-06-04  Lute Kamstra  <lute@gnu.org>
15644
15645         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15646         information is never recorded.
15647
15648 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15649
15650         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15651
15652 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * pop3.el (pop3-apop): Run md5 in the binary mode.
15655
15656         * starttls.el (starttls-set-process-query-on-exit-flag):
15657         Use eval-and-compile.
15658
15659 2005-05-31  Simon Josefsson  <jas@extundo.com>
15660
15661         * smime.el (smime-replace-in-string): Define.
15662         (smime-cert-by-ldap-1): Use it.
15663
15664 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * gnus-art.el (article-display-x-face): Replace
15667         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15668
15669         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15670         set-process-query-on-exit-flag or process-kill-without-query.
15671
15672         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15673         loop instead of replace-regexp.
15674
15675         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15676         instead of process-kill-without-query if it is available.
15677
15678         * lpath.el: Fbind ldap-search-entries.
15679
15680         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15681         instead of find-file-hooks if it is available.
15682
15683         * mml1991.el: Bind pgg-default-user-id when compiling.
15684
15685         * mml2015.el: Bind pgg-default-user-id when compiling.
15686
15687         * nndraft.el (nndraft-request-associate-buffer):
15688         Use write-contents-functions instead of write-contents-hooks if it is
15689         available.
15690
15691         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15692         instead of find-file-hooks if it is available.
15693
15694         * nntp.el (nntp-open-connection): Replace
15695         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15696         (nntp-open-ssl-stream): Ditto.
15697         (nntp-open-tls-stream): Ditto.
15698
15699         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15700         set-process-query-on-exit-flag or process-kill-without-query.
15701         (starttls-open-stream-gnutls): Use it instead of
15702         process-kill-without-query.
15703         (starttls-open-stream): Ditto.
15704
15705 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15706
15707         * smime.el (smime-cert-by-ldap-1): Don't use
15708         replace-regexp-in-string.
15709
15710 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15711
15712         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15713
15714         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15715         in PEM format.  Adjust to the XEmacs compability.
15716
15717 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15720         by `string-to-number'.
15721         * gnus-agent.el (gnus-agent-regenerate-group)
15722         (gnus-agent-fetch-articles): Ditto.
15723         * gnus-art.el (gnus-button-fetch-group): Ditto.
15724         * gnus-cache.el (gnus-cache-generate-active)
15725         (gnus-cache-articles-in-group): Ditto.
15726         * gnus-group.el (gnus-group-set-current-level)
15727         (gnus-group-insert-group-line): Ditto.
15728         * gnus-score.el (gnus-score-set-expunge-below)
15729         (gnus-score-set-mark-below, gnus-summary-score-effect)
15730         (gnus-summary-score-entry): Ditto.
15731         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15732         (gnus-soup-pack): Ditto.
15733         * gnus-spec.el (gnus-xmas-format): Ditto.
15734         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15735         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15736         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15737         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15738         * nndb.el (nndb-get-remote-expire-response): Ditto.
15739         * nndiary.el (nndiary-parse-schedule-value)
15740         (nndiary-string-to-number, nndiary-request-replace-article)
15741         (nndiary-request-article): Ditto.
15742         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15743         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15744         * nneething.el (nneething-make-head): Ditto.
15745         * nnfolder.el (nnfolder-request-article)
15746         (nnfolder-retrieve-headers): Ditto.
15747         * nnheader.el (nnheader-file-to-number): Ditto.
15748         * nnkiboze.el (nnkiboze-request-article): Ditto.
15749         * nnmail.el (nnmail-process-unix-mail-format)
15750         (nnmail-process-babyl-mail-format): Ditto.
15751         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15752         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15753         (nnmh-request-create-group, nnmh-request-list-1)
15754         (nnmh-request-group, nnmh-request-article): Ditto.
15755         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15756         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15757         * nnsoup.el (nnsoup-make-active): Ditto.
15758         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15759         * nntp.el (nntp-find-group-and-number)
15760         (nntp-retrieve-headers-with-xover): Ditto.
15761         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15762         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15763         (pgg-format-key-identifier): Ditto.
15764         * pop3.el (pop3-last, pop3-stat): Ditto.
15765         * qp.el (quoted-printable-decode-region): Ditto.
15766
15767         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15768         of concat.
15769
15770 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15773
15774         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15775
15776         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15777
15778         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15779
15780         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15781
15782         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15783
15784         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15785         (gnus-carpal-mode): Ditto.
15786
15787         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15788         (gnus-browse-mode): Ditto.
15789
15790         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15791
15792         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15793
15794 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15795
15796         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15797
15798 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-util.el (gnus-run-mode-hooks): New function.
15801
15802         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15803
15804         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15805         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15806
15807 2005-05-27  Lute Kamstra  <lute@gnu.org>
15808
15809         * dns-mode.el (dns-mode): Specify customization group.
15810
15811 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15812
15813         * gnus-agent.el (gnus-agent-make-mode-line-string):
15814         Use mode-line-highlight as mouse-face.
15815
15816 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * canlock.el (canlock): Change the parent group to news.
15819
15820         * deuglify.el (gnus-outlook-deuglify): Add :group.
15821
15822         * dig.el (dig): Add :group.
15823
15824         * dns-mode.el (dns-mode): Add :group.
15825
15826         * encrypt.el (encrypt): Add :group.
15827
15828         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15829         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15830         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15831         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15832         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15833
15834         * gnus-diary.el (gnus-diary): Add :group.
15835
15836         * gnus.el (gnus-group-news-1-face): Add :group.
15837         (gnus-group-news-1-empty-face): Ditto.
15838         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15839         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15840         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15841         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15842         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15843         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15844         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15845         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15846         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15847         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15848         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15849         (gnus-summary-high-ticked-face): Ditto.
15850         (gnus-summary-low-ticked-face): Ditto.
15851         (gnus-summary-normal-ticked-face): Ditto.
15852         (gnus-summary-high-ancient-face): Ditto.
15853         (gnus-summary-low-ancient-face): Ditto.
15854         (gnus-summary-normal-ancient-face): Ditto.
15855         (gnus-summary-high-undownloaded-face): Ditto.
15856         (gnus-summary-low-undownloaded-face): Ditto.
15857         (gnus-summary-normal-undownloaded-face): Ditto.
15858         (gnus-summary-high-unread-face): Ditto.
15859         (gnus-summary-low-unread-face): Ditto.
15860         (gnus-summary-normal-unread-face): Ditto.
15861         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15862         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15863
15864         * hashcash.el (hashcash): New custom group.
15865         (hashcash-default-payment): Add :group.
15866         (hashcash-payment-alist): Ditto.
15867         (hashcash-default-accept-payment): Ditto.
15868         (hashcash-accept-resources): Ditto.
15869         (hashcash-path): Ditto.
15870         (hashcash-extra-generate-parameters): Ditto.
15871         (hashcash-double-spend-database): Ditto.
15872         (hashcash-in-news): Ditto.
15873
15874         * message.el (message-minibuffer-local-map): Add :group.
15875
15876         * netrc.el (netrc): Add :group.
15877
15878         * sieve-manage.el (sieve-manage-log): Add :group.
15879         (sieve-manage-default-user): Diito.
15880         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15881         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15882         (sieve-manage-authenticators): Ditto.
15883         (sieve-manage-authenticator-alist): Ditto.
15884         (sieve-manage-default-port): Ditto.
15885
15886         * sieve-mode.el (sieve-control-commands-face): Add :group.
15887         (sieve-action-commands-face): Ditto.
15888         (sieve-test-commands-face): Ditto.
15889         (sieve-tagged-arguments-face): Ditto.
15890
15891         * smime.el (smime): Add :group.
15892
15893         * spam-report.el (spam-report): Add :group.
15894
15895         * spam.el (spam, spam-face): Add :group.
15896
15897 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15898
15899         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15900         return \n.\n.\n at the end of articles.  Protect against that.
15901         (nntp-with-open-group): Allow debugging.
15902
15903         * nnheader.el (mail-header-set-extra): Make into a function
15904         because I just could't understand how to quote the list properly.
15905
15906         * dns.el (query-dns-cached): New function.
15907
15908 2005-05-26  Lute Kamstra  <lute@gnu.org>
15909
15910         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15911
15912 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15915
15916         * gnus-art.el: Don't autoload mail-extract-address-components.
15917
15918         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15919         eval-and-compile to evaluate it.
15920
15921         * hashcash.el: Don't autoload executable-find.
15922
15923         * nndb.el: Don't declare the nndb back end two or more times; don't
15924         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15925
15926         * nntp.el: Autoload format-spec instead of format; use
15927         eval-and-compile to evaluate autoload forms.
15928
15929 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15930
15931         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15932
15933 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15934
15935         * gnus.el (gnus-version-number): Bump version.
15936
15937 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15938
15939         * gnus.el: No Gnus v0.3 is released.
15940
15941 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15942
15943         * lpath.el (featurep): Bind show-nonbreak-escape.
15944
15945 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus-art.el (gnus-article-edit-part): Disable undo.
15948
15949 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15952         gnus-article-date-lapsed-new-header is t if date timer is active;
15953         skip headers in which the original date value is empty.
15954         (gnus-article-save-original-date): Redefine it as a macro.
15955         (gnus-display-mime): Use it.
15956
15957 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * gnus-art.el (article-date-ut): Support converting date in
15960         forwarded parts as well.
15961         (gnus-article-save-original-date): New function.
15962         (gnus-display-mime): Use it.
15963
15964 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15965
15966         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15967         enclosure element of <item>.
15968
15969 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * message.el (message-kill-buffer-query): Rename from
15972         `message-kill-buffer-query-if-modified'.  Add :version.
15973
15974 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15977         window layout.
15978
15979 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * mml.el: Autoload dnd when compiling.
15982
15983 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15984
15985         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15986         x-dnd-*.
15987
15988 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * qp.el (quoted-printable-encode-region): Save excursion.
15991
15992 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15993
15994         * message.el (message-kill-buffer-query-if-modified): Add new variable
15995         so the user can kill a modified message buffer quickly.
15996         (message-kill-buffer): Use it.
15997
15998 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * lpath.el: Fbind display-time-event-handler; don't fbind
16001         string-to-multibyte.
16002
16003         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16004
16005 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16008         contained in text because xml.el decodes entities) with LFs.
16009
16010 2005-04-11  Lute Kamstra  <lute@gnu.org>
16011
16012         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16013         differently.
16014
16015 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16016
16017         * mm-util.el (mm-detect-coding-region): Typo.
16018
16019 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16022
16023 2005-04-06  Deepak Goel  <deego@gnufans.org>
16024
16025         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16026         user-function allow user modifications of the scores.
16027         (spam-stat-score-buffer-user): New function, to allow
16028         user-computed modifications to the score.
16029         (spam-stat-score-buffer-user-functions): List of additional
16030         scoring functions.
16031         (spam-stat-error-holder): Global temporary error holder.
16032         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16033         variable.
16034
16035 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16036
16037         * gnus-registry.el (gnus-registry-clean-empty-function)
16038         (gnus-registry-trim, gnus-registry-fetch-groups)
16039         (gnus-registry-delete-group): Groups that match
16040         `gnus-registry-ignored-groups' are removed from the registry
16041         entries, not just ignored for splitting.  This helps clean up the
16042         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16043         to get all the groups a message ID is in.
16044
16045         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16046         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16047         (spam-stat-score-buffer-user-functions): Add :number custom type.
16048
16049 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16052         argument in XEmacs.
16053
16054         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16055         (nnrss-request-group): Decode group name first.
16056         (nnrss-request-article): Make a text/plain article if mml-to-mime
16057         failed.
16058         (nnrss-get-encoding): Return a compatible encoding according to
16059         nnrss-compatible-encoding-alist.
16060         (nnrss-find-el): Use consp instead of listp.
16061         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16062
16063 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16066         which Emacs 20 doesn't support.
16067         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16068
16069 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16070
16071         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16072         silence the byte compiler inside the defun.
16073
16074         * gnus-demon.el (parse-time-string): Add autoload.
16075
16076         * gnus-delay.el (parse-time-string): Add autoload.
16077
16078         * gnus-art.el (parse-time-string): Add autoload.
16079
16080         * nnultimate.el (parse-time): Require for `parse-time-string'.
16081
16082 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16085
16086         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16087
16088         * smime.el (smime-ldap-host-list): Add :version.
16089
16090 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16091
16092         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16093         pass it to `gnus-browse-read-group'.
16094         (gnus-browse-read-group): Add NUMBER argument and pass it to
16095         `gnus-group-read-ephemeral-group'.
16096
16097         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16098         argument and pass it to `gnus-group-read-group'.
16099
16100 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16101
16102         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16103         mm-xemacs-find-mime-charset-1 if we have the mule feature
16104         available at runtime.
16105
16106 2005-03-25  Werner Lemberg  <wl@gnu.org>
16107
16108         * nnmaildir.el: Replace `illegal' with `invalid'.
16109
16110 2005-03-23  Lute Kamstra  <lute@gnu.org>
16111
16112         * time-date.el: Add comment on time value formats.
16113         Don't require parse-time.
16114         (with-decoded-time-value): New macro.
16115         (encode-time-value): New function.
16116         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16117         (days-to-time): Return a valid time value when arg is huge.
16118         (time-since): Use time-subtract.
16119         (time-to-number-of-days): Use time-to-seconds.
16120
16121 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16122
16123         * gnus-start.el (gnus-display-time-event-handler):
16124         Check display-time-timer at runtime rather than only at load time
16125         in case display-time-mode is turned off in the mean time.
16126
16127 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16130         used.
16131
16132         * nneething.el (nneething-map-file-directory): Derive from
16133         `gnus-directory'.
16134
16135         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16136         the To/Cc button.
16137
16138 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16139
16140         * nnmaildir.el (nnmaildir-request-accept-article):
16141         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16142
16143 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16144
16145         * gnus-async.el: Require timer-funcs at compile time when in
16146         XEmacs for `run-with-idle-timer'.
16147
16148 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16149
16150         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16151         autoloaded function.
16152
16153 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16154
16155         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16156
16157 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16158
16159         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16160
16161 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16162
16163         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16164         Add gnus-expert-user to default.
16165
16166 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16167
16168         * nnimap.el (nnimap-open-server): Ditto.
16169
16170         * imap.el (imap-authenticate): Fix typo.
16171
16172 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16173
16174         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16175         buffer (since IMAP server might return FETCH response out of
16176         order, and the nntp buffer must be sorted).
16177
16178 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16179
16180         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16181         comparison on string.
16182
16183         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16184         (gnus-agent-score): Rename category keywords to match gnus-cus.
16185         (gnus-agent-summary-fetch-series): Modify to protect against
16186         gnus-agent-summary-fetch-group clearing processable flags.
16187         (gnus-agent-synchronize-group-flags): Update live group buffer as
16188         synchronization may occur due to the user toggle the plugged
16189         status.
16190         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16191         successfully downloaded.
16192         (gnus-agent-expire-group-1): Avoid using markers when the overview
16193         is in ascending order; greatly improves performance.
16194         (gnus-agent-regenerate-group):
16195         Use gnus-agent-synchronize-group-flags to reset read status in both
16196         gnus and server.
16197         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16198
16199 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * message.el: Don't autoload former message-utils variables.
16202         (message-strip-subject-trailing-was): Change doc string.
16203
16204         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16205         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16206         (nnweb-google-search): Add "hl=en" here.
16207         (nnweb-google-parse-1, nnweb-google-create-mapping):
16208         Don't hardcode URL.
16209
16210 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16211
16212         * message.el (message-get-reply-headers, message-followup):
16213         Mention related variables `message-use-followup-to' and
16214         `message-use-mail-followup-to', in the information buffer.
16215
16216         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16217         of broken groups(-beta).google.com.
16218
16219 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16220
16221         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16222         parameter to invoked gnus-request-move-article; remove the
16223         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16224         all at once instead of once per article.
16225         (gnus-summary-remove-process-mark): Accept a list of articles as
16226         well as a single article for processing.
16227
16228         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16229         parameter.
16230
16231         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16232
16233         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16234
16235         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16236         parameter.
16237
16238         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16239         parameter.
16240
16241         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16242         parameter and remove the gnus-sum-hint-move-is-internal variable.
16243
16244         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16245         parameter.
16246
16247         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16248         parameter.
16249
16250         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16251         parameter.
16252
16253         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16254
16255         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16256         parameter.
16257
16258         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16259         parameter.
16260
16261 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16262
16263         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16264         a more conservative way.
16265
16266 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16267
16268         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16269         buffer, so it moves the window's cursor.
16270
16271 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16272
16273         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16274         `mm-dissect-multipart' and receive the from field as an (optional)
16275         argument from `mm-dissect-multipart'.
16276         (mm-dissect-multipart): Receive the from field as an argument and
16277         pass it on when we call `mm-dissect-buffer' on MIME parts.
16278         Fixes verification/decryption of signed/encrypted MIME parts.
16279
16280 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16281
16282         * gnus-sum.el (gnus-summary-move-article):
16283         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16284         whatever it calls (right now, only nnimap-request-move article
16285         respects it).
16286
16287         * nnimap.el (nnimap-request-move-article):
16288         When gnus-sum-hint-move-is-internal is set, don't do the extra
16289         nnimap-request-article.
16290
16291 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16292
16293         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16294
16295         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16296         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16297
16298         * gnus-sum.el (gnus-summary-caesar-message):
16299         Apply `gnus-treat-article' after rotation.
16300
16301         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16302         doc string.
16303
16304 2005-02-22  Simon Josefsson  <jas@extundo.com>
16305
16306         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16307         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16308         <arne@arnested.dk>.
16309         (encrypt): Add password-cache and password-cache-expiry as group
16310         members.
16311
16312 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16313
16314         * smime.el (smime-ldap-host-list): Doc fix.
16315         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16316         cache) password.
16317         (smime-sign-region): Use it.
16318         (smime-decrypt-region): Use it.
16319         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16320         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16321         fails.
16322         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16323         certificate from DER to PEM format rather than calling openssl.
16324
16325         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16326
16327         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16328         for signing/encryption.
16329
16330         * mml.el (mml-parse-1): Use them.
16331
16332 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16333
16334         * nnrss.el (nnrss-verbose): Remove.
16335         (nnrss-request-group): Use `nnheader-message' instead.
16336
16337 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16338
16339         * nnrss.el (nnrss-verbose): New variable.
16340         (nnrss-request-group): Make it say nnrss is requesting a group.
16341
16342 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16343
16344         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16345         Handle news URL with given port correctly.
16346
16347 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16350         containing special characters.
16351
16352         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16353
16354         * mml.el (mime-to-mml): Ditto.
16355
16356         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16357         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16358         (rfc2047-decode-region): Quote decoded words containing special
16359         characters when rfc2047-quote-decoded-words-containing-tspecials
16360         is non-nil.
16361
16362 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16363
16364         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16365
16366         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16367
16368 2005-02-15  Simon Josefsson  <jas@extundo.com>
16369
16370         * nnimap.el (nnimap-debug): Doc fix.
16371
16372         * imap.el (imap-debug): Doc fix.
16373
16374 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16377
16378 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16379
16380         * gnus.el (spam-contents): Improve docs for spam-contents
16381         parameter in its variable incarnation.
16382
16383 2005-02-14  Simon Josefsson  <jas@extundo.com>
16384
16385         * smime-ldap.el: Use require instead of load-library for ldap.
16386         (smime-ldap-search): Indent.
16387         (smime-ldap-search-internal): Shorten line.
16388
16389         * smime.el (smime-cert-by-dns): Add doc-string.
16390         (smime-cert-by-ldap-1): Indent.
16391
16392         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16393         mml-smime-get-dns-ldap.
16394         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16395
16396 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16397
16398         * smime.el: Require smime-ldap.
16399         (smime-ldap-host-list): New variable.
16400         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16401
16402         * mml-smime.el (mml-smime-encrypt-query): New function.
16403         (mml-smime-encrypt-query): Use it.
16404
16405         * smime-ldap.el: New file.
16406
16407 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16410
16411 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16414         argument in doc string.  Make query for type more clear.
16415
16416 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16417
16418         * gnus.el (gnus-group-startup-message): Search for gnus images in
16419         etc/images/gnus.
16420         * mm-util.el (mm-image-load-path): Likewise.
16421         * smiley.el (smiley-data-directory): Search for smilies in
16422         etc/images/smilies.
16423
16424 2005-02-09  Kim F. Storm  <storm@cua.dk>
16425
16426         Change Emacs release version from 21.4 to 22.1 throughout.
16427         Change Emacs development version from 21.3.50 to 22.0.50.
16428
16429 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16432
16433         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16434         non-Mule XEmacs as well.
16435         (mm-decompress-buffer): Signal an error intentionally if it does
16436         not decompress compressed data because auto-compression-mode is
16437         disabled.
16438
16439 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16440
16441         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16442         an ID in the registry even if it has no groups.
16443
16444 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16447         merge it into mm-decompress-buffer.
16448         (gnus-mime-copy-part): Use the MIME part charset, the value which
16449         a user specified or gnus-newsgroup-charset for decoding, like
16450         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16451         save-buffer what was used.  Suggested by Kevin Ryde
16452         <user42@zip.com.au>.
16453         (gnus-mime-inline-part): Allow the name parameter as well as the
16454         filename parameter; force decompressing of compressed data; always
16455         display contents being not decoded as unibyte.
16456
16457         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16458         as well as the filename parameter.
16459
16460         * mm-util.el (mm-decompress-buffer):
16461         Merge gnus-mime-jka-compr-maybe-uncompress.
16462         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16463         of compressed data.
16464
16465 2005-02-08  Simon Josefsson  <jas@extundo.com>
16466
16467         * imap.el (imap-log): Doc fix.
16468
16469 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16472         the coding cookies; decompress compressed parts.
16473
16474         * mml.el (mml-generate-mime-1): Add the charset parameter according
16475         to the value which a user specified manually or the coding cookie.
16476
16477         * mm-util.el (mm-string-to-multibyte): New function.
16478         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16479         (mm-coding-system-to-mime-charset): New function.
16480         (mm-decompress-buffer): New function.
16481         (mm-find-buffer-file-coding-system): New function.
16482
16483         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16484         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16485         parts.
16486
16487 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16488
16489         * mm-view.el (mm-display-inline-fontify): Decode a part according
16490         to the charset parameter.
16491
16492 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16495         prefix arg is neither nil nor a number, as info specifies.
16496
16497 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16500         timestamps.
16501
16502 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16503
16504         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16505         groups error checking and notify user.
16506
16507 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16508
16509         * message.el (message-send-mail-function): Check existence of
16510         sendmail-program first before using default value
16511         `message-send-mail-with-sendmail'.  Otherwise use more generic
16512         `smtpmail-send-it'.
16513
16514 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * nntp.el (nntp-request-update-info): Always return nil.
16517
16518 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16519
16520         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16521
16522 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16523
16524         * message.el (message-beginning-of-line): Change the behavior when
16525         invoked between BOL and : so that it first moves backward.
16526
16527 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16530         article buffer when editing of the article is discarded.
16531         (gnus-article-prepare): Revert.
16532
16533 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * gnus-art.el (gnus-article-prepare):
16536         Remove message-strip-forbidden-properties from the local hook.
16537
16538 2005-01-27  Simon Josefsson  <jas@extundo.com>
16539
16540         * password.el (password-cache-add): Only start one timer per key.
16541         Reported by Derek Atkins <warlord@MIT.EDU>.
16542
16543 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16544
16545         * run-at-time.el: Remove.  It is no longer needed as
16546         timer-funcs.el in the xemacs-base package has a working version of
16547         `run-at-time'.
16548
16549         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16550
16551         * password.el: Require timer-funcs instead of run-at-time in
16552         XEmacs.
16553         Remove `password-run-at-time' macro.
16554         (password-cache-add): Use `run-at-time' instead of
16555         `password-run-at-time'.
16556
16557         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16558         Remove `nnheader-cancel-function-timers' alias,
16559         `cancel-function-timers' exists in XEmacs in timer-funcs.
16560
16561         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16562         for `run-with-idle-timer'.
16563
16564         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16565         for `run-at-time'.
16566
16567         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16568         for `with-timeout'.
16569
16570         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16571         the same as for XEmacs 21.4.
16572         No need to ignore `run-with-idle-timer', this function exists in
16573         XEmacs now in timer-funcs.el in the xemacs-base package.
16574         (dgnushack-compile): No need to delete
16575         run-at-time.el from the list of files to compile because it
16576         doesn't exist anymore.
16577
16578 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16581         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16582
16583 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16584
16585         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16586         sensitively.
16587
16588 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16589
16590         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16591
16592 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16595         which will be inserted according to the multibyteness of a buffer
16596         rather than the type of contents.  Suggested by ARISAWA Akihiro
16597         <ari@mbf.ocn.ne.jp>.
16598
16599         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16600         of string which old xml.el may return rather than a string.
16601
16602 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16605
16606 2005-01-16  Simon Josefsson  <jas@extundo.com>
16607
16608         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16609         idn/idna.el isn't available.
16610         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16611         <michael@waxrat.com>.
16612
16613         * hashcash.el: Remove non-FSF copyright header.
16614
16615         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16616         (hashcash-generate-payment): Use it.
16617         (hashcash-generate-payment-async): Use it.
16618
16619 2005-01-15  Simon Josefsson  <jas@extundo.com>
16620
16621         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16622         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16623
16624         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16625         gnus-summary-idna-message.
16626         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16627         (gnus-summary-idna-message): New function.
16628
16629 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16630
16631         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16632         gnus-novice-user.
16633
16634 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * nnrss.el (nnrss-request-delete-group): Delete entries in
16637         nnrss-group-alist as well.
16638         (nnrss-save-server-data): Insert newline.
16639
16640 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus.el (gnus-user-agent): Use list of symbols instead of
16643         symbols.  Display full version number for (S)XEmacs.
16644         Optionally display (S)XEmacs codename.
16645
16646         * gnus-util.el (gnus-emacs-version): Update for new
16647         `gnus-user-agent'.
16648
16649         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16650         Gnus version.
16651
16652 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16655         which is unreadable in some setups.
16656
16657 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-spec.el (gnus-update-format-specifications): Flush the
16660         group format spec cache if it doesn't support decoded group names.
16661
16662 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16665         Allow to apply decay on score files matching a regexp.
16666
16667 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16670         compatibility in %g and %c.
16671
16672 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16675         name for only %g and %c.
16676         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16677         of gnus-tmp-group to decoded group name.
16678         (gnus-group-make-rss-group): Exclude `/'s from group names.
16679
16680 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * nnrss.el (nnrss-get-encoding): Fix regexp.
16683
16684 2004-12-27  Simon Josefsson  <jas@extundo.com>
16685
16686         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16687         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16688         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16689
16690 2004-12-17  Kim F. Storm  <storm@cua.dk>
16691
16692         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16693
16694         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16695
16696 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16697
16698         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16699
16700 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * nnrss.el: Require rfc2047 and mml.
16703         (nnrss-file-coding-system): New variable.
16704         (nnrss-format-string): Redefine it as an inline function.
16705         (nnrss-decode-group-name): New function.
16706         (nnrss-string-as-multibyte): Remove.
16707         (nnrss-retrieve-headers): Decode group name; don't use
16708         nnrss-format-string.
16709         (nnrss-request-group): Decode group name.
16710         (nnrss-request-article): Decode group name; allow a Message-ID as
16711         well as an article number; don't use nnrss-format-string; encode a
16712         Message-ID string which may contain non-ASCII characters; use
16713         mml-to-mime to compose a MIME article.
16714         (nnrss-request-expire-articles): Decode group name.
16715         (nnrss-request-delete-group): Decode group name.
16716         (nnrss-fetch): Clarify error message.
16717         (nnrss-read-server-data): Use insert-file-contents instead of load;
16718         bind file-name-coding-system; use multibyte buffer.
16719         (nnrss-save-server-data): Bind coding-system-for-write to the
16720         value of nnrss-file-coding-system; bind file-name-coding-system;
16721         add coding cookie.
16722         (nnrss-read-group-data): Use insert-file-contents instead of load;
16723         bind file-name-coding-system; use multibyte buffer.
16724         (nnrss-save-group-data): Bind coding-system-for-write to the
16725         value of nnrss-file-coding-system; bind file-name-coding-system.
16726         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16727         make it work with non-ASCII text.
16728         (nnrss-find-el): Make it work with old xml.el as well.
16729
16730 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16731
16732         * nnrss.el (nnrss-get-encoding): New function.
16733         (nnrss-fetch): Use unibyte buffer initially; bind
16734         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16735         decode contents according to the encoding attribute.
16736         (nnrss-save-group-data): Add coding cookie.
16737         (nnrss-mime-encode-string): New function.
16738         (nnrss-check-group): Use it to encode subject and author.
16739
16740 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16741
16742         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16743         imaginary variable.
16744
16745 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16748         correctly even if there are wide characters.
16749
16750 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16751
16752         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16753         downcased symbol names; make a new cache instead of reusing
16754         bbdb-hashtable.
16755
16756 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16759         concatenating segments rather than before concatenating them.
16760         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16761
16762         * message.el (message-get-reply-headers): Bind `extra'.
16763
16764 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16765
16766         * message.el (message-extra-wide-headers): New variable.
16767         (message-get-reply-headers): Use it.
16768
16769 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16772         (gnus-agent-group-pathname): Ditto.
16773
16774         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16775
16776         * gnus-group.el (gnus-group-make-group): Decode group name.
16777         (gnus-group-make-rss-group): Register the group data after opening
16778         the nnrss group.
16779
16780 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16781
16782         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16783         by expiry now get marked as read.
16784
16785 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16788
16789 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16790
16791         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16792         unify Latin characters in XEmacs.
16793         (mm-find-mime-charset-region): Use it.
16794
16795 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * gnus-util.el (gnus-delete-directory): New function.
16798
16799         * gnus-agent.el (gnus-agent-delete-group): Use it.
16800
16801         * gnus-cache.el (gnus-cache-delete-group): Use it.
16802
16803 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16806         names.
16807
16808 2004-12-16  Simon Josefsson  <jas@extundo.com>
16809
16810         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16811
16812 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16815
16816         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16817         (gnus-group-set-current-level): Decode group name.
16818
16819 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16820
16821         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16822         failed.
16823
16824 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * gnus-group.el (gnus-group-delete-group): Decode group name.
16827         (gnus-group-make-rss-group): Encode group name.
16828         (gnus-group-catchup-current): Decode group name.
16829         (gnus-group-kill-group): Decode group name.
16830
16831 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16832
16833         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16834
16835 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * gnus-group.el (gnus-group-make-rss-group):
16838         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16839
16840         * gnus-start.el (gnus-setup-news): Honor user's setting to
16841         gnus-message-archive-method.  Suggested by Lute Kamstra
16842         <lute@gnu.org>.
16843
16844 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16845
16846         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16847         global counterparts of the buffer-local variables.
16848
16849 2004-11-16  Romain Francoise  <romain@orebokech.com>
16850
16851         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16852         counterparts of the buffer-local variables.
16853
16854 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * message.el (message-forbidden-properties): Fix typo in doc
16857         string.
16858
16859 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * gnus-util.el (gnus-replace-in-string): Add doc string.
16862
16863         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16864         to avoid problems when splitting mails with many recipients.
16865
16866 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16867
16868         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16869         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16870
16871 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16872
16873         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16874         if there is no hashtable in memory or file modification time is
16875         newer than cached timestamp.
16876
16877 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16878
16879         * gnus-sum.el (gnus-summary-limit-to-recipient):
16880         Implement not-matching option.
16881
16882 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16883
16884         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16885         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16886         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16887         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16888         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16889         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16890
16891 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * message.el (message-forward-make-body-mml): Remove headers
16894         according to message-forward-ignored-headers if a message is decoded.
16895
16896 2004-12-02  Romain Francoise  <romain@orebokech.com>
16897
16898         * message.el (message-forward-make-body-plain): Always remove
16899         headers according to message-forward-ignored-headers.
16900
16901 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16902
16903         * spam.el (spam-summary-prepare-exit): Remove the
16904         gnus-summary-limit pop for now, it has problems with ham marks for
16905         me.
16906
16907 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16908
16909         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16910         correctly.
16911
16912 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16913
16914         * format-spec.el (format-spec): Message the char.
16915
16916 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16917
16918         * gnus-art.el (gnus-split-methods): Reformat comments.
16919
16920         * spam.el (spam-summary-prepare-exit): Remove article limits
16921         before exiting the summary buffer.
16922
16923 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16926         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16927
16928         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16929         order to silence the byte compiler.
16930
16931         * spam.el: Fix the way to silence the byte compiler, which
16932         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16933         bbdb-search-simple, spam-BBDB-register-routine,
16934         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16935         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16936         spam-stat-buffer-is-spam, spam-stat-load,
16937         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16938         spam-stat-save and spam-stat-split-fancy.
16939
16940 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16943         which may confuse users.
16944         (canlock-password-for-verify): Ditto.
16945
16946         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16947
16948         * gnus-art.el (gnus-emphasis-alist): Ditto.
16949
16950         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16951
16952         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16953
16954         * gnus-start.el (gnus-save-killed-list): Ditto.
16955
16956         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16957         (gnus-sum-thread-tree-root): Ditto.
16958         (gnus-sum-thread-tree-false-root): Ditto.
16959         (gnus-sum-thread-tree-single-indent): Ditto.
16960
16961         * message.el (message-courtesy-message): Ditto.
16962         (message-archive-note): Ditto.
16963         (message-subscribed-address-file): Ditto.
16964         (message-user-fqdn): Ditto.
16965
16966         * spam-report.el (spam-report-gmane-regex): Ditto.
16967
16968         * spam.el (spam-blackhole-good-server-regex): Ditto.
16969
16970 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * mml.el (mml-preview): Widen the message buffer before copying
16973         the contents to the preview buffer; sort headers before previewing.
16974
16975         * message.el (message-hidden-headers): Fix the way to avoid a bug
16976         in the `repeat' widget in Emacs 21.3 or earlier.
16977
16978 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * message.el (message-hidden-headers): Default to "^References:".
16981         Improve customization type.  Suggested by Reiner Steib
16982         <Reiner.Steib@gmx.de>.
16983
16984 2004-11-25  Romain Francoise  <romain@orebokech.com>
16985
16986         * message.el (message-strip-forbidden-properties): Remove check for
16987         obsolete `message-hidden' text property, hidden headers are not
16988         accessible in the buffer anymore.
16989
16990 2004-11-22  Romain Francoise  <romain@orebokech.com>
16991
16992         * message.el (message-header-format-alist): Add `From' in list
16993         so that it can be sorted.
16994         (message-fix-before-sending): Widen and sort headers before
16995         sending.
16996         (message-hide-headers): Use narrowing to hide headers by moving
16997         them to the top of the buffer and narrowing to the region
16998         underneath.
16999
17000 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17001
17002         * message.el (message-strip-forbidden-properties):
17003         Bind buffer-read-only (etc) to nil.
17004
17005 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17008         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17009
17010 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17011
17012         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17013
17014 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17015
17016         * dns.el (query-dns): Use sit-for to time instead of
17017         accept-process-output, since that doesn't seem to work on udp
17018         sockets.
17019
17020 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17023
17024 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17025
17026         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17027         doc string.  Improve doc string.
17028
17029 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * nntp.el (nntp-request-update-info): Return nil if
17032         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17033         may not call gnus-activate-group which uselessly issues the GROUP
17034         commands for all nntp groups and wastes time.  Reported by Romain
17035         Francoise <romain@orebokech.com>.
17036
17037         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17038
17039 2004-11-15  Simon Josefsson  <jas@extundo.com>
17040
17041         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17042         headers separately.
17043         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17044         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17045
17046 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17047
17048         * gnus-start.el (gnus-convert-old-newsrc):
17049         Assign legacy-gnus-agent to 5.10.7.
17050
17051 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17052
17053         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17054         start of the lines.
17055
17056 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17057
17058         * hashcash.el (hashcash-default-payment): Change default to 20.
17059         (hashcash-default-accept-payment): Change default to 20.
17060         (hashcash-process-alist): New variable.
17061         (hashcash-generate-payment-async): Add.
17062         (hashcash-already-paid-p): Add.
17063         (hashcash-insert-payment): Don't generate payments twice.
17064         (hashcash-insert-payment-async): Add.
17065         (hashcash-insert-payment-async-2): Add.
17066         (hashcash-cancel-async): Add.
17067         (hashcash-wait-async): Add.
17068         (hashcash-processes-running-p): Add.
17069         (hashcash-wait-or-cancel): Add.
17070         (mail-add-payment): New optional argument.  Conditionally start
17071         asynchronous calculation.
17072         (mail-add-payment-async): Add.
17073
17074         * message.el (message-send-mail): Wait for asynchronous hashcash
17075         results.  Don't clobber existing X-Hashcash headers.
17076         (message-setup-1): Call mail-add-payment-async when
17077         message-generate-hashcash is non-nil.
17078
17079 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17080
17081         * message.el (message-use-alternative-email-as-from): Examine the
17082         From header as well; use message-make-from in order to include a
17083         user's full name.
17084
17085 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17088         default; improve customization type.
17089         (gnus-emphasis-custom-with-format): New macro.
17090         (gnus-emphasis-custom-value-to-external): New function.
17091         (gnus-emphasis-custom-value-to-internal): New function.
17092
17093 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17094
17095         * dns.el (query-dns): Resolve reverse addresses.
17096
17097 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17098
17099         * gnus-group.el (gnus-group-get-new-news): Use it.
17100
17101         * gnus-start.el (gnus-check-reasonable-setup): New function.
17102
17103 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17106         "Args out of range" error.  Reported by Arnaud Giersch
17107         <arnaud.giersch@free.fr>.
17108
17109 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17110
17111         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17112
17113 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17114
17115         * spam.el (spam group): Add :version.
17116
17117         * pgg-def.el (pgg group): Add :version.
17118
17119 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * gnus-art.el (gnus-article-edit-article): Don't associate the
17122         article buffer with a draft file.  This is a temporary measure
17123         against the 2004-08-22 change to gnus-article-edit-mode.
17124
17125 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17128         (html2text-format-tags): Remove unused variable `attr'.
17129
17130 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17131
17132         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17133
17134         * tls.el (tls-process-connection-type, tls-success)
17135         (tls-certtool-program): Add :version.
17136
17137         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17138         (starttls-extra-arguments, starttls-process-connection-type)
17139         (starttls-connect, starttls-failure, starttls-success): Add :version.
17140
17141         * spam-stat.el (spam-stat): Add :version.
17142
17143         * sieve.el (sieve): Add :version.
17144
17145         * sha1.el (sha1): Add :version.
17146         (sha1-use-external): Remove redundant version.
17147
17148         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17149         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17150         (nnmail-split-fancy-match-partial-words)
17151         (nnmail-split-lowercase-expanded): Add :version.
17152
17153         * nndiary.el (nndiary): Add :version.
17154
17155         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17156
17157         * mml-sec.el (mml-default-sign-method)
17158         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17159         Add :version.
17160
17161         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17162
17163         * mm-url.el (mm-url-use-external, mm-url-program)
17164         (mm-url-arguments): Add :version.
17165
17166         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17167         (mm-attachment-file-modes, mm-decrypt-option)
17168         (mm-w3m-safe-url-regexp): Add :version.
17169
17170         * message.el (message-cite-prefix-regexp)
17171         (message-sendmail-envelope-from, message-minibuffer-local-map)
17172         (message-user-fqdn, message-completion-alist): Add :version.
17173
17174         * gnus-win.el (gnus-configure-windows-hook)
17175         (gnus-use-frames-on-any-display): Add :version.
17176
17177         * gnus-art.el (gnus-article-address-banner-alist)
17178         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17179         (gnus-treat-from-picon, gnus-treat-mail-picon)
17180         (gnus-treat-x-pgp-sig): Add :version.
17181
17182         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17183         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17184         (gnus-summary-article-delete-hook)
17185         (gnus-summary-display-while-building): Add :version.
17186
17187         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17188         (gnus-get-top-new-news-hook): Add :version.
17189
17190         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17191         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17192
17193         * gnus-registry.el (gnus-registry): Add :version.
17194
17195         * gnus-spec.el (gnus-use-correct-string-widths)
17196         (gnus-make-format-preserve-properties): Add :version.
17197
17198         * gnus.el (gnus-group-charter-alist)
17199         (gnus-group-fetch-control-use-browse-url)
17200         (gnus-install-group-spam-parameters): Add :version.
17201
17202         * gnus-diary.el (gnus-diary): Add :version.
17203
17204         * gnus-delay.el (gnus-delay): Add :version.
17205
17206         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17207         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17208         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17209         Add :version.
17210
17211         * gnus-agent.el (gnus-agent-max-fetch-size)
17212         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17213         (gnus-agent-prompt-send-queue): Add :version.
17214
17215         * deuglify.el (gnus-outlook-deuglify): Add :version.
17216
17217         * html2text.el: Beautify code.  Improve doc strings.
17218         Some checkdoc cleanup.
17219         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17220
17221 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17222
17223         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17224
17225 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17226
17227         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17228         when package is loaded.
17229
17230         * spam.el (spam-summary-score-preferred-header): Add global preference
17231         for people who want to override the default SpamAssassin over
17232         Bogofilter preference (when both are set).
17233         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17234         (spam-user-format-function-S):
17235         Check spam-summary-score-preferred-header.
17236         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17237         (spam-user-format-function-S): Format the score correctly.
17238
17239 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17242         signature file.  Suggested by Manoj Srivastava
17243         <srivasta@golden-gryphon.com>.
17244
17245         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17246         iso-2022-jp even in the Japanese language environment.
17247         Suggested by Jason Rumney <jasonr@gnu.org>.
17248
17249 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17252         use the same characters as the dummy marks; make it free from
17253         getting affected by the language environment.
17254         (gnus-summary-read-group-1): Update mark positions only when the
17255         format spec is updated.
17256
17257         * gnus-spec.el (gnus-update-format-specifications): Return a list
17258         of updated types.
17259
17260 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17263         of boundp to check if display-warning is available.
17264
17265 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17266
17267         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17268
17269 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * nnspool.el (nnspool-spool-directory): Use news-path if the
17272         news-directory variable is not bound.
17273
17274         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17275         function instead of display-warning if it is not available.
17276
17277 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17278
17279         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17280         v5-10: Use `point-at-bol'.
17281
17282 2004-10-26  Simon Josefsson  <jas@extundo.com>
17283
17284         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17285         <chenggao@gmail.com>.
17286
17287 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17290         instead.
17291
17292 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17293
17294         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17295         to remove a server from the nnimap-server-buffer-alist.
17296         (nnimap-open-connection, nnimap-close-server): Use it.
17297
17298         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17299
17300 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17303         running the major-mode function.
17304
17305 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17308         dummy marks in the right way.
17309
17310 2004-10-18  David Edmondson  <dme@dme.org>
17311
17312         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17313         excessively.
17314
17315 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17316
17317         * gnus-util.el (gnus-split-references): Accept a nil references
17318         string and go on blissfully.
17319
17320         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17321         cases where the references string is non-nil but has no references.
17322
17323         * encrypt.el: Add autoload tags.
17324
17325         * spam.el (spam-resolve-registrations-routine): Remove article
17326         from unregistration list too.  Reported by David Hanak
17327         <dhanak@isis.vanderbilt.edu>
17328
17329 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17332         nil.  Change custom type.
17333
17334 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17335
17336         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17337
17338         * gnus-sum.el (gnus-summary-move-article): Use it.
17339
17340 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17341
17342         * encrypt.el: Add autoload cookies.
17343
17344         * spam.el (spam-backend-article-list-property)
17345         (spam-backend-get-article-todo-list)
17346         (spam-backend-put-article-todo-list)
17347         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17348         Resolve registrations separately.
17349         (spam-register-routine): Format comments.
17350         (spam-unregister-routine, spam-register-routine): Always call with
17351         specific-articles, no default list.
17352         (spam-summary-prepare-exit): Use the spam-classifications function.
17353
17354         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17355         gnus-encrypt.el.
17356
17357         * encrypt.el: Copied from gnus-encrypt.el.
17358
17359         * gnus-encrypt.el: Commented that it's obsolete.
17360
17361 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17364         (gnus-score-save): Use it.
17365
17366         * message.el (message-bury): Use `window-dedicated-p'.
17367
17368 2004-10-15  Simon Josefsson  <jas@extundo.com>
17369
17370         * pop3.el (top-level): Don't require nnheader.
17371         (pop3-read-timeout): Add.
17372         (pop3-accept-process-output): Add.
17373         (pop3-read-response, pop3-retr): Use it.
17374
17375 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17376
17377         * spam.el (spam-register-routine): Move comment.
17378         (spam-verify-bogofilter): Use 'unknown for the initial
17379         spam-bogofilter-valid state, not 'never.
17380
17381         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17382         for netrc-machine.
17383
17384         * nnimap.el (nnimap-open-connection):
17385         Use netrc-machine-user-or-password.
17386
17387 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17388
17389         * gnus-registry.el (gnus-registry-unload-hook):
17390         Set as a variable with add-hook.
17391
17392         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17393         of news-path.
17394
17395         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17396
17397         * spam.el: Delete duplicate `provide'.
17398         (spam-unload-hook): Set as a variable with add-hook.
17399
17400 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17403         in the doc string.
17404
17405         * message.el (message-ignored-news-headers)
17406         (message-ignored-supersedes-headers)
17407         (message-ignored-resent-headers)
17408         (message-forward-ignored-headers): Improve custom type.
17409
17410 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * message.el (message-tokenize-header): Fix 2004-09-06 change
17413         which used point-min in the wrong place.
17414
17415 2004-10-12  Simon Josefsson  <jas@extundo.com>
17416
17417         * tls.el (tls-certtool-program): New variable.
17418         (tls-certificate-information): New function, based on
17419         ssl-certificate-information.
17420
17421 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * compface.el: Move the version of ELisp-based uncompface program
17424         to the contrib directory because of the copyright problem.
17425
17426 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17427
17428         * message.el (message-kill-buffer): Raise the current frame.
17429
17430 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17433
17434         * gnus.el (message-y-or-n-p): Autoload.
17435
17436         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17437         (pop3-password-required, pop3-authentication-scheme)
17438         (pop3-leave-mail-on-server): Make customizable.
17439         (pop3): New custom group.
17440         (pop3-retr): Remove `sleep-for' statements.
17441         Suggested by Dave Love <fx@gnu.org>.
17442
17443         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17444         Windows/DOS.
17445
17446         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17447         (imap-parse-body): Fix incorrect use of `assert'.
17448         Suggested by Dave Love <fx@gnu.org>.
17449
17450         * mml.el (mml-minibuffer-read-disposition): Require match.
17451         Suggested by Dave Love <fx@gnu.org>.
17452
17453 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17454
17455         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17456         doc string.
17457
17458 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17461
17462 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17463
17464         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17465         instead of calling `mm-insert-inline', to decode text/* parts
17466         before displaying them.
17467
17468 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * mm-uu.el (mm-uu-text-plain-type): New variable.
17471         (mm-uu-pgp-signed-extract-1): Use it.
17472         (mm-uu-pgp-encrypted-extract-1): Use it.
17473         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17474         bind mm-uu-text-plain-type with that value.
17475         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17476         mm-uu-dissect.
17477
17478 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-group.el (gnus-update-group-mark-positions):
17481         * gnus-sum.el (gnus-update-summary-mark-positions):
17482         * message.el (message-check-news-body-syntax):
17483         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17484         of string-as-multibyte.
17485
17486 2004-10-05  Juri Linkov  <juri@jurta.org>
17487
17488         * gnus-group.el (gnus-update-group-mark-positions):
17489         * gnus-sum.el (gnus-update-summary-mark-positions):
17490         * message.el (message-check-news-body-syntax):
17491         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17492         8-bit unibyte values to a multibyte string for search functions.
17493
17494 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17497         (mm-uu-dissect-text-parts): New function.
17498
17499         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17500         dissect text parts.
17501
17502         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17503         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17504
17505         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17506
17507         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17508         Use gnus-current-topics instead of gnus-current-topic.
17509
17510 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17511
17512         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17513
17514 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17515
17516         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17517         where approriate.
17518
17519         * nnml.el (nnml-generate-active-info): do.
17520
17521         * nndiary.el (nndiary-generate-active-info): do.
17522
17523         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17524         (gnus-topic-move): do.
17525
17526         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17527         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17528
17529         * gnus-srvr.el (gnus-server-prepare)
17530         (gnus-server-open-all-servers): do.
17531
17532         * gnus-msg.el (gnus-summary-cancel-article)
17533         (gnus-summary-resend-message)
17534         (gnus-summary-mail-crosspost-complaint): do.
17535
17536         * gnus-move.el (gnus-change-server): do.
17537
17538         * gnus-group.el (gnus-group-unmark-all-groups)
17539         (gnus-group-set-current-level): do.
17540
17541 2004-10-04  Simon Josefsson  <jas@extundo.com>
17542
17543         * message.el (message-generate-hashcash): Doc fix.
17544
17545 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17546
17547         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17548         avoid infinite recursion via gnus-get-function.
17549
17550 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17551
17552         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17553
17554         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17555
17556         * nnmail.el (nnmail-split-history): do.
17557
17558         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17559         (nnml-request-delete-group): do.
17560
17561         * nnslashdot.el (nnslashdot-read-groups): do.
17562
17563         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17564         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17565
17566         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17567         (nnspool-sift-nov-with-sed): Use last.
17568         (nnspool-retrieve-headers-with-nov): Use mapc.
17569         (nnspool-request-newgroups): Use dolist.
17570         (nnspool-request-group): Use last.
17571
17572         * nntp.el (nntp-read-server-type): Use dolist.
17573
17574         * nnvirtual.el (nnvirtual-create-mapping)
17575         (nnvirtual-update-read-and-marked): Use dolist.
17576         (nnvirtual-convert-headers): Simplify.
17577
17578 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17579
17580         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17581         Add support for sync'ing tick marks.
17582
17583 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17586         there's no visible header.
17587
17588 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17589
17590         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17591         When necessary, pass full group name to gnus-request-set-marks.
17592
17593 2004-10-01  Simon Josefsson  <jas@extundo.com>
17594
17595         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17596         acroread.
17597
17598 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17599
17600         * spam-report.el (spam-report-gmane): Fix interactive.
17601
17602         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17603
17604         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17605         when writing file.
17606         (gnus-agent-synchronize-flags): Don't default to being
17607         interactive.
17608
17609 2004-09-30  Simon Josefsson  <jas@extundo.com>
17610
17611         * message.el (message-generate-hashcash): Add.
17612         (message-send-mail): Use it, call mail-add-payment.
17613
17614 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17615
17616         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17617
17618 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17619
17620         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17621         gnus-requst-update-info with explicit code to sync the in-memory
17622         info read flags with the marks being sync'd to the backend.
17623
17624         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17625
17626 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17627
17628         * spam.el (spam-verify-bogofilter): Add new function.
17629         (spam-check-bogofilter)
17630         (spam-bogofilter-register-with-bogofilter): Use it.
17631         (spam-verify-bogofilter): Add small fixes.
17632
17633 2004-09-28  Simon Josefsson  <jas@extundo.com>
17634
17635         * hashcash.el (hashcash-generate-payment): Revert.
17636
17637 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17638
17639         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17640         Use gnus-extract-references instead of gnus-split-references.
17641
17642         * gnus-util.el (gnus-extract-references): Add new function, analogous
17643         to gnus-split-references but extracts only the message-ID without
17644         anything extra.
17645
17646         * hashcash.el (hashcash-generate-payment)
17647         (hashcash-check-payment): Do the right thing if hashcash-path is
17648         nil (because the hashcash program could not be found).
17649
17650         * spam.el (spam-use-hashcash): Remove comment.
17651
17652 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17653
17654         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17655         (gnus-cache-enter-article, gnus-cache-remove-article)
17656         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17657
17658         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17659
17660         * gnus-art.el (article-hide-boring-headers)
17661         (article-translate-strings, article-display-face)
17662         (gnus-article-mime-match-handle-first)
17663         (gnus-article-highlight-headers)
17664         (gnus-article-add-buttons-to-head): do.
17665
17666 2004-09-27  Simon Josefsson  <jas@extundo.com>
17667
17668         * hashcash.el: New version, from
17669         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17670         ../contrib/.
17671
17672 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17675
17676 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17677
17678         * gnus-dup.el (gnus-dup-open): Use mapc.
17679         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17680
17681         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17682         Reported by Stefan Wiens <s.wi@gmx.net>.
17683
17684         * gnus.el (gnus-shutdown): Use dolist.
17685
17686         * gnus-undo.el (gnus-undo): Use mapc.
17687
17688         * nnrss.el (nnrss-generate-active): do.
17689
17690         * message.el (message-cite-original-without-signature)
17691         (message-cite-original): Use mapc.
17692         (message-do-actions, message-make-forward-subject): Use dolist.
17693
17694 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17695
17696         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17697         deletion to remove entire duplicate line.  Fixes merged article
17698         number bug.
17699
17700 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17701
17702         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17703         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17704         first ask if you want to open a server and then, even when you
17705         responded with no, asking if you want to synchronize the server's
17706         flags.
17707         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17708         multi-line expressions.
17709         (gnus-agent-synchronize-group-flags): New internal function.
17710         Updates marks in memory (in the info structure) AND in the
17711         backend.
17712
17713         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17714
17715         * nnagent.el (nnagent-request-set-mark):
17716         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17717         method, to ensure that synchronization updates marks in the
17718         backend and in the info (in memory) structure.
17719
17720 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17723         convention fully; don't miss the root article of a thread; make
17724         the X-Draft-From header with correct article numbers.
17725
17726 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17727
17728         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17729         unless plugged.  Disable the agent so that an open failure causes
17730         an error.
17731
17732         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17733         Revert 2004-09-21 change.  The backend must be opened while
17734         synchronizing flags even when the backend stores the flags
17735         locally.
17736
17737 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17738
17739         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17740         in `header' match.  Reported by Svend Tollak Munkejord.
17741
17742         * message.el (message-cite-original): Fix use of
17743         `message-cite-articles-with-x-no-archive'.
17744
17745 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17748         (gnus-window-to-buffer): Ditto.
17749
17750         * mml.el (mml-preview-buffer): New variable.
17751         (mml-preview): Manage window layout with gnus-buffer-configuration.
17752
17753         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17754         X-Draft-From header even if those articles aren't quoted.
17755
17756 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17757
17758         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17759         (gnus-request-set-mark, gnus-request-update-mark): Use new
17760         g-s-t-u-l-m to decide to use backend even when unplugged.
17761
17762 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17765         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17766
17767 2004-09-20  Simon Josefsson  <jas@extundo.com>
17768
17769         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17770         "utf-16-le".
17771
17772 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17773
17774         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17775
17776 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17777
17778         * uudecode.el (uudecode-use-external): Add :version.
17779
17780         * smime.el (smime-CA-file, smime-encrypt-cipher)
17781         (smime-dns-server): Add :version.
17782
17783         * smiley.el (gnus-smiley-file-types): Add :version.
17784
17785         * sha1.el (sha1-use-external): Add :version.
17786
17787         * pgg-def.el (pgg-query-keyserver): Add :version.
17788
17789         * nnmail.el (nnmail-fancy-expiry-targets)
17790         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17791         Add :version.
17792
17793         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17794         (nnimap-retrieve-groups-asynchronous): Add :version.
17795         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17796
17797         * mml.el (mml-content-disposition-parameters)
17798         (mml-insert-mime-headers-always): Add :version.
17799
17800         * mm-util.el (mm-coding-system-priorities): Add :version.
17801
17802         * mm-decode.el (mm-inline-text-html-with-images)
17803         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17804         (mm-verify-option): Add :version.
17805         (mm-text-html-renderer): Change :version.
17806
17807         * message.el (message-fcc-externalize-attachments)
17808         (message-required-headers, message-draft-headers)
17809         (message-subject-trailing-was-query)
17810         (message-subject-trailing-was-ask-regexp)
17811         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17812         (message-mark-insert-end, message-archive-header)
17813         (message-archive-note, message-cross-post-default)
17814         (message-cross-post-note, message-followup-to-note)
17815         (message-cross-post-note-function, message-use-mail-followup-to)
17816         (message-subscribed-address-functions)
17817         (message-subscribed-address-file, message-subscribed-addresses)
17818         (message-subscribed-regexps, message-allow-no-recipients)
17819         (message-yank-cited-prefix, message-signature-insert-empty-line)
17820         (message-hidden-headers, message-hierarchical-addresses)
17821         (message-mail-user-agent, message-use-idna)
17822         (message-valid-fqdn-regexp)
17823         (message-strip-special-text-properties, message-header-synonyms)
17824         (message-beginning-of-line, message-tab-body-function): Add :version.
17825         (message-insert-canlock, message-wide-reply-confirm-recipients):
17826         Change :version.
17827
17828         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17829         and :version.
17830         (mail-source-delete-old-incoming-confirm)
17831         (mail-source-movemail-program): Add :version.
17832
17833         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17834         (gnus-agent-cache, gnus-agent): Change :version.
17835
17836         * gnus-util.el (gnus-use-byte-compile): Change :version.
17837
17838         * gnus-sum.el (gnus-summary-make-false-root-always)
17839         (gnus-summary-default-high-score)
17840         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17841         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17842         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17843         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17844         (gnus-sum-thread-tree-single-indent)
17845         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17846         (gnus-sum-thread-tree-leaf-with-other)
17847         (gnus-sum-thread-tree-single-leaf): Add :version.
17848         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17849         (gnus-article-loose-mime): Change :version.
17850
17851         * gnus-start.el (gnus-backup-startup-file)
17852         (gnus-save-startup-file-via-temp-buffer): Add :version.
17853
17854         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17855         (gnus-server-offline-face): Add :version.
17856
17857         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17858
17859         * gnus-msg.el (gnus-gcc-externalize-attachments)
17860         (gnus-debug-files, gnus-debug-exclude-variables)
17861         (gnus-discouraged-post-methods): Change :version.
17862         (gnus-confirm-mail-reply-to-news)
17863         (gnus-confirm-treat-mail-like-news): Add :version.
17864
17865         * gnus-int.el (gnus-server-unopen-status): Add :version.
17866
17867         * gnus-group.el (gnus-group-jump-to-group-prompt)
17868         (gnus-large-ephemeral-newsgroup)
17869         (gnus-fetch-old-ephemeral-headers): Add :version.
17870
17871         * gnus-fun.el (gnus-x-face-directory)
17872         (gnus-convert-pbm-to-x-face-command)
17873         (gnus-convert-image-to-x-face-command)
17874         (gnus-convert-image-to-face-command): Add :version.
17875
17876         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17877
17878         * gnus-cite.el (gnus-cite-blank-line-after-header)
17879         (gnus-article-boring-faces): Add :version.
17880
17881         * gnus-art.el (gnus-buttonized-mime-types)
17882         (gnus-inhibit-mime-unbuttonizing)
17883         (gnus-treat-display-face)
17884         (gnus-treat-body-boundary): Change :version.
17885         (gnus-body-boundary-delimiter, gnus-picon-databases)
17886         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17887         (gnus-treat-date-english, gnus-treat-fold-headers)
17888         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17889         (gnus-treat-mail-picon, gnus-treat-wash-html)
17890         (gnus-article-encrypt-protocol)
17891         (gnus-use-idna, gnus-article-over-scroll)
17892         (gnus-mime-display-multipart-alternative-as-mixed)
17893         (gnus-mime-display-multipart-related-as-mixed)
17894         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17895         (gnus-ctan-url, gnus-button-ctan-handler)
17896         (gnus-button-handle-ctan-bogus-regexp)
17897         (gnus-button-ctan-directory-regexp)
17898         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17899         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17900         (gnus-button-man-level, gnus-button-emacs-level)
17901         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17902
17903         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17904         (gnus-agent-go-online): Change :version.
17905         (gnus-agent-expire-unagentized-dirs)
17906         (gnus-agent-auto-agentize-methods): Add :version.
17907
17908         * flow-fill.el (fill-flowed-display-column)
17909         (fill-flowed-encode-column): Add :version.
17910
17911         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17912         (gnus-outlook-deuglify-unwrap-max)
17913         (gnus-outlook-deuglify-cite-marks)
17914         (gnus-outlook-deuglify-unwrap-stop-chars)
17915         (gnus-outlook-deuglify-no-wrap-chars)
17916         (gnus-outlook-deuglify-attrib-cut-regexp)
17917         (gnus-outlook-deuglify-attrib-verb-regexp)
17918         (gnus-outlook-deuglify-attrib-end-regexp)
17919         (gnus-outlook-display-hook): Add :version.
17920
17921         * binhex.el (binhex-use-external): Add :version.
17922
17923 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17924
17925         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17926         and `invisible'.
17927
17928 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17929
17930         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17931         in gnus-registry-trim.
17932
17933 2004-09-13  Simon Josefsson  <jas@extundo.com>
17934
17935         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17936
17937         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17938
17939         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17940         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17941         <yamaoka@jpl.org>.
17942         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17943         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17944         <yamaoka@jpl.org>.
17945
17946         * sieve.el (sieve-manage-mode): Ditto.
17947
17948 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17949
17950         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17951
17952 2004-09-11  Simon Josefsson  <jas@extundo.com>
17953
17954         * dns-mode.el: Add.
17955
17956         * mm-view.el (mm-display-dns-inline): Add.
17957
17958         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17959         (mm-automatic-display): Ditto.
17960
17961         * mailcap.el (mailcap-mime-data): Add text/dns.
17962         (mailcap-mime-extensions): Map .soa to text/dns.
17963
17964 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17965
17966         * gnus-art.el (article-decode-mime-words, article-babel)
17967         (gnus-article-highlight-signature, gnus-article-add-buttons)
17968         (gnus-signature-toggle): Remove unnecessary bindings of
17969         `inhibit-read-only' inherited from v5.10 merge.
17970
17971 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17972
17973         * nntp.el (nntp): New customization group.
17974         (nntp-authinfo-file): Add customization group.
17975
17976         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17977
17978         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17979
17980         * gnus.el (to-address, to-list, subscribed)
17981         (large-newsgroup-initial): Ditto.
17982
17983         * flow-fill.el (fill-flowed-display-column)
17984         (fill-flowed-encode-column): Ditto.
17985
17986 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17987
17988         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17989         Use point-min rather than 1.
17990         (message-send-mail): Use buffer-size rather than point-max.
17991
17992         * gnus-sum.el (gnus-summary-search-article-forward):
17993         Signal a specific `search-failed' rather than a generic `error'.
17994
17995         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17996         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17997         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17998
17999 2004-09-10  Simon Josefsson  <jas@extundo.com>
18000
18001         * nndb.el (require): Remove tcp and duplicate cl.
18002
18003 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-agent.el (directory-files-and-attributes): Move forward.
18006
18007 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18008
18009         * gnus-agent.el (directory-files-and-attributes):
18010         Optionally defined to support XEmacs.
18011
18012 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18013
18014         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18015         to avoid run-time CL dependencies.
18016         (gnus-agent-unfetch-articles): New function.
18017         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18018         article numbers even when local .overview file is missing.
18019         (gnus-agent-read-article-number): New function.  Only accepts
18020         27-bit article numbers.
18021         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18022         Use gnus-agent-read-article-number.
18023         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18024         from backend while recognizing that article numbers in .overview
18025         must be valid.
18026         (gnus-agent-update-files-total-fetched-for):
18027         Use directory-files-and-attributes to improve performance.
18028         * gnus-int.el (gnus-request-move-article):
18029         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18030         improve performance.
18031
18032         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18033         some users confused by references to .newsrc when they only have a
18034         .newsrc.eld file.
18035         (gnus-convert-mark-converter-prompt)
18036         (gnus-convert-converter-needs-prompt): Fix use of property list.
18037         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18038         New function.  Used internally to only display 'gnus converting
18039         files' message when actually necessary.
18040
18041         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18042         methods now autoloaded.
18043
18044 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18047         identifiers.
18048
18049 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18050
18051         * gnus-picon.el: Fix indentation and closing parenthesis.
18052
18053 2004-09-01  Simon Josefsson  <jas@extundo.com>
18054
18055         * message.el (message-canlock-generate): Require sha1, not
18056         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18057         to require within a function.  Sadly, if sha1.el isn't loaded, the
18058         let binding in m-c-g will hide the defcustom definition, which is
18059         bad.)
18060
18061         * canlock.el: Require sha1, not sha1-el.
18062
18063         * message.el: Don't autoload sha1 (there is a autoload cookie in
18064         sha1.el).
18065
18066         * sha1-el.el: Rename to sha1.el.
18067
18068 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18069
18070         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18071
18072 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18073
18074         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18075
18076 2004-08-30  Kim F. Storm  <storm@cua.dk>
18077
18078         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18079
18080         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18081         Add :group 'nnimap.
18082
18083 2004-08-30  Andreas Schwab  <schwab@suse.de>
18084
18085         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18086         ?* and ?\;.
18087
18088         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18089         and ?\' to symbol instead of whitespace.
18090
18091 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18094
18095         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18096         instead of re-search-forward.
18097
18098         * gnus-uu.el (gnus-uu-save-article): Ditto.
18099         (gnus-uu-post-encode-uuencode): Ditto.
18100
18101         * html2text.el (html2text-clean-list-items): Ditto.
18102         (html2text-clean-dtdd): Ditto.
18103         (html2text-format-tags): Ditto.
18104
18105         * message.el (message-send-mail-with-sendmail): Fix regexp.
18106         (message-fill-field-general): Use search-forward instead of
18107         re-search-forward.
18108         (unbold-region): Ditto.
18109
18110         * nnrss.el (nnrss-request-article): Ditto.
18111
18112         * nnslashdot.el (nnslashdot-request-article): Ditto.
18113
18114         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18115
18116         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18117         "Unrecognized menu descriptor" error in XEmacs.
18118
18119 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18120
18121         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18122         parent article of a sparse article in the thread hashtb.
18123
18124 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18125
18126         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18127         (nnmail-expand-newtext): Lowercase expanded entries if
18128         nnmail-split-lowercase-expanded is non-nil.
18129
18130 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18133
18134         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18135         of gnus-tmp-news-method into string under XEmacs.  It will be
18136         passed to gnus-correct-length which takes only a string argument.
18137
18138 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * gnus-util.el (gnus-bind-print-variables): New macro.
18141         (gnus-prin1): Use it.
18142         (gnus-prin1-to-string): Use it.
18143         (gnus-pp): New function.
18144         (gnus-pp-to-string): New function.
18145
18146         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18147         Replace pp-to-string with gnus-pp-to-string.
18148         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18149         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18150         * gnus-msg.el (gnus-debug): Ditto.
18151         * gnus-score.el (gnus-score-save): Ditto.
18152         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18153         gnus-pp-to-string.
18154         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18155         with gnus-pp.
18156         * score-mode.el (gnus-score-pretty-print): Ditto.
18157         * webmail.el (webmail-debug): Ditto.
18158
18159 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * gnus-art.el (article-display-face, article-display-x-face):
18162         Use buffer-read-only.
18163
18164 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * gnus-art.el (article-hide-list-identifiers):
18167         Bind inhibit-read-only as t.
18168
18169 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18170
18171         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18172
18173 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18174
18175         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18176         (gnus-narrow-to-page): Don't assume point-min == 1.
18177         (gnus-article-edit-mode): Derive from message-mode.
18178
18179         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18180         point-min == 1.
18181
18182         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18183         Disable incorrect use of `assert'.
18184
18185         * message.el (message-mode): Set comment-start-skip.
18186
18187
18188 2004-08-22  Sam Steingold  <sds@gnu.org>
18189
18190         * pop3.el (pop3-leave-mail-on-server): New user variable.
18191         (pop3-movemail): Delete mail only when it is nil.
18192
18193 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18194
18195         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18196
18197         * mml.el (mml-preview): Use `pop-to-buffer'.
18198
18199         * message.el (message-goto-mail-followup-to): Insert after "To".
18200         (message-carefully-insert-headers): Add comment.
18201
18202         * gnus.el: Remove unused variable `gnus-article-check-size'.
18203
18204         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18205
18206         * gnus-art.el (gnus-button-alist):
18207         Improve `gnus-button-handle-library' entry.
18208
18209 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18210
18211         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18212         Use downcase, since XEmacs capitalizes error messages differently.
18213
18214 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18215
18216         * nntp.el: Add (require 'gnus) due to reference to
18217         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18218
18219 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18220
18221         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18222         Bind `mm-fill-flowed'.
18223
18224         * mm-decode.el (mm-dissect-singlepart): Check it.
18225
18226 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18227
18228         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18229         'imap' for netrc parsing.
18230
18231 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18232
18233         * mailcap.el (mailcap-mime-data): Mark as risky.
18234
18235 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18238         may be included in the encoded word.
18239         (rfc2047-encode): Don't append a space if the encoded word
18240         includes close parenthesis.
18241
18242 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18245         of text within parentheses.
18246
18247 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18248
18249         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18250         (gnus-encrypt-write-file-contents): Make the password key the file
18251         name PLUS the cipher, not just the cipher.  Also remove failed
18252         passwords from the cache.
18253
18254 2004-08-06  Simon Josefsson  <jas@extundo.com>
18255
18256         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18257         Doc fix.
18258
18259 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18262         LWSP.
18263
18264 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18265
18266         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18267         Try to append in-reply-to: data to the references: header.
18268
18269         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18270         (netrc-parse): Use gnus-encrypt.el functions.
18271
18272         * gnus-encrypt.el: Add new file for encryption support; currently
18273         does only a few GPG ciphers and an internal XOR cipher.
18274
18275         * password.el: Add comments on using password-read-and-add.
18276         (password-read-and-add): Add function to read and add the
18277         password to the cache at once.
18278
18279 2004-07-28  Simon Josefsson  <jas@extundo.com>
18280
18281         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18282         parameter (but don't use it, for now).
18283
18284         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18285         instead of hard coding to nil.
18286
18287 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18290         as mm-inline-image-xemacs does.
18291
18292 2004-07-26  Simon Josefsson  <jas@extundo.com>
18293
18294         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18295         Revert part of 2004-07-17 change below.
18296
18297 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18300         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18301
18302 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18303
18304         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18305         quotes that actually start with ">" at the beginning of the
18306         lines.
18307
18308 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * rfc2047.el (rfc2047-encode-region): Fix last change.
18311         (rfc2047-encode-parameter): Remove useless concat.
18312
18313 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18316         encode special characters; fix some kind of misconfigured headers;
18317         signal a real error if debug-on-quit or debug-on-error is non-nil.
18318         (rfc2047-encode-max-chars): New variable.
18319         (rfc2047-encode-1): Use it.
18320         (rfc2047-encode-parameter): New function.
18321
18322         * mml.el (mml-insert-parameter): Remove an excessive space.
18323
18324 2004-07-17  Simon Josefsson  <jas@extundo.com>
18325
18326         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18327         Kai Grossjohann <kai@emptydomain.de>.
18328         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18329         (gnus-group-make-menu-bar): Ditto.
18330
18331         * gnus-util.el (gnus-group-server): Add.
18332
18333 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18334
18335         * message.el (message-clone-locals): Clone sendmail and smtp
18336         variables.
18337
18338 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * rfc2047.el (rfc2047-encode-region): Fix last change.
18341
18342 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18345         characters as non-special.
18346
18347 2004-07-09  Simon Josefsson  <jas@extundo.com>
18348
18349         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18350         Users will lose all flag changes made while unplugged with
18351         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18352         good default.  See numerous reports on ding mailing list.
18353
18354 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18357         add generate-head-function and generate-article-function to the
18358         rfc822-forward entry.
18359         (nndoc-rfc822-forward-generate-article): New function.
18360         (nndoc-rfc822-forward-generate-head): New function.
18361
18362         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18363
18364 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18365
18366         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18367         respect display group parameter and gnus-summary-expunge-below.
18368         (gnus-articles-to-read): Remove unused reference to display group
18369         parameter.
18370
18371 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18372
18373         * nnheader.el (nnheader-uniquify-message-id): New experimental
18374         variable.
18375         (nnheader-nov-read-message-id): Use it.
18376
18377         * spam-report.el (spam-report-gmane): Add interactive.
18378
18379 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * mm-encode.el (mm-content-transfer-encoding-defaults):
18382         Use qp-or-base64 for the application/* types.
18383
18384 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18385
18386         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18387
18388 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18389
18390         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18391         trim value.
18392
18393 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18394
18395         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18396         New macro and function.
18397         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18398
18399 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18402         after-load-alist.
18403
18404 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18405
18406         * gnus-group.el (gnus-group-get-new-news-this-group):
18407         Don't update info that isn't there.
18408
18409 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18410
18411         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18412         entry.
18413
18414 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * mm-view.el (mm-inline-render-with-function): Use multibyte
18417         buffer; decode html source by charset.
18418
18419         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18420
18421         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18422         Mule-UCS is loaded under XEmacs.
18423         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18424
18425 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18426
18427         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18428
18429 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18430
18431         * mm-util.el (mm-coding-system-p): Return a coding-system.
18432         (mm-mime-mule-charset-alist): Use shift_jis instead of
18433         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18434         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18435         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18436         instead of japanese-shift-jis and iso-latin-1 respectively in
18437         order to share the default value with both Emacs and XEmacs-mule.
18438         (mm-mule-charset-to-mime-charset):
18439         Make mm-coding-system-priorities effective.
18440         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18441         while predicating of candidates upon the priorities.
18442
18443 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18444
18445         * gnus-sum.el (gnus-summary-make-menu-bar):
18446         Add gnus-uu-invert-processable.
18447
18448         * gnus.el: Autoload gnus-uu-invert-processable.
18449
18450 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * mm-util.el (mm-with-multibyte-buffer): New macro.
18453
18454         * rfc2047.el (rfc2047-encode-string): Use it.
18455         (rfc2047-encode-region): Move point to the end of the region after
18456         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18457
18458 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18461         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18462
18463 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18466         (gnus-cite-parse): Ignore quoted envelope From_.
18467         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18468
18469 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18470
18471         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18472         invalid addresses.
18473
18474 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18475
18476         * spam.el: Change section markers, revise TODO list.
18477         (spam-backends): Make new master list of all installed backends.
18478         (spam-summary-exit-behavior): Add new variable to determine how
18479         messages moves are done at summary exit.
18480         (spam-move-spam-nonspam-groups-only)
18481         (spam-process-ham-in-nonham-groups)
18482         (spam-process-ham-in-spam-groups): Remove variables, the
18483         spam-summary-exit-behavior variable should be used to manage this
18484         behavior.
18485         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18486         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18487         and spam-old-spam-articles.
18488         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18489         Add empty variables, placeholders for the backends they represent.
18490         (spam-set-difference): Move, unchanged.
18491         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18492         unless the user has a processor variable.
18493         (spam-classifications, spam-classification-valid-p)
18494         (spam-backend-properties, spam-backend-property-valid-p)
18495         (spam-backend-function-type-valid-p)
18496         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18497         (spam-report-articles-gmane, spam-report-articles-resend):
18498         Remove functions, they are not needed.
18499         (spam-install-backend-super, spam-backend-list)
18500         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18501         (spam-backend-function, spam-backend-ham-registration-function)
18502         (spam-backend-spam-registration-function)
18503         (spam-backend-ham-unregistration-function)
18504         (spam-backend-spam-unregistration-function)
18505         (spam-backend-statistical-p, spam-backend-mover-p)
18506         (spam-install-backend-alias, spam-install-checkonly-backend)
18507         (spam-install-mover-backend, spam-install-nocheck-backend)
18508         (spam-install-backend, spam-install-statistical-backend)
18509         (spam-install-statistical-checkonly-backend): Add backend installation
18510         support.
18511         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18512         (spam-group-processor-p): Use the new backend code and respect the
18513         summary exit behavior.
18514         (spam-mark-spam-as-expired-and-move-routine): Remove.
18515         (spam-summary-prepare): Change to use the new spam-old-articles
18516         variable.
18517         (spam-copy-or-move-routine, spam-copy-spam-routine)
18518         (spam-move-spam-routine, spam-copy-ham-routine)
18519         (spam-move-ham-routine): Add code to copy/move ham or spam.
18520         (spam-fetch-field-fast): Improve doc and code, plus allow the
18521         'number request.
18522         (spam-list-of-checks, spam-list-of-statistical-checks):
18523         Remove variables.
18524         (spam-split, spam-find-spam): Use the new backend code.
18525         (spam-registration-functions): Remove variable.
18526         (spam-unregister-routine): Add convenience wrapper.
18527         (spam-log-undo-registration, spam-register-routine)
18528         (spam-log-processing-to-registry)
18529         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18530         where possible.
18531         (spam-check-gmane-xref, spam-check-regex-headers)
18532         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18533         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18534         (spam-check-bogofilter-headers, spam-check-spamoracle)
18535         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18536         (spam-check-crm114-headers): Use the spam-split-group that
18537         spam-split prepares, no need to determine it every time.
18538
18539         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18540         to the nnheader-parse-naked-head call.
18541
18542         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18543
18544         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18545         the nnheader-nov-read-message-id call.
18546
18547 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18548
18549         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18550         gnus-activate-group twice.  Suggested by Markus Peter
18551         <warp@spin.de>.
18552
18553 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * gnus-art.el (gnus-article-time-format): Exchange the order of
18556         day and month in the default value; fix customization type.
18557         (article-date-ut): Use add-text-properties.
18558         (article-make-date-line): Use message-make-date instead of
18559         current-time-string.
18560
18561         * message.el (message-fetch-field): Don't use set-text-properties.
18562         (message-make-date): Simplify.
18563
18564         * messagexmas.el (message-xmas-make-date): New function.
18565         (message-xmas-redefine): Defalias message-make-date to it.
18566
18567 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18570         (rfc2047-encode-region): Treat text within parentheses as special;
18571         show the original text when error has occurred.
18572
18573         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18574         already-computed method to gnus-activate-group.
18575
18576         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18577         same select-methods identical Lisp objects.
18578
18579         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18580         object when modifying the info.
18581
18582 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18583
18584         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18585         gnus-opened-servers since it has never been opened with the new
18586         configuration yet.
18587
18588 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18591         arg to nnheader-generate-fake-message-id.
18592
18593 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18594
18595         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18596         number and build a fake message ID localized to a group and
18597         article number (so it's repeatable from that point on).
18598         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18599         ID format.
18600
18601         * gnus-sum.el (gnus-get-newsgroup-headers):
18602         Call nnheader-generate-fake-message-id with the article number.
18603
18604 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18605
18606         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18607         end-of-buffer.
18608
18609 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18610
18611         * message.el (message-ignored-supersedes-headers): Add Approved.
18612
18613 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18616         goto-char.
18617         (rfc2047-encode): Fold the line before encoding.
18618
18619 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620
18621         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18622         folding -- not all headers can be folded, and this should be done
18623         by the message composition mode.  Probably.  I think.
18624
18625 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18628         fast.
18629
18630         * gnus-ems.el (gnus-remove-image): Don't use
18631         message-text-with-property; remove only the image found first.
18632
18633         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18634         found first.
18635
18636 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18637
18638         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18639
18640 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * message.el (message-text-with-property): Make it fast and accept
18643         optional arguments.
18644         (message-strip-forbidden-properties): Use it.
18645         (message-fix-before-sending): Follow the m-t-w-p change.
18646
18647         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18648
18649 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * gnus-art.el (article-hide-headers): Don't change the buffer
18652         mistakenly when performing mml-preview even if
18653         gnus-single-article-buffer is nil.
18654
18655 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18656
18657         * message.el (message-expand-name-databases): New user option.
18658         (message-expand-name): Use it.
18659
18660 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18661
18662         * spam.el (spam-report-articles-resend)
18663         (spam-report-resend-register-routine): Allow ham reporting.
18664         (spam-report-resend-register-ham-routine): Add wrapper.
18665         (spam-registration-functions): Add ham resending functions.
18666         (spam-list-of-processors): Add ham resend processor.
18667
18668         * gnus.el (ham-resend-to): Add new group parameter.
18669         (spam-process): Add ham resend option.
18670
18671         * spam-report.el (spam-report-resend): Allow reporting ham.
18672         (spam-report-resend-ham): Add wrapper.
18673
18674 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18675
18676         * message.el (message-cite-articles-with-x-no-archive):
18677         New variable.
18678         (message-cite-original): Use it.
18679
18680 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18681
18682         * message.el (message-cite-original): Respect X-No-Archive.
18683
18684 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * gnus-art.el (article-hide-headers): Refer to the values for
18687         gnus-ignored-headers and gnus-visible-headers in the summary
18688         buffer since a user may have set them as group parameters.
18689
18690 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18691
18692         * assistant.el (assistant-node-name): Add convenience function.
18693         (assistant-render-text, assistant-render-node): Add error handling,
18694         plus handle multiple next nodes.
18695         (assistant-find-next-node): Comment out for now.
18696         (assistant-find-next-nodes): Add function, returns list of next
18697         nodes.
18698
18699 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18700
18701         * mail-source.el (mail-source-directory): Fix doc-string.
18702
18703 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18704
18705         * assistant.el (assistant-render-text, assistant-eval): Add :set
18706         widget type, which is different because it takes and returns a
18707         list.  Much hilarity ensues.
18708
18709 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18710
18711         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18712
18713         * gnus-group.el (gnus-group-get-new-news-this-group):
18714         Add doc-string.
18715
18716         * gnus-start.el (gnus-activate-group): Add doc-string.
18717
18718 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18721
18722 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18723
18724         * assistant.el (assistant-render-text): Try to add a :set
18725         widget, more to come.
18726
18727         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18728         strings.
18729         (spam-report-articles-resend)
18730         (spam-register-routine): Do registration iff any articles warrant
18731         it.
18732         (spam-summary-prepare-exit): Change log message for nil group
18733         destinations.
18734
18735 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18736
18737         * spam.el (spam-report-resend-register-routine):
18738         Allow spam-report-resend-to to be a group parameter or a global value.
18739
18740 2004-05-26  Simon Josefsson  <jas@extundo.com>
18741
18742         * starttls.el: Merge with my GNUTLS based starttls.el.
18743         (starttls-gnutls-program, starttls-use-gnutls)
18744         (starttls-extra-arguments, starttls-process-connection-type)
18745         (starttls-connect, starttls-failure, starttls-success):
18746         New variables.
18747         (starttls-program, starttls-extra-args): Doc fix.
18748         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18749         New functions.
18750         (starttls-negotiate, starttls-open-stream):
18751         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18752         function if it is set.
18753
18754 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18757         structured fields.
18758
18759 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18762
18763 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18764
18765         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18766         Add variable.
18767         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18768         assigning the spam-mark to new messages.
18769
18770 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18771
18772         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18773
18774 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18777
18778         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18779         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18780         default.
18781
18782 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18783
18784         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18785         correct data.
18786
18787 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18788
18789         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18790         (spam-group-processor-p): Fix function.
18791         (spam-group-processor-multiple-p)
18792         (spam-group-spam-processor-report-gmane-p)
18793         (spam-group-spam-processor-report-resend-p)
18794         (spam-group-spam-processor-bogofilter-p)
18795         (spam-group-spam-processor-blacklist-p)
18796         (spam-group-spam-processor-ifile-p)
18797         (spam-group-ham-processor-ifile-p)
18798         (spam-group-spam-processor-spamoracle-p)
18799         (spam-group-spam-processor-crm114-p)
18800         (spam-group-ham-processor-bogofilter-p)
18801         (spam-group-spam-processor-stat-p)
18802         (spam-group-ham-processor-stat-p)
18803         (spam-group-ham-processor-whitelist-p)
18804         (spam-group-ham-processor-BBDB-p)
18805         (spam-group-ham-processor-spamoracle-p)
18806         (spam-group-ham-processor-copy-p): Remove functions with some
18807         prejudice against unneeded code.
18808         (spam-report-articles-resend)
18809         (spam-report-resend-register-routine): Allow the group/topic
18810         spam-resend-to value to override spam-report-resend-to.
18811         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18812         properly now.
18813
18814         * gnus.el (spam-resend-to): Add group/topic parameter.
18815         (spam-process): Move the OBSOLETE processors to the end of the
18816         choices.
18817
18818 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18819
18820         * spam-report.el (spam-report-resend-to, spam-report-resend):
18821         Start with resend-to set to nil, and then ask the user if necessary.
18822         (spam-report-resend): spam-report-resend takes a list of articles, not
18823         separate article numbers.
18824
18825 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18826
18827         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18828         addition to emacs-w3m.
18829
18830 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18831
18832         * assistant.el (assistant-authinfo-data): New function.
18833         (assistant-eval): Eval for entire assistant.
18834
18835         * netrc.el (netrc-services-file): New variable.
18836         (netrc-parse-services): New function.
18837         (netrc-find-service-name): New function.
18838         (netrc-find-service-number): New function.
18839         (netrc-port-equal): New function.
18840         (netrc-machine): Use it.
18841
18842         * nnimap.el (nnimap-open-connection): Use netrc.
18843
18844         * gnus-util.el (gnus-netrc-get): Remove aliases.
18845
18846         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18847
18848         * assistant.el (wid-edit): Fix compilation.
18849
18850         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18851
18852 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18853
18854         * gnus-util.el (gnus-set-file-modes): New function.  (small
18855         patch).
18856
18857 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18858
18859         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18860
18861         * assistant.el (assistant-render-node): Fix up rendering and
18862         read-only text.
18863         (assistant-render-node): Reset.
18864         (assistant-make-read-only): Not sticky.
18865
18866 2004-05-20  Danny Siu  <dsiu@adobe.com>
18867
18868         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18869         centered even when gnus-auto-center-summary is t.
18870
18871 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18872
18873         * dns.el (dns-get-txt-answer): New function.
18874         (dns-read-txt): Ditto.
18875         (query-dns): Use it.
18876
18877 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18880         active for foreign groups even if the group level is higher than
18881         the specified value.
18882
18883 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18884
18885         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18886         non-active groups.
18887
18888         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18889
18890 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18891
18892         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18893
18894 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18895
18896         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18897         (spam-crm114-header, spam-crm114-spam-switch)
18898         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18899         (spam-crm114-positive-spam-header)
18900         (spam-crm114-database-directory, spam-list-of-processors)
18901         (spam-group-spam-processor-crm114-p)
18902         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18903         (spam-generic-score, spam-list-of-checks)
18904         (spam-list-of-statistical-checks, spam-registration-functions)
18905         (spam-check-crm114-headers, spam-crm114-score)
18906         (spam-check-crm114, spam-crm114-register-with-crm114)
18907         (spam-crm114-register-spam-routine)
18908         (spam-crm114-unregister-spam-routine)
18909         (spam-crm114-register-ham-routine)
18910         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18911         From asjo@koldfront.dk (Adam Sjøgren).
18912
18913         * gnus.el: Add spam-use-crm114.
18914
18915         * spam.el (spam-list-of-processors, spam-registration-functions):
18916         Add spam-use-resend.
18917         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18918         (spam-report-articles-gmane): Add doc fix.
18919         (spam-report-articles-resend, spam-report-resend-register-routine):
18920         Add wrappers around spam-report-resend-to.
18921
18922         * spam-report.el (spam-report-resend-to, spam-report-resend):
18923         Add support for resending spam.
18924         (spam-report-gmane): Fix line length >80.
18925
18926         * gnus.el (spam-process): Add spam-use-resend.
18927
18928 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18929
18930         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18931         number of processed spam messages.
18932         (spam-ham-copy-or-move-routine): Return the number of processed
18933         ham messages.
18934         (spam-summary-prepare-exit): Use the above values to decide
18935         whether status messages shouled be displayed.
18936
18937 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18940         `rfc2047-encoding-function-alist' in order to avoid conflicting
18941         with the old version.
18942         (rfc2047-encode-region): Concatenate words containing non-ASCII
18943         characters in structured fields; don't encode space-delimited
18944         ASCII words even in unstructured fields; don't break words at
18945         char-category boundaries.
18946         (rfc2047-encode-1): New function.
18947         (rfc2047-encode): Use it; encode text so that it occupies the
18948         maximum width within 76-column; work correctly on Q encoding for
18949         iso-2022-* charsets.
18950         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18951         sure not to break a line just after the header name.
18952         (rfc2047-b-encode-region): Remove.
18953         (rfc2047-b-encode-string): New function.
18954         (rfc2047-q-encode-region): Remove.
18955         (rfc2047-q-encode-string): New function.
18956
18957         * mm-util.el (mm-replace-in-string): New function.
18958
18959 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18960
18961         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18962         Really get it right.
18963         (gnus-inews-make-draft): Really.
18964
18965 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18966
18967         * nnmh.el (nnmh-request-list-1): Don't check the link count
18968         before descending.  (small patch)
18969
18970 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18971
18972         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18973         stuff.
18974
18975         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18976         Match on real group name.
18977
18978         * gnus-art.el (gnus-signature-limit): Doc fix.
18979
18980         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18981
18982         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18983
18984 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18985
18986         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18987         isn't a string.
18988
18989 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18990
18991         * gnus-draft.el (gnus-draft-send):
18992         Bind rfc2047-encode-encoded-words.
18993
18994         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18995         (rfc2047-encodable-p): Say that =? needs encoding.
18996         (rfc2047-encode-encoded-words): New variable.
18997
18998         * gnus-group.el (gnus-group-select-group): Doc fix.
18999
19000         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19001
19002         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19003         to nil.
19004
19005         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19006
19007         * nnheader.el (nnheader-get-lines-and-char): New function.
19008
19009 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * gnus-msg.el (gnus-summary-followup-with-original):
19012         Document yanking of region when active.
19013
19014 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19015
19016         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19017         groups if the group level is higher than the specified value.
19018
19019 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19022         (gnus-group-jump-to-group): Add prefix argument using
19023         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19024         non-active group.
19025
19026         * compface.el (uncompface): Be verbose when changing
19027         `uncompface-use-external'.
19028
19029         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19030         handle manual section.
19031
19032 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19033
19034         * gnus-art.el (gnus-button-alist): Revert previous change.
19035
19036 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19037
19038         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19039
19040 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19041
19042         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19043         whether backend can accept message.
19044
19045         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19046
19047 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19048
19049         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19050         Avoid creating directory when nntp-marks-is-evil is true.
19051         Reported by Reiner Steib.
19052
19053 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19054
19055         * gnus-picon.el (gnus-picon-style): New variable.
19056         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19057         (gnus-picon-transform-address): Support `gnus-picon-style'.
19058         From Jesper Harder <harder@ifa.au.dk>.
19059
19060 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19061
19062         * message.el (message-fill-field): Return point.
19063         (message-generate-headers): Go to end of field.
19064
19065         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19066         stuff for non-living groups.
19067
19068 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19069
19070         * gnus-art.el (gnus-article-followup-with-original)
19071         (gnus-article-reply-with-original): gnus-mark-active-p ->
19072         gnus-region-active-p.
19073
19074 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19075
19076         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19077         only when there is spam or ham to be processed.
19078
19079 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19080
19081         * mail-source.el (mail-source-delete-crash-box): Refactor.
19082         (mail-source-fetch): Use it.
19083         (mail-source-fetch-file): Ditto.
19084         (mail-source-fetch-directory): Run postscript in loop.
19085         (mail-source-fetch-pop): Delete.
19086         (mail-source-fetch-maildir): Ditto.
19087         (mail-source-fetch-imap): Ditto.
19088
19089         * imap.el (imap-authenticators): Comment out sasl.
19090
19091         * message.el (message-skip-to-next-address): New function.
19092         (message-fill-header-address): Refactor.
19093         (message-fill-address): Use it.
19094         (message-delete-address): Use it.
19095         (message-fill-header-general): Refactor.
19096         (message-fill-field-address): Rename.
19097         (message-narrow-to-field): Find the start of the header.
19098         (message-header-format-alist): Don't pre-fill.
19099         (message-fill-header): Remove.
19100         (message-insert-header): New function.
19101         (message-shorten-references): Use it.
19102
19103         * rfc2047.el (rfc2047-field-value): Strip props.
19104
19105         * mail-parse.el (mail-header-make-address): New alias.
19106
19107         * ietf-drums.el (ietf-drums-make-address): New function.
19108
19109         * imap.el: Add compiler directives.
19110
19111         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19112
19113         * gnus-art.el (article-decode-idna-rhs): Don't use
19114         message-idna-inside-rhs-p.
19115
19116 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19117
19118         * message.el (message-idna-inside-rhs-p): Remove.
19119         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19120
19121         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19122         false positives.
19123
19124 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19125
19126         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19127
19128 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19129
19130         * nneething.el (nneething-file-name): Don't create spurious
19131         files.
19132
19133         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19134         (gnus-inews-do-gcc): Remove sleep.
19135
19136         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19137         part under point.
19138
19139         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19140         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19141
19142 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19143
19144         * spam.el (spam-summary-prepare-exit): Fix (length).
19145
19146 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19147
19148         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19149         as expired without moving it" message when there are spam
19150         messages left.
19151
19152 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19153
19154         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19155         header is not nil.
19156
19157 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19158
19159         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19160         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19161         (nntp-marks-changed-p): New arg SERVER.
19162         (nntp-request-update-info): Adjust caller.
19163
19164 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19165
19166         * nntp.el (nntp-save-marks): Pass missing arg.
19167
19168 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19169
19170         * nntp.el: Support marks.
19171         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19172         (nntp-marks-modtime, nntp-marks-directory): New variables.
19173         (nntp-request-set-mark, nntp-request-update-info)
19174         (nntp-possibly-create-directory, nntp-marks-changed-p)
19175         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19176         New functions.
19177
19178 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19179
19180         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19181         (gnus-xmas-redefine): Rename.
19182
19183         * gnus-score.el (gnus-score-insert-help):
19184         Use gnus-select-lowest-window.
19185
19186         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19187         appt-select-lowest-window and rename to gnus-select-lowest-window.
19188
19189         * gnus.el: do.
19190
19191 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19192
19193         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19194         encodings of MIME-encoded words, in order to improve
19195         interoperability with several broken MUAs.
19196
19197 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19198
19199         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19200         tags, only when charsets are not specified in headers.
19201         (mm-inline-text-html-render-with-w3m): Ditto.
19202
19203         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19204         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19205
19206 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19207
19208         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19209         instead of MIME-decoded from fields when checking
19210         `gnus-article-address-banner-alist'.
19211
19212 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19213
19214         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19215         description rather than subject.
19216
19217 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19218
19219         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19220
19221 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19222
19223         * gnus.el (gnus-version-number): Bump.
19224
19225 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19226
19227         * gnus.el: No Gnus v0.2 is released.
19228
19229 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19230
19231         * gnus-agent.el (gnus-agent-read-agentview):
19232         Inline gnus-uncompress-range.
19233
19234 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19235
19236         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19237         `exec-installed-p'.
19238
19239 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19240
19241         * gnus.el (spam-process, spam-autodetect-methods):
19242         Add bsfilter and bsfilter-headers.
19243
19244         * spam.el (spam-bsfilter): New customize group.
19245         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19246         (spam-bsfilter-header, spam-bsfilter-probability-header)
19247         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19248         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19249         (spam-bsfilter-database-directory): New options.
19250         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19251         (spam-list-of-statistical-checks, spam-registration-functions):
19252         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19253         (spam-bsfilter-score): New command.
19254         (spam-check-bsfilter-headers, spam-check-bsfilter)
19255         (spam-bsfilter-register-with-bsfilter)
19256         (spam-bsfilter-register-spam-routine)
19257         (spam-bsfilter-unregister-spam-routine)
19258         (spam-bsfilter-register-ham-routine)
19259         (spam-bsfilter-unregister-ham-routine): New functions.
19260         (spam-generic-score): Support bsfilter; Accept an optional argument
19261         to recalcurate spam score even if scoring header has already been
19262         added.
19263         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19264         optional argument to recalcurate spam score even if scoring header
19265         has already been added.
19266
19267 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19268
19269         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19270         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19271         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19272         link is missing.
19273
19274 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19275
19276         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19277         (html2text-get-attr): Rewrite.
19278
19279         * message.el (message-setup-1): Remove redundant put-text-property
19280         on mail-header-separator.
19281
19282 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19283
19284         * gnus-registry.el (gnus-registry-cache-whitespace)
19285         (gnus-registry-action, gnus-registry-spool-action)
19286         (gnus-registry-split-fancy-with-parent): Change message levels
19287         from 5 to 3 or 7, as needed.
19288
19289         * spam.el (spam-summary-prepare-exit)
19290         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19291         (spam-split, spam-find-spam, spam-log-undo-registration)
19292         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19293         level from 5 to 6.
19294
19295 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19298         2004-03-04 change).
19299
19300 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19301
19302         * sieve-manage.el (sieve-manage-open):
19303         * nnweb.el (nnweb-insert-html):
19304         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19305         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19306         * nnspool.el (nnspool-request-group):
19307         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19308         * nnml.el (nnml-request-update-info):
19309         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19310         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19311         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19312         (nnimap-request-set-mark):
19313         * nnfolder.el (nnfolder-request-update-info):
19314         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19315         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19316         * gnus-uu.el (gnus-uu-find-articles-matching):
19317         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19318         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19319         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19320         * gnus-nocem.el (gnus-nocem-scan-groups):
19321         * gnus-int.el (gnus-start-news-server):
19322         * gnus-group.el (gnus-group-make-kiboze-group)
19323         (gnus-group-browse-foreign-server):
19324         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19325         Use mapc when appropriate.
19326
19327 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19328
19329         FIXME: Make separate entries for each person.
19330
19331         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19332         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19333         <shields@msrl.com>:
19334
19335         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19336         may need for spam sorting and scoring.
19337         (spam-user-format-function-S): Add user format function suitable for
19338         general use.
19339         (spam-article-sort-by-spam-status): Add sorting function for summary
19340         sorting.
19341         (spam-extra-header-to-number): Add function to get a score from a
19342         header.
19343         (spam-summary-score): Add function to get a numeric score from the
19344         headers.
19345         (spam-generic-score): Fix function doc, was in wrong place.
19346         (spam-initialize): Take symbols when it's run, and install the
19347         extra headers that spam-necessary-extra-headers thinks we need.
19348
19349 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19350
19351         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19352         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19353
19354 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19355
19356         * gnus-sum.el (gnus-set-global-variables)
19357         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19358         (gnus-article-get-xrefs, gnus-summary-best-group)
19359         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19360         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19361         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19362         Use with-current-buffer.
19363
19364 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19365
19366         * spam.el (spam-summary-prepare-exit): Simplify logic.
19367         (spam-fetch-article-header): Read the article header if it's not
19368         available.
19369         (spam-list-articles): Simplify logic.
19370         (spam-filelist-register-routine): Fix bug with unregister-list.
19371
19372         * gnus-registry.el: Fix comments at beginning.
19373
19374 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19375
19376         * message.el (message-cater-to-broken-inn): Remove.
19377         (message-shorten-references): Make sure the total folded length of
19378         References is shorter than 998 characters to cater to a bug in INN
19379         2.3.  Also, don't pretend that references aren't folded -- this
19380         hasn't worked for a while.
19381
19382 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19383
19384         * gnus-agent.el (gnus-agentize):
19385         gnus-agent-send-mail-real-function no longer set to current value
19386         of message-send-mail-function but rather a lambda that calls
19387         message-send-mail-function.  The change makes the agent real-time
19388         responsive to user changes to message-send-mail-function.
19389
19390 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19391
19392         * legacy-gnus-agent.el
19393         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19394         help from Florian Weimer <fw@deneb.enyo.de>
19395
19396 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * nnmail.el (nnmail-cache-insert): Revert last change.
19399
19400 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * nnmail.el (nnmail-cache-insert): Always check whether
19403         nnmail-cache-ignore-groups matches a group name.
19404
19405 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19406
19407         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19408         (spam-find-spam, spam-log-processing-to-registry)
19409         (spam-log-registered-p, spam-log-unregistration-needed-p)
19410         (spam-log-undo-registration): Use gnus-message instead of
19411         gnus-error, none of these errors are fatal.
19412
19413         * gnus-registry.el (gnus-registry-clean-empty-function)
19414         (gnus-registry-clean-empty): Remove only empty entries without
19415         extra data.
19416
19417 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19418
19419         * spam-stat.el (spam-stat-buffer-change-to-spam)
19420         (spam-stat-buffer-change-to-non-spam): Change (error) to
19421         (gnus-message 8) invocation.
19422
19423 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19424
19425         * nntp.el (nntp-via-netcat-command): New variable.
19426         (nntp-via-netcat-switches): New variable.
19427         (nntp-open-via-rlogin-and-netcat): New function.
19428         (nntp-open-connection-function): Doc fix.
19429         (nntp-telnet-command): Doc fix.
19430         (nntp-end-of-line): Doc fix.
19431         (nntp-via-rlogin-command): Doc fix.
19432         (nntp-via-user-name): Doc fix.
19433         (nntp-via-address): Doc fix.
19434
19435 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19436
19437         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19438         error in Emacs 21.1.
19439
19440 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19441
19442         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19443
19444 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19445
19446         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19447         (gnus-agent-with-refreshed-group): New macro.
19448         (gnus-agent-rename-group): New function.
19449         (gnus-agent-delete-group): New function.
19450         (gnus-agent-save-group-info): Use gnus-command-method when
19451         `method' parameter is nil.  Don't write nil entries into the
19452         active file.
19453         (gnus-agent-get-group-info): New function.
19454         (gnus-agent-fetch-articles):
19455         Use gnus-agent-update-files-total-fetched-for to increment disk space
19456         used.
19457         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19458         Use gnus-agent-update-view-total-fetched-for to increment disk space
19459         used.
19460         (gnus-agent-get-local): Add optional parameters to avoid calling
19461         gnus-group-real-name and gnus-find-method-for-group.
19462         (gnus-agent-set-local): Delete stored entry if either min, or max,
19463         are nil.
19464         (gnus-agent-fetch-session): Reworded error/quit messages.
19465         On quit, use gnus-agent-regenerate-group to record existance of any
19466         articles fetched to disk before the quit occurred.
19467         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19468         gnus-agent-update-view-total-fetched-for, and
19469         gnus-agent-update-files-total-fetched-for to decrement disk space
19470         used.
19471         (gnus-agent-retrieve-headers):
19472         Use gnus-agent-update-view-total-fetched-for to increment disk space
19473         used.
19474         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19475         with gnus-agent-update-files-total-fetched-for to decrement disk
19476         space and fresh group buffer.
19477         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19478         (gnus-agent-need-update-total-fetched-for): New variable.
19479         (gnus-agent-update-files-total-fetched-for): New function.
19480         (gnus-agent-update-view-total-fetched-for): New function.
19481         (gnus-agent-total-fetched-for): New function.
19482
19483         * gnus-cache.el (gnus-cache-save-buffers):
19484         Use gnus-cache-update-overview-total-fetched-for to change disk space
19485         used by this group.
19486         (gnus-cache-possibly-enter-article):
19487         Use gnus-cache-update-file-total-fetched-for to increment disk space
19488         used by this group.
19489         (gnus-cache-possibly-remove-article):
19490         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19491         used by this group.
19492         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19493         (gnus-cache-rename-group): New function.
19494         (gnus-cache-delete-group): New function.
19495         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19496         (gnus-cache-need-update-total-fetched-for): New variable.
19497         (gnus-cache-with-refreshed-group): New macro.
19498         (gnus-cache-update-file-total-fetched-for): New function.
19499         (gnus-cache-update-overview-total-fetched-for): New function.
19500         (gnus-cache-rename-group-total-fetched-for): New function.
19501         (gnus-cache-delete-group-total-fetched-for): New function.
19502         (gnus-cache-total-fetched-for): New function.
19503
19504         * gnus-group.el: Require gnus-sum and autoload functions to
19505         resolve warnings when gnus-group.el compiled alone.
19506         (gnus-group-line-format): Documented new %F.
19507         (size of Fetched data) group line format; identifies disk space
19508         used by agent and cache.
19509         (gnus-group-line-format-alist): Defined new F format.
19510         (gnus-total-fetched-for): New function.
19511         (gnus-group-delete-group): No longer update
19512         gnus-cache-active-altered as gnus-request-delete-group now keeps
19513         the cache in sync.
19514         (gnus-group-list-active): Let the agent store a server's active
19515         list if currently plugged.
19516
19517         * gnus-int.el (gnus-request-delete-group):
19518         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19519         local disk in sync with the server.
19520         (gnus-request-rename-group):
19521         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19522         local disk in sync with the server.
19523
19524         * gnus-start.el (gnus-get-unread-articles):
19525         Cosmetic simplification to logic.
19526
19527         * gnus-util.el (gnus-rename-file): New function.
19528
19529 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19530
19531         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19532
19533 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19534
19535         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19536         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19537
19538 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19539
19540         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19541         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19542
19543 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19544
19545         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19546
19547 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19548
19549         * spam.el (spam-set-difference): Add function to replace
19550         gnus-set-difference in spam.el.
19551         (spam-summary-prepare-exit): Use spam-set-difference.
19552
19553 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19554
19555         * gnus-registry.el (gnus-registry-cache-file): Update to use
19556         gnus-dribble-directory OR gnus-home-directory OR ~.
19557         (gnus-registry-split-fancy-with-parent): Fix doc.
19558
19559 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * message.el (message-exchange-point-and-mark):
19562         Use message-mark-active-p.  Suggested by Jesper Harder
19563         <harder@ifa.au.dk>.
19564
19565 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * message.el (message-exchange-point-and-mark): Don't activate
19568         region if it was inactive.  Suggested by Hiroshi Fujishima
19569         <pooh@nature.tsukuba.ac.jp>.
19570
19571 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * gnus-art.el (article-display-face): Display Faces in the same
19574         order as X-Faces.
19575
19576 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19577
19578         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19579
19580 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19581
19582         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19583         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19584         (gnus-article-mime-hierarchy): Remove.
19585         (gnus-article-mime-hierarchy-next): Remove.
19586         (gnus-article-mode): Revert 2004-03-19 change.
19587         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19588         (gnus-insert-mime-button): Revert 2004-03-19 change.
19589         (gnus-mime-accumulate-hierarchy): Remove.
19590         (gnus-mime-enter-multipart): Remove.
19591         (gnus-mime-leave-multipart): Remove.
19592         (gnus-mime-display-part): Revert 2004-03-19 change.
19593         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19594
19595         * mml.el (mml-preview): Revert 2004-03-19 change.
19596
19597 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19598
19599         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19600
19601 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19604         t while entering a file name using the mm-with-multibyte macro.
19605         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19606
19607         * mm-util.el (mm-with-multibyte): New macro.
19608
19609 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19610
19611         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19612         New user option.
19613         (gnus-mime-multipart-functions): Doc and customization fix.
19614         (gnus-article-mime-hierarchy): New variable.
19615         (gnus-article-mime-hierarchy-next): New variable.
19616         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19617         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19618         gnus-article-mime-hierarchy-next to nil.
19619         (gnus-insert-mime-button): Show hierarchy numbers.
19620         (gnus-mime-accumulate-hierarchy): New function.
19621         (gnus-mime-enter-multipart): New function.
19622         (gnus-mime-leave-multipart): New function.
19623         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19624         (gnus-mime-display-alternative): Show hierarchy numbers.
19625
19626         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19627         gnus-article-mime-hierarchy-next to nil.
19628
19629 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19630
19631         * dns.el: Don't require gnus-xmas.
19632
19633 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19634
19635         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19636         inline PGP.
19637         (mml-menu): Disable mml-quote-region if mark is inactive.
19638
19639 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19640
19641         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19642         when the group's active is not available.
19643
19644 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19645
19646         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19647         error.
19648
19649 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19650
19651         * imap.el (imap-store-password): New variable.
19652         (imap-interactive-login): Use it.
19653         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19654
19655 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19658         window-start and hscroll to summary window.
19659
19660 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19661
19662         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19663         conversion message to newsrc-dribble when an actual conversion is
19664         performed.
19665
19666 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19667
19668         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19669
19670 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * mm-decode.el (mm-complicated-handles): New function reviving
19673         former definition of mm-multiple-handles.
19674
19675         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19676         (gnus-mime-delete-part): Use it.
19677
19678 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19679
19680         * gnus-agent.el (gnus-agent-read-local):
19681         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19682         avoid the implicit assumption that they will always be equal.
19683         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19684         coding-system-for-write, as the with-temp-file macro first prints
19685         to a buffer then saves the buffer.
19686
19687 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * gnus-art.el (gnus-article-edit-part): New function.
19690         (gnus-mime-save-part-and-strip): Use it; do query instead of
19691         signaling an error; don't use mm-multiple-handles.
19692         (gnus-mime-delete-part): Ditto.
19693
19694 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19695
19696         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19697         old file versions.
19698         (gnus-group-prepare-hook): Remove function that converted list
19699         form of gnus-agent-expire-days to group properties.
19700
19701         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19702         (gnus-request-accept-article): Re-indented.
19703
19704         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19705         converters to handle old agent file formats.  Add logic for a
19706         "backup before upgrading warning".
19707         (gnus-convert-mark-converter-prompt): Developers can mark
19708         functions as needing (default), or not needing,
19709         gnus-convert-old-newsrc's "backup before upgrading warning".
19710         (gnus-convert-converter-needs-prompt): Tests whether the user
19711         should be protected from potentially irreversable changes by the
19712         function.
19713
19714         * legacy-gnus-agent.el: New.  Provides converters that are only
19715         loaded when gnus-convert-old-newsrc needs to call them.
19716
19717 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * mail-source.el (mail-source-touch-pop): Doc fix.
19720
19721         * message.el (message-smtpmail-send-it): Doc fix.
19722
19723 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19724
19725         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19726
19727         * nnmail.el (nnmail-split-fancy): do.
19728
19729         * gnus-kill.el (gnus-kill, gnus-execute): do.
19730
19731 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19732
19733         * gnus-sum.el (gnus-widget-reversible-match)
19734         (gnus-widget-reversible-to-internal)
19735         (gnus-widget-reversible-to-external): New functions.
19736         (gnus-widget-reversible): New widget.
19737         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19738
19739 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19740
19741         * gnus-sum.el (gnus-thread-sort-functions)
19742         (gnus-article-sort-functions): Document `(not F)' items.
19743
19744 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19745
19746         * spam.el (spam-use-gmane-xref): Add new backend.
19747         (spam-gmane-xref-spam-group): Add variable to control the name of the
19748         Gmane spam group.
19749         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19750         (spam-regex-headers-spam, spam-regex-headers-ham)
19751         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19752         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19753         backends and checks.
19754         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19755
19756         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19757         an autodetect method.
19758
19759 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19760
19761         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19762         articles are being added to a group.
19763         (gnus-request-replace-article): Inform the agent that articles
19764         need to be uncached as the cached contents are no longer valid.
19765
19766 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * binhex.el: Don't autoload executable-find.
19769
19770         * canlock.el: Don't autoload mail-fetch-field.
19771
19772         * dgnushack.el: Autoload c-mode for XEmacs.
19773
19774         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19775
19776         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19777         rmail-dont-reply-to and rmail-output.
19778
19779         * gnus-score.el: Don't autoload ffap-string-at-point.
19780
19781         * gnus-setup.el: Don't autoload sc-cite-original.
19782
19783         * imap.el: Don't autoload base64-decode-string,
19784         base64-encode-string and md5.
19785
19786         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19787         and rmail-msg-restore-non-pruned-header.
19788
19789         * mm-decode.el: Don't autoload executable-find.
19790
19791         * mm-url.el: Don't autoload executable-find.
19792
19793         * mm-view.el: Don't autoload diff-mode.
19794
19795         * nndb.el: Don't autoload news-reply-mode, news-setup,
19796         cancel-timer and telnet.
19797
19798         * password.el: Don't autoload run-at-time for Emacs.
19799
19800         * sha1-el.el: Don't autoload executable-find.
19801
19802         * sieve-mode.el: Don't autoload c-mode.
19803
19804         * uudecode.el: Don't autoload executable-find.
19805
19806 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19807
19808         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19809         (gnus-agent-possibly-alter-active): Avoid null in numeric
19810         comparison.
19811         (gnus-agent-set-local): Refuse to save null in local object table.
19812         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19813         list of articles that will be marked as unread.
19814
19815 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19816
19817         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19818
19819 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19820
19821         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19822         language tags.
19823
19824 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19825
19826         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19827         Don't bind "obarray".
19828
19829         * gnus-sum.el (gnus-thread-sort-functions):
19830         Add `gnus-thread-sort-by-most-recent-number' and
19831         `gnus-thread-sort-by-most-recent-date'.
19832         Reported by Kai Grossjohann <kai@emptydomain.de>.
19833
19834 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19837
19838 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19839
19840         * gnus-cus.el (gnus-agent-customize-category):
19841         Remove ignore-errors macro reference that required cl to be loaded at
19842         run-time.
19843
19844         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19845         single-interval range of the form (min . max).  Previously the
19846         range had to look like ((min . max)).  Likewise, return
19847         (min . max) rather than ((min . max)).
19848         (gnus-range-map): Use gnus-range-normalize to accept
19849         single-interval range.
19850
19851         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19852         the cache, but not the agent, now appear with their usual face.
19853
19854         * dgnushack.el (loaddir): New variable that is bound to the
19855         directory containing the dgnushack.el file. Use loaddir, rather
19856         than srcdir, to update load-path. Change lets dgnushack compile
19857         code in directories other than GNUS/lisp.
19858
19859 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * lpath.el: Don't bind w3m-safe-url-regexp.
19862
19863         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19864         w3m-safe-url-regexp variable buffer-local.
19865
19866         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19867
19868 2004-02-27  Simon Josefsson  <jas@extundo.com>
19869
19870         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19871         gnus-group-real-prefix.
19872         (gnus-summary-move-article): Use it, instead of
19873         gnus-group-real-prefix.
19874
19875 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * lpath.el: Bind w3m-safe-url-regexp.
19878
19879         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19880         w3m-safe-url-regexp variable buffer-local and set it as the value
19881         of mm-w3m-safe-url-regexp.
19882
19883         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19884
19885         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19886         parsing gnus-posting-styles when the message is not for replying.
19887
19888         * dgnushack.el: Autoload sgml-mode for XEmacs.
19889
19890         * nnrss.el (nnrss-opml-export):
19891         Use mm-set-buffer-file-coding-system instead of
19892         set-buffer-file-coding-system.
19893
19894 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19895
19896         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19897         of checkdoc.el).
19898         * nnrss.el: do.
19899         * gnus-mlspl.el: do.
19900         * gnus-ml.el: do.
19901         * gnus-srvr.el: do.
19902
19903         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19904
19905 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19906
19907         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19908         Corrections to custom-manual links.
19909
19910         * gnus-art.el (gnus-article): Ditto.
19911
19912         * mm-decode.el (mime-display, mime-security): Ditto.
19913
19914 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19915
19916         * flow-fill.el: Typo.
19917
19918 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19919
19920         * spam-wash.el: New file.
19921
19922 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19923
19924         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19925
19926 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19927
19928         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19929         to be run with new-articles as LIST1, not LIST2.
19930         (spam-registration-functions): Add spam-use-ham-copy as a nil
19931         registration backend.
19932
19933 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19934
19935         * spam-stat.el (spam-stat-washing-hook): New option.
19936         (spam-stat-buffer-words): Use it.
19937         (spam-stat-process-directory, spam-stat-test-directory):
19938         Use insert-file-contents-literally.
19939         (spam-stat-coding-system): New variable.
19940         (spam-stat-load, spam-stat-save): Use it.
19941
19942 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19943
19944         * spam-report.el (spam-report-plug-agent):
19945         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19946
19947 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19948
19949         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19950         Allow / in mailto URLs.
19951
19952 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19953
19954         * spam-report.el (spam-report-process-queue): Fix interactive use.
19955         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19956         (spam-report-unplug-agent): Doc fixes.
19957         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19958         (spam-report-agentize, spam-report-deagentize): Autoload.
19959
19960 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19961
19962         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19963
19964         * message.el (message-setup-fill-variables): Add mml tags to
19965         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19966         <ajk@iu.edu>.
19967         (message-mode): Don't modify paragraph-separate there.
19968
19969 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19970
19971         * compface.el (uncompface-use-external): Default to undecided.
19972         (uncompface-use-external-threshold): New variable.
19973         (uncompface-float-time): New macro.
19974         (uncompface): Determine whether to use the external decoder if
19975         uncompface-use-external is undecided.
19976
19977 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19978
19979         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19980         after images.
19981
19982         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19983
19984 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19985
19986         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19987
19988         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19989
19990         * gnus-sum.el (gnus-summary-limit-to-age)
19991         (gnus-summary-limit-children): do.
19992
19993         * gnus-int.el (gnus-request-scan): do.
19994
19995         * gnus-group.el (gnus-group-suspend): do.
19996
19997         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19998
19999         * gnus-cite.el (gnus-cite-parse-attributions): do.
20000
20001         * gnus-agent.el (gnus-summary-set-agent-mark)
20002         (gnus-agent-regenerate-group): do.
20003
20004         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20005
20006         * binhex.el (binhex-decode-region-internal): do.
20007
20008 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * gnus-fun.el (gnus-face-properties-alist): New user option.
20011         (gnus-display-x-face-in-from): Use it.
20012
20013         * gnus-art.el (article-display-face): Ditto.
20014
20015         * compface.el (uncompface-use-external): Default to nil.
20016
20017 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20018
20019         * nntp.el (nntp-erase-buffer): New function.
20020         (nntp-retrieve-data, nntp-send-command)
20021         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20022         (nntp-possibly-change-group): Use it.
20023
20024         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20025         Use with-current-buffer.
20026
20027 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20028
20029         * compface.el: Merge the ELisp-based uncompface program.
20030         (compface): New customization group.
20031         (uncompface-use-external): New user option.
20032         (uncompface): Call uncompface-internal if uncompface-use-external
20033         is nil.
20034         (uncompface-internal): New function.  Note that there are also
20035         some other functions and variables added for this function.
20036
20037 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20038
20039         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20040         if necessary.
20041
20042 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20043
20044         * spam-report.el (spam-report-unplug-agent)
20045         (spam-report-plug-agent, spam-report-deagentize)
20046         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20047         Add support for the Agent in spam-report: when unplugged, report to a
20048         file; when plugged, submit all the requests.
20049
20050         * spam.el (spam-register-routine): Fix message about
20051         registration.
20052
20053 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20054
20055         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20056         dependencies.
20057         (rfc2047-encode): Use it.
20058
20059         * gnus-art.el (gnus-button-marker-list): Move before first
20060         reference.
20061
20062         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20063         (imap-parse-body): Fix format string mismatch.
20064
20065         * gnus-score.el (gnus-summary-increase-score): do.
20066
20067         * nnrss.el (nnrss-close): New function.
20068
20069 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20070
20071         * nnrss.el (nnrss-make-filename): New function.
20072         (nnrss-request-delete-group, nnrss-read-server-data)
20073         (nnrss-save-server-data, nnrss-read-group-data)
20074         (nnrss-save-group-data): Use it.
20075         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20076         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20077         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20078
20079 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20080
20081         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20082
20083 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20084
20085         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20086         files.
20087
20088         * message.el (message-generate-headers-first): Don't quote nil
20089         and t in docstrings.
20090
20091         * imap.el (imap-id): do.
20092
20093         * gnus-agent.el (gnus-agent-consider-all-articles)
20094         (gnus-agent-queue-mail): do.
20095
20096 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20097
20098         * spam-report.el (spam-report-process-queue): New function.
20099         Process requests from `spam-report-requests-file'.
20100         (spam-report-process-queue): Doc fix.
20101
20102 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20103
20104         * spam.el (spam-register-routine)
20105         (spam-log-processing-to-registry, spam-log-registered-p)
20106         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20107         Change "check" to "spam-check" for semi-clarity.
20108
20109 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20110
20111         * pop3.el: Require nnheader.
20112
20113         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20114
20115         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20116
20117         * gnus-picon.el: Require cl.
20118
20119         * gnus-fun.el: Require gnus-ems and gnus-util.
20120
20121         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20122
20123         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20124
20125         * gnus-art.el (gnus-article-edit-mode): Define before first
20126         reference.
20127
20128 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20129
20130         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20131         (gnus-uu-post-encoded): Use point-at-bol.
20132
20133         * gnus-topic.el (gnus-group-active-topic-p): do.
20134
20135         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20136
20137         * gnus-group.el (gnus-group-kill-region): do.
20138
20139         * gnus-art.el (article-date-ut): do.
20140
20141         * message.el (message-fetch-field): Remove redundant
20142         case-fold-search binding.
20143         (message-narrow-to-field): Simplify.
20144
20145 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20146
20147         * spam.el (spam-directory): Derive from `gnus-directory'.
20148
20149         * spam-report.el (spam-report-url-to-file)
20150         (spam-report-requests-file): New function and variable for offline
20151         reporting.
20152         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20153         and user defined function.
20154         (spam-report-url-ping-mm-url): Remove doubled slash.
20155
20156 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20157
20158         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20159
20160 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20161
20162         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20163         Fix format string mismatch.
20164
20165         * sieve.el (sieve-deactivate-all): do.
20166
20167         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20168
20169         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20170
20171         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20172
20173         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20174
20175 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20176
20177         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20178         the list of checks.
20179
20180 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20181
20182         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20183         padding.
20184
20185 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20186
20187         * mm-view.el (mm-fill-flowed): New variable.
20188         (mm-inline-text): Use it.
20189
20190 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20191
20192         * spam.el (spam-spamassassin-register-ham-routine)
20193         (spam-spamassassin-register-spam-routine): Fix function names.
20194
20195 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20196
20197         * gnus.el (gnus-tmp-grouplens): Remove.
20198         (gnus-summary-line-format): Remove grouplens.
20199
20200         * gnus-group.el (gnus-group-line-format): Ditto.
20201
20202         * gnus-spec.el (gnus-format-specs): Ditto.
20203         (gnus-update-format-specifications): Flush the group format spec
20204         cache if there's the grouplens stuff.
20205         (gnus-parse-simple-format): Replace %l with the empty string.
20206
20207 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20208
20209         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20210         omission.
20211
20212 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20213
20214         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20215         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20216
20217 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20218
20219         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20220         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20221         New macros and functions.
20222         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20223         Handle > NLINK_MAX messages.
20224         * nnmaildir.el (nnmaildir-request-set-mark):
20225         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20226
20227 2004-01-25  Alex Schroeder  <alex@gnu.org>
20228
20229         * spam-stat.el (spam-stat-process-directory-age): New option.
20230         (spam-stat-process-directory): Use it.
20231
20232 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20233
20234         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20235         (spam-stat-save): Accept prefix argument.
20236
20237 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20238
20239         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20240         links" error.
20241
20242 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20243
20244         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20245         the rest of the and/or forms.
20246
20247 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20248
20249         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20250         compatibility with old .newsrc.eld files.
20251
20252         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20253
20254         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20255
20256         * gnus-start.el (gnus-1): do.
20257
20258         * gnus-group.el (gnus-group-line-format-alist): do.
20259
20260         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20261
20262         * gnus-gl.el: Remove.
20263
20264 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20265
20266         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20267         marks consisting of a single range {for example, (3 . 5)} rather
20268         than a list of a single range { ((3 . 5)) }.
20269
20270 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20271
20272         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20273         Use with-current-buffer.
20274         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20275         avoid consing a string.
20276
20277         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20278         Remove obsolete entries for big5 and gb2312.
20279
20280 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20281
20282         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20283         uncompressed list.
20284
20285 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20286
20287         * spam-stat.el (spam-stat-strip-xref): New function.
20288         (spam-stat-process-directory): Use it.
20289
20290         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20291         here -- it's done in message-fetch-field.
20292
20293 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20294
20295         * gnus-agent.el (gnus-agent-queue-mail)
20296         (gnus-agent-prompt-send-queue): New variables.
20297         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20298         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20299         "nndraft:queue" along to gnus-draft-send.
20300         Use gnus-agent-prompt-send-queue.
20301         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20302         is "nndraft:queue".  Suggested by Gaute Strokkenes
20303         <gs234@srcf.ucam.org>
20304
20305         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20306         (agent-enable-undownloaded-faces): Add.
20307         (gnus-agent-cat-groups): Use eval-and-compile, not
20308         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20309         method of gnus-agent-cat-groups even when the buffer has been
20310         evaled.
20311         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20312         delete gnus-agent-save-active-1.
20313         (gnus-agent-save-groups): Delete.  Identical to
20314         gnus-agent-save-active.
20315         (gnus-agent-write-active): No longer adjust agent's copy of active
20316         file as agent's adjustments are now stored in their own
20317         file.  Remove optional parameter.
20318         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20319         servers.  Add use of min/max range limits from server's local
20320         file.
20321         (gnus-agent-save-alist): Remove unused optional argument.
20322         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20323         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20324         (gnus-agent-set-local): A per-server file that keeps min/max range
20325         limits for articles known to the agent.  Provides a fast mechanism
20326         for altering many active ranges.
20327         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20328         active file (local makes it unnecessary).
20329         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20330
20331         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20332         (agent-enable-undownloaded-faces): Add.
20333
20334         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20335         disable it when sending to "nndraft:queue".
20336         (gnus-group-send-queue): Add safety check to avoid sending queue
20337         when unplugged.
20338
20339         * gnus-group.el (gnus-group-catchup): Use new
20340         gnus-sequence-of-unread-articles, not
20341         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20342         numbers of articles.  Use gnus-range-map to avoid having to
20343         uncompress the unread list.
20344         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20345         Fix invalid ange-ftp reference.
20346
20347         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20348         (gnus-sorted-range-intersection): Intersection of two ranges
20349         without requiring that they first be uncompressed.
20350
20351         * gnus-start.el (gnus-activate-group): Unless blocked by the
20352         caller, possibly expand the active range to include both cached
20353         and agentized articles.
20354         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20355         multiple version-dependent converters.
20356         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20357         gnus-agent-save-active.
20358         (gnus-save-newsrc-file): Save dirty agent range limits.
20359
20360         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20361         gnus-agent-possibly-alter-active.
20362         (gnus-adjust-marked-articles): Faster handling of simple lists.
20363
20364 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20365
20366         * spam-stat.el (spam-stat-test-directory): New optional argument
20367         displays a list of files detected.  Suggested by Andrew Cohen
20368         <cohen@andy.bu.edu>.
20369         (spam-stat-buffer-words-with-scores): Don't narrow and change
20370         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20371
20372 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20373
20374         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20375         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20376         (spam-spamassassin-arguments)
20377         (spam-spamassassin-spam-flag-header)
20378         (spam-spamassassin-positive-spam-flag-header)
20379         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20380         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20381         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20382         (spam-list-of-processors, spam-list-of-checks)
20383         (spam-list-of-statistical-checks, spam-registration-functions)
20384         (spam-check-spamassassin-headers, spam-check-spamassassin)
20385         (spam-spamassassin-score)
20386         (spam-spamassassin-register-with-sa-learn)
20387         (spam-spamassassin-register-spam-routine)
20388         (spam-spamassassin-register-ham-routine)
20389         (spam-assassin-register-spam-routine)
20390         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20391         (spam-bogofilter-score): Fix to show article before scoring.
20392
20393 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20394
20395         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20396         default scoring function.
20397         (spam-generic-score): Call spam-spamassassin-score if
20398         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20399         spam-bogofilter-score otherwise.
20400
20401         * gnus.el (spam-process, spam-autodetect-methods):
20402         Add spamassassin and spamassassin-headers.
20403
20404 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20405
20406         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20407         Suppress unnecessary messages.
20408
20409 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20410
20411         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20412         make-hash-table.
20413
20414 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20415
20416         * canlock.el (base64-encode-string): Don't autoload it.
20417
20418 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20419
20420         * run-at-time.el: Remove useless (require 'itimer),
20421         eval-and-compile and (featurep 'xemacs).
20422
20423 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20424
20425         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20426         GROUP is a virtual group.
20427
20428 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20429
20430         * gnus.el: Autoload `message-y-or-n-p'.
20431
20432 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20433
20434         * pgg-parse.el: Remove unnecessary (require 'custom).
20435
20436         * pgg-def.el: do.
20437
20438         * nnmail.el: do.
20439
20440         * gnus-undo.el: do.
20441
20442         * gnus-picon.el: do.
20443
20444         * gnus-util.el: do.
20445
20446 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20447
20448         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20449
20450 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20451
20452         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20453         handle, as well as a list.
20454
20455         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20456         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20457         (mm-w3m-cid-retrieve): Simplify.
20458
20459 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20460
20461         * message.el (message-kill-to-signature): Allow prefix arg to
20462         specify number of lines to keep before signature.
20463
20464 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20465
20466         * message.el (message-kill-to-signature): Change docstring.
20467
20468 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20469
20470         * canlock.el: Always require sha1-el.
20471         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20472
20473         * message.el: Autoload sha1 only when compiling.
20474
20475         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20476         eudc-expand-inline for XEmacs.
20477
20478 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * message.el (message-canlock-generate): Require sha1-el.
20481
20482 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20483
20484         * message.el (message-expand-name): Silence the byte compiler.
20485
20486         * lpath.el: Add detect-coding-system.
20487
20488         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20489         cus-edit.
20490
20491 2004-01-13  Simon Josefsson  <jas@extundo.com>
20492
20493         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20494         Invoke gnus-score-mode.
20495         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20496
20497         * gnus-range.el (gnus-compress-sequence): Doc fix.
20498         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20499
20500 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20501
20502         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20503
20504 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20505
20506         * spam.el (spam-get-article-as-string): Update to use
20507         gnus-request-article-this-buffer, much simpler.
20508         (spam-get-article-as-buffer): Remove.
20509
20510 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20511
20512         * message.el (message-expand-name): Use EUDC if the user uses that.
20513
20514 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20515
20516         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20517         character for the encoding to avoid consing a string.
20518
20519         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20520         unnecessarily.
20521
20522         * mm-util.el (mm-replace-chars-in-string): Remove.
20523
20524         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20525         of mm-replace-chars-in-string.
20526
20527 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20528
20529         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20530
20531         * mm-util.el (mm-subst-char-in-string): Support inplace.
20532
20533         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20534         a new string in every iteration.  Use shy groups.
20535
20536 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20537
20538         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20539         * gnus-soup.el (gnus-soup-group-brew):
20540         * gnus-msg.el (gnus-put-message):
20541         * gnus-move.el (gnus-group-move-group-to-server):
20542         * gnus-kill.el (gnus-batch-score):
20543         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20544         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20545         (gnus-group-update-group, gnus-group-read-group)
20546         (gnus-group-make-group, gnus-group-make-help-group)
20547         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20548         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20549         (gnus-group-sort-by-unread, gnus-group-catchup)
20550         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20551         (gnus-group-yank-group, gnus-group-set-info)
20552         (gnus-group-list-groups):
20553         * gnus.el (gnus-generate-new-group-name):
20554         * gnus-delay.el (gnus-delay-send-queue):
20555         * nnvirtual.el (nnvirtual-catchup-group):
20556         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20557         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20558         (gnus-group-prepare-topics, gnus-topic-check-topology):
20559         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20560         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20561         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20562         (gnus-group-make-articles-read):
20563         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20564         (gnus-group-change-level, gnus-kill-newsgroup)
20565         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20566         (gnus-get-unread-articles, gnus-make-articles-unread)
20567         (gnus-make-ascending-articles-unread): Use accessor
20568         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20569         to get group information for improved readability.
20570
20571
20572 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20573
20574         * gnus-art.el (article-decode-mime-words, article-babel)
20575         (gnus-article-highlight-signature, gnus-article-add-buttons)
20576         (gnus-signature-toggle): Use gnus-with-article-buffer.
20577
20578         * gnus-art.el (gnus-article-highlight-headers)
20579         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20580
20581         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20582         (gnus-article-set-globals, gnus-request-article-this-buffer)
20583         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20584         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20585         (gnus-mime-display-alternative): Use with-current-buffer.
20586
20587 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20588
20589         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20590         also under 80 char limit, and call gnus-error if needed.
20591         (spam-fetch-article-header): Fix - it was a
20592         buffer-local variable (gnus-newsgroup-data).
20593         (spam-find-spam): Use spam-generate-fake-headers, forget about
20594         spam-insert-fake-headers.
20595         (spam-insert-fake-headers): Remove.
20596
20597 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20598
20599         * deuglify.el (gnus-article-outlook-unwrap-lines)
20600         (gnus-outlook-rearrange-article)
20601         (gnus-outlook-repair-attribution-outlook)
20602         (gnus-outlook-repair-attribution-block)
20603         (gnus-outlook-repair-attribution-other): Remove redundant
20604         save-excursion.
20605
20606 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20607
20608         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20609         (spam-fetch-field-subject-fast)
20610         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20611         (spam-fetch-article-header): Add functions to deal with Gnus
20612         internals for fast retrieval of article header data.
20613         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20614
20615 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20616
20617         * pop3.el (pop3-md5): Remove.
20618         (pop3-apop): Replace pop3-md5 with md5.
20619
20620         * mm-bodies.el: base64 is always built-in.
20621
20622         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20623         Use with-current-buffer.
20624
20625 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20626
20627         * canlock.el (canlock-insert-header): Remove excessive grouping in
20628         regexp.
20629
20630         * gnus-sum.el (gnus-summary-read-document): Ditto.
20631
20632         * gnus-uu.el (gnus-uu-part-number): Ditto.
20633
20634         * html2text.el (html2text-remove-tags): Ditto.
20635         (html2text-format-tags): Ditto.
20636         (html2text-format-single-elements): Ditto.
20637
20638         * mml.el (mml-parse-1): Ditto.
20639
20640 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20641
20642         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20643
20644         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20645
20646         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20647
20648         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20649
20650 2003-11-15  Simon Josefsson  <jas@extundo.com>
20651
20652         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20653         (pgg-gpg-lookup-key): Use regexp match instead of
20654         split-string (split-string is different between emacs 21.2 and
20655         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20656
20657 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20658
20659         * gnus-art.el (gnus-mime-view-all-parts)
20660         (gnus-article-part-wrapper, gnus-article-view-part):
20661         Use with-current-buffer.
20662
20663 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20664
20665         * spam.el (spam-disable-spam-split-during-ham-respool)
20666         (spam-spamoracle-database, spam-cache-lookups)
20667         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20668         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20669         (spam-group-ham-marks, spam-group-spam-marks)
20670         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20671         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20672         also add spam-use-blackholes to the statistical checks.
20673         (spam-fetch-field-fast): Add interface to fetching fields, may
20674         become a macro.
20675         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20676         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20677         (spam-insert-fake-headers): Fake an article when needed.
20678         (spam-find-spam): Fake article when possible.
20679         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20680         (spam-check-bogofilter-headers): Use message-fetch-field instead
20681         of nnmail-fetch-field.
20682
20683 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20684
20685         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20686
20687 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20688
20689         * spam.el (spam-split): Do not require spam-use-CHECK to be
20690         enabled if that check is passed to spam-split explicitly; also
20691         fix so 'spam doesn't get converted to spam-split-group when
20692         spam-split-symbolic-return is t.
20693         (spam-find-spam): Find registrations of the article and use those
20694         instead of re-running spam-split to find the spam/ham
20695         classification of the article.
20696         (spam-log-processing-to-registry, spam-log-registered-p)
20697         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20698         Use gnus-error instead of gnus-message.
20699         (spam-log-registration-type): Add function to determine the
20700         classification of a message based on registry entries; will
20701         return nil if both 'spam and 'ham are found.
20702         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20703         a reasonably fast local cache without the loading errors.
20704         (spam-cache-lookups): Set to t by default.
20705         (spam-find-spam): Don't try to guess spam-cache-lookups.
20706         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20707         spam-caches entry.
20708         (spam-filelist-build-cache, spam-filelist-check-cache):
20709         Fix caching of whitelist/blacklist entries.
20710         (spam-check-whitelist, spam-check-blacklist):
20711         Invoke spam-from-listed-p with a type, not a cache variable.
20712         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20713
20714 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20715
20716         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20717
20718         * nnmail.el (nnmail-split-fancy): do.
20719
20720         * mml.el (mml-parse): do.
20721
20722         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20723         (gnus-score-adaptive): do.
20724
20725 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20726
20727         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20728         (gnus-mime-button-map): Don't set keymap parent.
20729         (gnus-button-ctan-directory-regexp): Use shy grouping.
20730         (gnus-prev-page-map): Don't set keymap parent.
20731         (gnus-prev-page-map): Remove duplicated one.
20732         (gnus-next-page-map): Don't set keymap parent.
20733         (gnus-mime-security-button-map): Ditto.
20734
20735         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20736         version number.
20737
20738         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20739
20740 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20741
20742         * canlock.el (canlock-sha1-function): Remove.
20743         (canlock-sha1-function-for-verify): Remove.
20744         (canlock-openssl-program): Remove.
20745         (canlock-openssl-args): Remove.
20746         (canlock-ignore-errors): Remove.
20747         (canlock-sha1-with-openssl): Remove.
20748         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20749         (canlock-verify): Don't use canlock-ignore-errors.
20750
20751         * sha1-el.el (sha1-string-external): Make it can return a string
20752         in binary form.
20753         (sha1-region-external): Ditto.
20754         (sha1-string-internal): Ditto.
20755         (sha1-region-internal): Ditto.
20756         (sha1-region): Ditto.
20757         (sha1-string): Ditto.
20758         (sha1): Ditto.
20759
20760 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20761
20762         * spam.el (spam-report-articles-gmane): New command.
20763
20764 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20767
20768         * run-at-time.el (run-at-time-saved): Remove.
20769         (run-at-time): Doc fix.
20770
20771 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20772
20773         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20774         (gnus-summary-limit-map): Add it.
20775         (gnus-summary-make-menu-bar): do.
20776
20777 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20778
20779         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20780         Make attempt at some caching support (done for BBDB only now).
20781         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20782         addresses to be checked.
20783         (spam-clear-cache-BBDB): Add function, to be invoked by
20784         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20785         (spam-check-BBDB): Check and use the caches, if
20786         spam-cache-lookups is on, remove superfluous (provide).
20787
20788 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20789
20790         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20791
20792 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20793
20794         * run-at-time.el (run-at-time-saved): Move to after the definition
20795         of `run-at-time'.
20796
20797         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20798
20799 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20800
20801         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20802         mm-w3m-local-map-property.
20803
20804         * mm-view.el (mm-w3m-mode-map): Remove.
20805         (mm-w3m-local-map-property): Remove.
20806         (mm-inline-text-html-render-with-w3m): Don't use
20807         mm-w3m-local-map-property.
20808
20809 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20810
20811         * run-at-time.el: New file.
20812
20813         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20814         under Emacs.
20815
20816         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20817         of gnus-set-text-properties.
20818
20819         * gnus-uu.el (gnus-uu-save-article): Ditto.
20820
20821         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20822
20823         * gnus-cite.el (gnus-cite-parse): Ditto.
20824
20825         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20826         of gnus-.
20827
20828         * gnus-xmas.el (run-at-time): Require run-at-time.
20829
20830         * gnus.el: Change calls to nnheader-run-at-time and
20831         password-run-at-time throughout to use run-at-time directly.
20832
20833         * password.el: Remove definition of run-at-time.
20834
20835         * nnheaderxm.el: Remove definition of run-at-time.
20836
20837 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20838
20839         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20840         in prompt.
20841
20842 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20843
20844         * messagexmas.el (message-xmas-redefine): Alias
20845         `message-make-caesar-translation-table' to
20846         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20847         version.
20848
20849         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20850         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20851         `gnus-xmas-set-text-properties'.
20852         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20853         `gnus-xmas-completing-read'.
20854         (gnus-xmas-completing-read): Removed.
20855         (gnus-xmas-open-network-stream): Removed.
20856
20857         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20858         XEmacs version.
20859
20860         * dns.el (dns-make-network-process): Use `open-network-stream'
20861         instead of `gnus-xmas-open-network-stream'.
20862
20863         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20864
20865         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20866
20867 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20868
20869         * gnus-art.el (gnus-mime-display-alternative)
20870         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20871         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20872         Don't use gnus-local-map-property.
20873
20874         * gnus-util.el (gnus-local-map-property): Remove.
20875
20876         * mm-view.el (mm-view-pkcs7-decrypt):
20877         Replace gnus-completing-read-maybe-default with completing-read.
20878
20879         * gnus-util.el (gnus-completing-read): do.
20880         (gnus-completing-read-maybe-default): Remove.
20881
20882 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20883
20884         * password.el: Only autoload `run-at-time' if not XEmacs.
20885         Only autoload the itimer functions if XEmacs.
20886
20887 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20888
20889         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20890         XEmacsen.
20891
20892         * dgnushack.el: Autoload executable-find for XEmacs.
20893
20894 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20895
20896         * gnus-art.el (gnus-read-string): Remove.
20897         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20898         read-string.
20899
20900 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20901
20902         * netrc.el: Autoload password-read.
20903         (netrc): Add configuration group.
20904         (netrc-encoding-method, netrc-openssl-path):
20905         Add variables for encoding and decoding of files with symmetric
20906         ciphers.
20907         (netrc-encode): Add assistant function to encode a file with
20908         netrc-encoding-method.
20909         (netrc-parse): Add interactive parameter, added optional
20910         decoding if netrc-encoding-method is non-nil but otherwise
20911         behavior is standard.
20912         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20913         Do s/encode/encrypt/ everywhere.
20914
20915         * spam.el: Remove executable-find autoload.
20916
20917 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20918
20919         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20920
20921         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20922
20923 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20924
20925         * gnus-art.el (gnus-treat-ansi-sequences)
20926         (article-treat-ansi-sequences): New variable and function.
20927         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20928
20929         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20930         Use it.
20931
20932 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20933
20934         * mm-util.el (mm-quote-arg): Remove.
20935
20936         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20937         shell-quote-argument.
20938
20939         * gnus-uu.el (gnus-uu-command): do.
20940
20941         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20942
20943         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20944         with make-char.
20945
20946         * mm-util.el (mm-make-char): Remove.
20947
20948         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20949         add-minor-mode.
20950
20951         * gnus-undo.el (gnus-undo-mode): do.
20952
20953         * gnus-topic.el (gnus-topic-mode): do.
20954
20955         * gnus-sum.el (gnus-dead-summary-mode): do.
20956
20957         * gnus-start.el (gnus-slave-mode): do.
20958
20959         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20960
20961         * gnus-ml.el (gnus-mailing-list-mode): do.
20962
20963         * gnus-gl.el (gnus-grouplens-mode): do.
20964
20965         * gnus-draft.el (gnus-draft-mode): do.
20966
20967         * gnus-dired.el (gnus-dired-mode): do.
20968
20969         * gnus-ems.el (gnus-add-minor-mode): Remove.
20970
20971         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20972         Replace gnus-char-width with char-width.
20973
20974         * gnus-ems.el (gnus-char-width): Remove.
20975
20976         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20977         Replace gnus-char-width with char-width.
20978
20979         * gnus-ems.el (gnus-char-width): Remove.
20980
20981         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20982         definition.
20983         Remove Emacs 20 hash table compatibility code.
20984
20985         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20986         20 compatibility code.
20987
20988         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20989
20990         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20991
20992         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20993         Replace with point-at-{eol,bol}.
20994
20995         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20996
20997         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20998
20999         * flow-fill.el (fill-flowed-point-at-bol)
21000         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21001
21002         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21003         Replace with point-at-{eol,bol} throughout all files.
21004
21005 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * ntlm.el (ntlm-string-as-unibyte): New macro.
21008         (ntlm-build-auth-response): Use it.
21009
21010         Remove Emacs 20 stuff:
21011         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21012         (butlast, mapc, remove): Remove the compiler macros.
21013         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21014         of delq and copy-sequence.
21015         * gnus-art.el (popup-menu): Remove the compiler macro.
21016         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21017         Emacs 20.
21018
21019 2004-01-05  Simon Josefsson  <jas@extundo.com>
21020
21021         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21022         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21023         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21024         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21025         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21026         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21027         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21028         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21029         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21030         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21031         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21032         string-xor into ntlm-string-xor.
21033         Suggested by Jesper Harder <harder@myrealbox.com>.
21034
21035         * ntlm.el: Don't include poem.
21036
21037         * md4.el (print-int32, print-string-hexa): Remove.
21038         Suggested by Jesper Harder <harder@myrealbox.com>.
21039
21040         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21041
21042         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21043         probably breaks emacs with DL patch, but do we care? Is anyone
21044         still using the DL stuff?)
21045
21046         * sieve-manage.el: Use the password package.
21047         (sieve-manage-read-passwd): Remove.
21048         (sieve-manage-interactive-login): Use password.  Re-add
21049         condition-case around loop.
21050
21051         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21052         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21053         Use the password package.
21054
21055 2003-02-19  Simon Josefsson  <jas@extundo.com>
21056
21057         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21058         token.
21059
21060 2002-08-07  Simon Josefsson  <jas@extundo.com>
21061
21062         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21063         (sieve-manage-authenticators):
21064         (sieve-manage-authenticator-alist): Add some SASL mechs.
21065         (sieve-sasl-auth): New function.
21066         (sieve-manage-cram-md5-auth):
21067         (sieve-manage-plain-auth): Rewrite using SASL library.
21068         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21069         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21070         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21071         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21072
21073 2004-01-05  Simon Josefsson  <jas@extundo.com>
21074
21075         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21076         New files.
21077
21078 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21079
21080         * gnus-group.el (gnus-no-groups-message): Update.
21081
21082         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21083
21084 2003-11-09  Simon Josefsson  <jas@extundo.com>
21085
21086         * imap.el: Support for ID IMAP extension (RFC 2971).
21087         (imap-local-variables): Add imap-id.
21088         (imap-id): New variable.
21089         (imap-id): New function.
21090         (imap-parse-response): Parse untagged ID response.
21091         * nnimap.el (nnimap-id): New variable.
21092         (nnimap-open-connection): Use it.
21093
21094 2003-12-28  Simon Josefsson  <jas@extundo.com>
21095
21096         * gnus-score.el (gnus-score-edit-all-score): New.
21097         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21098
21099 2004-01-04  Simon Josefsson  <jas@extundo.com>
21100
21101         * password.el: Add.
21102
21103 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21104
21105         * dns.el (dns-query-types): Fix typo.
21106         (dns-query-types): New function.
21107         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21108         PTR and SOA replies, see RFC 1035.
21109
21110 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21111
21112         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21113
21114         * Move to Changelog.2.
21115
21116 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21117
21118         * gnus.el (gnus-version-number): Bump version.
21119
21120 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21121
21122         * gnus.el: No Gnus v0.1 is released.
21123
21124 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21125
21126         * gnus.el: No Gnus v0.0 is released.
21127
21128 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21129
21130         * gnus.el (gnus-version-number): Bump.
21131         (gnus-version): No.
21132
21133 See ChangeLog.2 for earlier changes.
21134
21135   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21136
21137   This file is part of GNU Emacs.
21138
21139   GNU Emacs is free software: you can redistribute it and/or modify
21140   it under the terms of the GNU General Public License as published by
21141   the Free Software Foundation, either version 3 of the License, or
21142   (at your option) any later version.
21143
21144   GNU Emacs is distributed in the hope that it will be useful,
21145   but WITHOUT ANY WARRANTY; without even the implied warranty of
21146   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21147   GNU General Public License for more details.
21148
21149   You should have received a copy of the GNU General Public License
21150   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21151
21152 ;; Local Variables:
21153 ;; coding: utf-8
21154 ;; fill-column: 79
21155 ;; add-log-time-zone-rule: t
21156 ;; End: