auth-source expects strings as port numbers, so make sure it gets that if nnimap...
[gnus] / lisp / ChangeLog
1 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4         port numbers, so make sure it gets that if nnimap-server-port is
5         explicit.
6
7 2011-02-21  Simon Josefsson  <simon@josefsson.org>
8
9         * nnimap.el (nnimap-inbox): Doc fix.
10
11 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
12
13         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
14         Autoload.  Add optional arg FRAME, and pass it to color-values.
15         (color-complement): Caller changed.  Doc fix.
16         (color-gradient): Rewrite for better clarity and efficiency.
17
18 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
19
20         * shr-color.el (shr-color->hexadecimal): Use renamed function names
21         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
22         color-lab-to-srgb.
23
24 2011-02-20  Drew Adams  <drew.adams@oracle.com>
25
26         * color.el: First part of merge from hexrgb.el.
27         (color-rgb-to-hex): Rename from color-rgb->hex.
28         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
29         saturation to zero if the value is too small.
30         (color-rgb-to-hsl): Rename from color-rgb->hsl.
31         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
32         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
33         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
34         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
35         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
36         (color-cie-de2000): Doc fix.
37
38 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
39
40         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
41         given method as in the group name if we're using an extended method.
42         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
43         command, if we're using that, instead of waiting for the beginning.
44
45         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
46         we're sure to get unique server names, and we don't output two async
47         commands in the same buffer.  This fixes an NNTP hang for some users.
48
49 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
50
51         * gnus.el: No Gnus v0.11 is released.
52
53 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
56         summary buffer before reading going to the next buffer.  This avoids
57         putting the point in the group buffer if you `C-g' the command.
58
59         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
60         cache (for now) to make ~/.authinfo.gpg files usable.
61
62         * nnfolder.el (copyright-update): Define for the compiler.
63
64         * auth-source.el (auth-source-search): Fix unbound variable.
65
66 2011-02-19  Glenn Morris  <rgm@gnu.org>
67
68         * gnus.el (gnus-meta): Doc fix.
69
70 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
71
72         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
73         in case it's not yet loaded.
74
75 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
76
77         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
78         line we're waiting for.
79
80 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
81
82         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
83         face with line-width greater than zero will cause RET in gnus summary
84         buffer to scroll down article page-wise because auto vscroll happens,
85         it should be temporalily disabled when doing a scroll-up.
86
87 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
88
89         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
90         outputs from the server.
91
92 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
93
94         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
95         later so that bbdb can hook in easier.
96
97 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
98
99         * auth-source.el (auth-source-search): Don't try to create credentials
100         if the caller doesn't want that.
101         (auth-source-search): If we don't find a match, don't bug out on
102         non-bound variables.
103         (auth-source-search): Only ask a single backend to create the
104         credentials.
105
106         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
107         logging.
108         (nnimap-credentials): Protect against auth-source-search returning nil.
109         (nnimap-request-list): Protect against not being able to open the
110         server.
111
112 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
113
114         * auth-source.el (auth-source-search): Do a two-phase search, one with
115         no :create to get the responses from all backends.
116
117         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
118         when getting credentials.
119
120         * gnus-util.el (gnus-delete-duplicates): New function.
121
122 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
123
124         * nnimap.el (nnimap-credentials): Instead of picking the first port as
125         a creation default, pass the whole port list down.  It will be
126         completed.
127
128         * auth-source.el (auth-source-search): Updated docs to talk about
129         multiple creation choices.
130         (auth-source-netrc-create): Accept a list as a value (from the search
131         parameters) and do completion on that list.  Keep a separate netrc line
132         with the password obscured for showing the user.
133
134         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
135         first choice to `auth-source-search' so it will be used for entry
136         creation instead of the server's Gnus-specific name.
137         (nnimap-credentials): Rely on the auth-source library to select which
138         port is actually wanted in the new netrc entry, so don't override
139         `auth-source-creation-defaults'.
140
141         * auth-source.el (auth-source-netrc-parse): Use :port instead of
142         :protocol and accept a missing user, host, or port as a wildcard match.
143         (auth-source-debug): Default to off.
144
145         (auth-source-netrc-search, auth-source-netrc-create)
146         (auth-source-secrets-search, auth-source-secrets-create)
147         (auth-source-user-or-password, auth-source-backend, auth-sources)
148         (auth-source-backend-parse-parameters, auth-source-search): Use :port
149         instead of :protocol.
150
151         * nnimap.el (nnimap-credentials): Pass a port default to
152         `auth-source-search' in case an entry needs to be created.
153         (nnimap-open-connection-1): Use :port instead of :protocol.
154
155 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * auth-source.el: Bind load-path when loading EIEIO from
158         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
159         21.4 doesn't support, to `require'.
160         (auth-source-secrets-search): Use mm-delete-duplicates instead of
161         delete-dups that is not available in XEmacs 21.4.
162
163 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
164
165         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
166         as EIEIO must also be loaded when auth-source.el is being
167         byte-compiled.
168
169 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
170
171         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
172
173         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
174
175         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
176
177         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
178
179         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
180
181         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
182
183         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
184
185         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
186         necessary.
187
188 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
189
190         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
191         nil means that nnimap doesn't get updated.
192
193 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
194
195         * auth-source.el (auth-source-netrc-create): Return a synthetic search
196         result when the user doesn't want to write to the file.
197         (auth-source-netrc-search): Expect a synthetic result and proceed
198         accordingly.
199         (auth-source-cache-expiry): New variable to override
200         `password-cache-expiry'.
201         (auth-source-remember): Use it.
202
203         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
204         parameter.  Create entry if necessary by using :create t.
205         (nnimap-open-connection-1): Don't pass `inhibit-create'.
206
207 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
208
209         * auth-source.el (auth-source-debug): Enable by default and don't
210         mention the obsolete `auth-source-hide-passwords'.
211         (auth-source-do-warn): New function to debug unconditionally.
212         (auth-source-do-debug): Use it.
213         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
214         and for Secrets API entries when the secrets.el library is not
215         available.
216
217 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus-sum.el (gnus-propagate-marks): Default to nil.
220         (gnus-summary-exit): Kill the correct article buffer on exit from a
221         `C-d' group.
222
223         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
224         gnus-propagate-marks.
225
226         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
227         before killing the buffers so that a non-full window conf gets handled
228         correctly.
229         (gnus-summary-exit): Ditto.
230         (gnus-summary-read-group-1): Ditto.
231
232         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
233         async code again so that we can debug it properly.
234
235         * message.el (message-reply): Take an optional switch-buffer parameter
236         so that Gnus window confs are respected better.
237
238 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
239
240         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
241         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
242         docstring.
243         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
244         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
245         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
246         Login collection is "Login" and not "login".
247
248 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
251         multiple headers.
252
253         * nnimap.el (nnimap-inhibit-logging): New variable.
254         (nnimap-log-command): Don't log login commands.
255
256         * auth-source.el (auth-source-netrc-search): The asserts seem to want
257         to have more parameters.
258
259         * nnimap.el (nnimap-send-command): Mark the command time for each
260         command, so that we don't get NOOPs stepping on our toes.
261
262         * gnus-art.el (article-date-ut): Get the date from the Date header on
263         `t'.
264
265 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * auth-source.el (auth-source-search): Use copy-sequence instead of
268         the cl.el copy-list.
269
270 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * imap.el: Bring it back (revert
273         84d800cd31de3064f0ed39617d725709a2f8f42f).
274
275 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
276
277         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
278         Improve prompt.
279
280 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * gnus-art.el (gnus-article-mode-line-format): Remove the article
283         washing status from the default format.  It isn't very informative.
284
285 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
286
287         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
288         Gcc processing on imap.
289
290 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
291
292         * imap.el: Remove file.  All the functionality is in nnimap.el.
293
294 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
295
296         * message.el (message-bury): Don't pop up a new window when selected
297         window is dedicated.
298
299 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
300
301         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
302
303 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
304
305         * sieve-manage.el: Autoload `auth-source-search'.
306         (sieve-sasl-auth): Use it.
307
308 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
309
310         * nnimap.el: Autoload `auth-source-forget+'.
311         (nnimap-open-connection-1): Use it if the connection fails.
312
313         * auth-source.el: Require `password-cache'.
314         (auth-source-hide-passwords, auth-source-cache): Remove and mark
315         obsolete.
316         (auth-source-magic): Marker for `password-cache' keys.
317         (auth-source-do-cache): Update docstring.
318         (auth-source-search): Use and check cache.
319         (auth-source-forget-all-cached, auth-source-remember)
320         (auth-source-recall, auth-source-forget, auth-source-forget+)
321         (auth-source-specmatchp): Caching support functions.
322         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
323         Remove and obsolete.
324         (auth-source-user-or-password): Remove caching to further discourage
325         using it.  Always hide passwords.
326
327         * password-cache.el (password-cache-remove): Accept secrets that are
328         not strings.
329
330 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
331
332         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
333         code for now, since it doesn't work for all users.
334
335 2011-02-09  Julien Danjou  <julien@danjou.info>
336
337         * message.el (message-options): Make message-options really buffer
338         local.
339
340 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
341
342         * mail-source.el: Autoload `auth-source-search'.
343         (mail-source-keyword-map): Note order matters.
344         (mail-source-set-1): Get all the mail-source source values and
345         defaults and search auth-source on those if needed.  This can all
346         probably be simplified.
347
348         * nnimap.el: Autoload `auth-source-search'.
349         (nnimap-credentials): Use it.
350         (nnimap-open-connection-1): Ask for the virtual server and physical
351         address in one shot.
352
353         * nntp.el: Autoload `auth-source-search'.
354         (nntp-send-authinfo): Use it.  Note TODO.
355
356 2011-02-08  Julien Danjou  <julien@danjou.info>
357
358         * shr.el (shr-tag-body): Add support for text attribute in body
359         markups.
360
361         * message.el (message-options): Make message-options a local variable.
362
363 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
364
365         * auth-source.el (auth-source-secrets-search)
366         (auth-source-user-or-password): Use `append' instead of `nconc'.
367         (auth-source-user-or-password): Build return list better and protect
368         against nil :secret.
369
370 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
371
372         * nnimap.el (nnimap-update-info): Refactor slightly.
373         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
374         (nnimap-update-info): Clean up slightly.
375         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
376         characters.
377         (nnimap-process-quirk): Rename function to avoid collision.
378         (nnimap-update-info): Fix macrology bug-out.
379         (nnimap-update-info): Simplify split history test.
380
381 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
382
383         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
384         `secrets-get-attributes' instead of `secrets-get-attribute'.
385         (auth-source-secrets-search): Limit search when `max' is greater than
386         number of results.
387
388 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
389
390         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
391         part not returning any data.
392
393         * proto-stream.el (open-protocol-stream): Document the return value.
394
395 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * auth-source.el (auth-source-secrets-search): Add examples.
398
399 2011-02-06  Julien Danjou  <julien@danjou.info>
400
401         * message.el (message-setup-1): Handle message-generate-headers-first
402         set to t.
403
404 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
405
406         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
407         API with a string "secrets:collection-name" and with 'default.
408         (auth-source-backend-parse): Parse "secrets:collection-name" and
409         'default.  Recurse on parses instead of repeating code.  Use the
410         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
411         message when ignoring a source.
412         (auth-source-search): List ignored search keys at the top level.
413         (auth-source-netrc-create): Use `case' instead of `cond'.
414         (auth-source-secrets-search): Created with TODOs.
415         (auth-source-secrets-create): Created with TODOs.
416         (auth-source-retrieve, auth-source-create, auth-source-delete)
417         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
418         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
419         (auth-source-user-or-password-sftp)
420         (auth-source-user-or-password-smtp): Removed.
421         (auth-source-user-or-password): Deprecated and modified to be a wrapper
422         around `auth-source-search'.  Not tested thoroughly.
423
424 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
425
426         * auth-source.el: Bring in assoc and eioeio libraries.
427         (secrets-enabled): New variable to track the status of the Secrets API.
428         (auth-source-backend): New EIOEIO class to represent a backend.
429         (auth-source-creation-defaults): New variable to set prompt defaults
430         during token creation (see the `auth-source-search' docstring for
431         details).
432         (auth-sources): Simplify to allow a simple string as a netrc backend
433         spec.
434         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
435         (auth-source-backend-parse-parameters): Fill in the backend parameters.
436         (auth-source-search): Main auth-source API entry point.
437         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
438         (auth-source-search-collection): Helper function for searching.
439         (auth-source-netrc-parse, auth-source-netrc-normalize)
440         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
441         Supports search, create, and delete.
442         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
443         backend stubs.
444         (auth-source-user-or-password): Call `auth-source-search' but it's not
445         ready yet.
446
447 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
448
449         * message.el (message-setup-1): Remove the read-only stuff, since it
450         doesn't work under XEmacs, for some reason.
451
452         * gnus-sum.el (gnus-user-date): Rename back from
453         gnus-summary-user-date since user code refers to it.
454
455         * shr.el (shr-render-td): Store the actual background colour used.
456
457         * message.el (message-setup-1): Don't bind the constant
458         -forbidden-properties.
459         (message-setup-1): Revert previous change, since it needs to bind the
460         props to insert them.
461         (message-resend): Allow removing the read-only separator line.
462
463 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
464
465         * nnimap.el (nnimap-request-accept-article): Give an error message if
466         the APPEND wasn't successful.
467
468 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
469
470         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
471         that have no groups.
472
473 2011-02-03  Julien Danjou  <julien@danjou.info>
474
475         * gnus-draft.el: Remove progn around gnus-draft-setup.
476
477 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-start.el (gnus-read-active-for-groups): This function is never
480         called with a nil `infos', so clean that up.
481         (gnus-get-unread-articles): Request active files from primary/secondary
482         methods that have no groups (yet).
483
484 2011-02-03  Julien Danjou  <julien@danjou.info>
485
486         * message.el (message-setup-1): Always generate References first.
487         (message-mail): Return the return value of message-setup, not always t.
488         (message-setup-1): Insert mail-header-separator with read-only and
489         intangible properties set.
490
491         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
492         user-date in docstring.
493
494         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
495
496         * gnus.el (gnus-summary-line-format): Mention &user-date format in
497         docstring.
498
499         * gnus.el (gnus-user-date-format-alist): Change default value. Use
500         defcustom, with type and group. Move from gnus-util.el. Rename to
501         gnus-summary-user-date-format-alist.
502
503 2011-02-03  Glenn Morris  <rgm@gnu.org>
504
505         * nnimap.el (gnus-fetch-headers): Declare.
506
507         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
508
509 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
510
511         * message.el (message-forward-make-body-digest-plain)
512         (message-followup, message-reply): Clean up things noted by Stefan.
513
514         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
515         gnus-article-update-date-headers is nil.
516         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
517         it didn't really work with defcustom.
518         (article-update-date-lapsed): Make sure the window start doesn't move,
519         either.
520
521 2011-02-01  Julien Danjou  <julien@danjou.info>
522
523         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
524         format.
525
526         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
527         standard in Emacs nowadays.
528
529         * color.el (color-gradient): Add a color-gradient function.
530
531 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
532
533         * message.el (message-expand-name): Don't trust the return value of
534         bbdb-complete-name.
535         (message-check-news-header-syntax): Remove unused var `start'.
536         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
537         (message-inhibit-body-encoding): Move to before first use.
538         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
539         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
540         (Organization, Message-ID, Date, mh-previous-window-config):
541         Defvar the vars using dynamic scoping.
542
543 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
544
545         * shr.el (shr-render-td): Only do colours at the final rendering.
546         Should be slightly faster.
547         (shr-insert-table): Fix up TD background colours when doing the
548         vertical padding.
549
550         * gnus-art.el (article-date-ut): Protect against articles with no Date
551         header.
552         (article-update-date-lapsed): Don't use current-column to find the
553         horizontal position.  It's fragile in the presence of \003 characters.
554
555         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
556
557 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus-art.el (article-transform-date): Rewrite to still work when
560         there are several rfc2822 parts.
561         (article-transform-date): Fix infinite recursion.
562         (article-date-ut): Replace infinitely many Date headers with a single
563         one when called interactively.
564
565         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
566         secure manner.
567
568         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
569         move around by not using save-window-excursion.  It seems to work...
570
571 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-art.el (article-make-date-line): Work for user-defined format.
574
575 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
576
577         * nntp.el (nntp-retrieve-group-data-early)
578         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
579         fetching functions.
580
581         * gnus-start.el (gnus-read-active-for-groups): Read the active files
582         thoroughly for all backends that have no known groups.  This should
583         allow new nnml methods to retrieve mail.
584
585         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
586         that Gnus doesn't know exists again.
587
588         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
589         (gnus-treat-date-ut): Ditto.
590         (gnus-article-update-date-header): Renamed.
591         (gnus-treat-date-local): Removed.
592         (gnus-treat-date-english): Removed.
593         (gnus-treat-date-lapsed): Removed.
594         (gnus-treat-date-combined-lapsed): Removed.
595         (gnus-treat-date-original): Removed.
596         (gnus-treat-date-iso8601): Removed.
597         (gnus-treat-date-user-defined): Removed.
598         (gnus-article-date-headers): New variable to control all the date
599         header options.
600         (article-date-ut): Rewrite to allow using the new way to format date
601         headers(s).
602
603 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
604
605         * nnmail.el (nnmail-article-group): Check for a direct fancy split
606         method.
607         (nnmail-article-group): A better test for fanciness.
608
609         * nnimap.el (nnimap-request-head): Protect against not finding the
610         article by Message-ID.
611
612 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
613
614         * gnus-art.el (article-update-date-lapsed): Try a better way to really
615         keep point at the "same place".
616
617 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
620         data if the group is unactivated.
621
622 2011-01-28  Julien Danjou  <julien@danjou.info>
623
624         * gnus-win.el: Remove dead function gnus-window-configuration-element.
625         (gnus-all-windows-visible-p): Remove old compatibility code.
626         (gnus-window-top-edge): Add docstring.
627
628         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
629
630 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
631
632         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
633         older request-update-info.
634
635         * gnus-art.el (article-make-date-line): Limit the length a bit more.
636
637 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
638
639         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
640         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
641
642 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
643
644         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
645         groups.  This makes the nndraft:queue group pop up if it's not already
646         there.
647
648         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
649         messages" logic, which was reversed.
650
651         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
652         the "same place" even if point is on the line being replaced.
653         (article-update-date-lapsed): Allow updating both the combined lapsed
654         and the lapsed headers.
655         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
656         (article-make-date-line): Limit the number of segments dynamically to
657         avoid too-long lines.
658
659 2011-01-27  Julien Danjou  <julien@danjou.info>
660
661         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
662         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
663
664 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
667         Use plist-get instead of the cl function getf.
668
669 2011-01-27  Glenn Morris  <rgm@gnu.org>
670
671         * gnus-util.el (float-time): Get rid of compiler warning, again.
672
673 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
674
675         * shr.el (shr-put-color): Special-case background colours: Do put them
676         at the blank parts at the front of the lines.
677
678         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
679         exit hook to nix out all data on readedness on group exit.
680
681         * gnus-util.el (float-time): If float-time is bound, always use it on
682         all Emacsen.  It's unclear why the subrp check was there.
683         (time-date): Require to make some autoload issues on XEmacs go away.
684
685         * shr.el (shr-put-color): Don't do the box padding in tables, since
686         they're already padded.
687
688 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-art.el (gnus-article-next-page): When the last line of the
691         article is displayed, scroll down once more instead of going to the
692         next article at once.
693         (article-lapsed-string): Refactor out and allow specifying how many
694         segments you want.
695         (gnus-article-setup-buffer): Start updating the lapsed header directly.
696         (gnus-article-update-lapsed-header): New variable.
697
698         * shr.el: Revert change that made headings use different-sized faces.
699         The Emacs display engine isn't advanced enough that, for instance,
700         tables can comfortably use differntly-sized faces.
701
702 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
703
704         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
705         used.
706         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
707         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
708         we're using an encrypted connection.
709
710         * proto-stream.el: Alter the interface functions to also return the
711         actual stream type used: network or tls.
712
713 2011-01-25  Julien Danjou  <julien@danjou.info>
714
715         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
716         (mm-display-javascript-inline): New function.
717
718         * mm-decode.el (mm-inline-media-tests): Add application/javascript
719         viewing function.
720
721 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * shr.el (shr-expand-newlines): Fix variable name.
724
725 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
726
727         * shr.el (shr-expand-newlines): Make nested boxes work.
728
729 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
730
731         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
732         backgrounds.
733         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
734         in a more sensible manner.
735
736 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
737
738         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
739         if EPG is loaded.
740
741 2011-01-24  Julien Danjou  <julien@danjou.info>
742
743         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
744         tags.
745
746 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
749         commands.
750
751         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
752         in the article buffer.
753         (gnus-gravatar-insert): Use blank space from the current buffer to
754         avoid breaking text properties.  This makes X-Sent updating work again.
755
756         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
757
758 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
761         fix the bug in url-http.el instead.
762
763         * shr.el (shr-image-fetched): Ditto.
764
765         * shr.el (shr-image-fetched): Avoid having point move in the article
766         buffer.
767
768         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
769         buffer after being called.  It's apparently being killed by url.el, and
770         killing it made point move to end-of-buffer in a random buffer.
771
772         * shr.el (shr-image-fetched): Ditto.
773
774 2011-01-23  Julien Danjou  <julien@danjou.info>
775
776         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
777
778         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
779         text/x-org.
780
781 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus-sum.el (gnus-summary-move-article): Protect against backends
784         (i.e., nnimap) returning nil as the article number.
785
786 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
787
788         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
789         "DelSp" parameter in RFC3676.
790
791 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
792
793         * message.el (message-check-recipients): Display the encoded version of
794         the bogus address if they differ.
795
796         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
797         after sending.
798
799         * gnus-agent.el (gnus-agent-send-mail): Ditto.
800
801         * gnus-group.el (gnus-group-refresh-group): New convenience function.
802
803         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
804         group buffer after sending the queue.
805
806         * gnus-agent.el (gnus-agent-send-mail): Ditto.
807
808 2011-01-22  Julien Danjou  <julien@danjou.info>
809
810         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
811
812 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
813
814         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
815         nested related parts.
816
817         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
818         unexpired articles.  This fixes the regression that led expiry marks to
819         disappear from nnfolder groups.
820
821 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
822
823         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
824         Don't confuse the "ret" of "retrograde" with RET.
825
826 2011-01-21  Julien Danjou  <julien@danjou.info>
827
828         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
829         than mm-insert-inline.
830
831 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
834         Widen article buffer.
835
836 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
837
838         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
839         the temp buffer.
840         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
841
842 2011-01-20  Julien Danjou  <julien@danjou.info>
843
844         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
845
846         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
847         than mm-insert-inline to insert inline part: this respect
848         mm-inline-media-tests displayers.
849
850         * mm-view.el (mm-display-shell-script-inline): New function.
851
852         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
853
854         * mm-uu.el (mm-uu-type-alist): Add org block.
855         (mm-uu-org-src-code-block-extract): New function.
856
857         * mm-view.el (mm-display-org-inline): New function.
858
859         * mm-decode.el (mm-automatic-display): Add text/org.
860
861         * mailcap.el (mailcap-mime-extensions): Add .org.
862
863 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * gnus-art.el (gnus-article-highlight): Remove argument passed to
866         gnus-article-add-buttons.
867
868 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
869
870         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
871         From header with a date and "nobody" as the sender.
872
873 2011-01-19  Julien Danjou  <julien@danjou.info>
874
875         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
876         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
877         if you have the same regexp several times.
878         (gnus-button-push): Fix matching when regexp is symbol.
879
880 2011-01-15  Glenn Morris  <rgm@gnu.org>
881
882         * message.el (message-mail): A compose-mail function should
883         accept headers as strings.
884
885 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
886
887         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
888         Add :vert-only tags.
889         (message-mail): New arg RETURN-ACTION.
890         (message-return-action): New var.
891         (message-bury): Use it.
892         (message-mode): Make it buffer-local.
893         (message-send-and-exit): Always call message-bury.
894
895         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
896         message-mail.
897
898 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * nnimap.el (nnimap-convert-partial-article): Protect against
901         zero-length body parts.
902
903         * mm-decode.el (mm-preferred-alternative-precedence):
904         Discourage showing empty parts.
905
906         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
907         and stuff if the backend didn't return the article number.  This fixes
908         an Exchange-related nnimap bug.
909
910         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
911         group window, because it does the wrong thing when a separate frame
912         displays the group buffer.
913
914         * proto-stream.el (open-protocol-stream): Protect against the low-level
915         transport functions returning nil.
916
917 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
918
919         * mml2015.el (epg-sub-key-fingerprint): Autoload.
920         (mml2015-epg-find-usable-secret-key): New function.
921         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
922         mml2015-epg-find-usable-key (Bug#7797).
923         (mml2015-epg-encrypt): Ditto.
924
925 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * dgnushack.el (rot13-string): Fix the way to get the argument.
928
929 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
932
933 2011-01-03  Glenn Morris  <rgm@gnu.org>
934
935         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
936
937         * sieve.el (sieve-open-server): Give a more explicit error if
938         sieve-manage-open returns nil.  (Bug#7720)
939
940 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
941
942         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
943
944 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
947         This avoids sending passwords in plain text over non-encrypted
948         channels.
949
950         * shr.el (shr-rescale-image): Display all GIF images as animated images.
951
952         * nnimap.el (nnimap-login): Refactored out into own function, and
953         implement CRAM-MD5.
954         (nnimap-wait-for-line): Refactored out.
955
956         * mm-view.el (mml-smime): Require.
957
958 2010-12-20  David Engster  <deng@eml.cc>
959
960         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
961         use EPG to decrypt S/MIME messages instead of openssl.
962
963 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
966
967         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
968         status is the group clearly is unreachable.
969
970         * auth-source.el (auth-source-create): Add the optional second
971         parameter to `local-variable-p' to be compatible with XEmacs.
972
973 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
974
975         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
976         work when using a compressed nnml folder.
977
978 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
981         backends after sanitising on entry, because this never makes sense:
982         If the articles have gone missing, then the data no longer exists on
983         the backend, and if they haven't, then Gnus is wrong, and shouldn't
984         overwrite anything anyway.
985
986         * shr.el (shr-insert-document): Bind shr-width dynamically to
987         window-width if it's nil.
988
989 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
990
991         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
992         with the meaning of using the full emacs window width for rendering.
993
994 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
995
996         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
997         case when sender is not given.
998
999 2010-12-23  Julien Danjou  <julien@danjou.info>
1000
1001         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1002         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1003         the addresses, otherwise we might misplaced the gravatar.
1004
1005 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1006
1007         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1008         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1009         obsolete in Emacs.
1010
1011 2010-12-20  Julien Danjou  <julien@danjou.info>
1012
1013         * gnus-util.el (gnus-rescale-image): Revert last change.
1014
1015 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1016
1017         * binhex.el: Improve commentary (Bug#7482).
1018
1019 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * gnus-group.el (gnus-group-delete-articles): New command.
1022
1023 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1024
1025         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1026
1027 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1030         here, since it's up to the backends to do CRLF removal if their
1031         protocol has it.
1032
1033         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1034
1035 2010-12-17  Julien Danjou  <julien@danjou.info>
1036
1037         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1038         they are from file. Can also scale up.
1039
1040 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1041
1042         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1043         gnus-use-agent.
1044         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1045
1046         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1047
1048 2010-12-17  Julien Danjou  <julien@danjou.info>
1049
1050         * gravatar.el (gravatar-retrieve-synchronously): New function.
1051         (gravatar-get-data): Make more robust.
1052
1053 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1056
1057 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1060         to really consider the last line.
1061
1062 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1063
1064         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1065         list of recipient keys, or use symmetric encryption if not a list.
1066         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1067         EPA override, replacing the call to `netrc-store-data'.
1068
1069 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1070
1071         * gnus-srvr.el: Avoid passing nil regexp argument to
1072         delete-matching-lines.
1073
1074 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1077         fetching stops when Gnus exits.
1078
1079         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1080         function.
1081         (nnfolder-request-expire-articles): Save all the buffers after doing
1082         expiry.
1083
1084         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1085         the last article", since that led to serious performance regressions
1086         when expiring nnml groups.
1087
1088 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1089
1090         * nnir.el: Improve customizations.
1091
1092 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1095
1096         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1097         group has been killed.
1098         (gnus-group-yank-group): Ditto.
1099
1100         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1101
1102         * nnimap.el (nnimap-request-update-group-status): New function.
1103
1104         * gnus-int.el (gnus-request-update-group-status): New interface
1105         function.
1106
1107         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1108         copying read-ness to the backends.
1109
1110         * nnimap.el (nnimap-quirk): New function.
1111         (nnimap-retrieve-group-data-early): Use it.
1112         (nnimap-quirks): New alist.
1113
1114 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1117         don't delete it within indentation.
1118
1119 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1122         previous line.
1123
1124 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1127         QRESYNC command by deleting a superfluous space which broke Cyrus
1128         servers.  This change will break other servers that are buggy the other
1129         way around.
1130
1131 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1132
1133         * spam.el: Reindent and fix long lines.
1134         (spam-copy-or-move-routine): Exclude invalid move destinations.
1135
1136 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1137
1138         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1139         installed the registry.
1140
1141 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1144
1145 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1146
1147         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1148         groupname doesn't contain "gmane".
1149
1150 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1153         and netrc-bound-and-true-p bindings.
1154         (netrc-parse): Cache the netrc contents.
1155
1156         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1157         (gnus-1): Don't create the nndrafts group twice.
1158         (gnus-setup-news): There's no need to read the active file here, since
1159         that's done again later on a per-backend basis.
1160         (gnus-start-draft-setup): Make sure that the new group is started out
1161         empty.
1162
1163         * gnus-agent.el (gnus-agentize): Don't create the queue group
1164         automatically on startup.  It'll be created later, if needed.
1165
1166         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1167         of automatically subscribed groups.
1168         (gnus-auto-subscribed-categories): New variable.
1169         (gnus-matches-options-n): Use it.
1170         (gnus-default-subscribed-newsgroups): Remove unused variable.
1171         (gnus-start-draft-setup): Message a bit less.
1172
1173 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1174
1175         * nnir.el (nnir-run-imap): Return article list in order of increasing
1176         UID.
1177
1178 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-sum.el (gnus-summary-enter-digest-group):
1181         Mention gnus-auto-select-on-ephemeral-exit.
1182
1183         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1184         convention of the network-only option.
1185
1186 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * proto-stream.el (proto-stream-open-network-only): New function to
1189         have a way to specify non-STARTTLS upgrade connections.
1190
1191 2010-12-10  Julien Danjou  <julien@danjou.info>
1192
1193         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1194         email address is nil.
1195
1196         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1197
1198 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1199
1200         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1201         deletion.
1202         (nnir-run-imap): Only need to parse list once.
1203
1204 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * shr.el (shr-tag-script): Ignore <script>.
1207         (shr-tag-label): Add <label> support.
1208
1209 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1212
1213         * shr.el (shr-image-displayer): Work for images lined side by side.
1214
1215 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1216
1217         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1218         parameter, since XEmacs doesn't accept t as a parameter.
1219
1220 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1221
1222         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1223         ids.
1224         (nnir-run-gmane): Simplify groupspec formatting.
1225         (nnir-request-expire-articles): New function.
1226
1227 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1230         overflow, possibly.
1231
1232         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1233         (shr-render-td): Handle td style="" better.
1234         (shr-tag-table): Use the color from the style sheet.
1235         (shr-render-td): Make sure we copy over all the overlays, too.
1236
1237 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1238
1239         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1240         (nnir-request-article): Improve article retrieval.
1241
1242 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * mm-util.el (mm-extra-numeric-entities): New variable.
1245
1246         * mm-url.el (mm-url-decode-entities):
1247         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1248
1249         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1250
1251 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1252
1253         * message.el: Use completion-at-point.
1254         (message-completion-function): New fun, extracted from message-tab.
1255         (message-mode): Use it for completion-at-point-functions.
1256         (message-tab): Use it and completion-at-point.
1257
1258 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1261         character if a non-breakable character follows.
1262
1263 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1266         any stream.
1267
1268         * shr.el (shr-tag-font): Colorize the region.
1269         (shr-tag-body): Ditto.
1270         (shr-tag-font): Actually let the styles be inherited instead of
1271         overwriting them.
1272         (shr-tag-font): Get the background color right.
1273         (shr-tag-style): Ignore all <style> tags for the moment.
1274
1275         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1276         a Message-ID to avoid having nnimap depend on gnus-sum.
1277
1278         * shr.el (shr-descend): Only colorize something if we have a node that
1279         sets colors.
1280
1281 2010-12-06  Julien Danjou  <julien@danjou.info>
1282
1283         * shr.el (shr-render-td): Render td content with shr-descend, so style
1284         will be applied to <td> too.
1285         (shr-colorize-region): Colorize region even if we only have a background.
1286         (shr-tag-body): Fix color and background color inheritance.
1287         Do not recolorize after shr-generic.
1288         (shr-tag-font): Let shr-generic colorize via inheritance.
1289
1290 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1293
1294 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1295
1296         * nnir.el (nnir-request-move-article): Remove obsolete code.
1297
1298 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1301
1302 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * gnus-sum.el (gnus-summary-respool-article): The completion function
1305         expects a list instead of an alist.
1306
1307         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1308         string as the parameter.
1309
1310         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1311
1312         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1313         styles.
1314         (shr-colorize-region): New function.
1315         (shr-insert-background-overlay): Remove.
1316         (shr-render-td): Background setting should be taken care of on a higher
1317         level.
1318         (shr-tag-body): Use post-hoc colorizations.
1319         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1320         (shr-put-color-1): Don't overwrite old colors.
1321         (shr-colorize-region): When the background color isn't explicit, use
1322         a fixed background.
1323
1324         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1325         nnmail variables.
1326
1327 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1328
1329         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1330         unless necessary.
1331
1332 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1333
1334         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1335         server.
1336
1337 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1340         so that TAB works.
1341
1342         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1343         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1344
1345         * shr.el (shr-urlify): Show the URL before the title to avoid
1346         misleading URLs.
1347
1348 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1349
1350         * shr.el (shr-urlify): Display the title in <a> tags.
1351
1352 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1353
1354         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1355
1356 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1357
1358         * nnir.el: Rearrange code to allow macros to be autoloaded by
1359         gnus-sum.el.
1360         (nnir-retrieve-headers-override-function): Make this variable
1361         customizable.
1362         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1363
1364         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1365         from nnir.el.
1366
1367 2010-12-03  Julien Danjou  <julien@danjou.info>
1368
1369         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1370
1371 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1374         allow optional argument `environment'.
1375
1376 2010-12-03  Glenn Morris  <rgm@gnu.org>
1377
1378         * mm-extern.el (message-goto-body): Update declaration.
1379
1380 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * gnus-util.el (gnus-macroexpand-all): New function.
1383
1384         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1385         instead of macroexpand-all that is unavailable in XEmacs.
1386
1387 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1388
1389         * nnir.el (nnir-summary-line-format): New variable.
1390         (nnir-mode): Use it.
1391         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1392         (nnir-article-ids): Reimplement as defsubst.
1393         (nnir-retrieve-headers): Don't mangle the subject header.
1394         (nnir-run-imap): Use 100 as RSV score.
1395         (nnir-run-find-grep): Fix for full server searching.
1396         (nnir-run-gmane): Better restriction to gmane groups.
1397
1398         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1399         summary buffers.
1400
1401 2010-12-02  Julien Danjou  <julien@danjou.info>
1402
1403         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1404
1405         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1406
1407         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1408         support.
1409
1410 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1411
1412         * nnir.el: Update to handle the registry better.
1413         (autoload): Silence byte-compiler.
1414         (nnir-open-server): Add a hook for nnir groups.
1415         (nnir-request-move-article): Don't mangle the header. Better to use
1416         formating variables (which will be added in the future).
1417         (nnir-registry-action): Update the registry using the original article
1418         group name.
1419         (nnir-mode): Install nnir-specific hooks for updating the registry.
1420
1421         * gnus-sum.el
1422         (gnus-article-original-subject,gnus-newsgroup-original-name):
1423         Remove obsolete variables.
1424         (gnus-summary-move-article): Remove use of obsolete variables.
1425         (gnus-summary-local-variables): Make move and delete hooks local to
1426         summary buffers.
1427
1428 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * rtree.el: New file.
1431
1432 2010-12-01  Julien Danjou  <julien@danjou.info>
1433
1434         * message.el (message-user-organization): Do not use
1435         gnus-local-organization.
1436
1437         * gnus.el: Remove gnus-local-organization.
1438
1439         * gnus-msg.el: Remove nastygram thing.
1440
1441 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1444         funcall.
1445
1446 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1449         names.
1450
1451         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1452         characters.
1453
1454         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1455         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1456         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1457         (gnus-gravatar-transform-address): Use mail-extract-address-components
1458         that supports non-ASCII names rather than mail-header-parse-addresses.
1459
1460 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * proto-stream.el (open-protocol-stream): All starttls connections are
1463         handled by the network handler.
1464
1465 2010-11-30  Julien Danjou  <julien@danjou.info>
1466
1467         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1468         (nnimap-open-connection-1): Fix PREAUTH.
1469
1470         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1471
1472 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1475         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1476         (shr-insert): Use them.
1477         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1478
1479 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1480
1481         * nnir.el (nnir-request-move-article): Bail out if original group
1482         doesn't support article moves.
1483         (nnir-get-active): Improve active list retrieval.
1484
1485 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1488
1489 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1490
1491         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1492         seem to accept strings-with-numbers as port numbers,
1493
1494 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1495
1496         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1497         change the registry.
1498
1499 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1502         delete-dups that is not available in XEmacs 21.4.
1503
1504         * mm-util.el (mm-delete-duplicates): Add comment.
1505
1506 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1507
1508         * nnir.el (nnir-ignored-newsgroups): New variable.
1509         (nnir-get-active): Use it.
1510
1511 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * proto-stream.el (proto-stream-open-network): Add some comments.
1514
1515         * nntp.el (nntp-open-connection): Provide a :success condition.
1516
1517         * nnimap.el (nnimap-open-connection-1): Ditto.
1518
1519         * proto-stream.el (proto-stream-open-network): See what the response to
1520         the STARTTLS command is.
1521
1522         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1523         backwards compatibility).
1524         (nnimap-open-connection-1): Really respect nnimap-server-port.
1525
1526         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1527         TLS upgrades we don't really care about the identity of the peer.
1528         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1529         that what we've checked for.
1530         (proto-stream-always-use-starttls): Only default to t if
1531         open-gnutls-stream exists.
1532         (proto-stream-open-network): If STARTTLS failed, then just open a
1533         normal connection.
1534         (proto-stream-open-network): Wait until the greeting before doing
1535         STARTTLS.
1536
1537         * nntp.el (nntp-open-connection): Report what the connection error is.
1538
1539         * proto-stream.el (open-protocol-stream): Rename from
1540         open-proto-stream.
1541
1542 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * nnimap.el (nnimap-stream): Change default to `undecided'.
1545         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1546         first, and then network.
1547         (nnimap-open-connection-1): Respect nnimap-server-port.
1548         (nnimap-open-connection): Be more backwards-compatible.
1549
1550         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1551         (proto-stream-open-starttls): De-duplicate the starttls code.
1552         (proto-stream-open-starttls): Folded back into the main function.
1553         (proto-stream-open-network): Fix typo in the gnutls path.
1554         (proto-stream-command): Refactor out.
1555
1556         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1557
1558         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1559         starttls.el STARTTLS.
1560
1561         * color.el (color-lab->srgb): Fix function call name.
1562
1563         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1564         if we're using tls.el.
1565         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1566         built in, then don't try to establish a STARTTLS connection.
1567
1568         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1569         servers.
1570
1571         * proto-stream.el (open-proto-stream): Use network, not stream.
1572         (open-proto-stream): Add a way to specify what the end of a command is.
1573
1574         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1575         connections types.
1576         (nntp-open-network-stream): Remove.
1577         (nntp-open-ssl-stream): Remove.
1578         (nntp-open-tls-stream): Remove.
1579         (nntp-ssl-program): Remove.
1580
1581         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1582
1583 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1584
1585         * nnir.el: Fix typos.
1586         (nnir-retrieve-headers-override-function): Rename variable to reflect
1587         new semantics.
1588         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1589         macros.
1590         (nnir-request-article, nnir-request-move-article): Use them.
1591         (nnir-categorize): New function.
1592         (nnir-run-query): Use it.
1593         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1594         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1595         sorted.
1596         (nnir-group-full-name): Use gnus-group-full-name instead.
1597         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1598         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1599
1600 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1603
1604         * proto-stream.el: New library to provide protocol-specific
1605         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1606         protocols.
1607         (open-proto-stream): Complete the documentation.
1608         (proto-stream-open-network): Fix some typos.
1609
1610         * nnimap.el (nnimap-open-connection): Use it.
1611
1612 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1613
1614         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1615         negotiation.
1616
1617 2010-11-26  Julien Danjou  <julien@danjou.info>
1618
1619         * color.el: Rename various rgb functions to srgb.
1620
1621 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1624         names.
1625
1626 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * shr.el (shr-insert): Revert last change.
1629         (shr-find-fill-point): Never leave point being at bol;
1630         relax the kinsoku limitation when rendering tables.
1631
1632 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1635         results from -accept-article.
1636
1637         * shr-color.el: Require cl when compiling.
1638
1639         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1640         checkin.
1641
1642         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1643
1644         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1645
1646         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1647         'add and 'delete to set backend marks.
1648
1649         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1650
1651         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1652
1653         * nntp.el (nntp-request-set-mark): Use it.
1654
1655         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1656
1657         * nnml.el (nnml-request-set-mark): Ditto.
1658
1659         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1660         introduces regressions in article selection.
1661         (nnimap-find-uid-response): New function.
1662         (nnimap-request-accept-article): Use the UID returned, if any.
1663         (nnimap-request-move-article): Use the UID returned, if any.
1664         (nnimap-get-groups): Reimplement to work with folded lines.
1665         (nnimap-find-uid-response): The UID is the last element in the list.
1666         (nnimap-request-set-mark): Extend syntax with 'set.
1667
1668         * nnml.el (nnml-request-set-mark): Ditto.
1669
1670         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1671
1672         * nntp.el (nntp-request-set-mark): Ditto.
1673
1674 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * message.el (message-called-interactively-p): A temporary macro.
1677         (message-goto-body): Use it temporarily.
1678
1679 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1682         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1683         (nnimap-last-response-string): Fix last unfolding fix.
1684
1685 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * shr.el (shr-insert): Fix the way to fold lines.
1688
1689 2010-11-25  Julien Danjou  <julien@danjou.info>
1690
1691         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1692
1693         * color.el: Rename from color-lab.el
1694         (color-rgb->hex): Add.
1695         (color-complement): Add.
1696         (color-complement-hex): Add.
1697
1698         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1699
1700 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1703         don't exist.
1704
1705 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1708         assuming that article displaying or another mml-preview may be
1709         interrupted for an error or for the like.
1710
1711         * shr.el (shr-get-background): Fix argument name.
1712
1713 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1716
1717         * gnus-sum.el (gnus-summary-include-articles): New function.
1718
1719         * message.el (message-goto-body): called-interactively-p needs a
1720         parameter, so use `any'.
1721
1722         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1723         clear marks before moving, since they're synced from the Gnus side
1724         first.
1725
1726         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1727         (gnus-summary-move-article): Copy over all marks before moving, so that
1728         IMAP doesn't think a new article has arrived.
1729
1730 2010-11-24  Julien Danjou  <julien@danjou.info>
1731
1732         * shr.el (shr-insert-background-overlay): Fix typo.
1733         (shr-render-td): Copy the background before rendering.
1734
1735         * shr-color.el (shr-color-visible): Fix docstring.
1736
1737         * shr.el (shr-tag-table): Add bgcolor support.
1738         (shr-render-td): Add bgcolor support.
1739         (shr-get-background): Add.
1740         (shr-insert-foreground-overlay): Use shr-get-background.
1741
1742         * message.el (message-goto-body): Use called-interactively-p.
1743         (message-in-body-p): message-goto-body returns point.
1744
1745 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1748         Fixes something or other in Emacs 23, and is backwards compatible.
1749
1750         * message.el (message-goto-body): Remove the <#secure special-casing,
1751         which is too special.
1752
1753         * shr.el (shr-parse-style): Drop !important from styles.
1754
1755 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1756
1757         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1758         this function to return incorrect results when calling it with an
1759         explicit article argument different from
1760         (gnus-summary-article-number).
1761
1762 2010-11-24  Julien Danjou  <julien@danjou.info>
1763
1764         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1765         (shr-tag-body): Add background support.
1766         (shr-descend): Add background support.
1767         (shr-tag-title): Add.
1768
1769         * shr-color.el (shr-color-visible): Really return original background
1770         if fixed.
1771
1772 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * shr.el (shr-color-check): Protect against non-existant colour names.
1775
1776 2010-11-24  Julien Danjou  <julien@danjou.info>
1777
1778         * color-lab.el: Require 'cl when compiling.
1779
1780         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1781
1782         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1783         matched part.
1784
1785         * color-lab.el: Fix all expt calls to use float type.
1786
1787 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1790         expression to shr-color-check as is.
1791
1792         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1793
1794         * color-lab.el: Add coding cookie.
1795         (float-pi): Use eval-and-compile.
1796
1797         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1798         compiled for Emacsen having no `libxml-parse-html-region' support.
1799
1800 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * shr.el (shr-insert-color-overlay): Split stuff like
1803         "#444444 !important" to find the real colour.
1804         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1805         parse <font color="red"> entries.
1806
1807 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1808
1809         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1810         point when parsing headers.
1811
1812         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1813         is positioned properly when parsing headers.
1814
1815 2010-11-23  Julien Danjou  <julien@danjou.info>
1816
1817         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1818
1819         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1820
1821         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1822
1823         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1824         Use shr-color-hue-to-rgb.
1825         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1826
1827 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * shr.el (shr-color->hexadecimal): Autoload.
1830         (shr-descend): Add color to all tags.
1831
1832 2010-11-22  Julien Danjou  <julien@danjou.info>
1833
1834         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1835         shr-color->hexadecimal.
1836
1837         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1838         RGB() or HSL() color representation.
1839
1840         * shr.el (shr-tag-font): Add.
1841         (shr-tag-color-check): New function to get better colors.
1842         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1843         tag-span.
1844
1845         * shr-color.el: New file.
1846
1847         * color-lab.el: New file.
1848
1849         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1850
1851 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1852
1853         * nnir.el: Fix typo in comments.
1854         (nnir-run-imap): Simplify code. No need to reverse artlist.
1855         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1856
1857 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1860
1861         * nnimap.el (nnimap-get-capabilities): Refactor out.
1862         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1863
1864 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1865
1866         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1867         appearing when `mm-uu-hide-markers' is nil.
1868
1869 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * nnimap.el (nnimap-unselect-group): Make into its own function.
1872         (nnimap-request-rename-group): Unselect group before renaming.
1873         This had gotten lost somewhere.
1874         (nnimap-request-accept-article): Keep track of examined groups, and
1875         unselect the group before APPENDing to read-only groups.
1876         (nnimap-request-move-article): Clear flags before moving so that they
1877         can be re-set later.
1878
1879 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1882         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1883
1884 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-art.el (gnus-mime-display-single)
1887         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1888         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1889         parameter.
1890
1891 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1894         (shr-table-vertical-line): New variable.
1895         (shr-insert-table): Use it.
1896
1897 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * gnus-html.el (gnus-html-wash-images): Don't display images if
1900         gnus-inhibit-images is non-nil; register displayer for cid images.
1901         (gnus-html-display-image): Work for cid image.
1902         (gnus-html-insert-image): Allow arguments.
1903         (gnus-html-put-image): Inhibit read-only.
1904         (gnus-html-prefetch-images): Don't prefetch images if
1905         gnus-inhibit-images is non-nil.
1906
1907 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * shr.el (shr-put-image): Break lines when inserting big pictures.
1910
1911 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1912
1913         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1914         sender, thanks Katsumi Yamaoka.
1915
1916 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1917
1918         * nnir.el (nnir-run-imap): Reverse the article list for each group
1919         rather than the whole list.
1920
1921 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * shr.el (shr-image-displayer): Protect function against non-existent
1924         image source.
1925
1926         * gnus-art.el (gnus-inhibit-images): New user option.
1927         (gnus-mime-display-single): Don't display image if it is non-nil.
1928
1929         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1930         gnus-inhibit-images.
1931
1932         * shr.el (shr-image-displayer): New function.
1933         (shr-tag-img): Use it.
1934
1935 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1936
1937         * mml2015.el (mml2015-epg-sign): Use From header.
1938
1939 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1942
1943         * gnus-util.el (gnus-find-text-property-region): Return markers.
1944
1945         * shr.el (shr-tag-img): Put a displayer in the text property.
1946
1947         * gnus-util.el (gnus-find-text-property-region): New utility function.
1948
1949         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1950         (gnus-html-show-images): Remove.
1951
1952         * gnus-art.el (gnus-article-show-images): New, more general function.
1953
1954         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1955         image url text properties.
1956
1957         * shr.el: Ditto.
1958
1959         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1960         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1961
1962 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1965         work for two or more articles.
1966
1967 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1970         divide an image that's in an html article to two or more when washing
1971         non-ASCII characters in alt text of it.
1972
1973 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1976         smime-decrypt-region using function argument.
1977         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1978
1979         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1980
1981         * smime.el (smime-decrypt-region): Catch it.
1982
1983 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1984
1985         * smime.el (smime-mode-map): Move initialization into declaration.
1986         (gnus-run-mode-hooks): Don't autoload.
1987         (smime-mode): Use define-derived-mode.
1988
1989 2010-11-11  Glenn Morris  <rgm@gnu.org>
1990
1991         * smime.el (from): Restrict declaration to XEmacs.
1992
1993         * nnir.el (gnus-group-topic-name): Autoload.
1994
1995 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * shr.el (shr-insert): Don't break long line if it is because of
1998         kinsoku-bol characters in the line end.
1999
2000 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2001
2002         * nnir.el (nnir-request-move-article): Fix to provide original group
2003         and subject.
2004         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2005         been retrieved.
2006
2007         * gnus-sum.el (gnus-summary-move-article): Use original group and
2008         subject for virtual articles such as those in an nnir summary buffer.
2009
2010 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2013         least 21.5).
2014
2015         * smime.el (from): Declare it again for XEmacs.
2016
2017 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * message.el (message-resend): Don't disable encoding unless it's
2020         already encoded.
2021
2022         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2023         low-numbered articles.
2024
2025 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * rfc2047.el (rfc2047-syntax-table): Simplify.
2028
2029         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2030
2031         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2032         set-char-table-range for XEmacs.
2033
2034 2010-11-10  Glenn Morris  <rgm@gnu.org>
2035
2036         * time-date.el (time-to-seconds): Always an alias on Emacs,
2037         never a real function.
2038         (with-no-warnings): Remove compat stub, now unused.
2039         (time-less-p): Doc fix.
2040         (time-to-number-of-days): Simplify.
2041
2042         * smime.el (from): Remove unused declaration.
2043
2044         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2045         (gnus-float-time): On Emacs, always an alias.
2046
2047         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2048         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2049
2050 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * dgnushack.el: Don't use ignore-errors in the top level form since it
2053         is unavailable in XEmacs even if cl is loaded.
2054
2055         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2056
2057 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * shr.el (browse-url-mailto): Autoload.
2060
2061         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2062
2063         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2064         regexp doesn't need quoting.
2065
2066 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2067
2068         * message.el (message-subject-trailing-was-ask-regexp)
2069         (message-subject-trailing-was-regexp): Match was: in addition to was.
2070
2071 2010-11-09  Glenn Morris  <rgm@gnu.org>
2072
2073         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2074         (nnbabyl-check-mbox): Use point-at-bol.
2075
2076 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2079
2080         * message.el (message-mailto): New function.
2081         (message-mailto): Should accept other parameters.
2082         (message-mailto): Remove since it duplicates browse-url-mailto
2083         functionality.
2084
2085 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2088         methods.
2089         (gnus-read-active-file): Ditto.
2090
2091         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2092         ": " from the prompt.
2093         (gnus-group-make-group): Ditto.
2094
2095 2010-11-07  Glenn Morris  <rgm@gnu.org>
2096
2097         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2098         (gnus-bookmark-kill-line): Use point-at-eol.
2099
2100 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2103         asterisks in From header.
2104
2105 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2108         string to avoid making the From headers syntactically invalid.
2109
2110         * message.el (message-send-mail): Don't insert courtesy messages if the
2111         message already has List-Post and List-ID messages.
2112
2113 2010-11-06  Glenn Morris  <rgm@gnu.org>
2114
2115         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2116         `condition', `type', `length' a prefix.
2117         (gnus-treat-predicate): Update for above name changes.
2118
2119 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2120
2121         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2122         binding.  Handled by `gnus-summary-refer-thread' instead.
2123         (nnir-warp-to-article): New backend function.
2124
2125         * nnimap.el (nnimap-request-thread): Force dependency updating.
2126
2127         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2128         (gnus-summary-refer-thread): Rework to improve thread-referral.
2129
2130         * gnus-int.el (gnus-warp-to-article): New function.
2131
2132         * gnus-sum.el (gnus-summary-article-map): Bind it.
2133
2134 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2135
2136         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2137         gnus-summary-refer-thread.
2138
2139         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2140         headers.
2141         (gnus-summary-limit-include-thread): Prevent articles in thread from
2142         being cut in gnus-cut-threads.
2143         (gnus-summary-refer-thread): Limit retrieved headers to those in
2144         thread.
2145
2146 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * message.el (message-send-mail): Use the value of
2149         message-courtesy-message from the message buffer.
2150
2151         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2152
2153         * shr.el (shr-browse-url): Implement mailto: URLs.
2154
2155         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2156         "raw".
2157
2158         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2159         if it's already selected.
2160
2161         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2162
2163 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2166         to measure the length and truncate alt text.
2167
2168 2010-11-03  Glenn Morris  <rgm@gnu.org>
2169
2170         * nndiary.el (nndiary-generate-nov-databases-1)
2171         (nndiary-generate-active-info): Rename dynamic variable `files' to
2172         something less generic.
2173
2174 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2175
2176         * nnir.el (nnir-request-move-article): Call the underlying backend to
2177         move articles from nnir.
2178
2179 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2182
2183 2010-11-02  Julien Danjou  <julien@danjou.info>
2184
2185         * nnir.el: Remove wais support.
2186
2187 2010-11-02  Glenn Morris  <rgm@gnu.org>
2188
2189         * gnus-html.el: Reorder requirements to quieten compiler.
2190
2191 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2194         properly for XEmacs as well.
2195         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2196         (gnus-article-natural-long-line-p): Use window-width rather than
2197         frame-width.
2198
2199 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2200
2201         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2202         (nnir-read-parms): Don't modify query.
2203         (nnir-run-query): Add ability to search topic on current line.
2204         (nnir-get-active): Clean up.
2205
2206 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2209         degenerate articles.
2210
2211         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2212         (gnus-print-buffer): Just print the buffer as is, without any copying
2213         to a buffer and then re-highlighting.
2214
2215         * nnimap.el (nnimap-request-group): Store the new updated info.
2216         (nnimap-request-group): Select the group when we don't know whether it
2217         exists or not.
2218
2219         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2220         groups.
2221
2222         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2223         groups.
2224
2225         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2226         groups.
2227
2228         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2229         long-lines case by only filling the long lines.
2230
2231         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2232         (bug #7311).
2233
2234 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * shr.el: No need to declare `declare-function' since shr.el is for
2237         only Emacsen that provide `libxml-parse-html-region'.
2238
2239         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2240         effective only in a file it is referred to.
2241
2242 2010-11-01  Glenn Morris  <rgm@gnu.org>
2243
2244         * mm-util.el (gnus-completing-read): Autoload.
2245         (mm-read-coding-system): Simplify Emacs definition.
2246
2247         * nnmail.el (gnus-activate-group):
2248         * nnimap.el (gnutls-negotiate):
2249         * nntp.el (netrc-parse): Fix declarations.
2250
2251 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2254         string-match-p in Emacs >=23.
2255
2256         * gnus-msg.el (gnus-configure-posting-styles)
2257         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2258
2259 2010-11-01  Glenn Morris  <rgm@gnu.org>
2260
2261         * nnir.el (declare-function): Add compat stub.
2262         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2263         (nnir-run-gmane): Require 'mm-url.
2264
2265         * mm-util.el (mm-string-to-multibyte): Simplify.
2266
2267         * shr.el (declare-function): Add compat stub.
2268         (url-cache-create-filename): Declare.
2269         (mm-disable-multibyte, widget-convert-button): Autoload.
2270
2271         * smime.el (ldap-search): Declare.
2272         (smime-cert-by-ldap-1): Require ldap on Emacs.
2273
2274         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2275         (nnimap-keepalive): Use gnus-float-time.
2276
2277         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2278         (mail-source-delete-crash-box): Use gnus-float-time.
2279
2280         * gnus-dired.el (gnus-completing-read): Autoload.
2281
2282         * mm-view.el (gnus-rescale-image): Autoload.
2283
2284         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2285
2286         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2287
2288         * sieve-manage.el: Require 'cl when compiling.
2289
2290         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2291         (gnus-iswitchb-completing-read): Require iswitchb.
2292         (gnus-select-frame-set-input-focus): Silence compiler.
2293
2294 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * message.el (message-subject-trailing-was-query): Change default to t,
2297         since I think that's what most people want.
2298
2299         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2300         appending for easier debugging.
2301         (nnimap-wait-for-connection): Take a regexp.
2302         (nnimap-request-accept-article): Wait for the continuation line before
2303         sending anything unless we're streaming.
2304
2305         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2306         leave the header washing to take place.
2307
2308 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2309
2310         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2311         regular expression match and replace in posting styles.
2312
2313 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2314
2315         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2316         an entire server.
2317         (nnir-get-active): New function.
2318         (nnir-run-imap): Use it.
2319         (nnir-run-gmane): Who knew, gmane search returns an article score!
2320
2321         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2322         server on the current line with nnir.
2323
2324 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2327         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2328         left edge.
2329         (gnus-article-foldable-buffer): Skip past the prefix when determining
2330         raggedness.
2331
2332         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2333         the raw article, and change `C-u g' to show the article without doing
2334         treatments.
2335
2336         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2337         on to `gnus-treat-article'.
2338         (gnus-inhibit-article-treatments): New variable.
2339
2340         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2341
2342         * gnus-art.el (gnus-treatment-function-alist): Have
2343         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2344         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2345         sections.
2346
2347         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2348         parameter.
2349         (gnus-article-fill-cited-long-lines): New function.
2350         (gnus-article-fill-cited-article): Allow filling only long sections.
2351
2352         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2353         and non-punctuation (like after the apostrophe in "'We").
2354
2355         * gnus-sum.el (gnus-summary-select-article): Make sure
2356         gnus-original-article-buffer is alive.
2357
2358         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2359         reflect the order they're in in the digest.
2360
2361         * gnus.el (gnus-group-startup-message): Move point to the start of the
2362         buffer.
2363
2364         * nnimap.el (nnimap-capability): New function.
2365         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2366         is set.
2367
2368 2010-10-31  David Engster  <dengste@eml.cc>
2369
2370         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2371         conform with changes to gnus-completing-read.
2372
2373 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2376
2377 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2378
2379         * nnir.el: Move defvar, defcustom around to keep file organized
2380         and keep byte-compiler quiet.
2381         (nnir-read-parms): Accept search-engine as arg.
2382         (nnir-run-query): Pass search-engine as arg.
2383         (nnir-search-engine): Remove.
2384
2385 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * shr.el (shr-generic): The text nodes should be text, not :text.
2388
2389         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2390         later in the file.
2391
2392 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2393
2394         * nnir.el: General clean up.  Allow searching with multiple engines.
2395         Allow separate extra-parameters for each engine.
2396         Batch queries when possible.
2397         (nnir-imap-default-search-key,nnir-method-default-engines):
2398         Add customize interface.
2399         (nnir-run-gmane): New engine.
2400         (nnir-engines): Use it.  Qualify all prompts with engine name.
2401         (nnir-search-engine): Remove global variable.
2402         (nnir-run-hyrex): Restore for now.
2403         (nnir-extra-parms,nnir-search-history): New variables.
2404         (gnus-group-make-nnir-group): Use them.
2405         (nnir-group-server): Remove in favor of gnus-group-server.
2406         (nnir-request-group): Avoid searching twice.
2407         (nnir-sort-groups-by-server): New function.
2408
2409 2010-10-30  Julien Danjou  <julien@danjou.info>
2410
2411         * gnus-group.el: Remove gnus-group-fetch-control.
2412
2413         * gnus-start.el (gnus-find-new-newsgroups):
2414         Remove gnus-check-first-time-used.
2415
2416         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2417
2418 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2419
2420         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2421         set on groups that don't have \* permanentflags.
2422
2423 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2426         control the background color.
2427         (shr-tag-img): Ignore very small web bug type images.
2428         (shr-put-image): Add help-echo alt texts to the images.
2429         (shr-tag-video): Show the video poster image.
2430
2431 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * shr.el (shr-table-depth): New variable.
2434         (shr-tag-table-1): Only insert the images after the top-level table.
2435
2436         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2437
2438         * gnus-util.el (gnus-list-memq-of-list): New function.
2439
2440         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2441         selected.
2442         (nnimap-unsplittable-articles): New slot.
2443         (nnimap-new-articles): Use it.
2444
2445 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2446
2447         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2448         move to the previous line on `M-g'.
2449
2450 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2453         *-request-group, which seems unnecessary.
2454
2455         * nnimap.el (nnimap-quote-specials): Function copied over from
2456         imap.el.
2457         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2458         they support that.  Suggested by Tom Regner.
2459
2460 2010-10-29  Julien Danjou  <julien@danjou.info>
2461
2462         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2463         defalias.
2464         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2465
2466         * gnus.el: Remove `gnus-nntp-service' variable.
2467         (gnus-secondary-servers): Make obsolete.
2468         (gnus-nntp-server): Make obsolete.
2469
2470         * gnus-start.el (gnus-1): Remove x-splash calls.
2471
2472         * gnus-ems.el (gnus-x-splash): Remove.
2473
2474         * gnus.el (gnus-group-startup-message): Simplify/update code.
2475
2476         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2477         definition.
2478
2479         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2480         capability before doing anything.
2481         (gnus-group-insert-group-line): Remove useless
2482         gnus-group-remove-excess-properties.
2483
2484 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2487
2488 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2491         config after reselecting.
2492
2493 2010-10-28  Julien Danjou  <julien@danjou.info>
2494
2495         * shr.el (shr-put-image): Use point even if only inserting text.
2496         (shr-put-image): Save excursion when inserting alt text on non-graphic
2497         display, so the behaviour is the same when we are on a graphic display.
2498
2499         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2500
2501 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2504         (gnus-mime-copy-part): Check coding system, not charset.
2505         (gnus-mime-view-part-externally): Never remove part.
2506         (gnus-mime-view-part-internally): Don't remove part here.
2507         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2508         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2509         multipart/alternative.
2510
2511         * mm-decode.el (mm-display-part): Take optional arg `force'.
2512
2513 2010-10-26  Julien Danjou  <julien@danjou.info>
2514
2515         * gnus-group.el (gnus-group-default-list-level): Add this function to
2516         compute the default list level.
2517         (gnus-group-default-list-level): Add possibility to use a function.
2518
2519 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2522
2523         * gnus-group.el (gnus-group-completing-read)
2524         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2525         gnus-replace-in-string.
2526
2527 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * shr.el (shr-tag-div): Add.
2530
2531         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2532
2533 2010-10-25  Julien Danjou  <julien@danjou.info>
2534
2535         * gnus-util.el: Remove `gnus-with-local-quit'.
2536
2537         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2538
2539 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2542         the original article buffer.
2543
2544 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * nnimap.el (nnimap-request-head): New function.
2547         (nnimap-request-move-article): Try to be slighly faster by not
2548         requesting the entire message when moving.
2549         (nnimap-transform-headers): Don't bug out on bodiless articles.
2550         (nnimap-send-command): Have no outstanding messages if the IMAP server
2551         doesn't support streaming.
2552         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2553
2554 2010-10-24  Julien Danjou  <julien@danjou.info>
2555
2556         * message.el (message-default-headers): Fix type.
2557
2558 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2561         prefetching images.
2562
2563         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2564         backend for unknown groups.  This is mainly useful for nnimap groups.
2565
2566         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2567         group isn't covered by the agent.
2568
2569 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2570
2571         * nnir.el (nnir-method-default-engines): New variable.
2572         (nnir-run-query): Use it.
2573         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2574         (gnus-summary-nnir-goto-thread): Change group if needed.
2575
2576         * gnus-group.el (gnus-group-group-map): Add key binding for
2577         gnus-group-make-nnir-group.
2578
2579 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * shr.el (shr-tag-object): Add.
2582
2583         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2584         original article buffer live.
2585         (gnus-summary-select-article-buffer):
2586         Mention gnus-widen-article-buffer.
2587
2588 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * shr.el (shr-tag-strong): Add.
2591
2592 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2595         group names.  They mess up the group buffer badly.
2596
2597         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2598
2599         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2600         instead of the summary one.
2601
2602 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * mml.el (mml-preview): Work properly when editing article.
2605
2606         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2607         gnus-have-read-active-file if it's already been in.
2608
2609 2010-10-22  Tom Tromey  <tromey@redhat.com>
2610
2611         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2612         gnus-group-completing-read.
2613
2614 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * message.el (message-mode-map): Don't bind M-; to comment region, to
2617         allow the global comment-dwim to work.
2618
2619 2010-10-21  Julien Danjou  <julien@danjou.info>
2620
2621         * message.el (message-setup-1): Allow message-default-headers to be a
2622         function.
2623
2624 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * shr.el (shr-tag-table): Simplify.
2627
2628 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2631         to avoid trying to snarf invalid stuff.
2632
2633         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2634
2635         * gnus.el (gnus-message-archive-group): Quote value.
2636         (gnus-message-archive-group): Mark as changed.
2637
2638         * shr.el (shr-add-font): Don't put the font properties on the newline
2639         or the indentation.
2640
2641         * message.el (message-fix-before-sending): Change options when sending
2642         non-printable characters.
2643
2644         * gnus.el (gnus-message-archive-method): Change the default to
2645         monthly outgoing groups.
2646
2647         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2648         that have gotten new numbers.
2649
2650         * nnimap.el (nnimap-request-replace-article): New function.
2651
2652 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2655         (nnrss-request-article): Don't use special html washing code.
2656
2657 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * shr.el (shr-tag-table): Remove useless nconc.
2660
2661 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * gnus-art.el (article-wash-html): Simplify and remove the charset
2664         stuff.  Use the normal html rendering code instead of the special html
2665         washing code.
2666
2667         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2668         `gnus-w3m' symbols.
2669         (mm-text-html-washer-alist): Remove.
2670
2671         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2672         (mm-inline-media-tests): Remove use.
2673         (mm-text-html-renderer): Change default to the `shr' symbol.
2674
2675         * mm-view.el (mm-inline-text-html): Remove use.
2676
2677         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2678         `gnus-blocked-images' to be a function.
2679         (gnus-article-wash-function): Remove.
2680
2681 2010-10-20  Julien Danjou  <julien@danjou.info>
2682
2683         * spam.el (spam-list-of-processors): Mark as obsolete.
2684
2685         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2686         (nnimap-insert-partial-structure): Fix boundary detection.
2687
2688 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2689
2690         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2691         run file-truename on remote files.  This can be expensive and even
2692         prevent one from editing drafts if some unrelated buffer has a stale
2693         connection.
2694
2695 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2698         kinsoku-eol regardless of shr-kinsoku-shorten.
2699         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2700         (shr-tag-table): Support caption, thead, and tfoot.
2701
2702 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2705         lines.
2706         (shr-save-contents): New command and keystroke.
2707
2708         * nndoc.el (nndoc-type-alist): Add git support.
2709         (nndoc-git-type-p): New function.
2710         (nndoc-transform-git-article): Ditto.
2711         (nndoc-transform-git-headers): Ditto.
2712         (nndoc-transform-git-headers): Generate Subject headers.
2713
2714         * shr.el (shr-parse-style): New function.
2715         (shr-tag-span): Ditto.
2716
2717         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2718         to `G G' to avoid collisions.
2719
2720 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * shr.el: Load kinsoku if necessary.
2723         (shr-kinsoku-shorten): New internal variable.
2724         (shr-find-fill-point): Make kinsoku shorten text line if
2725         shr-kinsoku-shorten is bound to non-nil.
2726         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2727         shr-indentation too when testing if table is wider than frame width.
2728         (shr-insert-table): Use `string-width' instead of `length' to measure
2729         text width.
2730         (shr-insert-table-ruler): Make sure indentation is done at bol.
2731
2732 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2733
2734         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2735         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2736         undecoded network data.
2737
2738 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2741         name in the mode line spec so that the mode line menu works
2742         (bug #2431).
2743
2744         * message.el (message-get-reply-headers): If we're fed `to-address',
2745         then always use that.
2746
2747         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2748         aren't so wide as to need to switch off the edit menu.
2749
2750         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2751         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2752
2753         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2754         `M-g'.
2755         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2756         the permanent marks.
2757
2758 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2759
2760         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2761         Splitting according to references/in-reply-to obeys the ignore-groups
2762         variable, while splitting by sender and subject do not.
2763
2764 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2767         alist, so that we can look for non-Unicode chars.
2768         (article-translate-strings): Allow both character and string maps.
2769
2770 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * shr.el (shr-insert): Don't insert space behind a wide character
2773         categorized as kinsoku-bol, or between characters both categorized as
2774         nospace.
2775
2776 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2777
2778         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2779         headers to gnus-newsgroup-headers.
2780
2781 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * shr.el (shr-tag-img): Don't align images -- since we're not
2784         rescaling, this often leads to ugly displays.
2785
2786 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2787
2788         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2789         duplicates.
2790
2791 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2792
2793         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2794         call.
2795
2796 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * gnus.el: Autoload gnus-html-show-images.
2799
2800         * nnimap.el: Use nnheader-message throughout.
2801
2802         * shr.el (shr-tag-img): Ignore images with no data.
2803
2804 2010-10-15  Julien Danjou  <julien@danjou.info>
2805
2806         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2807         a possibility to disable format=flow encoding when using hard newlines.
2808
2809 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * shr.el (shr-insert): Remove space inserted before or after a
2812         breakable character or at the beginning or the end of a line.
2813         (shr-find-fill-point): Do kinsoku; find the second best point or give
2814         it up if there's no breakable point.
2815
2816 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * nnimap.el (nnimap-open-connection): Message when opening connection
2819         for debugging purposes.
2820
2821         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2822         on every setup buffer call to allow this to change from article to
2823         article.
2824
2825         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2826         buffers where we have a wide table.
2827
2828 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2829
2830         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2831         uses *-request-thread.
2832
2833 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2836         incantation, which is no longer valid.
2837
2838 2010-10-14  Julien Danjou  <julien@danjou.info>
2839
2840         * shr.el: Fix defcustom type (char -> character).
2841
2842 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2843
2844         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2845         programs.
2846
2847 2010-10-14  Julien Danjou  <julien@danjou.info>
2848
2849         * shr.el (shr-tag-a): Use url-link as widget type.
2850
2851         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2852         `gnus-group-get-icon'.
2853
2854 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2857         This should make server editing work better.
2858
2859         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2860
2861         * tls.el (tls-program): Remove spurious %s from openssl.
2862
2863         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2864         (nnimap-parse-flags): Fix regexp.
2865
2866         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2867         probably work for CJVK text, too.
2868
2869         * nnimap.el (nnimap-extend-tls-programs): Remove.
2870         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2871
2872         * tls.el (tls-starttls-switches): Remove starttls hack.
2873         (open-tls-stream): Ditto.
2874         (tls-find-starttls-argument): Ditto.
2875
2876 2010-10-13  Julien Danjou  <julien@danjou.info>
2877
2878         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2879         responses.
2880
2881 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2884
2885         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2886         anything in Emacs.
2887
2888         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2889
2890 2010-10-13  Julien Danjou  <julien@danjou.info>
2891
2892         * shr.el (shr-width): Make shr-width a defcustom with default to
2893         fill-column.
2894         (shr-tag-img): Use shr-width rather than fill-column.
2895
2896 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * dgnushack.el (byte-optimize-apply)
2899         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2900
2901         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2902         position when (X-)Faces exist.
2903         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2904         avatars when called interactively.
2905
2906 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2909         gnus-article-x-face-too-ugly is bound.
2910
2911 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2914
2915         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2916         mailbox that doesn't exist.
2917
2918 2010-10-12  Julien Danjou  <julien@danjou.info>
2919
2920         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2921         (shr-get-image-data): Encode URL properly when fetching from cache.
2922         (shr-tag-img): Use aligned-to spaces to align correctly images.
2923
2924         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2925         before inserting the Gravatar.
2926
2927         * shr.el (shr-tag-img): Add align attribute support for <img>.
2928
2929 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-gravatar.el (gnus-art): Require.
2932
2933         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2934         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2935         Remove long obsoleted functions.
2936
2937 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2940
2941         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2942
2943         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2944         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2945         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2946         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2947         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2948         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2949         * sieve-manage.el, smime.el, spam.el:
2950         Fix comment for declare-function.
2951
2952 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * nnimap.el (nnimap-request-rename-group): Select group read-only
2955         before renaming it.
2956
2957         * shr.el (shr-insert): Fix up the white space only regexp.
2958
2959         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2960         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2961
2962         * shr.el (shr-current-column): New function.
2963         (shr-find-fill-point): New function.
2964
2965 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2966
2967         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2968         numbers.
2969
2970 2010-10-11  Julien Danjou  <julien@danjou.info>
2971
2972         * shr.el (shr-hr-line): Add.
2973         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2974         display hr lines.
2975         (shr-max-columns): Do not change state to nil if we just inserting
2976         spaces.
2977
2978 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2981         select the last group.
2982
2983 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2986
2987 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2988
2989         * dig.el (dig-mode-map): Declare and define in one step.
2990
2991 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2994         for Gnus.
2995         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2996         (nnimap-update-qresync-info): Mark \Seen articles as read.
2997
2998         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2999         non-variable, too.
3000
3001         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3002         available.
3003         (nnimap-update-info): Rely more on the current active than the param
3004         active to avoid marking articles as read too much.
3005
3006         * auth-source.el (auth-source-create): Use (user-login-name) for the
3007         user name default.
3008
3009         * nnimap.el (nnimap-update-info): If the server doesn't return any
3010         useful info, just use the previous info.
3011         (nnimap-update-info): Prefer old info over start-article.
3012         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3013
3014 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3015
3016         * nnir.el (autoload): Clean up autoloads.
3017         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3018         Use key rather than value.
3019         (nnir-imap-search-other): New variable.
3020         (nnir-read-parm): Use it.
3021         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3022         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3023
3024 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3025
3026         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3027         the process, too.
3028
3029 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * spam.el (gnus-summary-mode-map): Bind to "$".
3032         Suggested by Russ Allbery.
3033
3034         * shr.el: Rework the way things are indented by <li> slightly.
3035
3036         * gnus.el (gnus-group-set-parameter): Fix typo.
3037
3038         * nnimap.el: Start implementing QRESYNC support.
3039
3040 2010-10-09  Julien Danjou  <julien@danjou.info>
3041
3042         * nnir.el (nnir-engines): Fix too many arguments.
3043
3044 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3047         group is the "last", so that the backends like nnfolder actually save
3048         their folders.
3049
3050         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3051         try to use that for the tls stream.
3052         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3053         UIDVALIDITY and find out which groups are read-only and not.
3054         (nnimap-get-flags): Use the same marks parsing code as the rest of
3055         nnimap.
3056
3057 2010-10-09  Julien Danjou  <julien@danjou.info>
3058
3059         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3060
3061         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3062         retrieving gravatars.
3063
3064         * shr.el (shr-table-corner): Add.
3065         (shr-table-line): Add.
3066         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3067
3068 2010-10-08  Julien Danjou  <julien@danjou.info>
3069
3070         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3071
3072 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3073
3074         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3075
3076         * gnus-sum.el (gnus-mark-article-as-unread)
3077         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3078         (gnus-summary-set-bookmark): Use it.
3079
3080         * gnus-msg.el (gnus-setup-message): Use it.
3081
3082         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3083
3084         * gnus.el (gnus-group-remove-parameter): Use it.
3085
3086         * gnus-group.el (gnus-group-make-web-group): Use it.
3087
3088         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3089
3090         * nnregistry.el: Update docs to mention manual.
3091
3092         * gnus-registry.el: Update docs to mention nnregistry.el.
3093         (gnus-registry-initialize): Don't install nnregistry refer method
3094         automatically.
3095         (gnus-registry-install-nnregistry): Remove it.
3096
3097 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * shr.el (shr-insert): Don't insert double spaces.
3100
3101 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus-gravatar.el (gnus-treat-from-gravatar)
3104         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3105         called interactively.
3106
3107         * gnus-art.el (gnus-mime-view-part-externally)
3108         (gnus-mime-view-part-internally): Make predicate function passed to
3109         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3110         of a mime type.
3111
3112         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3113
3114 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * shr.el (require): Require cl when compiling.
3117         (shr-tag-hr): New function.
3118
3119         * nnimap.el (nnimap-update-info): Remove double setting of high.
3120         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3121         This makes nnimap work properly on Courier again.
3122
3123         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3124         the variable for backwards compatability.
3125
3126         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3127         the file name before using to avoid setting mm-default-directory to
3128         nil.
3129
3130         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3131         bidning gnus-agent variables.
3132
3133         * shr.el (shr-render-td): Use a cache for the table rendering function
3134         to avoid getting an exponential rendering behaviour in nested tables.
3135         (shr-insert): Rework the line-breaking algorithm.
3136         (shr-insert): Don't leave trailing spaces.
3137         (shr-insert-table): Also insert empty TDs.
3138         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3139
3140 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3141
3142         * gnus-sum.el (gnus-number): Rename from `number'.
3143         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3144         (gnus-summary-limit-children): Update uses correspondingly.
3145
3146 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3149         (gnus-gravatar-transform-address): Don't show avatars of people of
3150         which mail addresses match gnus-gravatar-too-ugly.
3151
3152 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * shr.el (shr-table-widths): Expand TD elements to fill available
3155         space.
3156
3157 2010-10-07  Julien Danjou  <julien@danjou.info>
3158
3159         * nnimap.el (nnimap-request-rename-group): Add this method.
3160
3161 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3164         name from XEmacs' function-arglist.
3165
3166         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3167         gravatar under XEmacs.
3168
3169 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3170
3171         * auth-source.el: Update docs with TODO items.
3172
3173         * gnus-sync.el: Update docs to explain state and plans.
3174
3175         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3176         Hooks for mark updates.
3177         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3178
3179         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3180         hooks with arguments, which is needed for mark update hooks.
3181
3182 2010-10-06  Julien Danjou  <julien@danjou.info>
3183
3184         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3185         was matched.
3186
3187         * sieve-manage.el: Update example in `Commentary'.
3188
3189         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3190
3191         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3192         not 2000.
3193         (sieve-manage-authenticate): Re-add function.
3194
3195 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * shr.el (shr-insert): Get 'space transition right.
3198         (shr-render-td): Only delete space at the end of the TD.
3199
3200         * nnimap.el (nnimap-open-connection): Prepare to support
3201         open-gnutls-stream.
3202
3203         * shr.el: Rearrange function order to be more logical.
3204
3205 2010-10-06  Julien Danjou  <julien@danjou.info>
3206
3207         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3208         (nnrss-discover-feed): Remove 404 URL in docstring.
3209
3210         * nnir.el: Fix Swish-E URL.
3211         Fix Namazu URL.
3212
3213         * message.el (message-change-subject): Remove 404 URL in a comment.
3214
3215 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3218         called interactively.
3219
3220         * gnus-util.el (gnus-remove-if): Allow hash table.
3221         (gnus-remove-if-not): New function.
3222
3223         * gnus-art.el (gnus-mime-view-part-as-type)
3224         * gnus-score.el (gnus-summary-score-effect)
3225         * gnus-sum.el (gnus-read-move-group-name):
3226         Replace remove-if-not with gnus-remove-if-not.
3227
3228         * gnus-group.el (gnus-group-completing-read):
3229         Regard collection as a hash table if it is not a list.
3230
3231 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3234
3235         * shr.el: Document the table-rendering algorithm.
3236
3237 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3240         for Emacsen having no `libxml-parse-html-region' support.
3241
3242 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3245         invalid URLs.
3246
3247         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3248         line-broken.
3249         (shr-tag-img): Ignore image fetching errors.
3250         (shr-overlays-in-region): Compute overlay positions correctly.
3251
3252         * mm-decode.el (mm-shr): Require shr.
3253
3254         * gnus-art.el (gnus-blocked-images): Move variable here.
3255
3256         * shr.el (shr-insert-table): Bind free variable.
3257
3258         * mm-decode.el (mm-shr): Bind shr-content-function.
3259
3260         * shr.el (shr-content-function): New variable.
3261
3262         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3263         added for symmetry.
3264
3265         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3266
3267         * gnus-group.el (gnus-group-make-group): Doc fix.
3268
3269         * nnimap.el (nnimap-request-newgroups): Return success.
3270
3271         * shr.el (shr-find-elements): New function.
3272         (shr-tag-table): Put all the images after the table.
3273         (shr-tag-table): Really inhibit images inside the table.
3274         (shr-collect-overlays): Copy over overlays from the TD elements to the
3275         main document.
3276
3277         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3278         gnus-blocked-images.
3279
3280 2010-10-05  Julien Danjou  <julien@danjou.info>
3281
3282         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3283
3284         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3285         (gnus-html-maximum-image-size): Add this function.
3286         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3287
3288         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3289         server-value of the capability is nil.
3290
3291 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * shr.el (shr-tag-em): Add <EM> tag.
3294
3295 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3296
3297         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3298         customizable.
3299
3300         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3301         handing broken links to browse-url.
3302
3303 2010-10-05  Julien Danjou  <julien@danjou.info>
3304
3305         * gnus-util.el (gnus-emacs-completing-read)
3306         (gnus-iswitchb-completing-read): Use autoload rather than require.
3307
3308 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3311         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3312         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3313         iswitchb-temp-buflist for XEmacs.
3314
3315         * gnus-util.el (gnus-completing-read-function): Exclude
3316         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3317         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3318         XEmacs.
3319
3320         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3321         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3322
3323         * gnus-html.el: Don't require help-fns under XEmacs.
3324         (gnus-html-schedule-image-fetching): Work for XEmacs.
3325
3326         * mm-decode.el (mm-shr): Decode contents by charset.
3327
3328 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3331         unknown.
3332
3333         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3334         (shr-get-image-data): Ensure against the cache file missing.
3335
3336         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3337         for data.
3338
3339         * spam-report.el (spam-report-url-ping-plain): Don't query about
3340         killing the process.
3341
3342         * shr.el (shr-render-td): Protect against too-wide text.
3343
3344 2010-10-04  Julien Danjou  <julien@danjou.info>
3345
3346         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3347         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3348
3349         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3350         retrieved.
3351
3352 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * shr.el (browse-url): Require.
3355         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3356         lines.
3357         (shr-show-alt-text, shr-browse-image): New commands.
3358         (shr-browse-url, shr-copy-url): New commands.
3359
3360         * gnus-sum.el (gnus-widen-article-window): New variable.
3361         (gnus-summary-select-article-buffer): Use it.
3362
3363         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3364         without @ signs.
3365
3366 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3367
3368         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3369
3370 2010-10-04  Julien Danjou  <julien@danjou.info>
3371
3372         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3373         for XEmacs.
3374
3375 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3378
3379         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3380         (nnimap-close-server): Implement.
3381
3382         * dgnushack.el (iswitchb): Require to shut up the compiler.
3383
3384         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3385         (shr-insert): Tweak line breaking.
3386         (shr-insert): Handle <pre> better.
3387         (shr-tag-li): Get <li> indentation right.
3388         (shr-tag-li): Get <li> indentation even righter.
3389         (shr-tag-blockquote): Ensure paragraph start.
3390         (shr-make-table): Tweak table generation.
3391         (shr-make-table): Fix typo.
3392
3393         * shr.el: Implement table rendering.
3394
3395 2010-10-04  Julien Danjou  <julien@danjou.info>
3396
3397         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3398
3399 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * shr.el (shr-insert): Use string anchors instead of line anchors.
3402
3403 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * shr.el: Add headings.
3406         (shr-ensure-paragraph): Actually work.
3407         (shr-tag-li): Make <ul> prettier.
3408         (shr-insert): Get white space at the beginning/end of elements right.
3409         (shr-tag-p): Collapse subsequent <p>s.
3410         (shr-ensure-paragraph): Don't insert double line feeds after blank
3411         lines.
3412         (shr-insert): \t is also space.
3413         (shr-tag-s): Fix "s" tag name function.
3414         (shr-tag-s): Fix face prop name.
3415
3416 2010-10-03  Julien Danjou  <julien@danjou.info>
3417
3418         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3419
3420         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3421         gnus-window-inside-pixel-edges.
3422
3423         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3424         gnus-ems.
3425
3426         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3427
3428         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3429         function.
3430
3431         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3432         resize choice.
3433
3434 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3437         beginning of the buffer.
3438
3439         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3440         article buffer again.
3441
3442         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3443
3444         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3445         when it's at the start of the buffer.
3446
3447         * shr.el (shr-tag-blockquote): Convert name.
3448         (shr-rescale-image): Use the right image-size variant.
3449
3450         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3451         buffer isn't shown, then select the current article first instead of
3452         bugging out.
3453         (gnus-summary-select-article-buffer): Show both the article and summary
3454         buffers again.
3455
3456         * shr.el (shr-fontize-cont): Protect against regions with no text.
3457         Rename tag functions to shr-tag-* for enhanced security.
3458         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3459
3460 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3461
3462         * shr.el (shr-insert):
3463         * pop3.el (pop3-movemail):
3464         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3465         loaded.
3466
3467 2010-10-03  Glenn Morris  <rgm@gnu.org>
3468
3469         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3470
3471         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3472
3473         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3474
3475         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3476
3477         * gnus-util.el (gnus-make-local-hook): Simplify.
3478
3479 2010-10-02  Julien Danjou  <julien@danjou.info>
3480
3481         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3482         (gnus-ido-completing-read): New function.
3483         (gnus-emacs-completing-read): New function.
3484         (gnus-completing-read): Use gnus-completing-read-function.
3485         Add gnus-completing-read-function.
3486
3487 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3488
3489         * shr.el (shr-insert-document): Autoload.
3490         (shr-img): Be silent.
3491         (shr-insert): Add a newline after every picture before text.
3492         (shr-add-font): Use overlays for combining faces.
3493         (shr-insert): Pass upwards the text start point.
3494
3495         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3496         possible.
3497         (mm-shr): New function.
3498
3499 2010-10-02  Julien Danjou  <julien@danjou.info>
3500
3501         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3502         should go backward.
3503
3504 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3505
3506         * shr.el (shr): Fix typo in provide call.
3507
3508 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * shr.el: New file.
3511
3512         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3513
3514         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3515         completing read.
3516
3517 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3520         we're being queried about.  Suggested by Dan Jacobson.
3521
3522         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3523         Suggested by Jason Eisner.
3524
3525         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3526         table, too.  Suggested by Stefan Wiens.
3527         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3528         the table unnecessary.  Suggested by Stefan Wiens.
3529
3530         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3531         longer needed, and probably doesn't work either, as pointed out by
3532         Stefan Wiens.
3533         (gnus-summary-exit): Remove call to the clearing function.
3534         (gnus-summary-exit-no-update): Ditto.
3535
3536         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3537         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3538         Reported by Stefan Monnier.
3539         (gnus-summary-save-in-rmail): Ditto.
3540
3541         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3542         article buffer, instead of both the article buffer and the summary
3543         buffer.  Sort of suggested by Dan Jacobson.
3544
3545         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3546
3547         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3548         Suggested by Dan Jacobson.
3549
3550         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3551         documentation clearer.
3552
3553         * message.el (message-shorten-references): Comment on the number "21".
3554         Suggested by Stefan Monnier.
3555
3556         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3557         Suggested by Dan Jacobson.
3558
3559         * gnus.el (gnus-large-newsgroup):
3560         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3561
3562         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3563         externalize attachments.  Bug reported by Steve Wen.
3564
3565         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3566         really message anything to the user.
3567
3568         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3569         directly.
3570
3571         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3572         messages in empty groups.
3573
3574 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3575
3576         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3577         non-UIDNEXT group.
3578
3579 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3582         not the value from the collection.
3583
3584         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3585         values.  This sometimes happens on some groups that have no info.
3586         (nnimap-request-newgroups): New function.
3587
3588 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3589
3590         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3591         check into `gnus-registry-initialize'.
3592         (gnus-registry-initialize): Ditto.
3593         Fix and extend header docs.
3594
3595 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3598         regexp backtrace overflows.
3599
3600         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3601         for starttls that tls.el implements; i.e. openssl.
3602
3603         * tls.el (tls-starttls-switches): Give up on using starttls with
3604         gnutls-cli.
3605         (tls-program): Add --insecure to be consistent with the defaults from
3606         openssl s_client.  Now all three commands are insecure.
3607
3608 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * lpath.el: Bind completion-styles-alist for XEmacs.
3611
3612         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3613         (gravatar-create-image): New function that's an alias to
3614         gnus-xmas-create-image, gnus-create-image, or create-image.
3615         (gravatar-data->image): Use it.
3616
3617 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3618
3619         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3620         install the nnregistry refer method.
3621         (gnus-registry-install-hooks): Use it.
3622         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3623         unfollowed groups.
3624
3625 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3626
3627         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3628         expanding threads.
3629
3630 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * nnir.el: Use the server names without suffixes (bug #7009).
3633
3634         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3635         unencrypted to STARTTLS, if possible.
3636
3637 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3638
3639         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3640         headers before superseding.
3641
3642 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * nnrss.el (nnrss-use-local): Add documentation.
3645
3646         * nnimap.el (nnimap-extend-tls-programs): New function.
3647         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3648         (nnimap-wait-for-connection): Accept the greeting from the stupid
3649         output from openssl s_client -starttls, too.
3650
3651         * tls.el (tls-starttls-switches): New variable.
3652         (tls-find-starttls-argument): Use it.
3653         (open-tls-stream): Ditto.
3654
3655         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3656         (netrc-machine): Ditto.
3657
3658         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3659         article number.
3660         (nnimap-split-fancy): New variable.
3661         (nnimap-split-incoming-mail): Use it.
3662
3663         * nntp.el (nntp-server-list-active-group): Document.
3664
3665         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3666         SELECT to get the message-id.
3667
3668         * mail-source.el (mail-sources): Remove webmail support.
3669         (defvar): Ditto.
3670         (mail-source-fetcher-alist): Ditto.
3671         (mail-source-fetch-webmail): Remove.
3672
3673         * webmail.el: Remove -- doesn't seem relevant any more.
3674
3675         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3676
3677         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3678         the \r.
3679
3680 2010-09-30  Julien Danjou  <julien@danjou.info>
3681
3682         * gnus-agent.el (gnus-agent-add-group): Fix call to
3683         gnus-completing-read.
3684
3685 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * nndoc.el (nndoc-retrieve-groups): New function.
3688
3689         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3690         `default', use nnmail-split-methods.
3691         (nnimap-request-article): Downcase the NILs so that they are nil.
3692
3693         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3694         symbol.
3695
3696         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3697         code, since if the user has requested network, that's what they ought
3698         to get.
3699         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3700         (nnimap-split-rule): Mark as obsolete.
3701
3702         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3703         New variable.
3704
3705         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3706         correct slot, too.
3707
3708 2010-09-29  Julien Danjou  <julien@danjou.info>
3709
3710         * gnus.el (gnus-local-domain): Declare variable obsolete.
3711
3712         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3713         Fix history computing.
3714         (gnus-ido-completing-read): Require ido.
3715
3716 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3719         build Gnus.
3720
3721         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3722         when interpreting the structures.
3723         (nnimap-request-accept-article): Add \r\n to the lines to make this
3724         work with Cyrus.
3725
3726         * nndraft.el (nndraft-request-expire-articles): Use the group name
3727         instead if "nndraft".  Fix found by Nils Ackermann.
3728
3729 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3730
3731         * nnregistry.el: Add.
3732
3733 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3734
3735         * nnmail.el (group, group-art-list, group-art):
3736         Remove unneeded directives.
3737
3738 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3741         (mm-mime-charset)
3742         * rfc2047.el (rfc2047-syntax-table)
3743         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3744
3745         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3746         rather than `insert-file-contents' and `eval-region'.
3747
3748         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3749         construction.
3750
3751         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3752
3753         * time-date.el: No need to require cl for Emacs 21.
3754
3755 2010-09-29  Julien Danjou  <julien@danjou.info>
3756
3757         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3758         replacement of `gnus-gravatar-relief' to mimic
3759         `gnus-faces-properties-alist'.
3760         Add :version property.
3761
3762 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * mail-source.el (mail-source-report-new-mail)
3765         * message.el (message-default-mail-headers)
3766         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3767
3768         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3769
3770 2010-09-28  Julien Danjou  <julien@danjou.info>
3771
3772         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3773         mail-address contains the same string as real-name.
3774
3775         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3776         non-blank in header, otherwise it'll get stripped.
3777
3778         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3779         real-name, and then for mail address rather than doing : or , search.
3780
3781 2010-09-27  Julien Danjou  <julien@danjou.info>
3782
3783         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3784         right completing-read function.
3785         (gnus-use-ido): New variable
3786         (gnus-completing-read-with-default): Remove.
3787         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3788         (gnus-agent-add-group):
3789         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3790         * mm-view.el (mm-view-pkcs7-decrypt):
3791         * mm-util.el (mm-codepage-setup):
3792         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3793         * mml-smime.el (mml-smime-openssl-sign-query):
3794         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3795         (mml-insert-multipart):
3796         * gnus-msg.el (gnus-summary-yank-message):
3797         * gnus-int.el (gnus-start-news-server):
3798         * mm-decode.el (mm-interactively-view-part):
3799         * gnus-dired.el (gnus-dired-attach):
3800         * gnus.el (gnus-read-method):
3801         * gnus-bookmark.el (gnus-bookmark-jump):
3802         * gnus-art.el (gnus-mime-view-part-as-type)
3803         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3804         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3805         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3806         * nnmairix.el (nnmairix-create-server-and-default-group)
3807         (nnmairix-update-groups, nnmairix-get-server)
3808         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3809         (nnmairix-get-group-from-file-path):
3810         * nnrss.el (nnrss-find-rss-via-syndic8):
3811         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3812         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3813         (gnus-group-browse-foreign-server):
3814         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3815         (gnus-summary-execute-command, gnus-summary-respool-article)
3816         (gnus-read-move-group-name):
3817         * gnus-score.el (gnus-summary-increase-score)
3818         (gnus-summary-score-effect):
3819         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3820
3821 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3824         x-focus-frame.
3825
3826         * nnimap.el (auth-source-forget-user-or-password)
3827         (auth-source-user-or-password): Autoload.
3828
3829         * message.el (message-from-style, message-interactive)
3830         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3831         (message-yank-prefix, message-indentation-spaces, message-signature)
3832         (message-signature-file): Add comment.
3833
3834 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3837         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3838         new articles.
3839
3840         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3841         parts.
3842         (nnimap-request-article): Work with the t setting, too.
3843
3844         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3845         that you don't get flashes of other buffers.
3846         (gnus-summary-show-complete-article): Intern before setting.
3847
3848 2010-09-27  David Engster  <dengste@eml.cc>
3849
3850         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3851         well as HEADERS.
3852         (nnmairix-retrieve-headers): Provide new argument for the above.
3853
3854 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * gnus-sum.el (gnus-summary-move-article): Don't alter
3857         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3858         group.
3859
3860         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3861
3862         * message.el (message-cite-prefix-regexp): Revert my last edit.
3863
3864         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3865         variable instead of the Gnus variable.
3866
3867         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3868
3869         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3870
3871         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3872         since some servers don't like it.
3873         (nnimap-open-connection): Forget credentials if the server says the
3874         password was wrong.
3875         (nnimap-parse-line): Protect against invalid data.
3876
3877         * gnus-sum.el (gnus-summary-move-article): Add comment.
3878         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3879         nothing alters it while scanning for new messages.
3880
3881         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3882         which may or may not help.
3883         (nnimap-open-connection): If we're doing a stream connection, and then
3884         discover we're on a STARTTLS-capable server, then open a STARTTLS
3885         connection instead.
3886
3887 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * nnimap.el (utf7): Require.
3890
3891         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3892         prefix.
3893
3894 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3895
3896         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3897
3898 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * nnimap.el (nnimap-request-accept-article): Message the error on
3901         error.
3902
3903 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3906
3907 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * nndoc.el (nndoc-request-list): Return success always.
3910
3911         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3912         `fetch-old' -- we only want to fetch the articles we've requested.
3913         The rest are in the agent, probably.
3914         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3915         disappeared server" to something low.  It's not important.
3916
3917         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3918         arrived before the FETCH data.
3919
3920         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3921         target here, because we don't know the Gnus name of the group.
3922
3923         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3924         for the correct group.
3925
3926         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3927
3928         * gnus.el (gnus): Give a final warning after startup.
3929
3930         * gnus-util.el (gnus-action-message-log): New variable.
3931         (gnus-message): Use it.
3932         (gnus-final-warning): New function.
3933
3934         * nnimap.el (nnimap-open-connection): Record the greeting.
3935         (nnimap): Add greeting.
3936
3937 2010-09-26  Julien Danjou  <julien@danjou.info>
3938
3939         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3940         arguments.
3941         (gnus-html-wash-images): Fix spec computing to include start/end.
3942
3943         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3944
3945 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3948         deletion.
3949         (nnimap-retrieve-headers): Don't select the group, because that's
3950         already done by nnimap-possibly-change-group.
3951
3952         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3953         (gnus-picon-transform-address): Use it.
3954
3955         * mail-source.el (mail-source-value): Revert previous patch.
3956
3957         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3958         on failure.
3959         (nnimap-open-connection): Look up both virtual and physical server name
3960         credentials.
3961
3962         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3963
3964 2009-02-07  Dave Love  <fx@gnu.org>
3965
3966         * tls.el (open-tls-stream): Don't query killing process.
3967
3968 2009-02-08  Dave Love  <fx@gnu.org>
3969
3970         * gnus-win.el (gnus-window-to-buffer-helper)
3971         (gnus-all-windows-visible-p): Function needn't be a symbol.
3972
3973         * mail-source.el (mail-source-value): Function needn't be a symbol.
3974
3975 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * message.el (message-cite-prefix-regexp): Remove } from the cite
3978         prefix.
3979
3980         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3981         highlight again, so that the highlight is correct.
3982
3983         * gnus-picon.el (gnus-picon): Remove again.
3984         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3985
3986         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3987         doing the header highlightling, so that the background colour of the
3988         picon is correct.
3989
3990         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3991         (gnus-picon): Ditto.
3992         (gnus-picon): Reinstate.  The background colour for picons is white.
3993         (gnus-picon-insert-glyph): Make the background white.
3994
3995         * nnml.el (nnml-open-nov): Don't return dead buffers.
3996
3997         * auth-source.el (auth-source-create): Query the user for whether to
3998         store the credentials.
3999
4000         * netrc.el (netrc-store-data): New function.
4001
4002         * auth-source.el (auth-source-user-or-password): Use the existing auth
4003         sources, if any, for creation.
4004
4005         * gnus.el (gnus-group-fast-parameter): Return the last matching
4006         parameter instead of the first matching parameter.
4007
4008 2010-09-26  Julien Danjou  <julien@danjou.info>
4009
4010         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4011
4012 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013
4014         * mml2015.el (mml2015-use): Remove gpg support.
4015
4016         * mml1991.el (mml1991-function-alist): Remove gpg function.
4017         (mml1991-gpg-sign): Remove.
4018
4019 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4020
4021         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4022         (gnus-browse-unsubscribe-current-group): Document it.
4023         (gnus-browse-unsubscribe-group): Use it.
4024
4025 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4028         address to the To list for easier response.
4029
4030         * gnus.el (gnus-play-startup-jingle): Remove.
4031         (gnus-splash): Don't play jingle.
4032         (gnus): Silence gnus-load message.
4033
4034         * gnus-art.el (gnus-treat-play-sounds): Remove.
4035
4036         * gnus.el (gnus-play-jingle): Remove audio support.
4037
4038         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4039
4040         * earcon.el: Remove -- no users.
4041
4042         * gnus-audio.el: Remove -- no users of this package.
4043
4044         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4045
4046         * gnus-start.el (gnus-setup-news): Remove nocem support.
4047
4048         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4049
4050         * gnus.el (gnus-use-nocem): Remove.
4051
4052         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4053         Remove.
4054
4055         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4056         uses NoCeM any more.
4057
4058         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4059         (gnus-button-ctan-handler): Ditto.
4060         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4061         (gnus-button-ctan-directory-regexp): Ditto.
4062         (gnus-button-handle-ctan): Ditto.
4063         (gnus-button-tex-level): Ditto.
4064         (gnus-button-alist): Remove CTAN stuff.
4065
4066 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4069         nnimap-streaming test.
4070
4071         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4072         servers twice.
4073
4074         * nnimap.el (nnimap-open-connection): Add more error reporting when
4075         nnimap fails early.
4076
4077         * nnheader.el (nnheader-get-report-string): New function.
4078         (nnheader-get-report): Use it.
4079
4080         * gnus-int.el (gnus-check-server): Say what the error was when opening
4081         failed.
4082
4083         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4084         using streaming.
4085
4086 2010-09-25  Julien Danjou  <julien@danjou.info>
4087
4088         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4089         gnus-window-inside-pixel-edges.
4090
4091 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4094
4095         * mm-decode.el (mm-save-part): Allow saving to other directories the
4096         normal Emacs way.
4097
4098         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4099         Suggested by Jay Berkenbilt.
4100
4101         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4102         there isn't a single byte.
4103
4104         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4105         just do it.  It doesn't really seem to matter what the user responds
4106         here, I think, so it's just a confusing question.
4107
4108         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4109         non-streaming case.
4110
4111         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4112         (gnus-article-encrypt-body): Use it.
4113
4114         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4115         keystroke.
4116
4117         * nnimap.el (nnimap-find-wanted-parts-1):
4118         Use gnus-fetch-partial-articles.
4119
4120         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4121
4122         * nnimap.el (nnimap-insert-partial-structure): New function.
4123         (nnimap-get-partial-article): New function.
4124         (nnimap-request-article): Use it.
4125         (nnimap-wait-for-response): Return whether the wait was successful.
4126         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4127         retrieval wasn't successful.
4128         (nnimap-retrieve-group-data-early): Allow throttling servers.
4129         (nnimap-streaming): New variable.
4130         (nnimap-fetch-partial-articles): Remove.
4131
4132         * mm-decode.el (mm-with-part): Protect against killed buffers.
4133
4134         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4135         for prettier summary display.
4136
4137 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4138
4139         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4140
4141 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4144         apparently third-party libraries depend on it.
4145
4146         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4147         before starting negotiation.
4148
4149         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4150         privacy reasons.
4151         (gnus-treat-mail-gravatar): Ditto.
4152
4153         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4154         buffer when inserting images.  Inserting text into the headers, for
4155         instance, can make them invalid.
4156
4157 2010-09-25  Julien Danjou  <julien@danjou.info>
4158
4159         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4160         variables.
4161
4162         * nnheader.el: Remove useless variables news-reply-yank-from and
4163         news-reply-yank-message-id.
4164
4165         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4166         variables.
4167
4168         * mml1991.el: Remove useless mml1991-verbose.
4169
4170         * gnus.el: Remove useless variable gnus-use-generic-from.
4171         Remove obsolete variable gnus-topic-indentation.
4172
4173         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4174
4175         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4176
4177         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4178
4179         * gnus-group.el: Remove useless gnus-group-icon-cache.
4180         Remove useless gnus-ephemeral-group-server.
4181
4182         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4183
4184         * mml2015.el: Remove useless mml2015-verbose.
4185
4186         * mml-smime.el: Remove useless mml-smime-verbose.
4187
4188         * gnus.el: Remove useless gnus-local-domain.
4189
4190         * gnus-gravatar.el (gnus-gravatar-transform-address):
4191         Use gnus-gravatar-size.
4192
4193         * gnus-art.el: Remove useless gnus-treat-translate.
4194
4195 2010-09-24  Julien Danjou  <julien@danjou.info>
4196
4197         * gnus-sum.el: Add support for Gravatars.
4198
4199         * gnus-art.el: Add support for Gravatars.
4200
4201         * gnus-gravatar.el: Add this file.
4202
4203         * gravatar.el: Add this file.
4204
4205 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4208
4209         * gnus-group.el (gnus-group-fetch-faq): Remove.
4210
4211         * gnus.el (gnus-group-faq-directory): Remove.
4212
4213         * gnus-group.el (gnus-group-fetch-charter): Remove.
4214
4215         * gnus.el (gnus-group-charter-alist): Remove.
4216
4217         * gnus-group.el (gnus-group-archive-directory): Remove.
4218         (gnus-group-recent-archive-directory): Ditto.
4219         (gnus-group-make-archive-group): Remove.
4220
4221         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4222
4223         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4224         use the same article number for all the cached articles.
4225
4226         * nnimap.el (nnimap-command): Register the last command time so
4227         that we can use it for idling NOOPs.
4228         (nnimap-open-connection): Start the keeplive timer.
4229         (nnimap-make-process-buffer): Store all the process buffers.
4230         (nnimap-keepalive): New function.
4231
4232         * starttls.el (starttls-open-stream): Add autoload cookie.
4233
4234 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4235
4236         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4237         handling.
4238
4239 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4240
4241         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4242         its data structures.
4243
4244         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4245         instead of the cl.el copy-list.
4246         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4247         equalp.
4248
4249 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4252         and tool-bar-local-item-from-menu.
4253
4254         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4255         mode-line-highlight face for Emacs.
4256
4257         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4258         loading gnus-sum.elc; fix comment for canlock-verify.
4259         (gnus-article-jump-to-part): Use read-number.
4260         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4261         Remove Emacs pre-21 compatible code for help-echo.
4262         (gnus-article-next-page-1): No need to adjust the number of lines.
4263         (gnus-article-describe-bindings): Always use help-buffer.
4264
4265         * gnus-audio.el (gnus-audio-inline-sound)
4266         * gnus-cus.el (gnus-custom-mode)
4267         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4268
4269         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4270
4271         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4272         compatible code.
4273
4274 2010-09-24  Glenn Morris  <rgm@gnu.org>
4275
4276         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4277         visiting the fcc file in rmail-mode.
4278
4279         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4280
4281 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * nnir.el: Silence the byte compiler.
4284
4285         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4286         alias to browse-url-url-encode-chars if any.
4287         (gnus-html-encode-url): Use it.
4288
4289 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus-start.el (gnus-use-backend-marks): New variable.
4292         (gnus-get-unread-articles-in-group): Use it.
4293
4294         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4295         makeover.
4296
4297 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4298
4299         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4300
4301 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4304         Remove.
4305         (gnus-setup-news-hook):
4306         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4307
4308         * gnus-int.el (gnus-request-update-info): Protect against backends not
4309         having the function.
4310
4311         * nnimap.el (nnimap-stream): Mention starttls.
4312         (nnimap-open-connection): Add starttls support.
4313
4314 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4315
4316         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4317
4318 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4321         BODYSTRUCTUREs.
4322         (nnimap-transform-headers): Unfold quoted {42} headers.
4323
4324         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4325         the info.
4326         (gnus-get-unread-articles): Only call updatep on backends that support
4327         it.
4328
4329         * nnweb.el (nnweb-request-update-info): NOOP.
4330
4331         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4332
4333         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4334         since it only deals with marks.
4335
4336         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4337         gnus-request-marks, and make a new gnus-request-update-info.
4338
4339         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4340         the active instead of the high number, which is usually too low.
4341
4342 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4343
4344         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4345         * encrypt.el: Remove.
4346
4347 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4350         server in symbolic form.
4351
4352         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4353
4354 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4357         (nnimap-update-info): Fix up code slightly.
4358
4359         * gnus-int.el (gnus-open-server): Add tracing for performance
4360         debugging.
4361
4362         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4363         (gnus-group-insert-group-line): Pass the real group name so that it
4364         gets the right data.
4365
4366         * gnus-start.el (gnus-get-unread-articles): Don't have
4367         `gnus-get-unread-articles-in-group' update info, since that can be
4368         really slow and doesn't seem to be needed?
4369
4370 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4371
4372         * time-date.el (date-to-time): Try using parse-time-string first before
4373         using the slower timezone-make-date-arpa-standard.
4374
4375 2010-09-22  Julien Danjou  <julien@danjou.info>
4376
4377         * gnus-group.el (gnus-group-insert-group-line):
4378         Call gnus-group-highlight-line.
4379         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4380         default hook list.
4381         (gnus-group-update-eval-form): Add new function.
4382         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4383         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4384
4385 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4388         immediate, then expire all articles.
4389         (nnimap-update-info): Fix off-by-one errors.
4390         (nnimap-flags-to-marks): Would return no marks lists for group with no
4391         flags.  Instead return the other data.
4392
4393 2010-09-22  Julien Danjou  <julien@danjou.info>
4394
4395         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4396         Only return an icon.
4397         (gnus-group-insert-group-line): Compute icon to return.
4398
4399         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4400         (gnus-html-image-fetched): Only cache if
4401         gnus-html-image-automatic-caching is set.
4402         (gnus-html-image-fetched): Check for errors.
4403
4404 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4407         once per method on `g'.  This ensures that backends like nnfolder don't
4408         open all their folders.
4409
4410         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4411         (nnimap-request-list): Nix out group in the correct buffer.
4412         (nnimap-parse-flags): Implement by using `read' instead of
4413         hand-parsing.
4414         (nnimap-flags-to-marks): Pass on permanent-flags.
4415         (nnimap-make-process-buffer): Record the server name.
4416         (nnimap-parse-flags): Fix typo.
4417         (nnimap-request-scan): Run split on the server in general, not just a
4418         single group.
4419
4420         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4421         parameter, and propagate this downwards.
4422
4423         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4424         since EXAMINE changes it on the server.
4425
4426         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4427         this command might take a while.
4428
4429 2010-09-22  Julien Danjou  <julien@danjou.info>
4430
4431         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4432         harmful if you have 2 images side-by-side, they can't be properly
4433         update on text deletion.  Using text-property is safer here.
4434         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4435         data.
4436
4437 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * nnimap.el (nnimap-expunge-inbox): Remove.
4440         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4441         (nnimap-expunge): Flip default to t.
4442
4443         * gnus.el (gnus-method-to-server): Don't push things to the cache
4444         unless it's unique.
4445         (gnus-server-to-method): Ditto.
4446
4447 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4448
4449         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4450
4451 2010-09-22  Julien Danjou  <julien@danjou.info>
4452
4453         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4454         get the start of data.
4455         (gnus-html-encode-url): Add this function to encode special chars in
4456         URL.
4457         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4458         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4459
4460         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4461         default.
4462         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4463
4464         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4465         images alt-text.
4466         (gnus-html-put-image): Put alt-text as help-echo.
4467
4468 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4471         * mm-util.el (mm-decompress-buffer)
4472         * nnir.el (nnir-run-find-grep)
4473         * pop3.el (pop3-list): Use 3rd arg of split-string.
4474
4475         * time-date.el (format-seconds): Comment fix.
4476
4477         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4478         and byte-optimize-form-code-walker.
4479         (dgnushack-make-auto-load): Don't advise make-autoload.
4480
4481         * lpath.el: Remove Emacs 21 stuff.
4482
4483 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4486         outside the active range.  Suggested by Dan Christensen.
4487
4488         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4489         slightly later to avoid double-getting it.
4490
4491         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4492         previous patch.
4493
4494         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4495
4496 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4497
4498         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4499
4500 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501
4502         * gnus-int.el (gnus-open-server): Give a better error message in the
4503         "go offline" case.
4504
4505         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4506         marks for nnimap, which is seldom the right thing to do.
4507
4508         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4509         (gnus-same-method-different-name): New function.
4510
4511         * nnimap.el (parse-time): Require.
4512
4513         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4514         method in the presence of many similar methods.
4515
4516         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4517
4518         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4519         nnml-inhibit-expiry.
4520
4521         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4522         find out whether methods are equal.
4523
4524         * nnimap.el (nnimap-find-expired-articles): New function.
4525         (nnimap-process-expiry-targets): New function.
4526         (nnimap-request-move-article): Request the article before looking at
4527         what the Message-ID is.  Fix found by Andrew Cohen.
4528         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4529
4530         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4531         for oldness in addition to being a predicate.
4532
4533         * nnimap.el (nnimap-request-group): When we have zero articles, return
4534         the right data to Gnus.
4535         (nnimap-request-expire-articles): Only delete articles immediately if
4536         the target is 'delete.
4537
4538         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4539         method, this would bug out.
4540
4541         * gnus-group.el (gnus-group-expunge-group): Rename from
4542         gnus-group-nnimap-expunge, and implemented as a normal interface
4543         function.
4544
4545         * gnus-int.el (gnus-request-expunge-group): New function.
4546
4547         * nnimap.el (nnimap-request-create-group): Implement.
4548         (nnimap-request-expunge-group): New function.
4549
4550 2010-09-21  Julien Danjou  <julien@danjou.info>
4551
4552         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4553         (gnus-html-cache-expired): Add new function.
4554         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4555         wethever we should display image for fetch it.
4556         Compute alt-text earlier to pass it to the fetching function too.
4557         (gnus-html-schedule-image-fetching): Change function argument to only
4558         get one image at a time, not a list.
4559         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4560         cache.
4561         (gnus-html-get-image-data): New function to retrieve image data from
4562         cache.
4563         (gnus-html-put-image): Change buffer argument to use image data rather
4564         than file, and place image above region rather than inserting a new
4565         one.  Do not take alt-text as argument, since it's useless now: we place
4566         the image above alt-text.
4567         (gnus-html-prune-cache): Remove.
4568         (gnus-html-show-images): Start to fetch image when we find one, do not
4569         push into a temporary list.
4570         (gnus-html-prefetch-images): Only fetch image if they have expired.
4571         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4572         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4573
4574 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4577
4578 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4581         spec inser "*" if the group isn't active instead of 0.
4582
4583         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4584         opening the server.
4585         (nnimap-request-delete-group): Implement group deletion.
4586         (nnimap-transform-headers): Return the size of the entire message in
4587         the Bytes header, not just the size of the first part.
4588         (nnimap-request-move-article): When moving an article from nnimap,
4589         request the article first so the accepting form has an article to
4590         accept.  Reported by Dan Christensen.
4591         (nnimap-command): Make sure that the error message doesn't error out.
4592
4593 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4594
4595         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4596         we haven't requested anything.
4597
4598 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4601         "".  Fix found by Andrew Cohen.
4602
4603         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4604         instead of -encode-string.
4605
4606 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4609
4610         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4611         by mm-subst-char-in-string.
4612
4613 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4616         waiting for the connection string.
4617
4618         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4619         arriving.
4620
4621         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4622         bogus characters.  This allows selecting certain Gmail groups.
4623
4624         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4625         (nnimap-fetch-partial-articles): New variable.
4626         (nnimap-open-connection): When looking for credentials, also use the
4627         nnimap-server-port.
4628         (nnimap-request-article): Return the group/article number, so that Gnus
4629         `^' works as expected.
4630         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4631
4632         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4633         comments.
4634         (gnus-methods-sloppily-equal): New function.
4635         (gnus): When using the development version of Gnus, load the gnus-load
4636         file.
4637
4638         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4639         `gnus-open-server' on each method before trying to scan them etc.
4640         This ensures that all the backend parameters are set correctly.
4641
4642         * nnimap.el (nnimap-authenticator): New variable.
4643         (nnimap-open-connection): Allow anonymous login.
4644         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4645         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4646
4647         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4648         patch, found by Knut Anders Hatlen.
4649
4650 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4651
4652         * gnus-agent.el (gnus-agent-batch-confirmation)
4653         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4654         to gnus-message.
4655         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4656         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4657         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4658         * gnus-int.el (gnus-open-server): Likewise.
4659         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4660         (gnus-score-check-syntax): Likewise.
4661         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4662         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4663         Likewise.
4664         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4665
4666 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4669         calling conventions so that prefetch doesn't bug out.
4670
4671 2010-09-19  Julien Danjou  <julien@danjou.info>
4672
4673         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4674         rather than `subst-char-in-region' in order to be able to replace ASCII
4675         char by UTF-8 ones.
4676
4677         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4678         than curl.
4679         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4680         the right URL and ALT text on images.
4681         (gnus-html-wash-tags): Fix tag case.
4682         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4683         (gnus-article-html): Add -o display_ins_del=2 option.
4684         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4685
4686 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4689         the extra mail headers, which sometimes seem to happen for unknown
4690         reasons.
4691
4692         * mail-parse.el (mail-header-encode-parameter): Define as
4693         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4694         (or most, perhaps?) mail readers don't understand the latter, but do
4695         understand the former.
4696
4697         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4698         to nil, so that no methods are automatically agentized.  I think this
4699         is probably what most users want.
4700
4701         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4702         from url-retrieve, for instance about invalid URLs.
4703
4704         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4705         groups that have no articles.
4706         (nnimap-request-article): Check that we really got an article when we
4707         requested one.
4708
4709         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4710         doesn't exist.
4711
4712         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4713         nntp buffer so the agent can save it.
4714         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4715         that CRLF doesn't get translated to \n.
4716         (nnimap-open-connection): Don't make 'shell commands only send \n.
4717
4718 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4719
4720         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4721         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4722         Update var name.
4723         (nnml-generate-nov-file): Use dolist.
4724         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4725         Use with-current-buffer.
4726
4727 2010-09-18  Julien Danjou  <julien@danjou.info>
4728
4729         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4730         parallel.
4731
4732 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4735         the range update right.
4736         (nnimap-request-group): Don't make `M-g' bug out on group with no
4737         marks.
4738         (nnoo): Require, so that other packages can require nnimap.
4739         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4740         command we're looking for.  This helps when the server sends more
4741         responses after we've gotten everything we expected.
4742         (nnimap): Add a `newlinep' field to keep track of end-of-line
4743         conventions.
4744         Don't send CRLF to things that don't want it.
4745         (nnimap-request-accept-article): Ditto.
4746
4747 2010-09-18  Julien Danjou  <julien@danjou.info>
4748
4749         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4750         than curl to retrieve images.
4751
4752 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4755         the marks.
4756         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4757         (nnimap-wait-for-connection): New function.
4758         (nnimap-open-connection): If we have PREAUTH, don't query for login
4759         credentials.
4760         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4761         when doing a partial update.
4762
4763 2010-09-18  Julien Danjou  <julien@danjou.info>
4764
4765         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4766         tags.
4767
4768 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * nnimap.el (nnimap-credentials): New function.
4771         (nnimap-open-connection): Use the new function to look for credentials
4772         also on the numeric equivalents of "imap" and "imaps".
4773
4774         * gnus-start.el (gnus-activate-group): Send the info to
4775         gnus-request-group.
4776
4777         * nnimap.el (nnimap-request-group): Have the "check" version of the
4778         function parse flags and update the info, so that a `M-g' get a total
4779         resync of all flags from the group.
4780
4781         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4782         to allow backends to alter the info on group selection.  Also alter all
4783         the backend -request-group functions to take the parameter.
4784
4785         * nnimap.el (nnimap-store-info): New function.
4786         (nnimap-update-info): Store the info for later usage.
4787         (nnimap-request-group): Use the stored info for the dont-check case, so
4788         that we don't retrieve all marks when we enter a group.
4789
4790         * nnimap.el: Use deffoo instead of defun for interface functions.
4791
4792         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4793         update the group info.  This makes the nndraft groups, for instance, go
4794         back to their old behaviour.
4795
4796         * gnus-sum.el (gnus-select-newsgroup): Indent.
4797
4798         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4799         in.
4800         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4801         nothing.
4802
4803         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4804         from methods that are denied.
4805
4806         * gnus-int.el (gnus-method-denied-p): New function.
4807
4808         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4809         store the password instead of netrc.
4810         (nnimap-open-connection): Don't error out when we can't make a
4811         connections.
4812
4813         * auth-source.el (auth-source-create): In the password prompt, say what
4814         we're querying for.  Also prompt for user name if that hasn't been
4815         given.
4816
4817         * nnimap.el (nnimap-with-process-buffer): Remove.
4818
4819 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4822         method when we're reading from the agent.
4823
4824         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4825
4826         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4827         that's probably most useful for users.
4828
4829         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4830         "failed" all the time.
4831
4832         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4833         ...)) with (with-current-buffer ... ).
4834
4835         * nntp.el (nntp-open-server): Return whether the open was successful or
4836         not.
4837
4838         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4839         select an unread unseen article first.
4840
4841         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4842         /etc/services, supply some sensible port defaults.
4843
4844         * dgnushack.el: Define netrc-credentials.
4845
4846 2010-09-17  Julien Danjou  <julien@danjou.info>
4847
4848         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4849
4850 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4851
4852         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4853         doesn't have any parameters.
4854
4855 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4858         only upcased checks.
4859
4860         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4861
4862         * nnimap.el (nnimap-open-shell-stream): New function.
4863         (nnimap-open-connection): Use it.
4864         (nnimap-transform-headers): Get the number of lines in each message.
4865         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4866         number of lines.
4867         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4868         problem.
4869
4870         * utf7.el (utf7-encode): Autoload.
4871
4872         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4873         to allow the mail splitting to not return a default group.  This is
4874         useful for nnimap, which will leave unmatched mail in the inbox.
4875
4876         * nnimap.el: Rewritten.
4877
4878         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4879         nnimap usage.
4880
4881         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4882         if the move is internal, so that nnimap can do fast internal moves.
4883
4884         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4885         data.
4886         (gnus-read-active-for-groups): Support finishing the early retrieval of
4887         data.
4888
4889         * gnus-range.el (gnus-range-nconcat): New function.
4890
4891         * gnus-int.el (gnus-finish-retrieve-group-infos)
4892         (gnus-retrieve-group-data-early): New functions.
4893
4894 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4895
4896         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4897         (nnrss-retrieve-groups):
4898         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4899         (pop3-quit): Use with-current-buffer.
4900
4901 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4904         instead of nnheader-accept-process-output.
4905
4906         * dgnushack.el (dgnushack-compile): Add comment.
4907
4908         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4909
4910         * gnus-html.el (gnus-html-schedule-image-fetching)
4911         (gnus-html-prefetch-images): Replace process-kill-without-query by
4912         gnus-set-process-query-on-exit-flag.
4913
4914 2010-09-16  Romain Francoise  <romain@orebokech.com>
4915
4916         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4917
4918 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4921         parameter to unintern is mandatory-ish in Emacs 24.
4922
4923         * gnus-html.el (gnus-html-schedule-image-fetching)
4924         (gnus-html-prefetch-images): Check for curl before using it.
4925
4926         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4927         depend on curl, which isn't essential.
4928
4929         * imap.el: Revert back to version
4930         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4931         seem problematic.
4932
4933 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4934
4935         * gnus-registry.el (gnus-registry-install-shortcuts):
4936         Explicitly pass `obarray' to `unintern' to avoid a warning.
4937
4938 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4941         change.
4942
4943         * nnrss.el (nnrss-request-list): Remove this function and related
4944         functions, including the moreover stuff.
4945
4946 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * nnrss.el (nnrss-retrieve-groups): New function.
4949
4950 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4951
4952         * .dir-locals.el: Add no-byte-compile cookie.
4953
4954 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * time-date.el (format-seconds): Comment fix.
4957
4958         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4959         for back end that doesn't support request-scan.
4960
4961 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4964         then do request scans from the backends.
4965
4966         * netrc.el (netrc-credentials): New conveniency function.
4967
4968         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4969         avoid running a hook per line, since this takes a lot of time,
4970         profiling shows.
4971         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4972         directly if gnus-visual-p is true.
4973
4974 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4977         groups; replace mapcar with dolist which is a bit faster; pass groups
4978         info to gnus-read-active-file-1.
4979         (gnus-read-active-file-1): Scan only specified groups if the new
4980         optional arg `infos' is given.
4981
4982 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4985
4986         * pop3.el (pop3-movemail): Remove.
4987         (pop3-streaming-movemail): Rename to pop3-movemail.
4988
4989         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4990         don't restrict end-tag searches to the end of the line.
4991
4992 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4995         articles of every unchecked group to t, which means unknown since the
4996         server has never been opened.
4997
4998 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4999
5000         * gnus-html.el (gnus-html-show-alt-text): New command.
5001         (gnus-html-browse-image): Ditto.
5002         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5003         to browse the image directly.
5004         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5005         better.
5006
5007         * gnus-async.el (gnus-async-article-callback):
5008         Call `gnus-html-prefetch-images' unconditionally.
5009
5010         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5011         before feeding URLs to curl.
5012
5013 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5016         internal images as deletable by `W D D'.
5017
5018         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5019         (gnus-async-article-callback): Fix typo.
5020
5021 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5024         current line to work around bugs in the output from w3m.
5025
5026         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5027         for groups that want that.
5028
5029         * nntp.el (nntp-wait-for-string): Supply a timeout for
5030         accept-process-output to ensure progress.
5031
5032         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5033         level to get unread articles from, then use that for foreign groups,
5034         too.
5035
5036         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5037         confuses the rest of the function.
5038
5039         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5040         for the methods that support -retrieve-groups, too.
5041
5042         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5043
5044 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5047         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5048
5049         * pop3.el: Require cl when compiling.
5050         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5051
5052 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5055         that aren't going to be activated.
5056         (gnus-get-unread-articles): Fix up the last commit.
5057
5058         * gnus-html.el (gnus-article-html): Allow calling without specifying
5059         the handle.  In that case, dissect the buffer first.
5060
5061         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5062
5063         * nnimap.el (nnimap-open-connection): Revert the change that would look
5064         into authinfo for imaps instead of imap.
5065
5066         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5067         say that you don't want to call gnus-request-group with don-check, but
5068         do check the reponse.  This is for virtual groups only.
5069         (gnus-get-unread-articles): Count the archive groups as secondary, so
5070         that they're activated the same way as before.
5071
5072         * imap.el (imap-message-map): Removed optional buffer parameter, since
5073         no callers use it.
5074         (imap-message-get): Ditto.
5075         (imap-message-put): Ditto.
5076         (imap-mailbox-map): Ditto.
5077         (imap-mailbox-put): Ditto.
5078         (imap-mailbox-get): Ditto.
5079         (imap-mailbox-get): Revert last change for this function.
5080
5081         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5082         case-insensitively.
5083         (nnimap-debug): Remove.
5084
5085         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5086         to use `imap-fetch' instead.  According to the comments, this should be
5087         safe, since all other IMAP clients use the 1:* syntax.
5088         (imap-enable-exchange-bug-workaround): Removed.
5089         (imap-debug): Removed -- doesn't seem very useful.
5090
5091         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5092         mail from a file, and the file doesn't exist.
5093
5094         * imap.el (imap-log): New convenience function used throughout instead
5095         of repeating the same code all over the place.
5096
5097         * pop3.el (pop3-streaming-movemail): Return t for success.
5098
5099         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5100         .authinfo if we're using ssl connection.
5101
5102         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5103         already have if we're in a main Gnus `g' run.
5104
5105         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5106
5107 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5110
5111         * nnmh.el (nnmh-request-list-1): Bind `file'.
5112
5113         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5114         alias to set-process-query-on-exit-flag or process-kill-without-query.
5115         (pop3-open-server): Use it.
5116
5117 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5120         box to the Incoming file.  Fixes mistake in previous checkin.
5121
5122         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5123         request loop (for debugging purposes) removed.
5124
5125         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5126         culprit is more visible.
5127         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5128         (nnml-add-incremental-nov): New functions to do "incremental" nov
5129         updates, where we just append to the end of the existing nov files
5130         without reading/writing them in full.
5131
5132         * mail-source.el (mail-source-delete-crash-box): Really only check the
5133         incoming files once in a while.
5134
5135         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5136
5137         * mail-source.el (mail-source-delete-crash-box): Only check the
5138         incoming files for deletion once per day to save a lot of file
5139         accesses.
5140
5141         * pop3.el (pop3-logon): Fix up unbound variable typo.
5142
5143         * mail-source.el (pop3-streaming-movemail): Autoload.
5144
5145         * pop3.el (pop3-streaming-movemail):
5146         Respect pop3-leave-mail-on-server.
5147
5148         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5149         retrieval.
5150
5151         * pop3.el (pop3-process-filter): Remove unused function.
5152         (pop3-streaming-movemail, pop3-send-streaming-command)
5153         (pop3-wait-for-messages, pop3-write-to-file)
5154         (pop3-number-of-responses): New functions for streaming pop3
5155         retrieval.
5156
5157         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5158         come from no known methods.
5159         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5160         list.
5161
5162         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5163         message sizes.
5164         (pop3-movemail): Use erase-buffer instead of looping and deleting
5165         regions, which seems rather odd.
5166
5167         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5168         file once per `g' run.
5169
5170         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5171         directories.  This makes the draft queue directory work.
5172
5173         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5174         data from the backends, so that we only request the list of groups from
5175         each method once.  This should speed things up considerably.
5176
5177         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5178         detect that it's not implemented.
5179
5180         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5181         we actually do recurse down into the tree, but don't stat all leaf
5182         nodes.
5183
5184         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5185         then say so instead of bugging out.
5186
5187         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5188         files exist before trying to read them.
5189
5190         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5191         around <pre_int>.
5192
5193         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5194
5195         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5196
5197 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * mm-util.el (mm-image-load-path): Just return the image directories,
5200         not all directories in the path in addition to the image directories.
5201         (mm-image-load-path): Maintain a cache of the image directories so that
5202         the `g' command in Gnus doesn't have to stat dozens of directories each
5203         time.
5204
5205         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5206         (gnus-html-wash-tags): Add a new `i' command to insert images.
5207         (gnus-html-insert-image): New command and keystroke.
5208         (gnus-html-redisplay-with-images): New command and keystroke.
5209         (gnus-html-show-images): Rename command.
5210         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5211         spacers.
5212         (gnus-html-wash-tags): Decode entities at the end, so that entities
5213         inside the tags don't mess up the rest of the "parsing".
5214
5215         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5216         so that nnimap methods aren't agentized by default.  There's apparently
5217         many problems related to agent/imap behaviour.
5218
5219         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5220
5221         * gnus-html.el: Doc fix.
5222
5223 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5226         specifier-spec-list for Emacs 21.
5227
5228         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5229         glyph-width and glyph-height instead of display-graphic-p and
5230         image-size; make avoidance of displaying small images work for XEmacs.
5231
5232         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5233         for XEmacs.
5234
5235         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5236         of symbol that holds plist data.
5237         (gnus-process-plist): Remove plist of process after getting it.
5238
5239 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5240
5241         * message.el (message-generate-hashcash): Change default to
5242         'opportunistic if hashcash is installed.
5243
5244         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5245         (gnus-html-put-image): Only call image-size once, since it's somewhat
5246         time-consuming on remote X servers.
5247
5248 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5251         type on data, not a file name.
5252
5253         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5254         window-pixel-edges for Emacs 21.
5255
5256         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5257         decoded contents.
5258         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5259
5260 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5263         group line format, since it isn't very interesting.
5264
5265         * gnus-agent.el (gnus-agent-short-article),
5266         (gnus-agent-long-article): Increase values for these two variables,
5267         since most people are likely to have more network connection and
5268         storage than before.
5269
5270         * gnus.el (gnus-refer-article-method): Change default to 'current.
5271         When referring an article, the common behaviour is to refer it from the
5272         current select method, not the native select method.  The chances of
5273         the native select method having the message in question is rather slim
5274         these days.
5275
5276         * gnus-sum.el (gnus-auto-select-subject): Change default to
5277         `unseen-or-unread'.  I think it's likely that most people want to
5278         select an unseen article over a previously seen, but unread one.
5279
5280         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5281         means that in the article buffer none of the minor mode elements will
5282         be shown, usually, and this is not desirable in most cases.
5283
5284         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5285         that commands like `d' (and the like) go to the next line in the
5286         buffer, instead of the next unread article.  I think this is the
5287         behaviour that is most natural for most users.
5288         (gnus-single-article-buffer): Change default to nil, so that people can
5289         have as many article buffers open as they have summary buffer.  I think
5290         this is the most natural way for the groups to behave.
5291
5292         * message.el (message-generate-new-buffers): Change default to
5293         `unsent', so that all new message buffers start their names with the
5294         string "*unsent", and it's easier to find the buffers if you move from
5295         them.
5296
5297 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5300         small.  They're probably tracking images.
5301         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5302         (gnus-html-rescale-image): Yet another try at getting the image sizing
5303         right.
5304
5305         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5306         nntp-marks-file-name is nil.
5307
5308 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5309
5310         * gnus-html.el (gnus-html-wash-tags)
5311         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5312         Better logging.
5313
5314 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5317
5318         * gnus-html.el (gnus-html-wash-tags): Check the value of
5319         gnus-blocked-images in the summary buffer.
5320
5321 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5322
5323         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5324
5325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5328         like "a", it seems like.
5329         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5330         since it needs to be picked from the correct buffer.
5331
5332         * nnwfm.el: Remove.
5333
5334         * nnlistserv.el: Remove.
5335
5336 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5339         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5340
5341 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * nnkiboze.el: Remove.
5344
5345         * nndb.el: Remove.
5346
5347         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5348         alt text.
5349         (gnus-html-rescale-image): Try to get the rescaling logic right for
5350         images that are just wide and not tall.
5351
5352         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5353         overshadow variable bindings.
5354
5355 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5356
5357         * gnus-html.el (gnus-html-wash-tags)
5358         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5359         Add extra logging.
5360
5361 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5364         (gnus-max-image-proportion): New variable.
5365         (gnus-html-rescale-image): New function.
5366         (gnus-html-put-image): Rescale images.
5367
5368 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5369
5370         Fix up some byte-compiler warnings.
5371         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5372         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5373         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5374         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5375         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5376         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5377         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5378
5379 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-html.el (gnus-article-html): Decode contents by charset.
5382
5383 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5386         (gnus-html-frame-width, gnus-blocked-images)
5387         * message.el (message-prune-recipient-rules): Add custom version.
5388         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5389
5390         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5391         functions.
5392
5393         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5394         gnus-process-get.
5395
5396 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5397
5398         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5399         instead of lsub directly.
5400
5401 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402
5403         * nnwarchive.el: Remove.
5404
5405         * gnus-soup.el: Remove.
5406
5407         * nnsoup.el: Remove.
5408
5409         * nnultimate.el: Remove.
5410
5411         * gnus-html.el (gnus-blocked-images): New variable.
5412
5413         * message.el (message-prune-recipients): New function.
5414         (message-prune-recipient-rules): New variable.
5415
5416         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5417         guess whether a long line is natural text or not.
5418
5419         * gnus-html.el (gnus-html-schedule-image-fetching):
5420         Use gnus-process-plist and friends for compatibility.
5421
5422 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5423
5424         * gnus-html.el: Require packages that define macros used in this file.
5425         (gnus-article-mouse-face): Declare to silence byte-compiler.
5426         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5427         process-get.
5428         (gnus-html-put-image): Use plist-get to avoid getf.
5429         (gnus-html-prefetch-images): Use with-current-buffer.
5430
5431 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-ems.el: Provide compatibility functions for
5434         gnus-set-process-plist.
5435
5436         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5437         header-line-format for XEmacs 21.4.
5438
5439         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5440         * gnus.el (gnus-valid-select-methods)
5441         * message.el (message-send-mail-partially-limit)
5442         * mm-decode.el (mm-text-html-renderer)
5443         * mml.el (mml-insert-mime-headers-always)
5444         * smiley.el (smiley-regexp-alist): Bump custom version.
5445
5446 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * gnus-html.el: require mm-url.
5449         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5450         with the url to `url'.
5451         (gnus-html-wash-tags): Support cid: URLs/images.
5452
5453 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5456         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5457         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5458
5459         * gnus-move.el: Remove file, since it doesn't really work.
5460
5461         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5462         UTF-8.  This seems to fix problems with some German web feeds.
5463
5464         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5465         at the top so that the proper colours are applied.
5466
5467         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5468         don't have dots in their names.
5469
5470         * gnus-art.el (gnus-article-view-part): Doc fix.
5471
5472         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5473         XEmacs-compatible.
5474         (gnus-html-put-image): Don't do images on non-graphic displays.
5475
5476         * nnslashdot.el: Remove this unused backend.
5477
5478         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5479         actions.
5480         (gnus-undo-register-1): Revert last change.
5481
5482         * gnus-group.el (gnus-group-completing-read): Protect against not
5483         having completion-styles bound.
5484
5485         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5486         make broken recipients happier.
5487
5488         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5489
5490         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5491         point parameter.
5492
5493         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5494
5495         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5496         completion-styles for group selection.
5497
5498 2009-02-04  Andreas Schwab  <schwab@suse.de>
5499
5500         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5501         headers and regexp-quote the match if necessary.
5502
5503 2009-03-24  Miles Bader  <miles@gnu.org>
5504
5505         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5506         the blinking smiley.
5507
5508 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5509
5510         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5511         blink smiley.
5512
5513 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5516         where the dribbel file lives exists.
5517
5518         * message.el (message-send-mail-partially-limit): Change the default to
5519         nil, since most people don't want this.
5520
5521         * mm-url.el (mm-url-decode-entities): Also decode entities like
5522         &#x3212.
5523
5524 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5525
5526         * gnus-sum.el (gnus-summary-idna-message):
5527         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5528         Hyperlink urls in docstrings with URL `...'.
5529
5530 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5531
5532         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5533         functions.
5534
5535 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5538         say what the mouseover text should be.
5539
5540         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5541         version of the mm-w3m-safe-url-regexp variable to only download images
5542         in the groups where we want that to happen.
5543
5544         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5545
5546         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5547         easier debugging.
5548         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5549         big pictures in the article buffer.
5550
5551         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5552         gnus-article-html.
5553         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5554         w3m.
5555
5556         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5557
5558 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5561         which doesn't exist.
5562
5563         * message.el (message-inhibit-ecomplete): New variable to allow some
5564         function to inhibit ecomplete address storage.
5565         (message-resend): Disable ecomplete message storage when resending
5566         messages.
5567
5568         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5569
5570 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5573         Save excursion while copying, moving, and deleting articles in order to
5574         prevent the cursor from jumping to unforeseen place.
5575
5576 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * lpath.el: No need to bind bookmark-current-buffer,
5579         bookmark-yank-point and bookmark-make-record-function.
5580
5581 2010-08-17  Glenn Morris  <rgm@gnu.org>
5582
5583         * gnus-sync.el: Require gnus components whose functions are used.
5584
5585         * gnus-art.el (bookmark-make-record-function):
5586         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5587         Declare for compiler.
5588
5589         * mm-url.el (mml-compute-boundary): Autoload.
5590
5591 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5594
5595 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         Typo fix "hoo4a" -> "hook".
5598
5599         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5600
5601 2010-08-14  Glenn Morris  <rgm@gnu.org>
5602
5603         * gnus-sync.el (gnus-sync): Fix defgroup version.
5604
5605 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5608
5609         * gnus-sync.el: Fix docs.
5610         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5611         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5612
5613 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5614
5615         Optimizations for gnus-sync.el.
5616
5617         * gnus-sync.el: Add docs about gnus-sync-backend
5618         possibilities.
5619         (gnus-sync-save): Remove unnecessary message.
5620         (gnus-sync-read): Optimize and show what groups were skipped.
5621
5622 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         Minor bug fixes for gnus-sync.el.
5625
5626         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5627         Don't read the sync on get-new-news.
5628
5629         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5630         quiet.
5631
5632         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5633         (fix typo).
5634
5635 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5636
5637         Make saving and restoring of hidden threads work with overlays.
5638         Patch applied by Ted Zlatanov.
5639
5640         * gnus-sum.el (gnus-hidden-threads-configuration)
5641         (gnus-restore-hidden-threads-configuration): Update to deal with text
5642         properties, rather than searching for a magic character.
5643
5644 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         New gnus-sync.el library for synchronization of marks.
5647
5648         * gnus-sync.el: New library for synchronization of marks.
5649
5650         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5651         renamed from `gnus-registry-grep-in-list'.
5652
5653         * gnus-registry.el (gnus-registry-follow-group-p):
5654         Use `gnus-grep-in-list'.
5655
5656         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5657
5658 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5661         determining charset of text fails.
5662
5663 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * nnmail.el (nnmail-get-new-mail-1): Revert.
5666
5667         * nnml.el (nnml-active-number): Make sure names of newly created groups
5668         in nnml-group-alist are encoded.
5669
5670 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5673         containing non-ASCII characters in active file for nnml back end.
5674
5675 2010-07-24  David Engster  <dengste@eml.cc>
5676
5677         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5678         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5679
5680 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5681
5682         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5683         tag (Bug#6654).
5684
5685 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5688         the article buffer, not the summary buffer.
5689
5690 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5693         Emacs 23 as well.
5694
5695 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5698         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5699
5700 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5701
5702         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5703         Patch applied by Karl Fogel.
5704
5705         * gnus-sum.el (gnus-summary-bookmark-make-record):
5706         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5707
5708 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5709
5710         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5711         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5712         C-w still not working correctly from Article buffers; Thierry's
5713         patch to fix that will be applied after this.
5714
5715         * gnus-art.el (bookmark-make-record-function): New local variable.
5716
5717         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5718         article buffer.
5719         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5720
5721 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5722
5723         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5724         on changes in bookmark.el.
5725
5726 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5729         `no-log' instead of message not to log prompt string.
5730
5731 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5732
5733         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5734         the *other* type of HTML form submission.
5735
5736 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5737
5738         * auth-source.el (auth-source-pick): If choice does not contain a
5739         questioned keyword, set the check to t.
5740
5741 2010-06-12  Romain Francoise  <romain@orebokech.com>
5742
5743         * gnus-util.el (gnus-date-get-time): Move up before first use.
5744
5745 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5748         (gnus-article-edit-part): Bind it to make last part that is substituted
5749         or deleted visible.
5750         (gnus-mime-display-single): Buttonize part of which id equals to
5751         gnus-mime-buttonized-part-id.
5752
5753 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5754
5755         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5756         (gnus-dd-mmm): Use gnus-date-get-time.
5757         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5758         simplify logic.
5759         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5760         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5761
5762 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5763
5764         * auth-source.el (top): Autoload `secrets-list-collections',
5765         `secrets-create-item', `secrets-delete-item'.
5766         (auth-sources): Fix tag string.
5767         (auth-get-source, auth-source-retrieve, auth-source-create)
5768         (auth-source-delete): New defuns.
5769         (auth-source-pick): Rewrite in order to avoid 2 passes.
5770         (auth-source-forget-user-or-password): New parameter USERNAME.
5771         (auth-source-user-or-password): New parameters CREATE-MISSING and
5772         DELETE-EXISTING.  Retrieve password interactively, if needed.
5773
5774 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5775
5776         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5777         deleting unused directories when gnus-expert-user is t.
5778
5779 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5782         for each temp file when gnus-article-browse-delete-temp is ask.
5783
5784 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5785
5786         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5787         Lisp calls to delete-backward-char by calls to delete-char.
5788
5789 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5790
5791         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5792
5793 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5794
5795         * password-cache.el (password-cache-remove): Fix docstring.
5796
5797 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5800         article unless decoding article to be saved.
5801
5802 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5805         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5806         generated within the mm-with-unibyte-current-buffer macro.
5807
5808 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5811         to nil when we're in a mml-preview buffer and no group is selected.
5812
5813 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5814
5815         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5816         when catching the `C-g'.  Reported by "Leo".
5817
5818 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * message.el (message-forward-make-body-plain)
5821         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5822         multibyte-string-p.
5823
5824         * lpath.el: Revert.
5825
5826 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * message.el (message-forward-make-body-mml): Assume original message
5829         is multibyte string; error on unibyte.
5830         (message-forward-make-body-plain): Ditto; don't add excessive newline
5831         in body end.
5832
5833         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5834
5835 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5836
5837         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5838         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5839
5840 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * mm-extern.el (mm-extern-url): Don't use
5843         mm-with-unibyte-current-buffer.
5844         (mm-extern-cache-contents): Use with-current-buffer instead of
5845         save-excursion + set-buffer.
5846
5847 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * mm-util.el (mm-emacs-mule): Remove.
5850
5851 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5852
5853         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5854         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5855         change.
5856
5857 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5860         bind the default value of enable-multibyte-characters to nil.
5861
5862 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * message.el (message-forward-make-body-plain)
5865         (message-forward-make-body-mml):
5866         Don't use mm-with-unibyte-current-buffer.
5867
5868 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5869
5870         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5871
5872 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5873
5874         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5875         (Bug#5592).
5876
5877 2010-05-07  Julien Danjou  <julien@danjou.info>
5878
5879         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5880         it to mm-pipe-part.
5881
5882         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5883         it is given.
5884
5885 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * binhex.el (binhex-decode-region-internal)
5888         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5889         (dns-query)
5890         * nnweb.el (nnweb-gmane-search)
5891         * pgg-parse.el (pgg-parse-armor)
5892         * pgg.el (pgg-verify-region)
5893         * sha1.el (sha1-string-external)
5894         * uudecode.el (uudecode-decode-region-internal)
5895         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5896         XEmacs.
5897
5898         * gnus-art.el (gnus-article-browse-html-parts)
5899         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5900         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5901         make-temp-file.
5902
5903         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5904         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5905         compiling.
5906
5907         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5908         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5909         XEmacs when compiling.
5910
5911         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5912         gnus-pick-mode-off-hook for XEmacs when compiling.
5913         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5914         gnus-binary-mode-off-hook for XEmacs when compiling.
5915
5916         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5917         Return nil if char-charset is not available.
5918
5919         * imap.el (imap-disable-multibyte)
5920         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5921         macros.
5922
5923         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5924         instead of encode-coding-string.
5925
5926         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5927         'xemacs) instead of mm-emacs-mule to switch function definitions.
5928         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5929
5930         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5931         bind temporary-file-directory for XEmacs;
5932         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5933         timer-set-function for XEmacs 21.4 and SXEmacs;
5934         bind timer-list for XEmacs 21.4 and SXEmacs;
5935         fbind char-charset and find-charset-region for non-Mule XEmacs;
5936         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5937         encode-coding-region and encode-coding-string for XEmacs having no
5938         file-coding feature.
5939
5940 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5941
5942         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5943
5944 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5947         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5948
5949 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5950
5951         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5952         alias `jka-compr-delete-temp-file' no longer exists.
5953
5954 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5955
5956         Use define-minor-mode in Gnus where applicable.
5957         * mml.el (mml-mode): Use define-minor-mode.
5958         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5959         (gnus-undo-mode): Use define-minor-mode.
5960         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5961         (gnus-dead-summary-mode): Use define-minor-mode.
5962         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5963         Initialize in declaration.
5964         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5965         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5966         (gnus-mailing-list-mode): Use define-minor-mode.
5967         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5968         (gnus-draft-mode): Use define-minor-mode.
5969         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5970         (gnus-dired-mode): Use define-minor-mode.
5971
5972 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5973
5974         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5975         handles on recursive mml-to-mime translation and check them for
5976         boundary delimiter collisions.  Reported by Greg Troxel.
5977
5978 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5981
5982 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5983
5984         * mm-util.el (mm-find-buffer-file-coding-system):
5985         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5986
5987 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5988
5989         * message.el (message-generate-headers): Record insertion of optional
5990         headers as well.  Otherwise the check to prevent repeated insertion of
5991         optional headers is a no-op.
5992
5993 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         * smime.el: Don't mention CVS.
5996
5997         * nnrss.el (nnrss-fetch): Don't mention CVS.
5998
5999         * nnir.el: Don't mention CVS.
6000
6001 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6002
6003         * gnus-sum.el (gnus-summary-bookmark-make-record):
6004         Add `location' field.
6005
6006 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * lpath.el: Fbind bookmark-default-handler,
6009         bookmark-get-bookmark-record, bookmark-make-record-default,
6010         bookmark-prop-get for Emacs <23 and XEmacs.
6011
6012 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6013
6014         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6015         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6016         Use with-current-buffer to silence the byte-compiler.
6017         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6018         bother to require `gnus'.
6019         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6020
6021 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6022
6023         * gnus-sum.el (gnus-summary-bookmark-make-record)
6024         (gnus-summary-bookmark-jump): New functions.
6025         (gnus-summary-mode): Setup bookmark support.
6026
6027 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6028
6029         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6030         if set.
6031
6032 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6035         gnus-article-browse-html-save-cid-image; make it work recursively for
6036         forwarded messages as well.
6037         (gnus-article-browse-html-parts): Work when prefix arg is given.
6038         (gnus-article-browse-html-article): Doc fix.
6039
6040 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6041
6042         * message.el (message-default-mail-headers):
6043         (message-default-headers): Carry the value mail-default-headers over
6044         into message-default-mail-headers, rather than message-default-headers.
6045
6046 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6047
6048         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6049         charset.
6050
6051         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6052         charset into the <meta> tag when the article is encoded to utf-8.
6053
6054 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * gnus-art.el (gnus-article-browse-delete-temp-files):
6057         Delete directories as well.
6058         (gnus-article-browse-html-parts): Work for images that do not specify
6059         file names; delete temp directory when quitting; insert header at the
6060         right place; use file: scheme for image files.
6061
6062 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6063
6064         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6065         (gnus-article-browse-html-parts): Use it to make temporary cid image
6066         files in addition to html file so that browser may display them.
6067
6068 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6071
6072 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6073
6074         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6075
6076 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6077
6078         * auth-source.el (auth-sources): Change default to be simpler.
6079         Explain about Secret Service API sources.  Improve Customize options.
6080         (auth-source-pick): Change to accept any number of search parameters.
6081         Implement fallbacks iteratively, not recursively.  Add scoring on the
6082         second pass and sort by score.  Call Secret Service API when needed.
6083         (auth-source-user-or-password): Use it.  Call Secret Service API
6084         directly when needed to get the user name and the password.
6085
6086 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6087
6088         * message.el (message-interactive): Doc fix.
6089         (message-qmail-inject-args): Reflow.
6090         (message-kill-to-signature): Fix typo in docstring.
6091
6092         * smiley.el (smiley-buffer): Fix typo in docstring.
6093
6094 2010-03-24  Glenn Morris  <rgm@gnu.org>
6095
6096         * mail-source.el (gnus-message): Declare.
6097         (mail-source-delete-old-incoming): Require gnus-util.
6098
6099 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6102
6103         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6104
6105         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6106         password-cache's default if it is not bound.
6107         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6108         password-cache-expiry's default if it is not bound.
6109
6110         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6111         available in Emacs 21.
6112
6113         * lpath.el: Suppress compiler warnings for:
6114         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6115         XEmacs;
6116         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6117         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6118         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6119
6120 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * auth-source.el (auth-sources): Fix up definition so extra parameters
6123         are always inline.
6124
6125 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6126
6127         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6128         wasn't updated after mismatch.  Clear cached mailbox info correctly
6129         when uidvalidity changes.
6130         (nnimap-group-prefixed-name): New function to avoid some code
6131         duplication.
6132         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6133         (nnimap-request-group): Use it.
6134         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6135         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6136         with many imap folders.  This is done by caching the group status from
6137         the imap server persistently in a group parameter `imap-status'.  (This
6138         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6139         but not persistently, so every Gnus startup was still very slow.)
6140
6141 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6142
6143         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6144         delete the extra newline.  Otherwise editing of :string and :number
6145         types don't work.
6146
6147 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6148
6149         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6150         secrets.el dependency.
6151         (auth-sources): Add optional user name.  Add secrets.el configuration
6152         choice (unused right now).
6153
6154 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * gnus-sum.el (gnus-summary-make-menu-bar):
6157         Let `gnus-registry-install-shortcuts' fill in the functions.
6158
6159         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6160         warnings.
6161         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6162         (gnus-registry-install-shortcuts): Populate and use it in a
6163         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6164
6165 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6166
6167         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6168         In-place substitutions for the group name encoding/decoding.
6169         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6170         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6171         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6172         (nnimap-update-unseen, nnimap-request-list)
6173         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6174         (nnimap-request-set-mark, nnimap-split-to-groups)
6175         (nnimap-split-articles, nnimap-request-newgroups)
6176         (nnimap-request-create-group, nnimap-request-accept-article)
6177         (nnimap-request-delete-group, nnimap-request-rename-group)
6178         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6179         `encoded-mbx' for consistency.
6180         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6181         variable `imap-current-mailbox'.
6182
6183         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6184         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6185
6186 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6187
6188         * pop3.el (pop3-display-message-size-flag): Display message size byte
6189         counts during POP3 download.
6190         (pop3-movemail): Use it.
6191         (pop3-list): Implement listing of available messages.
6192
6193 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6194
6195         * nnir.el (nnir-get-article-nov-override-function): New function to
6196         override the normal NOV retrieval.
6197         (nnir-retrieve-headers): Use it.
6198
6199 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6200
6201         * auth-source.el (netrc-machine-user-or-password): Autoload.
6202
6203 2010-03-19  Glenn Morris  <rgm@gnu.org>
6204
6205         Stop message.el from loading about 40 libraries it doesn't always need.
6206         The general approach is to autoload rather than require, and to
6207         require in the specific functions rather than the file.  (Bug#5642)
6208
6209         * gmm-utils.el: Don't require wid-edit.
6210         (widget-create-child-value, widget-convert, widget-default-get):
6211         Autoload.
6212
6213         * gnus-util.el: Don't require time-date, netrc.
6214         (message-fetch-field, gnus-group-name-decode): Declare rather than
6215         autoloading.
6216         (gnus-fetch-field): Require message.
6217         (gnus-decode-newsgroups): Require gnus-group.
6218
6219         * ietf-drums.el: Don't require time-date.
6220
6221         * message.el: Don't require hashcash, canlock, ecomplete.
6222         Do require mail-utils.  Require nnheader only when compiling.
6223         (smtpmail-default-smtp-server): Remove declaration.
6224         (message-send-mail-function): Check smtpmail-default-smtp-server
6225         is bound rather than requiring smtpmail.
6226         (message-auto-save-directory, message-insert-signature):
6227         Use expand-file-name rather than nnheader-concat.
6228         (nnheader-insert-file-contents): Autoload.
6229         (hashcash-wait-async): Declare.
6230         (message-send-mail): Only call gnus-setup-posting-charset if
6231         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6232         (message-send-mail-with-sendmail): Require sendmail.
6233         (canlock-password, canlock-password-for-verify): Declare.
6234         (message-canlock-password): Require canlock.
6235         (nnheader-get-report): Autoload.
6236         (gnus-setup-posting-charset): Declare.
6237         (message-send-news): Require gnus-msg.
6238         (message-make-references, message-make-in-reply-to): Use mail-header-id
6239         rather than the alias mail-header-message-id.
6240         (ecomplete-add-item, ecomplete-save): Declare.
6241         (message-put-addresses-in-ecomplete): Require ecomplete.
6242         (ecomplete-display-matches): Autoload.
6243
6244         * mm-decode.el: Don't require mailcap, gnus-util.
6245         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6246         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6247         Autoload.
6248         (mailcap-mime-extensions): Declare.
6249
6250         * mm-encode.el: Don't require mailcap.
6251         (mailcap-extension-to-mime): Autoload.
6252
6253         * mml-sec.el: Don't require password-cache.
6254
6255         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6256         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6257         (mml-minibuffer-read-type): Require mailcap.
6258         (mml-preview): Require gnus-msg.
6259
6260         * mml1991.el: Require password-cache.
6261         (password-cache-expiry): Remove declaration.
6262
6263         * mml2015.el: Require password-cache.
6264         (password-cache-expiry): Remove declaration.
6265
6266         * nneething.el (mailcap): Require mailcap.
6267
6268         * nnheader.el (declare-function): Add compatibility stub.
6269         (message-remove-header): Declare rather than autoload.
6270         (nnheader-replace-header): Require message.
6271
6272         * nnimap.el (declare-function): Add compatibility stub.
6273         (netrc-parse, netrc-machine-user-or-password): Declare.
6274         (nnimap-open-connection): Require netrc.
6275
6276         * nntp.el (declare-function): Add compatibility stub.
6277         (netrc-parse, netrc-machine, netrc-get): Declare.
6278         (nntp-send-authinfo): Require netrc.
6279
6280         * rfc2047.el: Don't require qp.
6281         (quoted-printable-encode-region, quoted-printable-decode-string):
6282         Autoload.
6283
6284         * sieve-mode.el: Don't require easymenu.
6285         (easy-menu-add-item): Autoload it.
6286
6287         * spam-stat.el (time-to-number-of-days): Autoload it.
6288
6289 2010-03-19  Glenn Morris  <rgm@gnu.org>
6290
6291         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6292
6293 2010-03-18  Glenn Morris  <rgm@gnu.org>
6294
6295         * hashcash.el (declare-function): Remove duplicate definition.
6296
6297 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6298
6299         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6300         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6301         value if any backslash escapes).
6302
6303 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6306         if it is available.  (bug#5647)
6307
6308         * lpath.el: Suppress compiler warning for coding-system-from-name for
6309         Emacs 21 and XEmacs.
6310
6311 2010-03-14  Juri Linkov  <juri@jurta.org>
6312
6313         * hmac-def.el:
6314         * hmac-md5.el:
6315         * netrc.el: Fix keywords.
6316
6317 2010-02-26  Glenn Morris  <rgm@gnu.org>
6318
6319         * message.el (message-send-mail-function): Change the default, so that
6320         it inherits from a customized send-mail-function.  (Bug#5643)
6321
6322 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6323
6324         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6325         shell-command-to-string signals an error (bug#5299).
6326
6327 2010-02-24  Glenn Morris  <rgm@gnu.org>
6328
6329         * message.el (message-smtpmail-send-it)
6330         (message-send-mail-with-mailclient): Doc fixes.
6331
6332 2010-02-16  Glenn Morris  <rgm@gnu.org>
6333
6334         * message.el (message-default-mail-headers): Change the default value
6335         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6336
6337 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6340         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6341
6342 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6343
6344         * time-date.el (date-to-time): Doc fix (Bug#5408).
6345
6346 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6347
6348         * message.el (message-mail): Just pass yank-action on to message-setup.
6349         (message-setup): Handle (FUN . ARGS) form of yank-action.
6350         (message-with-reply-buffer, message-widen-reply)
6351         (message-yank-original): Handle non-buffer values of
6352         message-reply-buffer (Bug#4080).
6353         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6354
6355 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6356
6357         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6358         Fix typo in docstring.
6359
6360 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6361
6362         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6363         response.
6364
6365 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6368
6369         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6370
6371         * message.el (message-check-news-header-syntax): Protect against a
6372         string that `rfc822-addresses' returns when parsing fails.
6373
6374 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6377         (gnus-previous-char-property-change): New functions.
6378
6379         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6380
6381 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6382
6383         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6384         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6385
6386 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6387
6388         * message.el (message-exchange-point-and-mark): Rework last change to
6389         avoid using optional arg of exchange-point-and-mark, for backward
6390         compatibility.
6391
6392 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6393
6394         * message.el (message-exchange-point-and-mark):
6395         Call exchange-point-and-mark with an argument rather than setting
6396         mark-active by hand (Bug#5175).
6397
6398 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * nntp.el (nntp-service-to-port): Work for service expressed with
6401         numeric string; replace [:digit:] with [0-9] for XEmacs.
6402
6403 2009-12-17  Glenn Morris  <rgm@gnu.org>
6404
6405         * gnus-group.el (gnus-bug-group-download-format-alist):
6406         Change emacs entry to debbugs.gnu.org.  Bump :version.
6407
6408 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6411
6412 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6413
6414         * message.el (message-info): Explain why we use `Info-goto-node'.
6415
6416 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6419
6420 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6421
6422         * message.el (message-completion-in-region): New compatibility function.
6423         (message-expand-group): Use it.
6424
6425 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6428         with no unread article should be listed if the 2nd arg `predicate' is
6429         given.
6430
6431 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6434
6435 2009-11-29  Juri Linkov  <juri@jurta.org>
6436
6437         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6438         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6439         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6440
6441 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6442
6443         * sha1.el (sha1-string-external): default-directory "/" in case
6444         otherwise non-existent.  process-connection-type pipe for touch of
6445         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6446
6447 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6448
6449         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6450         it's comms related and sgml-mode.el has "comm" on that basis too.
6451
6452 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6455         containing tspecial characters if they have been already quoted.
6456
6457 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6458
6459         * dns-mode.el (auto-mode-alist): Purecopy string.
6460
6461 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6462
6463         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6464
6465 2009-10-24  Glenn Morris  <rgm@gnu.org>
6466
6467         * gnus-art.el (help-xref-stack-item): Define for compiler.
6468
6469 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6470
6471         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6472
6473 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6476
6477 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6480         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6481
6482 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6485         (gnus-overlays-in): New alias to overlays-in.
6486
6487         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6488         gnus-overlay-get, and gnus-delete-overlay.
6489         (gnus-summary-show-thread): Make it work as well for systems in which
6490         next-single-char-property-change is not available.
6491         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6492
6493         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6494         (gnus-overlay-get): New alias to extent-property.
6495         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6496
6497         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6498         SXEmacs.
6499
6500         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6501         SXEmacs.
6502
6503 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6506
6507 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6508
6509         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6510         and XEmacs that don't have `remove-overlays'.
6511
6512 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6515         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6516         selective display.  Use overlays instead.
6517
6518 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6519
6520         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6521
6522 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6523
6524         * spam-stat.el (spam-stat-load): Fix typo in message.
6525
6526 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6527
6528         * dig.el (dig-invoke): Fix typo in docstring.
6529         (query-dig): Reflow docstring.
6530
6531 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6532
6533         * gnus-art.el (gnus-article-encrypt-body):
6534         * message.el (message-check-recipients):
6535         * mm-util.el (mm-codepage-setup):
6536         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6537         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6538
6539 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6540
6541         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6542         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6543         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6544         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6545         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6546
6547 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6548
6549         * dig.el: Add "Keywords: comm", as per net-utils.el.
6550
6551 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6552
6553         * dig.el (dig-mode): Use define-derived-mode.
6554
6555 2009-09-19  Glenn Morris  <rgm@gnu.org>
6556
6557         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6558
6559 2009-09-18  Glenn Morris  <rgm@gnu.org>
6560
6561         * gnus-diary.el (gnus-diary-check-message):
6562         * message.el (message-insert-formatted-citation-line):
6563         * nnbabyl.el (top-level):
6564         * nndiary.el (nndiary-schedule):
6565         Fix typos in condition-case handlers.
6566
6567 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6570         configuration that provides the sole article window in a frame;
6571         position point correctly after deleting a part.
6572
6573 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6574
6575         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6576         (spam-resolve-registrations-routine): Use it to unregister articles
6577         that change status.
6578
6579 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6582         with XEmacs.
6583         (parse-time-string-chars): Use it.
6584
6585 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6586
6587         * imap.el (imap-interactive-login): Better messages.
6588         (imap-open): Fix bug with renamed buffer on reconnect.
6589         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6590         for easier debugging and cleaner code.  On successful (guessed based on
6591         server capabilities) secondary authentication, set imap-state
6592         correctly.
6593         (imap-last-authenticator): Define imap-last-authenticator as a variable
6594         to avoid warnings.
6595
6596 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * nnrss.el (nnrss-request-article): Remove binding of
6599         default-enable-multibyte-characters that has gotten needless by
6600         the 2007-07-13 change in rfc2047-encode-message-header.
6601
6602         * mml.el (mml-insert-multipart): Error on the message header.
6603         (mml-insert-part): Error on the message header; position point at
6604         the end of a MIME tag.
6605
6606 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * time-date.el (autoload): Expand define-obsolete-function-alias into
6609         defalias and make-obsolete for old Emacsen that Gnus supports.
6610         (with-no-warnings): Define it for old Emacsen.
6611         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6612         is available.
6613         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6614         float-time is available; suppress compile warning for time-to-seconds.
6615
6616         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6617         (gnus-float-time): Alias to float-time if it exists.
6618
6619         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6620         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6621         float-time is available; suppress compile warning for time-to-seconds.
6622
6623         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6624         XEmacs.
6625
6626 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * imap.el (imap-message-map): Docstring fix.
6629
6630 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6633         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6634         Add the optional argument `encoding' that overrides the default.
6635
6636         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6637         mm-encode-buffer.
6638
6639 2009-09-04  Glenn Morris  <rgm@gnu.org>
6640
6641         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6642         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6643         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6644         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6645         * mm-util.el (mm-with-unibyte-current-buffer)
6646         (mm-find-buffer-file-coding-system):
6647         * yenc.el (yenc-decode-region): Use default-value rather than
6648         default-enable-multibyte-characters.
6649
6650 2009-09-03  Glenn Morris  <rgm@gnu.org>
6651
6652         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6653         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6654         than default-enable-multibyte-characters.
6655
6656 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6657
6658         * gnus-art.el (gnus-article-read-summary-keys):
6659         Fix gnus-buffer-configuration's value temporarily used.
6660
6661 2009-09-02  Glenn Morris  <rgm@gnu.org>
6662
6663         * gnus-util.el (gnus-float-time): New function.
6664         * gnus-delay.el (gnus-delay-article):
6665         * gnus-sum.el (gnus-thread-latest-date):
6666         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6667         * nnspool.el (nnspool-request-newgroups):
6668         Use gnus-float-time rather than time-to-seconds.
6669         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6670
6671         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6672         (gnus-header-subject-face, gnus-header-newsgroups-face)
6673         (gnus-header-name-face, gnus-header-content-face):
6674         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6675         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6676         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6677         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6678         (gnus-cite-face-11):
6679         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6680         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6681         (gnus-server-closed-face, gnus-server-denied-face)
6682         (gnus-server-offline-face):
6683         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6684         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6685         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6686         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6687         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6688         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6689         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6690         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6691         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6692         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6693         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6694         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6695         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6696         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6697         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6698         (gnus-summary-high-undownloaded-face)
6699         (gnus-summary-low-undownloaded-face)
6700         (gnus-summary-normal-undownloaded-face)
6701         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6702         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6703         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6704         (gnus-splash-face):
6705         * message.el (message-header-to-face, message-header-cc-face)
6706         (message-header-subject-face, message-header-newsgroups-face)
6707         (message-header-other-face, message-header-name-face)
6708         (message-header-xheader-face, message-separator-face)
6709         (message-cited-text-face, message-mml-face):
6710         * sieve-mode.el (sieve-control-commands-face)
6711         (sieve-action-commands-face, sieve-test-commands-face)
6712         (sieve-tagged-arguments-face):
6713         * spam.el (spam-face):
6714         Mark face aliases with "-face" in the name as obsolete.
6715
6716 2009-09-01  Glenn Morris  <rgm@gnu.org>
6717
6718         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6719         than goto-line.
6720
6721 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6724         Don't move point if the command is invoked inside the message header.
6725
6726 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6727
6728         * imap.el (imap-send-command): Simplify.
6729         (imap-wait-for-tag): point-max -> buffer-size.
6730
6731 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6732
6733         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6734         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6735         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6736         * nnir.el (nnir-swish-e-index-file):
6737         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6738         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6739         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6740         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6741         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6742         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6743
6744 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6747         Don't save excursion.
6748
6749 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6750
6751         * nnheader.el (nnheader-find-file-noselect):
6752         * mm-util.el (mm-insert-file-contents):
6753         Use (default-value 'major-mode) instead of default-major-mode.
6754
6755 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6756
6757         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6758
6759 2009-08-26  Glenn Morris  <rgm@gnu.org>
6760
6761         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6762         than placing in files.el.
6763
6764 2009-08-25  Glenn Morris  <rgm@gnu.org>
6765
6766         * nnir.el (top-level): Don't require cl at run-time.
6767         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6768         Replace cl-function substitute with gnus-replace-in-string.
6769         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6770         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6771         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6772         simplified expansions.
6773
6774 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6775
6776         * dig.el (dig): Add autoload cookie.
6777
6778 2009-08-22  Glenn Morris  <rgm@gnu.org>
6779
6780         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6781         goto-line.
6782
6783 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6784
6785         * parse-time.el (parse-time-string-chars): Save match data.
6786
6787 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6788
6789         * parse-time.el (parse-time-string-chars): Compute using character
6790         classes, to handle non-ascii characters (Bug#3190).
6791
6792 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6795
6796         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6797         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6798         (gnus-mm-display-part, gnus-mime-display-single)
6799         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6800         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6801
6802         * gnus-sum.el
6803         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6804         (gnus-summary-move-article): Add expirable mark to articles copied or
6805         moved to group that has auto-expire turned on if the option is non-nil.
6806
6807 2009-07-24  Glenn Morris  <rgm@gnu.org>
6808
6809         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6810         Fix typo.  (Bug#3903)
6811
6812 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6815         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6816         that should not be used for draft articles.
6817         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6818         that has no concern in minor mode keys.
6819         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6820         Abolish.
6821
6822 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6825         article without making inquiry to a user for unknown encoding.
6826
6827         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6828         (nnmaildir--scan): Assume i-node and device number that file-attributes
6829         returns might be cons-cell.
6830
6831         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6832
6833         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6834
6835 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6836
6837         * auth-source.el: Remove docs now in auth.texi.  Don't use
6838         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6839         `auth-source-hide-passwords' and use them.
6840
6841 2009-07-15  Glenn Morris  <rgm@gnu.org>
6842
6843         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6844
6845 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6848         excessive whitespace from the default values of title and description.
6849
6850 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6853         mail-fetch-field to fetch Content-Description header in order to
6854         exclude newlines.
6855
6856 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6857
6858         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6859         format used by GnuPG 2.0.11.
6860
6861 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6864         to deleted part.
6865
6866 2009-05-30  David Engster  <dengste@eml.cc>
6867
6868         * nnmairix.el: Remove old documentation in the commentary block.
6869         (nnmairix-request-group): Do not update active file for nnml back ends.
6870         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6871         end so that overview files are ignored.
6872         (nnmairix-update-groups): Make updating the groups more robust by using
6873         marks.
6874         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6875         with dollar characters in message-id.
6876
6877 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6880         2008-12-25 in dns.el.
6881
6882 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6883
6884         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6885         could happen if the text is only composed of spaces and/or tabs.
6886
6887 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6888
6889         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6890         when sending a queued message to avoid extra mml tags.
6891
6892 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6895
6896 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6899         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6900         rmail-toggle-header for XEmacs;
6901         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6902
6903 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-dired.el: Remove autoload for gnus-setup-message.
6906         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6907         displaying Gnus logo; always use compose-mail.
6908
6909 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6912
6913 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6916         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6917         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6918         available.
6919         (gnus-nocem-epg-verify): New function.
6920
6921 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6924
6925 2009-02-15  Glenn Morris  <rgm@gnu.org>
6926
6927         * gnus-util.el (rmail-insert-rmail-file-header)
6928         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6929         autoloads.
6930         (rmail-default-rmail-file): Remove unnecessary declaration.
6931         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6932
6933 2009-02-14  Glenn Morris  <rgm@gnu.org>
6934
6935         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6936         variable (only used in gnus-util, which declares it anyway).
6937         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6938         which was only needed by gnus-art (changed to not use it any more).
6939         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6940         only used in gnus-util, which autoloads it itself.
6941         (rmail-update-summary): Fix autoload.
6942
6943         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6944         rather than rmail-output-to-rmail-file.
6945
6946 2009-02-07  Glenn Morris  <rgm@gnu.org>
6947
6948         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6949         autoload of function that no longer exists.
6950         (rmail-toggle-header): Declare.
6951         (message-forward-rmail-make-body): Handle mbox Rmail.
6952
6953 2009-01-31  Glenn Morris  <rgm@gnu.org>
6954
6955         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6956         2009-01-09 change.
6957
6958 2009-01-31  Dave Love  <fx@gnu.org>
6959
6960         * imap.el (imap-fetch-safe): Bind debug-on-error.
6961         (imap-debug): Add imap-fetch-safe.
6962
6963 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6964
6965         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6966         (auth-source-forget-all-cached): New convenience function.
6967         (auth-source-user-or-password): Accept list of modes or a single mode.
6968
6969         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6970         auth-source modes.
6971
6972         * netrc.el (netrc-machine-user-or-password): Use list of
6973         auth-source modes.
6974
6975         * nnimap.el (nnimap-open-connection): Use list of
6976         auth-source modes.
6977
6978         * nntp.el (nntp-send-authinfo): Use list of
6979         auth-source modes.
6980
6981 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6984         now.
6985
6986 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6989         coding system in XEmacs; add a workaround for XEmacs.
6990
6991         * lpath.el: Fbind coding-system-aliasee.
6992
6993 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6996         of current-language-environment.
6997
6998 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6999
7000         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7001         available at runtime.
7002
7003 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7006
7007 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7008
7009         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7010         the greatest positive fixnum value doesn't work under an XEmacs with
7011         bignum support; use the most-positive-fixnum constant instead,
7012         available since Emacs 21.1 with cl and XEmacs 21.1.
7013
7014 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7017         XEmacs gets not to work.
7018
7019 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * mm-util.el (mm-coding-system-priorities): Allow the value like
7022         "Japanese (UTF-8)" of current-language-environment.
7023
7024 2009-01-09  Glenn Morris  <rgm@gnu.org>
7025
7026         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7027         with last-command-event.
7028
7029 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7032         in the doc string.
7033
7034         * message.el (message-fix-before-sending): Amend comment.
7035
7036 2009-01-08  Dave Love  <fx@gnu.org>
7037
7038         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7039
7040 2009-01-07  David Engster  <dengste@eml.cc>
7041
7042         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7043         simplified server definitions by converting it via
7044         gnus-server-to-method.
7045
7046 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7049         parameter's operands.
7050
7051 2009-01-06  David Engster  <dengste@eml.cc>
7052
7053         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7054         primary select method (for gnus-group-mark-article-as-read).
7055
7056 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7057
7058         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7059         `(gnus)Face', not `(gnus)X-Face'.
7060
7061 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * mm-util.el (mm-ucs-to-char): New function.
7064
7065         * mm-url.el (mm-url-decode-entities): Use it.
7066
7067         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7068         unicode-to-char.
7069
7070 2009-01-05  Dave Love  <fx@gnu.org>
7071
7072         * time-date.el: Require cl for `declare'.
7073
7074 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7077         Dave Love.
7078
7079 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * message.el (message-fix-before-sending): Add `eight-bit' to
7082         illegible-text check.
7083
7084 2009-01-03  Michael Olson  <mwolson@gnu.org>
7085
7086         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7087         `headers' is nil.  This can occur if the IMAP server does not have
7088         permissions to read messages from a folder, but can write new messages
7089         to the folder.
7090         (nnimap-request-article-part): Do not insert `data' if it is nil.
7091
7092         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7093         characters which will confuse `read', so skip past them.
7094
7095 2009-01-01  Dave Love  <fx@gnu.org>
7096
7097         * imap.el (imap-string-to-integer): Fix typo.
7098         (imap-fetch-safe): New function.
7099         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7100
7101         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7102
7103         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7104         (imap-parse-greeting): Fix doc strings.
7105         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7106         (imap-parse-flag-list): Make messages unique.
7107         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7108
7109         * nnimap.el: Fix author email.
7110         (nnimap-split-rule): Add FIXME comment.
7111         (nnimap-debug): Fix doc string.
7112
7113 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7116
7117 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7120         nslookup if resolv.conf isn't available.
7121         (dns-query): Rename from query-dns.
7122         (dns-query-cached): Rename from query-dns-cached.
7123
7124 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7127         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7128         to check if those variables exist (first appeared in Emacs 18.50).
7129
7130 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * mm-util.el (mm-line-number-at-pos): New function.
7133
7134         * spam-report.el (spam-report-process-queue): Use it.
7135
7136 2008-12-24  David Engster  <dengste@eml.cc>
7137
7138         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7139         parameters that haven't existed as variables as buffer-local variables.
7140
7141 2008-12-23  Dave Love  <fx@gnu.org>
7142
7143         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7144         cadar.
7145
7146         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7147         imap-starttls-p.
7148         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7149
7150 2008-12-22  Dave Love  <fx@gnu.org>
7151
7152         * imap.el: Fix author email.  Doc fixes.
7153         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7154         reply.
7155
7156 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * spam-report.el (spam-report-gmane-max-requests): New constant.
7159         (spam-report-gmane-wait): New variable.
7160         (spam-report-gmane-ham, spam-report-gmane-spam)
7161         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7162         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7163         the server.
7164
7165         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7166         Add explanations.
7167
7168         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7169         nnheader-accept-process-output and nnheader-read-timeout if available.
7170         (pop3-movemail): Use it.
7171
7172         * message.el (message-check-news-body-syntax): Fix signature check if
7173         there's an attachment.
7174
7175 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * mm-util.el: Add comments to the mm- emulating functions.
7178
7179 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7182         Reported by Stephen Berman <stephen.berman@gmx.net>.
7183
7184 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * mm-util.el (mm-substring-no-properties): New function.
7187         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7188         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7189         (mm-string-to-multibyte): Doc fix.
7190
7191         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7192
7193 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * mml.el (mml-attach-file): Strip text properties from file name.
7196         (Bug#1574)
7197
7198 2008-12-16  Glenn Morris  <rgm@gnu.org>
7199
7200         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7201
7202 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7205         knows since the charset specified might be a bogus alias that
7206         mm-charset-synonym-alist provides.
7207
7208 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7211         "ISO_8859-1".
7212
7213         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7214
7215 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * mm-util.el (mm-charset-eval-alist):
7218         Define it before mm-charset-to-coding-system.
7219         (mm-charset-to-coding-system): Add optional argument `silent';
7220         define it before mm-charset-override-alist.
7221         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7222         default value if it can be used in Emacs currently running;
7223         silence mm-charset-to-coding-system.
7224
7225 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7228         `allow-override' which says whether to use `mm-charset-override-alist'.
7229         (rfc2047-decode-encoded-words): Use it.
7230
7231         * mm-util.el (mm-charset-override-alist): Fix custom type;
7232         add `(gb2312 . gbk)' to choices.
7233
7234 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7237         fast.
7238
7239         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7240
7241         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7242
7243 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7244
7245         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7246         on links.
7247
7248         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7249
7250 2008-12-03  Lute Kamstra  <lute@gnu.org>
7251
7252         * sha1.el: Remove leading * from docstrings of defcustoms,
7253         deffaces, defconsts and defuns.
7254
7255 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7258         users' addresses that don't have domain parts.
7259         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7260         rather than message-narrow-to-head since there will be the message
7261         header separator.
7262
7263 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7264
7265         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7266         since the result is inserted in a unibyte buffer anyway.
7267         (nnimap-demule-use-string-to-multibyte): Remove.
7268         (nnimap-demule): Alias it to mm-string-to-multibyte.
7269
7270 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7271
7272         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7273         variable for debugging bug#464 and bug#1174.
7274         (nnimap-demule): Use it.
7275
7276 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7279         score calculation correctly.
7280
7281 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7282
7283         * message.el (message-send-mail): Just set the buffer to unibyte
7284         rather than use mm-with-unibyte-current-buffer which does a lot more.
7285         (message-send-mail-partially): Don't bother with
7286         mm-with-unibyte-current-buffer since it's already been made unibyte by
7287         message-send-mail.
7288
7289 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7292
7293 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7294
7295         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7296
7297 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7300         require itself and to remove `with-no-warnings'.
7301
7302 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * starttls.el (starttls-any-program-available): Get the name of the
7305         available TLS layer program.
7306         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7307         well as the host name in the "opening" message.
7308
7309         * auth-source.el (auth-source-cache, auth-source-do-cache)
7310         (auth-source-user-or-password): Cache passwords and logins by default,
7311         allow override with `auth-source-do-cache'.
7312         (auth-source-forget-user-or-password): Allow users to remove cache
7313         entries if needed.
7314
7315 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7316
7317         * md4.el (md4-buffer): Fix typo in docstring.
7318         (md4, md4-64): Doc fixes.
7319         (md4-pack-int32): Reflow docstring.
7320
7321 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7324         condition-case to only the forward-sexp call.
7325
7326 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7327
7328         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7329         quotes contained.  Make it more robust regardless by an extra
7330         condition-case wrapper.
7331
7332 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7335
7336 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * nnml.el (nnml-request-expire-articles): Check if the function set to
7339         `nnmail-expiry-target' returns the symbol `delete'.
7340
7341         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7342
7343         * nnmail.el (nnmail-expiry-target): Fix custom type.
7344
7345 2008-10-02  Glenn Morris  <rgm@gnu.org>
7346
7347         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7348         Silence compiler warning.
7349
7350 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7351
7352         * tls.el (open-tls-stream): Show the actual command being
7353         executed, instead of the format string.
7354
7355 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * lpath.el: Fbind codepage-setup for Emacs 23.
7358
7359 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7360
7361         * mml.el (mml-menu): Don't assume mml2015 is bound.
7362
7363 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7366         exists.
7367
7368 2008-09-27  Glenn Morris  <rgm@gnu.org>
7369
7370         * gnus-util.el (mail-header-remove-comments): Autoload it.
7371
7372 2008-09-27  Andreas Schwab  <schwab@suse.de>
7373
7374         * gnus-util.el (gnus-split-references): Strip comments.
7375         (gnus-parent-id): Likewise.
7376
7377 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * message.el (message-confirm-send): Fix version.
7380
7381 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * message.el (message-idna-to-ascii-rhs-1): Use
7384         mail-extract-address-components rather than mail-header-parse-addresses
7385         that is an alias by default to ietf-drums-parse-addresses that does not
7386         support non-ASCII names in headers' contents.
7387
7388 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * message.el (message-confirm-send): Fix variable documentation to
7391         avoid the "y/n" wording.
7392
7393 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7394
7395         * message.el (message-set-auto-save-file-name): Save to a different
7396         filename so multiple messages (especially drafts) can be recovered.
7397
7398 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7399
7400         * message.el (message-confirm-send): Add appropriate version.
7401
7402 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7403
7404         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7405         defvar.
7406
7407 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7408
7409         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7410         (mm-pkcs7-enveloped-magic): Ditto.
7411
7412 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7413
7414         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7415         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7416
7417 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7418
7419         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7420         default, it's better.
7421
7422 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7425         summary line gnus-number property and ignore them (with a warning
7426         message).
7427
7428 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7431         macro caddr in the interactive form since it won't be expanded.
7432
7433 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7436         `charset'; fix name of function called recursively.
7437         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7438
7439 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7442         (gnus-mime-set-charset-parameters): New function.
7443         (gnus-mime-view-part-as-charset): Use it to correctly display part
7444         specifying wrong charset.
7445
7446 2008-09-08  David Engster  <dengste@eml.cc>
7447
7448         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7449         in completing-read for back end server.
7450
7451 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7452
7453         * message.el (message-confirm-send): New variable to confirm sending a
7454         message.
7455         (message-send): Use it.
7456
7457 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7458
7459         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7460
7461 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7464
7465 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7466
7467         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7468         prevent tracking too many groups.
7469         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7470         Use it.
7471
7472 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7473
7474         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7475         moving point to the bottom of the window in order to avoid recentering.
7476
7477 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7480
7481         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7482         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7483         (gnus-article-beginning-of-window): Fix calculation.
7484
7485 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-msg.el (gnus-summary-supersede-article)
7488         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7489         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7490         message header.
7491
7492 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7493
7494         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7495         pending output coming after the status change.
7496
7497 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7498
7499         * message.el:
7500         * gnus-start.el:
7501         * gnus-registry.el: Remove VMS support.
7502
7503 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7506         macro.
7507         (rfc2104-hash): Use it.
7508
7509 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7512         (gnus-summary-sort-by-most-recent-date): New commands.
7513         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7514         and menu entries.
7515
7516 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7519         don't redisplay article for raw contents; remove plural articles stuff.
7520
7521         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7522         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7523         on gnus-summary-save-article; display results properly.
7524
7525 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * lpath.el: No need to fbind ns-focus-frame.
7528
7529 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7532
7533 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-art.el (gnus-summary-save-in-pipe):
7536         Consider gnus-save-all-headers.
7537
7538 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7539
7540         * gnus-util.el (ns-focus-frame): Remove declaration.
7541         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7542         like x.
7543
7544 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7545
7546         * rfc2104.el (rfc2104-zero): Delete defconst.
7547         (rfc2104-hex-alist): Likewise.
7548         (rfc2104-hex-to-int): Delete func.
7549         (rfc2104-hexstring-to-bitstring): Likewise.
7550         (rfc2104-nybbles): New defconst.
7551         (rfc2104-hash): Rewrite for speed.
7552
7553 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * tls.el (open-tls-stream): Make it work with the 2nd argument
7556         BUFFER that is a string but does not exist as a buffer object, as
7557         mentioned in the doc-string.
7558
7559 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7562         SXEmacs.
7563
7564 2008-07-16  Glenn Morris  <rgm@gnu.org>
7565
7566         * gnus-util.el (ns-focus-frame): Declare for compiler.
7567
7568 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7571         set as a group parameter.
7572         (gnus-summary-save-in-pipe): Work when it is called independently.
7573         (gnus-summary-pipe-to-muttprint): Don't modify
7574         gnus-summary-pipe-output-default-command.
7575
7576 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7577
7578         * message.el (message-send-mail-with-sendmail):
7579         Display the error message.
7580
7581 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-default-article-saver):
7584         Add gnus-summary-save-in-pipe to choices.
7585         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7586         gnus-summary-pipe-output-default-command as the default command.
7587         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7588         instead of gnus-last-shell-command.
7589
7590         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7591         New user option.
7592         (gnus-summary-muttprint-program): Mention the value will be changed.
7593         (gnus-summary-save-article): Force showing of all headers.
7594         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7595
7596 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7597
7598         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7599
7600 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7601
7602         * nnimap.el (nnimap-id):
7603         * sieve-manage.el (sieve-manage-open): Doc fixes.
7604
7605 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7606
7607         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7608         if available.
7609
7610 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7611
7612         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7613
7614         * nnkiboze.el (nnkiboze-generate-group):
7615         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7616
7617         * nnmairix.el: Require CL.
7618
7619 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * dgnushack.el: Autoload get-display-table and put-display-table for
7622         XEmacs 21.5.
7623
7624         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7625         21.4 and SXEmacs.
7626
7627 2008-06-15  David Engster  <dengste@eml.cc>
7628
7629         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7630
7631 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7632
7633         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7634         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7635         runtime choice under XEmacs.
7636
7637         * gnus-sum.el (gnus-summary-set-display-table):
7638         Use `gnus-put-display-table', `gnus-get-display-table',
7639         `gnus-set-display-table' for the display table, instead of `aset'.
7640
7641         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7642         Use `gnus-put-display-table', `gnus-get-display-table',
7643         `gnus-set-display-table' for the display table.
7644
7645 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * nnmairix.el: Add autoloads.
7648
7649 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * nnmairix.el (nnmairix-delete-recreate-group)
7652         (nnmairix-update-and-clear-marks): Fix error messages.
7653
7654 2008-06-14  David Engster  <dengste@eml.cc>
7655
7656         * nnmairix.el: Upgrade to version 0.6.
7657         (nnmairix-group-toggle-propmarks-this-group)
7658         (nnmairix-group-toggle-readmarks-this-group)
7659         (nnmairix-group-delete-recreate-this-group)
7660         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7661         (nnmairix-remove-tick-mark-original-article): New commands.
7662         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7663         (nnmairix-propagate-marks-to-nnmairix-groups)
7664         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7665         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7666         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7667         functions needed for marks propagation and manipulation of read marks.
7668         (nnmairix-update-groups): New function.
7669         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7670         (nnmairix-determine-original-group-from-registry)
7671         (nnmairix-determine-original-group-from-path)
7672         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7673         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7674         New helper functions.
7675         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7676         keystrokes for new commands.
7677         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7678         (nnmairix-request-group): Check allow-fast group parameter.
7679         (nnmairix-request-create-group): Set allow-fast group parameter if
7680         nnmairix-allowfast-default is set.
7681         (nnmairix-close-group): Propagate marks upon closing if needed.
7682         (nnmairix-group-toggle-threads-this-group): Use new.
7683         nnmairix-group-toggle-parameter helper function.
7684         (nnmairix-search): Better check for empty search result.
7685         (nnmairix-goto-original-article): Use new helper functions for
7686         determining original article.
7687         (nnmairix-show-original-article): Make sure message-id is in brackets.
7688         (nnmairix-call-mairix-binary): Change variable name.
7689         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7690         helper function.
7691         (nnmairix-widget-toggle-activate): Fix doc string.
7692
7693 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * nnir.el: Require edmacro when compiling with XEmacs.
7696         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7697         available in Emacs 21.
7698
7699 2008-06-11  Glenn Morris  <rgm@gnu.org>
7700
7701         * gnus-util.el (x-focus-frame):
7702         * gnus.el (image-size):
7703         * mm-decode.el (image-size): Declare.
7704
7705         * gnus-picon.el (declare-function): Add compat definition.
7706         (image-size): Declare.
7707
7708         * gnus-group.el (tool-bar-map):
7709         * gnus-sum.el (tool-bar-map): Define for compiler.
7710
7711         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7712
7713         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7714
7715         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7716         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7717         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7718         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7719         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7720         * sieve-manage.el, spam-report.el, spam.el:
7721         Remove unnecessary eval-and-compile of autoloads.
7722
7723 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7724
7725         * auth-source.el: Precise Tramp doc.
7726
7727 2008-06-07  Glenn Morris  <rgm@gnu.org>
7728
7729         * nnmairix.el: Remove unnecessary eval-when-compile.
7730
7731 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * lpath.el: Fbind propertize for XEmacs 21.4.
7734
7735 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * nnir.el: Move here from ../contrib.
7738
7739 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7740
7741         * gnus-util.el (gnus-read-shell-command): New function.
7742         * mm-decode.el (mm-pipe-part):
7743         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7744
7745 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7748
7749 2008-06-03  Glenn Morris  <rgm@gnu.org>
7750
7751         * pop3.el (nnheader-accept-process-output): Autoload it.
7752
7753 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7756         are not 2-digit hexadecimal characters that follow `%'s.
7757
7758 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * message.el (message-bogus-recipient-p): Fix type in doc string.
7761         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7762         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7763         Improve custom options.
7764         (message-bogus-recipient-p): Adjust accordingly.
7765
7766 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7767
7768         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7769         long-form month and day names.
7770
7771 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * dgnushack.el: Autoload debug, eudc-expand-inline and
7774         pgg-snarf-keys-region for XEmacs.
7775
7776         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7777
7778         * nnmairix.el: Require edmacro when compiling with XEmacs.
7779
7780 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7783         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7784
7785 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7786
7787         * auth-source.el: Add more docs.
7788
7789         * netrc.el (netrc-machine): Always match if the port is not given.
7790
7791 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7794         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7795         retrieval faster in some cases, but might make CPU usage larger.
7796         If this has any bad side effects, we might revert this change.
7797
7798         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7799         seems to make mail retrieval much, much faster.
7800         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7801         unconditionally.
7802
7803         * gnus-draft.el (gnus-group-send-queue):
7804         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7805
7806 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7809
7810         * message.el (message-bogus-address-regexp): Fix and improve custom
7811         type.
7812         (message-setup-hook): Add message-check-recipients as custom option.
7813
7814 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * message.el (message-cite-function): Remove bogus autoload which crept
7817         in during merge from v5-10.
7818
7819 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7820
7821         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7822
7823         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7824
7825         * auth-source.el: Preliminary Tramp docs.
7826         (auth-sources): Change the default auth-sources to use
7827         EPA .gpg files.
7828
7829 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * nntp.el: Autoload `auth-source-user-or-password'.
7832         (nntp-send-authinfo): Use it.
7833
7834         * nnimap.el: Autoload `auth-source-user-or-password'.
7835         (nnimap-open-connection): Use it.
7836
7837         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7838         for the gnus-message function.
7839         (auth-source-user-or-password): Use it.
7840
7841 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7842
7843         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7844         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7845         (rfc2104-hash): Use it.
7846
7847 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7848
7849         * gnus-art.el (gnus-article-toggle-truncate-lines):
7850         Don't use `iff' in docstring.
7851
7852 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7853
7854         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7855
7856         * gnus-util.el (gnus-extract-address-component-name)
7857         (gnus-extract-address-component-email): Convenience functions around
7858         `gnus-extract-address-components'.
7859
7860         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7861         Use `gnus-extract-address-component-email' to fix bug of comparing full
7862         sender name to `user-mail-address'.
7863
7864 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7865
7866         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7867         catch/throw to optimize.
7868         (gnus-registry-find-keywords): Just use member to find a keyword.
7869
7870 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7871
7872         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7873         is current before calling gnus-server-prepare.
7874         (gnus-server-setup-buffer, gnus-server-update-server)
7875         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7876
7877 2008-05-04  Juri Linkov  <juri@jurta.org>
7878
7879         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7880         (mailcap-file-default-commands): Use mailcap-replace-in-string
7881         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7882         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7883
7884 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7885
7886         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7887
7888 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7889
7890         * gnus.el: Bump version to 0.11.
7891
7892 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7893
7894         * gnus.el: No Gnus v0.10 is released.
7895
7896 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7899         hooks.
7900         (gnus-update-read-articles): Speed up non-marks-using users.
7901         (gnus-use-marks): Define gnus-use-marks.
7902         (gnus-propagate-marks): Rename variable to something more sensible.
7903
7904 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7905
7906         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7907         (gmm-image-load-path-for-library): Fix typos in docstrings.
7908         (gmm-message): Reflow docstring.
7909
7910 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7911
7912         * mail-source.el (mail-source-set-1, mail-source-bind):
7913         Move auth-source code out of the macro to clean it up and fix bugs.
7914
7915 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7918         by sender if it's equal to user-mail-address, it's likely to be
7919         useless.
7920
7921         * mail-source.el (mail-source-bind): Don't use user or password if they
7922         are not bound.  Unintern them if they are nil.  Don't use server unless
7923         it's bound, and default it to empty string otherwise.
7924
7925 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * mail-source.el: Load auth-source.el.
7928         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7929         get user name or password, if auth-sources is set up.
7930
7931         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7932         strategy of splitting with parent.
7933         (gnus-registry-split-fancy-with-parent)
7934         (gnus-registry-post-process-groups): Use it and fix prior
7935         bug (returning a list as the split result).
7936
7937         * auth-source.el (auth-sources): Remove server parameter.
7938         (auth-source-pick, auth-source-user-or-password)
7939         (auth-source-user-or-password-imap)
7940         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7941         (auth-source-user-or-password-sftp)
7942         (auth-source-user-or-password-smtp): Remove server parameter.
7943
7944 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7945
7946         * smime.el (smime-sign-region, smime-encrypt-region)
7947         (smime-decrypt-region):
7948         Remove redundant calls to `generate-new-buffer-name'.
7949
7950 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7951
7952         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7953         Don't use QP for message/rfc822.
7954         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7955
7956 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7957
7958         * sieve-manage.el (sieve-string-bytes): Remove.
7959         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7960         correct byte-length only if the process's coding-system is the same as
7961         the one used internally by Emacs to represent strings.
7962
7963 2008-04-22  Juri Linkov  <juri@jurta.org>
7964
7965         * mailcap.el (mailcap-file-default-commands): New function.
7966
7967 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * message.el (message-signature-separator, message-cite-function):
7970         Change custom version.
7971
7972 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7973
7974         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7975         commands.
7976         (tls-checktrust): Ditto.
7977
7978 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * mm-decode.el (mm-display-external): Make temp file read-only.
7981
7982 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7985         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7986         `C-c C-f d'.
7987
7988 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7989
7990         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7991
7992 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus.el: Bump version to 0.9.
7995
7996 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus.el: No Gnus v0.8 is released.
7999
8000 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8001
8002         * mail-source.el (mail-source-value):
8003         Prefer fboundp to functionp so it works with macros as well.
8004
8005 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8006
8007         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8008         Fix last change in case the element is not even a symbol.
8009
8010 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8011
8012         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8013         Prefer fboundp to functionp so it works with macros as well.
8014
8015 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8016
8017         * auth-source.el: Add docs.
8018         (auth-sources): Modify format to support server.
8019         (auth-source-pick, auth-source-user-or-password)
8020         (auth-source-user-or-password-imap)
8021         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8022         (auth-source-user-or-password-sftp)
8023         (auth-source-user-or-password-smtp): Add server parameter.
8024
8025 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8026
8027         * gnus-registry.el: Initialize the registry when gnus-registry-install
8028         is t.
8029
8030 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * compface.el (uncompface): Make buffer unibyte.
8033
8034 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8035
8036         * mail-source.el (mail-source-value):
8037         Prefer fboundp to functionp so it works with macros as well.
8038
8039 2008-04-05  Glenn Morris  <rgm@gnu.org>
8040
8041         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8042
8043 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8044
8045         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8046         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8047
8048         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8049         multibyteness after rather than before erasing it.
8050
8051         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8052         mm-with-multibyte.
8053         (gnus-request-article-this-buffer): Make sure the proper decoding is
8054         used if gnus-original-article-buffer happens to be unibyte.
8055
8056         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8057         default-enable-multibyte-characters.
8058
8059         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8060         default-enable-multibyte-characters.
8061
8062         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8063
8064         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8065
8066 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8067
8068         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8069         Fix last change in case the element is not even a symbol.
8070
8071 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8072
8073         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8074         (imap-message-copyuid-1): Use it.
8075         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8076         J. Williams in
8077         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8078
8079         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8080         imap-enable-exchange-bug-workaround.
8081         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8082
8083 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8084
8085         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8086         a 100 byte status-checks into a 2-3MB transfer for each group.
8087         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8088         to enable bug workaround or not.
8089         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8090
8091 2008-03-31  Glenn Morris  <rgm@gnu.org>
8092
8093         * message.el (mml2015-use): Declare for compiler.
8094         (message-info): Require mml2015 when appropriate.
8095
8096 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8099         whitespace.
8100
8101 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8102
8103         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8104         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8105         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8106         (nntp-service-to-port): New function.
8107         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8108         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8109         (nntp-open-netcat-stream): New function.
8110         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8111
8112 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8113
8114         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8115
8116 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8117
8118         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8119
8120 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8121
8122         * dns.el (dns-write): Use set-buffer-multibyte.
8123
8124 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8125
8126         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8127
8128 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * message.el (message-signature-separator): Change default.
8131         Improve custom type.
8132         (message-cite-function): Change default to
8133         message-cite-original-without-signature.
8134
8135         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8136         toggle.
8137
8138         * message.el (message-check-news-body-syntax): Fix signature check.
8139         (message-setup-1): Mark buffer as unmodified _after_ running
8140         message-setup-hook and handling message-alternative-emails.
8141         (message-shorten-references): Be more strict when building list of
8142         valid references to comply with GNKSA.
8143
8144         * gnus-group.el (gnus-read-ephemeral-bug-group)
8145         (gnus-read-ephemeral-debian-bug-group)
8146         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8147
8148         * message.el (message-info): Don't use booleanp which isn't supported
8149         in Emacs 21 and XEmacs.
8150
8151 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8154         gnus-group-gmane-group-download-format.
8155         (gnus-group-read-ephemeral-gmane-group): Rename from
8156         gnus-group-read-ephemeral-gmane-group.
8157         (gnus-read-ephemeral-gmane-group-url): Rename from
8158         gnus-group-read-ephemeral-gmane-group-url.
8159         (gnus-bug-group-download-format-alist): New variable.
8160         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8161         (gnus-read-ephemeral-emacs-bug-group): New commands.
8162
8163 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8166         (gnus-visible-headers): Improve custom type.
8167
8168 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * mml.el (mml-menu): Add workarounds for XEmacs.
8171
8172         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8173         X-Boundary header.
8174
8175         * message.el (message-simplify-recipients): Fix previous commit.
8176
8177 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8178
8179         * mm-util.el (mm-set-buffer-multibyte): New function.
8180         * mm-decode.el (mm-copy-to-buffer): Use it.
8181
8182         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8183         Prefer fboundp to functionp so it works with macros as well.
8184
8185 2008-03-19  Glenn Morris  <rgm@gnu.org>
8186
8187         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8188         Accidentally removed in the sync process with Emacs.
8189
8190 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * message.el (message-alter-recipients-discard-bogus-full-name):
8193         New function.
8194         (message-alter-recipients-function): New variable.
8195         (message-get-reply-headers): Use it.
8196         (message-replace-header): New helper function.
8197         (message-recipients-without-full-name): New variable.
8198         (message-simplify-recipients): New command.
8199
8200         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8201
8202         * message.el (message-info): Handle EasyPG manual.
8203
8204         * mml.el (mml-menu): Add entry for EasyPG.
8205
8206 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8207
8208         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8209         parameter.
8210
8211         * message.el (message-disassociate-draft): Specify drafts group name
8212         fully.
8213
8214 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8215
8216         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8217         Eliminate unnecessary duplicates from the match list.
8218
8219 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8222
8223         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8224
8225         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8226         args of `how-many' of which the XEmacs version doesn't take; declare
8227         Info-index-next as function.
8228
8229 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gnus-score.el (gnus-score-headers): Fix handling of
8232         gnus-inhibit-slow-scoring.
8233
8234         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8235         string.
8236         (gnus-button-url-regexp): Improve handling of parenthesis.
8237         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8238         (gnus-button-handle-info-keystrokes): Handle index entries.
8239
8240 2008-03-15  Glenn Morris  <rgm@gnu.org>
8241
8242         * parse-time.el (parse-time-string): Simplify.
8243
8244 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8247         Incoming* files.
8248
8249 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8250
8251         * auth-source.el (auth-sources): Rename from auth-source-choices.
8252         (auth-source-pick): Use it.
8253
8254 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8255
8256         * binhex.el (binhex-decode-region-internal):
8257         * uudecode.el (uudecode-decode-region-internal):
8258         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8259         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8260         setting default-enable-multibyte-characters.
8261
8262 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8263
8264         * auth-source.el (auth-source-protocols)
8265         (auth-source-protocols-customize, auth-source-choices): Add and
8266         modified variable customizations and defaults.
8267         (auth-source-pick, auth-source-user-or-password)
8268         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8269         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8270         (auth-source-user-or-password-sftp)
8271         (auth-source-user-or-password-smtp): Use new variables and provide an
8272         interface to netrc.el.
8273
8274 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8277         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8278         Make sure the nntp port to specify is a string.
8279
8280 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8281
8282         * nntp.el: Use with-current-buffer.
8283         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8284         dubious mm-with-unibyte-current-buffer.
8285         (nntp-with-open-group-function): New function extracted from
8286         nntp-with-open-group macro.
8287         (nntp-with-open-group): Use the function, so it's easier to debug.
8288         Add indentation and debugging info.
8289         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8290         Recommend the use of the netcat alternatives.
8291
8292         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8293         Avoid mm-string-as-multibyte as well.
8294
8295         * nnweb.el (nnweb-insert-html):
8296         Remove use of nnheader-string-as-multibyte.
8297
8298         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8299         (nnheader-string-as-multibyte): Remove.
8300
8301         * mm-view.el: Use inhibit-read-only.
8302         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8303         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8304         or unibyte-string.
8305
8306         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8307         (mm-uu-yenc-extract): Use with-current-buffer.
8308
8309         * gnus-soup.el (gnus-soup-send-packet): Don't use
8310         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8311
8312         * nnmh.el: Use with-current-buffer.
8313         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8314         mm-string-as-multibyte on the output of mm-encode-coding-string.
8315
8316         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8317         (nnimap-request-move-article): Use with-current-buffer.
8318
8319         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8320         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8321         conversion uses string-make-unibyte rather than string-as-unibyte.
8322
8323         * gnus-msg.el: Use with-current-buffer.
8324
8325         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8326
8327 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8328
8329         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8330         string for caching if it is 'PIN.
8331
8332 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * lpath.el: Consider the case without Emacs/W3.
8335
8336 2008-03-08  Glenn Morris  <rgm@gnu.org>
8337
8338         * time-date.el (date-to-time, time-subtract, time-add)
8339         (safe-date-to-time): Doc fixes.
8340
8341 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * mail-source.el (mail-source-delete-old-incoming-confirm):
8344         Change default to nil.
8345         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8346
8347 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * lpath.el: Rearrange.
8350
8351         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8352         (gnus-article-goto-prev-page): Work for articles having ^L's.
8353
8354         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8355
8356         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8357
8358 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8359
8360         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8361         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8362         (gnus-bookmark-jump): Adjust some variable names.
8363
8364 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8365
8366         * auth-source.el: New package.
8367         (auth-source-choices): Add customization entry point variable.
8368
8369         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8370         bug.
8371
8372 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8373
8374         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8375         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8376         (gnus-registry-install-shortcuts): Rename from
8377         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8378         the `gnus-registry-mark-map' keymap dynamically from
8379         `gnus-registry-marks'.  The generated functions update the summary line
8380         when a registry mark is added or deleted, and will call
8381         `gnus-registry-install-p' (see the comments in the code).
8382         (gnus-registry-user-format-function-M): Use concat intelligently.
8383
8384         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8385         the registry mark functions.
8386
8387 2008-03-05  Glenn Morris  <rgm@gnu.org>
8388
8389         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8390         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8391         gnus-art.
8392         (top-level): No need to load own source when compiling.
8393
8394 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8395
8396         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8397         Suggested by <chris.anderton@zetnet.co.uk>.
8398
8399 2008-03-04  Glenn Morris  <rgm@gnu.org>
8400
8401         * gnus-sum.el (top-level): No need to require gnus when compiling,
8402         since unconditionally required near start of file.
8403         (gnus-summary-display-while-building): Move definition before use.
8404
8405 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8406
8407         * gnus-registry.el (gnus-registry-user-format-function-M):
8408         Add formatting function.
8409
8410 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8411
8412         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8413         with plists.
8414         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8415         Use new format.
8416
8417 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8420         `where-is-internal' that returns a range of key sequences.
8421
8422 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8423
8424         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8425
8426         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8427         (gnus-summary-jump-to-group): Consider windows on other displayed
8428         frames as well.  Similar changes might be needed elsewhere, but that's
8429         the one I've bumped into during my use.
8430
8431         * nndoc.el (nndoc-oe-dbx-type-p):
8432         * gnus-msg.el (gnus-debug):
8433         * gnus-group.el (gnus-update-group-mark-positions):
8434         Use mm-string-to-multibyte.
8435
8436 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8439         doesn't handle NotDashEscaped.
8440
8441         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8442         (mml-dnd-attach-options): Fix typo in custom choice.
8443
8444         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8445         Change nndoc-article-type to mbox.
8446         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8447
8448         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8449         to nil, instead of html2text.
8450
8451         * imap.el (imap-debug): Add `imap-ping-server'.
8452
8453         * gnus-bookmark.el: Add FIXMEs.
8454
8455         * message.el (message-form-letter-separator)
8456         (message-send-form-letter-delay): New variables.
8457         (message-send-form-letter): Use them.  New command to send form
8458         letters.  Requested by Uwe Siart.
8459         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8460
8461 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * Update copyright years.
8464
8465 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         Sync from EMACS_22_BASE.
8468
8469         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8470
8471 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8472
8473         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8474         empty author.
8475
8476 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8477
8478         * gnus-registry.el (gnus-registry-marks): Add variable for
8479         customization of marks and their appearance.
8480         (gnus-registry-read-mark): Use it.
8481         (gnus-registry-do-marks): Add utility function to loop through
8482         `gnus-registry-marks'.
8483         (gnus-registry-install-shortcuts-and-menus): Add function to install
8484         shortcuts and menus.
8485         (gnus-registry-initialize): Use it.
8486         (gnus-registry-default-mark): Clarify documentation.
8487
8488 2008-02-29  Glenn Morris  <rgm@gnu.org>
8489
8490         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8491         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8492         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8493         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8494         Change defcustom :version from 23.0 to 23.1.
8495
8496 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         * gnus-registry.el (gnus-registry-follow-group-p)
8499         (gnus-registry-post-process-groups): Add functions to aid registry
8500         splitting and improve logging.  Clarify behavior in function
8501         documentation.
8502         (gnus-registry-split-fancy-with-parent): Use them.
8503
8504 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8505
8506         * gnus-art.el: Use with-current-buffer.
8507
8508 2008-02-27  David Engster  <dengste@eml.cc>
8509
8510         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8511         Express real group name in the response.
8512
8513 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8516         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8517         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8518         autoload gnus-registry-fetch-group when compiling.
8519         (nnmairix-request-group-with-article-number-correction):
8520         Remove unreferenced argument passed to nnmairix-call-backend.
8521
8522 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8525         (mm-uu-extract): Improve face for low color ttys.
8526         Reported by Sascha Wilde.
8527
8528 2008-02-27  Glenn Morris  <rgm@gnu.org>
8529
8530         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8531         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8532         variables to defconsts.  Convert comments to doc-strings.
8533         (nnmairix-last-server, nnmairix-current-server): Convert from free
8534         variables to defvars.  Convert comments to doc-strings.
8535         (gnus-registry-fetch-group): Autoload.
8536         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8537         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8538         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8539         caddr.
8540         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8541         nnmairix-request-group-with-article-number-correction call.
8542         (nnmairix-fast, nnmairix-group): New, less general names, for free
8543         variables passed from nnmairix-request-group to
8544         nnmairix-request-group-with-article-number-correction.  Declare.
8545         (nnmairix-request-group-with-article-number-correction):
8546         Use nnmairix-fast, nnmairix-group rather than fast, group.
8547
8548 2008-02-26  David Engster  <dengste@eml.cc>
8549
8550         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8551         version 0.5.
8552
8553 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8556         instead of making an extra function call.  Don't add the current group
8557         to articles only when they have the group.  Use
8558         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8559         Reported by David <de_bb@arcor.de>.
8560
8561 2008-02-24  Miles Bader  <miles@gnu.org>
8562
8563         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8564         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8565         (mm-find-mime-charset-region):
8566         * mm-bodies.el (mm-encode-body):
8567         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8568
8569 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8572         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8573
8574 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * mail-source.el (mail-source-delete-incoming): Change default.
8577         Supplement doc string.
8578
8579         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8580
8581 2008-02-14  Glenn Morris  <rgm@gnu.org>
8582
8583         * time-date.el (format-seconds): New function.
8584
8585 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * nnmail.el (nnmail-message-id-cache-file): Derive from
8588         `gnus-home-directory'.
8589
8590 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8593         Document negative prefix.
8594
8595         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8596
8597 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * message.el (message-unsent-separator): Add the Exim bounce
8600         separator.
8601
8602 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8603
8604         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8605         list.
8606         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8607         recipient/signer list.
8608
8609 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * Makefile.in (datarootdir): Define.
8612         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8613         name that might contain whitespace.
8614
8615 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8618         fbound (Emacs 23 unicode), signal an error.
8619
8620 2008-02-08  Glenn Morris  <rgm@gnu.org>
8621
8622         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8623
8624 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8625
8626         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8627         ports to the calls to `netrc-machine-user-or-password' in addition to
8628         "imap" and "imaps".
8629
8630 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8631
8632         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8633
8634         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8635
8636 2008-02-01  Kenichi Handa  <handa@m17n.org>
8637
8638         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8639         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8640         (rfc2104-hash): Convert the result of concat to unibyte string.
8641
8642 2008-02-01  Dave Love  <fx@gnu.org>
8643
8644         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8645         coding-system-for-read.
8646         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8647
8648 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8651         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8652         <hanche@math.ntnu.no>.
8653
8654 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8657
8658         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8659
8660 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8661
8662         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8663         * message.el (message-beginning-of-line): Use featurep instead of bound
8664         tests in order to resolve conditionals at compile time.
8665
8666 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8667
8668         * mail-source.el (mail-sources): Add `group' choice.
8669
8670         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8671         parameter `in-group' to control into which group the articles go.
8672         Add treatment of `group' mail-source.
8673
8674 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8677
8678         * mm-decode.el (mm-dissect-buffer): Decode description.
8679
8680         * mml.el (mml-to-mime): Encode message header first.
8681
8682 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8685         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8686
8687         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8688         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8689
8690 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8691
8692         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8693
8694 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8697         prefix keys.
8698         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8699         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8700         gnus-xmas.el.
8701
8702         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8703         (gnus-xmas-article-describe-bindings): New function.
8704         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8705         gnus-xmas-article-describe-bindings.
8706
8707         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8708
8709 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8710
8711         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8712         Add new variables for article mark management.
8713         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8714         list of extra data entries which, when present, will indicate that the
8715         article ID should not be trimmed from the registry.
8716         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8717         functions.
8718         (gnus-registry-read-mark): New function to read a mark name from the
8719         user.
8720         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8721         (gnus-registry-set-article-mark-internal): New functions to add and
8722         remove marks.
8723         (gnus-registry-get-article-marks): New function to show the marks for
8724         an article, or retrieve them for further use.
8725
8726 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8729         keys when no argument is given.
8730
8731 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * imap.el (imap-ping-server): New variable.
8734         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8735         (imap-ping-server): Minor doc string fixes.
8736
8737 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8738
8739         * imap.el (imap-ping-server): New function.
8740         (imap-opened): Call imap-ping-server.
8741
8742 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * gnus-sum.el (gnus-article-sort-by-random)
8745         (gnus-thread-sort-by-random): Fix doc strings.
8746         Reported by jidanni@jidanni.org.
8747
8748 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-art.el (gnus-article-describe-bindings): New function.
8751         (gnus-article-read-summary-keys): Use it.
8752         (gnus-article-mode-map): Bind `C-h b' to it.
8753
8754 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8757         XEmacs.
8758         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8759         Protect against non-character events.
8760
8761         * lpath.el: Fbind map-keymap for Emacs 21.
8762
8763 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8766         New command.
8767         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8768         instead of END.  Change name of the temp file.
8769         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8770         customizable.
8771
8772 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8775         bind `S W' to gnus-article-wide-reply-with-original; set default
8776         binding to gnus-article-read-summary-send-keys.
8777         (gnus-article-read-summary-keys): Fix the order of keys; display
8778         continuation keys correctly in the echo area; describe bindings
8779         correctly when keys end with `C-h'.
8780         (gnus-article-read-summary-send-keys): New function.
8781         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8782         Work for gnus-article-read-summary-send-keys; display continuation keys
8783         correctly in the echo area.
8784         (gnus-article-reply-with-original): Ignore prefix argument.
8785         (gnus-article-wide-reply-with-original): New function.
8786
8787         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8788         Emacs 21.
8789
8790 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8793         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8794
8795 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8798         (gnus-group-read-ephemeral-gmane-group): New command.
8799
8800 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8801
8802         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8803
8804 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * message.el (message-send-mail-function): Increase custom version.
8807
8808         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8809         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8810
8811 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8812
8813         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8814         for the cases where imap-authenticate is called with a nil buffer
8815         parameter.
8816
8817 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8820         html parts correctly; support forwarded messages.
8821         (gnus-article-browse-html-article): Remove work buffers.
8822
8823         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8824         compiling.
8825         (netrc-bound-and-true-p): New macro.
8826         (netrc-parse): Use it instead of bound-and-true-p that is not available
8827         in XEmacs 21.4.
8828
8829 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8830
8831         * gnus-registry.el (gnus-registry-mark-article)
8832         (gnus-registry-article-marks): Add functionality to mark articles
8833         through the Gnus registry.
8834
8835         * encrypt.el: Clarify documentation for the new pgg method.
8836         (encrypt-file-alist): Add PGG option.
8837         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8838         functionality.  Abstract password key and messaging to external
8839         functions.
8840         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8841         (encrypt-message-method-and-cipher): Add new convenience external
8842         functions.
8843         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8844         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8845
8846         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8847         (netrc-parse): Use encrypt-file-alist to determine if
8848         encrypt-find-model or encrypt-insert-file-contents should be used.
8849
8850         * encrypt.el: Clarify documentation.  Load password-cache or
8851         password, whichever one is found first, instead of autoloading.
8852
8853 2007-12-19  Glenn Morris  <rgm@gnu.org>
8854
8855         * mml.el (message-options-set, message-narrow-to-head)
8856         (message-in-body-p, message-mail-p, message-encode-message-body):
8857         Autoload.
8858         (message-remove-header, message-narrow-to-headers-or-head)
8859         (message-subscribed-p, message-make-mail-followup-to)
8860         (message-position-on-field, message-news-p)
8861         (message-options-set-recipient, message-generate-headers)
8862         (message-sort-headers): Declare as functions.
8863
8864 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8867         convention in doc string.
8868
8869 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8872         title to html parts.
8873         (gnus-article-browse-html-article): Pass message header to it.
8874
8875         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8876
8877 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8880         or password compatible with XEmacs.
8881
8882 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8885         format document.
8886         (gnus-mime-delete-part): Don't write description line if empty.
8887         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8888
8889 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8890
8891         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8892         (gnus-summary-mark-read-and-unread-as-read)
8893         (gnus-summary-mark-current-read-and-unread-as-read)
8894         (gnus-summary-mark-unread-as-ticked): Doc fix.
8895         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8896
8897 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8900         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8901
8902 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8905         yes-or-no-p.
8906
8907 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * mm-decode.el (mm-add-meta-html-tag): New function.
8910         (mm-save-part-to-file, mm-pipe-part): Use it.
8911
8912         * gnus-art.el (gnus-article-browse-delete-temp-files):
8913         Use gnus-y-or-n-p instead of y-or-n-p.
8914         (gnus-article-browse-html-parts): Work with message/external-body; use
8915         mm-add-meta-html-tag.
8916
8917 2007-12-11  Glenn Morris  <rgm@gnu.org>
8918
8919         * gnus-cache.el: Require gnus-sum not just when compiling.
8920
8921         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8922
8923         * gnus-int.el (gnus-server-opened, gnus-status-message):
8924         Move definitions before use.
8925
8926         * mm-decode.el: Require gnus-util.
8927         (mm-remove-part): Only call delete-annotation on XEmacs.
8928
8929         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8930
8931         * nnmail.el: Require gnus-int.
8932
8933         * spam.el: Move `require's before `eval-when-compile's.
8934
8935         * gnus-ems.el (gnus-alive-p):
8936         * gnus-fun.el (message-goto-eoh):
8937         * gnus-util.el (gnus-group-name-decode):
8938         * mail-source.el (gnus-compress-sequence):
8939         * message.el (Info-goto-node, format-spec):
8940         * mm-bodies.el (message-options-get):
8941         * mm-decode.el (mm-view-pkcs7):
8942         * mm-util.el (gmm-write-region):
8943         * mml-smime.el (mml-compute-boundary)
8944         (gnus-completing-read-with-default):
8945         * mml.el (widget-button-press, gnus-make-hashtable):
8946         * mml1991.el (mm-decode-content-transfer-encoding)
8947         (mm-encode-content-transfer-encoding)
8948         (message-options-get, message-options-set):
8949         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8950         * nnfolder.el (gnus-request-group):
8951         * nnheader.el (ietf-drums-unfold-fws):
8952         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8953         * smime.el (gnus-run-mode-hooks):
8954         * spam-stat.el (gnus-message): Autoload.
8955
8956         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8957         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8958         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8959         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8960         Add declare-function compatibility definition.
8961
8962         * gnus-cache.el (nnvirtual-find-group-art):
8963         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8964         (gnus-add-image, gnus-add-wash-type):
8965         * gnus-group.el (nnkiboze-score-file):
8966         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8967         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8968         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8969         (message-tokenize-header, gnus-get-buffer-create)
8970         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8971         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8972         * gnus.el (gnus-group-decoded-name):
8973         * mail-source.el (imap-capability):
8974         * mm-bodies.el (message-options-set):
8975         * mm-decode.el (gnus-configure-windows):
8976         * mm-extern.el (message-goto-body):
8977         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8978         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8979         (epg-sub-key-validity, message-options-set):
8980         * mml.el (widget-event-point, gnus-configure-windows):
8981         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8982         * mml2015.el (epg-check-configuration, epg-configuration)
8983         (message-options-set):
8984         * nndb.el (nndb-request-article):
8985         * nnfolder.el (gnus-request-create-group):
8986         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8987         * nnmaildir.el (gnus-group-mark-article-read):
8988         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8989         * rfc1843.el (message-fetch-field):
8990         * spam.el (gnus-extract-address-components):
8991         Declare as functions.
8992
8993 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8996
8997         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8998
8999         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9000         bind show-trailing-whitespace for XEmacs.
9001
9002 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9005         new no-op macro for backward compatibility.
9006
9007         * imap.el (imap-string-to-integer): New function.
9008
9009 2007-12-09  Glenn Morris  <rgm@gnu.org>
9010
9011         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9012
9013         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9014         * message.el, mm-view.el, sieve-manage.el, smime.el:
9015         Add declare-function compatibility definition.
9016
9017         * gnus-art.el (w3-region, w3m-region, Info-menu):
9018         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9019         * gnus-sum.el (gnus-get-predicate):
9020         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9021         * message.el (mail-abbrev-in-expansion-header-p):
9022         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9023         (w3m-detect-meta-charset, w3m-region):
9024         * sieve-manage.el (password-read, password-cache-add)
9025         (password-cache-remove):
9026         * smime.el (password-read-and-add): Declare as functions.
9027
9028 2007-12-08  David Kastrup  <dak@gnu.org>
9029
9030         * gnus-sum.el (gnus-summary-simplify-subject-query):
9031         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9032         `message'.
9033
9034 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9037         it to bind idna-program, installation-directory, defined-colors, and
9038         face-attribute for XEmacs of the version that compiles defcustom forms.
9039
9040 2007-12-07  Glenn Morris  <rgm@gnu.org>
9041
9042         * gnus-art.el (article-make-date-line): Revert previous change.
9043
9044 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9047
9048 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9049
9050         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9051         Call gnus-add-to-range ranges only once with a prepared article-list.
9052
9053 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9054
9055         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9056         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9057         group names with backslashes.
9058         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9059
9060 2007-12-06  Deepak Goel  <deego3@gmail.com>
9061
9062         * gnus-art.el (article-make-date-line):
9063         * gnus-start.el (gnus-load):
9064         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9065
9066 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-art.el (gnus-use-idna)
9069         * gnus-start.el (gnus-site-init-file)
9070         * message.el (message-use-idna)
9071         * mm-uu.el (mm-uu-hide-markers)
9072         * smiley.el (smiley-style): Revert changes that suppress warnings.
9073
9074 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9077         specify charset to html source.
9078         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9079
9080 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9083         idna-program in order to suppress byte compile warning issued by XEmacs
9084         that came to byte compile the default value section of defcustom forms
9085         recently.
9086
9087         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9088         value of installation-directory.
9089
9090         * message.el (message-use-idna): Don't directly refer to the value of
9091         idna-program.
9092
9093         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9094
9095         * smiley.el (smiley-style): Don't directly call face-attribute.
9096
9097 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9098
9099         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9100
9101         * gnus-dired.el: Reduce Gnus dependencies.
9102         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9103         Don't require.  Use autoloads instead.
9104         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9105         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9106         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9107         (gnus-dired-mode): Adjust doc string.
9108         (gnus-dired-mail-mode): New variable.
9109         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9110         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9111         (gnus-dired-mail-buffers): New function.  Return mail or message
9112         composition buffers.
9113         (gnus-dired-attach): Use it.
9114         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9115         NO-DECODE.
9116         (gnus-dired-print): Use `gnus-print-buffer' depending on
9117         `gnus-dired-mail-mode'.
9118
9119 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * rfc2047.el (rfc2047-encoded-word-regexp)
9122         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9123         explaining what regexp patterns are for.
9124
9125 2007-12-04  Glenn Morris  <rgm@gnu.org>
9126
9127         * password.el: Move to password-cache.el.
9128
9129         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9130         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9131         * mml-smime.el (password-read, password-cache-add)
9132         (password-cache-remove):
9133         No need to autoload, since mml-sec requires password.
9134
9135         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9136         * message.el (gnus-extract-address-components):
9137         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9138
9139         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9140         password.
9141
9142 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * mailcap.el: Reduce dependencies.
9145         (mail-header-parse-content-type): Autoload.
9146         (mailcap-delete-duplicates): New alias.
9147         (mailcap-mime-info): Add optional argument NO-DECODE.
9148         (mailcap-mime-types): Use mailcap-delete-duplicates.
9149
9150         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9151
9152 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9153
9154         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9155         (imap-parse-status): Upcase status-att for servers that sends them
9156         lower-case (e.g., MS Exchange 2007).
9157
9158 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9161         function.
9162
9163         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9164         (gnus-uu-yenc-article): New function.
9165
9166         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9167
9168         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9169
9170 2007-12-02  Glenn Morris  <rgm@gnu.org>
9171
9172         * binhex.el (binhex): New custom group.
9173         (binhex-decoder-program, binhex-decoder-switches)
9174         (binhex-use-external): Move to the binhex custom group.
9175
9176         * uudecode.el (uudecode): New custom group.
9177         (uudecode-decoder-program, uudecode-decoder-switches)
9178         (uudecode-use-external): Move to the uudecode custom group.
9179
9180         * netrc.el (top-level): Don't load `encrypt' features.
9181         (netrc-parse): Don't use encrypt.
9182         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9183
9184         * encrypt.el: Remove file.
9185
9186 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9189         matches on patches.
9190
9191         * gnus-art.el (gnus-article-browse-html-article):
9192         Mention `mm-text-html-renderer' in the doc string.
9193
9194         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9195         string.  Add comments.
9196
9197         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9198         if rhs is ASCII.
9199
9200 2007-12-01  Glenn Morris  <rgm@gnu.org>
9201
9202         * mail-source.el (top-level): Require format-spec before
9203         eval-when-compile.
9204
9205 2007-11-30  Glenn Morris  <rgm@gnu.org>
9206
9207         * encrypt.el: Require password, rather than autoloading password-read.
9208
9209 2007-11-29  Glenn Morris  <rgm@gnu.org>
9210
9211         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9212         (sasl-make-client, sasl-next-step, sasl-step-data)
9213         (sasl-step-set-data): Declare as functions.
9214
9215 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9218
9219 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9220
9221         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9222         certs should be verified and what is to be done in the event of a
9223         verification failure.
9224
9225         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9226         caller can indicate whether the cache should be disregarded for this
9227         call.  This way the result of the call is reproducible at all times and
9228         can be considered a canonical server name for the supplied method.
9229         (gnus-agent-method-p): Canonicalize server names by pushing their
9230         method through `gnus-method-to-server' using the no-cache argument.
9231
9232         * gnus-srvr.el (gnus-server-insert-server-line):
9233         Call `gnus-method-to-server' with `no-cache' argument.
9234
9235         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9236         gnus-agent-possibly-synchronize-flags as this should be called when the
9237         server is actually being opened.
9238         (gnus-agent-possibly-synchronize-flags)
9239         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9240         flags file of an agentized server to the latter function.
9241
9242         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9243         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9244         after a connection has been established successfully.
9245
9246 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-art.el (article-display-face): Force to display face if called
9249         interactively; check if gnus-article-x-face-too-ugly matches author.
9250         (article-display-x-face): Display face even if From header is missing
9251         as article-display-face does.
9252
9253 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9254
9255         * hashcash.el (message-narrow-to-headers-or-head)
9256         (message-fetch-field, message-goto-eoh)
9257         (message-narrow-to-headers): Declare as functions.
9258
9259 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * mail-source.el (mail-sources): Default to fetch from file for
9262         compatibility with default of nnmail-spool-file.
9263
9264 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9267         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9268         to look for encoded word that should be encoded again.
9269         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9270         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9271         encoding pattern.
9272         (rfc2047-decode-region): Switch strict regexp and loose one according
9273         to rfc2047-allow-irregular-q-encoded-words.
9274
9275 2007-11-25  Romain Francoise  <romain@orebokech.com>
9276
9277         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9278
9279 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * tls.el (tls-program): Provide more custom choices from
9282         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9283         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9284
9285 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9288         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9289
9290         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9291         `nnmail-spool-file'.
9292
9293         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9294         `nnmail-spool-file'.
9295
9296         * gnus-move.el (gnus-change-server): Ditto.
9297
9298         * gnus-kill.el (gnus-batch-score): Ditto.
9299
9300         * gnus-cache.el (gnus-jog-cache): Ditto.
9301
9302         * gnus-msg.el (gnus-summary-reply):
9303         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9304
9305 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9308         version.  Minor improvement to doc strings.
9309         (tls-program): Add comment.
9310
9311 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9312
9313         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9314         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9315         mismatch between the hostname provided in the certificate and the name
9316         of the host connnecting to.
9317         (open-tls-stream): Use them.  Check certificates against trusted root
9318         certificates.
9319
9320 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * gnus-cache.el (gnus-cache-generate-nov-databases):
9323         Use nnml-generate-nov-databases-directory instead of
9324         nnml-generate-nov-databases-1.
9325
9326 2007-11-24  Glenn Morris  <rgm@gnu.org>
9327
9328         * message.el (message-tool-bar-retro): Update for rename
9329         mail_send.xpm->mail-send.xpm.
9330
9331 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9334         `smime-ldap-search' for Emacs 22 and up.
9335
9336 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9337
9338         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9339
9340         * message.el (message-send-mail-function): Fix error convention.
9341         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9342         (message-widen-reply, message-send-mail, message-talkative-question)
9343         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9344         (message-clone-locals, message-send-news): Use with-current-buffer.
9345         (message-insert-or-toggle-importance): Remove unused var `valid'.
9346         (message-make-references): Remove unused var `new-references'.
9347         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9348
9349 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9350
9351         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9352         (spam-split-symbolic-return-positive): Reflow docstring.
9353         (spam-backends, spam-summary-exit-behavior)
9354         (spam-mark-ham-unread-before-move-from-spam-group)
9355         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9356         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9357         (spam-clear-cache, spam-backend-check, spam-install-backend)
9358         (spam-install-statistical-backend, spam-list-of-processors)
9359         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9360         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9361         (spam-check-crm114, spam-initialize, spam-unload-hook):
9362         Fix typos in docstrings.
9363
9364 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9367         been checked if they have never been read and those group levels are
9368         higher than the one that a user specified.
9369
9370 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9373         foreign groups unless a group level is specified by a user.
9374         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9375
9376 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * message.el (message-send-mail-function): Require sendmail.
9379
9380 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * message.el (message-send-mail-function): Check for smtpmail too.
9383
9384         * utf7.el (utf7-encode, utf7-decode): Use coding system
9385         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9386
9387         * message.el (message-send-mail-function): New function.
9388         (message-send-mail-function): Set default using
9389         message-send-mail-function.  Adjust doc string.
9390         (message-send-mail-with-mailclient): New function.
9391
9392 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9393
9394         * smime.el (from):
9395         * rfc2047.el (message-posting-charset):
9396         * qp.el (mm-use-ultra-safe-encoding):
9397         * pop3.el (parse-time-months):
9398         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9399         * nnml.el (files):
9400         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9401         (jka-compr-compression-info-list, ange-ftp-path-format)
9402         (efs-path-regexp):
9403         * nndiary.el (files):
9404         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9405         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9406         (epg-digest-algorithm-alist, inhibit-redisplay)
9407         (password-cache-expiry):
9408         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9409         (pgg-output-buffer, password-cache-expiry):
9410         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9411         (efs-path-regexp):
9412         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9413         (inhibit-redisplay):
9414         * mm-uu.el (file-name, start-point, end-point, entry)
9415         (gnus-newsgroup-name, gnus-newsgroup-charset):
9416         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9417         (latin-unity-ucs-list):
9418         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9419         (mm-uu-binhex-decode-function):
9420         * message.el (gnus-message-group-art, gnus-list-identifiers)
9421         (rmail-enable-mime-composing, gnus-local-organization)
9422         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9423         (gnus-read-active-file, facemenu-add-face-function)
9424         (facemenu-remove-face-function, gnus-article-decoded-p)
9425         (tool-bar-mode):
9426         * mail-source.el (display-time-mail-function):
9427         * gnus-util.el (nnmail-pathname-coding-system)
9428         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9429         (gnus-original-article-buffer, gnus-user-agent)
9430         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9431         (xemacs-codename, sxemacs-codename, emacs-program-version):
9432         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9433         * gnus-start.el (gnus-agent-covered-methods)
9434         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9435         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9436         (gnus-newsgroup-headers, gnus-group-list-mode)
9437         (gnus-group-mark-positions, gnus-newsgroup-data)
9438         (gnus-newsgroup-unreads, nnoo-state-alist)
9439         (gnus-current-select-method, mail-sources)
9440         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9441         (nnmail-spool-file, gnus-cache-active-hashtb):
9442         * gnus-mh.el (mh-lib-progs):
9443         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9444         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9445         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9446         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9447         (gnus-group-buffer):
9448         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9449         (font-lock-set-defaults):
9450         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9451         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9452         (gnus-summary-post-menu, total-parts, type, condition, length):
9453         * gnus-agent.el (gnus-agent-read-agentview):
9454         * flow-fill.el (show-trailing-whitespace):
9455         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9456         eval-and-compile wrappers for byte compiler pacifiers.
9457
9458         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9459         (mm-display-inline-fontify): Check for featurep 'xemacs not
9460         extent-list.
9461
9462         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9463         itimer-list.
9464         (mm-create-image-xemacs): Only do something for XEmacs.
9465         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9466
9467         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9468
9469         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9470         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9471
9472 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9473
9474         * nnimap.el (nnimap-split-download-body):
9475         * gnus-demon.el (gnus-demon):
9476         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9477
9478 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9481         New macros.
9482         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9483         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9484         copy data from unibyte buffer to multibyte current buffer.
9485         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9486         to copy data from unibyte current buffer to multibyte buffer.
9487         (nntp-make-process-buffer): Make process buffer unibyte.
9488
9489         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9490
9491 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9492
9493         * pop3.el (pop3-open-server): Accept and process data more robustly at
9494         connexion start to avoid spurious "POP SSL connexion failed" errors.
9495
9496 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9499         read group names.
9500
9501 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9504
9505 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9508         (nnmail-save-active): Use a unibyte buffer when saving active file,
9509         which may contain non-ASCII group names.
9510
9511         * nnml.el (nnml-request-group): Decode group names in messages.
9512
9513 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * message.el (message-citation-line-function)
9516         (message-insert-formatted-citation-line): Fix spelling of
9517         `message-insert-formated-citation-line'.
9518
9519 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9522
9523 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9526         nnmail-pathname-coding-system.
9527
9528         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9529         that a user enters; decode group names in messages.
9530
9531         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9532
9533 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9536
9537         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9538
9539         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9540         risky local variable.
9541
9542         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9543
9544 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9545
9546         * encrypt.el: Improve documentation to fix function name typo.
9547         Reported by Daiki Ueno <ueno@unixuser.org>.
9548
9549 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9552         even if the point is not in the last page of an article.
9553         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9554         back to the previous page.
9555
9556 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9559
9560 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9563
9564 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9565
9566         * message.el (message-check-news-body-syntax):
9567         Avoid mm-string-as-multibyte.
9568         (message-hide-headers): Don't assume (point-min)==1.
9569
9570 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * message.el (message-remove-blank-cited-lines): Fix if remove is
9573         given.
9574         (message-bogus-address-regexp): New variable.
9575         (message-bogus-recipient-p): New function.
9576         (message-check-recipients): New command.
9577         (message-syntax-checks): Add `bogus-recipient'.
9578         (message-fix-before-sending): Add `bogus-recipient'.
9579
9580         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9581         (gnus-treat-body-boundary): Don't test window-system.
9582
9583 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9584
9585         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9586
9587 2007-10-28  Miles Bader  <miles@gnu.org>
9588
9589         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9590         at compile-time too.
9591
9592 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * gnus-msg.el (gnus-message-setup-hook):
9595         Add `message-remove-blank-cited-lines' to options.
9596
9597 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * message.el (message-remove-blank-cited-lines): New function.
9600         Suggested by Karl Plästerer.
9601
9602 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9605         mapc.
9606
9607         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9608         (top-level): Use mapc to set functions to be traced for debugging.
9609
9610         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9611         called for effect with while loop.
9612
9613         * message.el (message-talkative-question): Replace mapcar called for
9614         effect with mapc.
9615
9616         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9617         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9618         called for effect with dolist.
9619
9620         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9621
9622         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9623         gnus-extra-headers and nnmail-extra-headers.
9624
9625         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9626         called for effect with dolist.
9627         (top-level): Use mapc to set functions to be traced for debugging.
9628
9629         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9630         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9631         dolist.
9632
9633         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9634         Replace mapcar called for effect with mapc.
9635         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9636         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9637         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9638         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9639
9640         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9641         remove-if that's a cl function.
9642
9643         * webmail.el (webmail-debug): Replace mapcar called for effect with
9644         dolist.
9645
9646         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9647         with mapc.
9648
9649 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9652         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9653         with while loop.
9654
9655         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9656         functions from article-* functions.
9657         (gnus-multi-decode-header): Replace mapcar called for effect with
9658         dolist.
9659
9660         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9661         (gnus-bookmark-show-details): Replace mapcar called for effect with
9662         while loop.
9663
9664         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9665         called for effect with while loop.
9666
9667         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9668         with dolist.
9669
9670         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9671         Replace mapcar called for effect with dolist.
9672
9673         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9674
9675         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9676         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9677         Replace mapcar called for effect with dolist.
9678         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9679         mapc.
9680
9681         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9682         Replace mapcar called for effect with dolist.
9683         (gnus-topic-list): Replace mapcar called for effect with mapc.
9684
9685         * gnus.el: Use mapc instead of mapcar to add autoloads.
9686
9687 2007-10-23  Richard Stallman  <rms@gnu.org>
9688
9689         * gnus-group.el (gnus-group-highlight): Mark as risky.
9690
9691 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus.el (gnus-server-to-method): Return method found first in
9694         gnus-newsrc-alist.
9695
9696         * gnus-art.el (gnus-article-highlight-signature)
9697         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9698         button overlay without the front stickiness.
9699
9700 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9701
9702         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9703         overview buffer needed a catch to receive its throw.
9704         (gnus-agent-flush-cache): Declare as interactive to make this function
9705         easier to use.
9706
9707 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9710         `next-line'.
9711
9712 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9715         exclude address matching message-dont-reply-to-names.
9716
9717 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus-util.el (gnus-string<): New function.
9720
9721         * gnus-sum.el (gnus-article-sort-by-author)
9722         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9723
9724 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9727         the frame-focus tag is set in gnus-buffer-configuration.
9728
9729 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9732         the front stickiness.
9733
9734 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9737         url pattern; remove duplicate one.
9738         (gnus-article-extend-url-button): New function.
9739         (gnus-article-add-buttons): Use it.
9740         (gnus-button-push): Use concatenated url that it makes.
9741
9742 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9743
9744         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9745
9746 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9747
9748         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9749         Don't hardcode point-min==1.
9750
9751 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9754         Fix comment about "iso8859-1".
9755
9756 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9757
9758         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9759         ones returned from the verify-function.
9760
9761         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9762         Call mml2015-extract-cleartext-signature if extraction failed.
9763
9764 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9765
9766         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9767         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9768         failed.
9769
9770 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9773
9774 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9777         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9778         recommends to use EasyPG instead of PGG.
9779
9780         * pgg.el: Revert to revision 6.23.2.16.
9781
9782         * pgg-def.el: Revert to revision 6.6.2.14.
9783
9784         * pgg-gpg.el: Revert to revision 6.23.2.34.
9785
9786 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9787
9788         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9789         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9790         thread for both the null and zero (kill/expire thread) universal prefix
9791         cases.
9792         (gnus-summary-expire-thread): Add new function to expire a thread,
9793         using gnus-summary-kill-thread.
9794         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9795         shortcuts for gnus-summary-expire-thread.
9796         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9797         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9798
9799 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9800
9801         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9802         extras value, so an extras entry can be deleted.
9803         (gnus-registry-delete-extra-entry): Use it.
9804         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9805         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9806         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9807         storage through the gnus-registry, and provide an appropriate API for
9808         it.
9809
9810 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9813         Suggested by Leo <sdl.web@gmail.com>.
9814
9815         * gnus.el: Do.
9816
9817 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9820         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9821
9822         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9823
9824         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9825         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9826
9827 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9830         newline.
9831         (nnmbox-request-accept-article): Don't change article in source buffer;
9832         narrow to header to use message-fetch-field rather than
9833         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9834         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9835         as delimiters; make sure article ends with newline.
9836         (nnmbox-delete-mail): Correct last position of article to be deleted;
9837         ignore X-Gnus-Newsgroup header in article body.
9838         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9839         positions; make sure article ends with newline.
9840
9841         * message.el (message-display-abbrev): Don't infloop when a user
9842         inserts SPC in the beginning of header.
9843
9844         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9845         coding-system-for-read and coding-system-for-write for XEmacs having no
9846         file-coding feature.
9847
9848         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9849
9850 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9851
9852         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9853         list of groups not followed by default.  Fix type to be regexp.
9854         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9855
9856 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9857
9858         * hmac-def.el (define-hmac-function): Switch from old-style to
9859         new-style backquotes.
9860
9861         * md4.el (md4-make-step): Likewise.
9862
9863 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9866         raw-text coding system when saving .newsrc file, which may contain
9867         non-ASCII group names.
9868
9869 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-cus.el (gnus-score-extra): New widget.
9872         (gnus-score-extra-convert): New function.
9873         (gnus-score-customize): Use it for Extra.
9874
9875 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9876
9877         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9878         (mml2015-mailcrypt-clear-verify): Use it.
9879         (mml2015-gpg-clear-verify): Use it.
9880         (mml2015-pgg-clear-verify): Use it.
9881         (mml2015-epg-clear-verify): Replace the current part with the output
9882         from GnuPG; don't extract the plaintext by itself.
9883
9884         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9885         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9886         mml2015-clear-verify-function; don't touch the armor headers or
9887         dash-escaped text here.
9888
9889 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9892         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9893         parts, or application/octet-stream as a last resort.
9894         (gnus-mime-view-part-as-type): Don't toggle display.
9895         (gnus-mime-view-part-as-charset): Don't turn off display before
9896         querying charset.
9897
9898         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9899         stuff to undisplayer function in Emacs.
9900         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9901
9902         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9903         text/calendar parts.
9904
9905 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9908         decoding text/calendar parts.
9909
9910         * message.el (message-forward-make-body-mime): Always mark body as
9911         having no illegible text; remove signed-or-encrypted argument.
9912         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9913
9914         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9915         (mml-generate-mime-1): Don't encode body if it is specified to be in
9916         raw form; don't make buffer be unibyte when inserting multibyte string.
9917
9918 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9919
9920         * sha1.el: Fix up comment style.
9921         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9922         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9923
9924         * hex-util.el: Fix up comment style.
9925         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9926
9927         * gnus-salt.el: Use with-current-buffer.
9928         (gnus-pick-setup-message): Fix long-standing typo.
9929
9930 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * imap.el (imap-logout-timeout): New variable.
9933         (imap-logout, imap-logout-wait): New functions.
9934         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9935
9936         * nnimap.el (nnimap-logout-timeout): New server variable.
9937         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9938         nnimap-logout-timeout.
9939
9940         * gnus-art.el (gnus-article-summary-command-nosave)
9941         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9942
9943 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus.el (gnus-maximum-newsgroup): New variable.
9946
9947         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9948         according to gnus-maximum-newsgroup.
9949
9950         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9951         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9952         Limit the range of articles according to gnus-maximum-newsgroup.
9953
9954 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9955
9956         * gnus-art.el (gnus-sticky-article): Fix problems described in
9957         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9958         Don't perform gnus-configure-windows here; reuse existing sticky
9959         article buffer.
9960
9961         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9962         it doesn't exist in gnus-article-mode.
9963
9964 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9967         (gnus-agent-decoded-group-name): New function.
9968         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9969         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9970
9971 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9972
9973         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9974         Add binding for gnus-sticky-article.
9975         (gnus-summary-exit): Don't kill sticky article buffers.
9976
9977         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9978         article buffer.
9979         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9980         (gnus-kill-sticky-article-buffers): New commands.
9981
9982 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * nntp.el (nntp-xref-number-is-evil): New server variable.
9985         (nntp-find-group-and-number): If it is non-nil, don't trust article
9986         numbers in the Xref header.
9987
9988 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * gnus-agent.el (gnus-agent-read-group): New function.
9991         (gnus-agent-flush-group, gnus-agent-expire-group)
9992         (gnus-agent-regenerate-group): Use it.
9993         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9994         nnmail-pathname-coding-system.
9995
9996 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9999
10000         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10001         that are unread as unread, and also as selected so that information of
10002         marks having been changed by a user may be updated when exiting group.
10003
10004 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10007
10008 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10011         calculated ignoring signature parts to gnus-treat-article.
10012
10013 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10016         a point here in order to keep the window start.
10017         (gnus-insert-mime-security-button): Make a button overlay without the
10018         front stickiness.
10019         (gnus-mime-display-security): Goto the end of a button.
10020
10021         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10022
10023 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10026         group-name-at-point.
10027         (gnus-group-completing-read): New function that offers decoded
10028         non-ASCII group names for completion.
10029         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10030         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10031         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10032         (gnus-group-fetch-control): Use it.
10033         (gnus-fetch-group): Use group-name-at-point for the initial value
10034         rather than the default value; use gnus-alive-p.
10035
10036         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10037         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10038         (gnus-summary-post-news): Use gnus-group-completing-read.
10039
10040         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10041         (gnus-read-move-group-name): Decode group name for completion.
10042
10043 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10044
10045         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10046         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10047         Yamaoka slightly modified the code).
10048
10049 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10052         (nnmail-split-incoming): Bind it.
10053
10054         * nnml.el (nnml-group-name-charset): New function.
10055         (nnml-decoded-group-name): Use it; don't decode group name if
10056         nnmail-group-names-not-encoded-p is non-nil.
10057         (nnml-encoded-group-name): New function.
10058         (nnml-group-pathname): Inline nnml-decoded-group-name.
10059         (nnml-request-expire-articles): Decode group name in message.
10060         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10061         nnmail-pathname-coding-system.
10062         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10063         not decoded ones according to nnmail-group-names-not-encoded-p.
10064         (nnml-generate-active-info): Use nnml-encoded-group-name.
10065
10066 2007-08-08  Glenn Morris  <rgm@gnu.org>
10067
10068         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10069         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10070         doc-strings and comments.
10071
10072 2007-07-25  Glenn Morris  <rgm@gnu.org>
10073
10074         * Relicense all FSF files to GPLv3 or later.
10075
10076 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-sum.el (gnus-summary-move-article):
10079         Make gnus-summary-respool-article work.
10080
10081 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10084         string.
10085
10086 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10087
10088         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10089         that should be ignored when comparing distant RSS articles with local
10090         ones.
10091         (nnrss-make-hash-index): New function.  Create a hash index according
10092         to the ignored fields.
10093         (nnrss-check-group): Use it.
10094
10095 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10098
10099         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10100
10101         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10102         the new optional argument ENCODED is non-nil.
10103         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10104         coding system for encoding group name.
10105         (gnus-group-make-rss-group): Pass un-encoded group name to
10106         gnus-group-make-group.
10107         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10108         encoded.
10109
10110         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10111         Encode group name to which articles are moved or copied.
10112         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10113         coding system for encoding Newsgroup, Followup-To and Xref headers.
10114
10115         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10116         marks; use nnheader-file-coding-system to write a file.
10117         (nnagent-retrieve-headers): Bind file-name-coding-system to
10118         nnmail-pathname-coding-system.
10119
10120         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10121
10122         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10123         (nnml-request-article, nnml-request-create-group)
10124         (nnml-request-rename-group, nnml-find-id)
10125         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10126         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10127         (nnml-save-marks): Use nnml-group-pathname instead of
10128         nnmail-group-pathname.
10129
10130         (nnml-request-create-group, nnml-request-expire-articles)
10131         (nnml-request-move-article, nnml-request-delete-group)
10132         (nnml-deletable-article-p, nnml-possibly-create-directory)
10133         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10134         (nnml-open-marks): Bind file-name-coding-system to
10135         nnmail-pathname-coding-system.
10136
10137         (nnml-request-article): Pass server argument to nnml-find-group-number.
10138         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10139         Pass server argument to nnml-possibly-create-directory.
10140         (nnml-request-accept-article): Pass server argument to
10141         nnml-active-number and nnml-save-mail.
10142         (nnml-find-group-number): Pass server argument to nnml-find-id.
10143         (nnml-request-update-info): Pass server argument to
10144         nnml-marks-changed-p.
10145
10146         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10147         (nnml-save-mail, nnml-active-number): Add server argument.
10148
10149         (nnml-request-delete-group): Warn if group is missing.
10150         (nnml-get-nov-buffer): Decode group name.
10151         (nnml-generate-active-info): Encode group name.
10152         (nnml-open-marks): Decode group name in messages.
10153
10154 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10157         if it is not specified.
10158         (gnus-article-pipe-part, gnus-article-save-part)
10159         (gnus-article-interactively-view-part, gnus-article-copy-part)
10160         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10161         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10162         (gnus-article-replace-part, gnus-article-delete-part)
10163         (gnus-article-view-part-as-type): Pass raw prefix argument to
10164         gnus-article-part-wrapper.
10165
10166 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-agent.el (gnus-agent-save-active):
10169         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10170
10171         * gnus-cache.el (gnus-cache-save-buffers)
10172         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10173         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10174         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10175         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10176         (gnus-cache-generate-active, gnus-cache-rename-group)
10177         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10178         (gnus-cache-update-overview-total-fetched-for):
10179         Bind file-name-coding-system to nnmail-pathname-coding-system.
10180         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10181         New variables.
10182         (gnus-cache-decoded-group-name): New function.
10183         (gnus-cache-file-name): Use it.
10184         (gnus-cache-generate-active): Use non-decoded group name for active.
10185
10186         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10187         right place.
10188         (gnus-write-active-file): Don't break non-ASCII group names.
10189
10190         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10191         nnmail-pathname-coding-system.
10192
10193         * lpath.el: Bind default-file-name-coding-system,
10194         file-name-coding-system and language-info-alist for XEmacs.
10195
10196         * gnus-uu.el (gnus-uu-decode-save): Typo.
10197
10198 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10201
10202 2007-07-14  David Kastrup  <dak@gnu.org>
10203
10204         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10205         finishing actions if we did not edit the article.
10206
10207 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10210         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10211         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10212         (gnus-agent-flush-group, gnus-agent-flush-cache)
10213         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10214         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10215         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10216         (gnus-agent-regenerate-group)
10217         (gnus-agent-update-files-total-fetched-for)
10218         (gnus-agent-update-view-total-fetched-for):
10219         Bind file-name-coding-system to nnmail-pathname-coding-system.
10220         (gnus-agent-group-pathname): Don't encode file names by
10221         nnmail-pathname-coding-system.
10222         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10223         coding-system-for-write instead of buffer-file-coding-system to
10224         gnus-agent-file-coding-system.
10225
10226         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10227         Decode group name.
10228
10229         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10230
10231         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10232         (gnus-read-newsrc-el-file): Make group names unibyte.
10233
10234         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10235         nnmail-pathname-coding-system.
10236
10237         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10238         (nnrss-request-delete-group): Bind file-name-coding-system to
10239         nnmail-pathname-coding-system.
10240         (nnrss-read-server-data, nnrss-read-group-data):
10241         Bind file-name-coding-system correctly.
10242         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10243
10244         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10245         (nntp-server-to-method-cache): New variable.
10246         (nntp-group-pathname): New function that decodes non-ASCII group names.
10247         (nntp-possibly-create-directory, nntp-marks-changed-p)
10248         (nntp-save-marks, nntp-open-marks): Use it.
10249         (nntp-possibly-create-directory, nntp-open-marks):
10250         Bind file-name-coding-system to nnmail-pathname-coding-system.
10251         (nntp-open-marks): Decode group names when bootstrapping marks.
10252
10253         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10254         Newsgroups and Folowup-To headers.
10255
10256 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10259         (gnus-server-closed-face, gnus-server-denied-face)
10260         (gnus-server-offline-face): Remove variable.
10261         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10262
10263         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10264         of modifying message-stack directly for XEmacs.
10265
10266         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10267         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10268         if the coding-system argument is nil for XEmacs.
10269
10270         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10271         mm-charset-override-alist.
10272
10273         * rfc2047.el: Don't require base64; require rfc2045 for the function
10274         rfc2045-encode-string.
10275         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10276         to quote the parameter value.
10277
10278 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10281         form in gnus-group-name-charset-method-alist.
10282
10283         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10284         overrides the default layout edit-form.
10285
10286         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10287
10288         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10289
10290 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10293         as unfetched articles.
10294
10295 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10298
10299 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10302         original back end that keeps marks in the local system.
10303
10304 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10307         arg of pop-to-buffer for XEmacs.
10308         (gnus-article-read-summary-keys): Ditto; don't restore window
10309         configuration if summary command ends up with neither article buffer
10310         nor summary buffer; describe bindings if summary keys end with C-h.
10311
10312 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * message.el (message-fix-before-sending): Skip raw message part to be
10315         forwarded while checking illegible text.
10316         (message-forward-make-body-mime, message-forward-make-body):
10317         Mark signed or encrypted raw message as having no illegible text.
10318
10319 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10322         (gnus-message-with-timestamp-1): New macro.
10323         (gnus-message-with-timestamp): New function.
10324         (gnus-message): Use them.
10325
10326         * nnheader.el (nnheader-message): Use them.
10327
10328 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10331         .newsrc.eld file.
10332
10333 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * gnus-agent.el (gnus-agent-fetch-headers)
10336         (gnus-agent-retrieve-headers):
10337         Bind gnus-decode-encoded-address-function to identity.
10338
10339         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10340         available also when the server returns simply a dot.
10341
10342         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10343
10344 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10347
10348 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-ems.el (gnus-x-splash): Make it work.
10351
10352         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10353         from being used.
10354
10355         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10356
10357 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10360         4th and the 5th arguments.
10361
10362         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10363         the front stickiness.
10364         (gnus-article-summary-command-nosave): Correct the order of the
10365         arguments passed to pop-to-buffer.
10366         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10367         summary command ends up with the article buffer.
10368
10369         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10370         the same faces.
10371
10372 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10373
10374         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10375
10376 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10377
10378         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10379         * gnus-sum.el (gnus-summary-highlight):
10380         * pgg.el (pgg-sign-region, pgg-sign):
10381         * mail-source.el (mail-source-delete-old-incoming-confirm):
10382         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10383
10384 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-art.el (gnus-mime-view-part-externally)
10387         (gnus-mime-view-part-internally): Fix predicate function passed to
10388         completing-read.
10389
10390         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10391
10392         * gnus.el (gnus-update-message-archive-method): Add :version.
10393
10394 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus.el (gnus-update-message-archive-method): New variable.
10397
10398         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10399         according to gnus-message-archive-method if
10400         gnus-update-message-archive-method is non-nil.
10401
10402 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10405         Suggested by Loic Dachary <loic@dachary.org>.
10406         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10407
10408 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * message.el (message-pop-to-buffer): Add switch-function argument.
10411         (message-mail): Pass switch-function argument to it.
10412
10413 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10416         Improve doc string.
10417
10418 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10421         (gnus-header-content)
10422         * gnus-cite.el (gnus-cite-10)
10423         * gnus-srvr.el (gnus-server-closed)
10424         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10425         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10426         (gnus-group-mail-3-empty, gnus-group-mail-low)
10427         (gnus-group-mail-low-empty, gnus-splash)
10428         * message.el (message-header-to, message-header-cc)
10429         (message-header-subject, message-header-other, message-header-name)
10430         (message-header-xheader, message-separator, message-cited-text)
10431         (message-mml): Lighten colors of faces used for dark background.
10432
10433 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10434
10435         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10436         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10437
10438 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * message.el (message-narrow-to-headers-or-head):
10441         Ignore mail-header-separator in the body.
10442
10443 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10446         same as window size.
10447
10448 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10449
10450         * message.el (message-font-lock-keywords): Use message-header-xheader
10451         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10452         ahead of the anything pattern, to get it recognised.
10453
10454 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10457         spam.el loads uses it in the compiled defadvice form.
10458
10459 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10460
10461         * gnus-sum.el (gnus-articles-to-read)
10462         (gnus-summary-insert-old-articles): Don't truncate group name for
10463         `read-string'.
10464
10465         * gnus-util.el (gnus-limit-string): Delete this function.
10466
10467         * gnus-sum.el (gnus-simplify-subject-fully):
10468         Use `truncate-string-to-width' instead.
10469
10470 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10471
10472         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10473         Tell if, on summary exit, the next group has to be selected.
10474         (gnus-summary-exit): Use it.
10475
10476 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10479         non-break space.
10480
10481 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10484         Check if group is not a directory.
10485         (nnfolder-request-expire-articles): Don't delete articles if the target
10486         group is not available.
10487
10488         * nnml.el (nnml-request-create-group): Properly check if group is not a
10489         file.
10490         (nnml-request-expire-articles): Don't delete articles if the target
10491         group is not available.
10492
10493         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10494         Don't quote characters that are within parentheses.
10495
10496 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10499         (gnus-handle-ephemeral-exit): Select article according to it.
10500
10501 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * message.el (message-insert-formated-citation-line): Remove newline.
10504         (message-citation-line-format): Add final \n here so that the user can
10505         avoid a blank line.
10506
10507 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10508
10509         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10510         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10511         Update lanl/arXiv support.
10512
10513 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * gnus.el: Bump version number.
10516
10517 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518
10519         * gnus.el (gnus-version-number): Bump version.
10520
10521 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10522
10523         * gnus.el: No Gnus v0.6 is released.
10524
10525 2007-04-27  Didier Verna  <didier@xemacs.org>
10526
10527         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10528         * gmm-utils.el (gmm-regexp-concat): ... here.
10529         * message.el: Don't require 'gnus-util.
10530         (message-dont-reply-to-names): Handle name change above.
10531         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10532
10533 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10536         since the initial value varies according to the system.
10537
10538 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10541
10542 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10543
10544         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10545
10546 2007-04-24  Didier Verna  <didier@xemacs.org>
10547
10548         Improve the type of gnus-ignored-from-addresses.
10549         * gnus-util.el (gnus-orify-regexp): New function.
10550         * message.el (gnus-util): Require it.
10551         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10552         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10553         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10554
10555 2007-04-24  Didier Verna  <didier@xemacs.org>
10556
10557         * gnus-sum.el:
10558         * gnus-utils.el: Fix some trailing whitespaces.
10559
10560 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10563         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10564         article's Message-ID; refer parent article in summary buffer.
10565
10566         * message.el (message-bounce): Call mime-to-mml.
10567
10568         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10569         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10570         optimize and/or forms properly.
10571
10572 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10575         URL.
10576
10577 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10580
10581 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10584         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10585         displayed of multipart/alternative part if it is invoked from summary
10586         buffer.
10587
10588         * mm-view.el (mm-inline-text-html-render-with-w3m)
10589         (mm-inline-text-html-render-with-w3m-standalone)
10590         (mm-inline-render-with-function): Use mail-parse-charset by default.
10591
10592 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10593
10594         * parse-time.el (parse-time-string-chars): Check if CHAR
10595         is less than the length of parse-time-syntax.
10596
10597 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10600         from gnus-newsgroup-processable.
10601
10602 2007-04-16  Didier Verna  <didier@xemacs.org>
10603
10604         * gnus-msg.el (gnus-configure-posting-styles):
10605         Handle message-signature-directory properly with :file syntax.
10606         Reported by "Leo".
10607
10608 2007-04-11  Didier Verna  <didier@xemacs.org>
10609
10610         New user option: message-signature-directory.
10611         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10612         * message.el (message-insert-signature): Ditto.
10613         * message.el (message-signature-file): Doc update.
10614         * message.el (message-signature-directory): New.
10615
10616 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-msg.el (gnus-inews-yank-articles):
10619         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10620
10621 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * message.el (message-yank-original): Make sure cited text ends with
10624         newline; don't exchange point and mark.
10625
10626 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10627
10628         * tls.el (open-tls-stream): Properly handle case where there
10629         is no associated buffer.
10630
10631 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10632
10633         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10634         message-yank-original, make sure (< mark TEXT point).
10635
10636 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * message.el (message-fill-column): New variable.
10639         (message-mode): Use it.  Add comment on a possible new hook.
10640
10641         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10642         (nnmail-get-new-mail): Reformat.
10643
10644         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10645
10646         * gmm-utils.el: Fix Commentary.
10647         (gmm-tool-bar-from-list): Fix typo in doc string.
10648
10649 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10650
10651         * message.el (message-yank-original): Don't switch point and mark
10652         unnecessarily to put point and mark as documented.
10653
10654 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10655
10656         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10657         from the message heads.
10658
10659 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10660
10661         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10662         article buffer does not have a window.  This may not be the best
10663         solution but is certainly better than setting the start of the null,
10664         that is the current, window.
10665
10666 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10669         (gnus-draft-setup): Run it.
10670
10671         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10672         gnus-score-fast-scoring.  Allow regexp.
10673         (gnus-score-headers): Use it.
10674
10675         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10676         XEmacs.
10677
10678         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10679         string.
10680         (gnus-button-alist): Also catch `<f1> k ...'.
10681         (gnus-treat-display-x-face): Fix doc string.
10682
10683 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10684
10685         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10686         evaluation of gnus-extended-version to ensure correct generation of the
10687         User-Agent header when message-generate-headers-first is used.
10688
10689 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10690
10691         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10692         hashcash-path is nil.  Don't call callback with incorrect number of
10693         parameters if val is 0.
10694
10695 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10696
10697         * message.el (message-required-news-headers):
10698         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10699
10700 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10701
10702         * tls.el (open-tls-stream): In handshake-waiting loop,
10703         don't wait more if there is output available to process.
10704
10705 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10706
10707         * tls.el (tls-program): Doc fix.
10708
10709 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * message.el (message-generate-new-buffers): Change the meaning of the
10712         nil value; add `standard' to the choices; treat t as `unique'; improve
10713         doc string.
10714         (gnus-select-frame-set-input-focus): Autoload.
10715         (message-buffer-name): Search for the existing message buffer if
10716         message-generate-new-buffers is nil or `standard'; treat the value t of
10717         message-generate-new-buffers as `unique'.
10718         (message-pop-to-buffer): Raise the frame already displaying the message
10719         buffer; clear the echo area after querying.
10720         (message-setup): Pass the `continue' argument to compose-mail.
10721         (message-mail): Prefer `switch-function' if it is given; search for the
10722         existing message buffer if the `continue' argument is non-nil; pass
10723         continue and switch-function arguments to compose-mail by way of
10724         message-setup.
10725         (message-mail-other-window): Adjust argument of message-setup.
10726         (message-mail-other-frame): Ditto.
10727
10728 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10731         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10732         to turn font-lock on when turning gnus-message-citation-mode on.
10733
10734 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10735
10736         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10737         (mml-smime-function-alist): New variable; add epg as the backend.
10738         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10739         mml-smime- functions instead.
10740         * mm-view.el: Require smime.
10741
10742 2007-03-05  Didier Verna  <didier@xemacs.org>
10743
10744         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10745         instead of just inheritance for posting styles.
10746         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10747
10748 2007-02-24  Chris Moore  <dooglus@gmail.com>
10749
10750         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10751         * pgg-pgp.el (pgg-pgp-encrypt-region):
10752         * pgg-gpg.el (pgg-gpg-encrypt-region):
10753         Check pgg-encrypt-for-me if no other recipients.
10754
10755 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10756
10757         * tls.el (tls-certtool-program): Fix custom type.
10758
10759 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10762         and point-at-eol instead of line-(beginning|end)-position.
10763
10764         * assistant.el (assistant-parse-buffer): Ditto.
10765
10766         * netrc.el (netrc-parse-services): Ditto.
10767
10768 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10769
10770         * mml2015.el (mml2015-epg-find-usable-key): New function.
10771         (mml2015-epg-sign): Use it.
10772         (mml2015-epg-encrypt): Use it.
10773
10774 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * message.el (message-make-in-reply-to): Quote name containing
10777         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10778         if there are special characters.  Reported by NAKAJI Hiroyuki
10779         <nakaji@jp.freebsd.org>.
10780
10781 2007-02-27  Didier Verna  <didier@xemacs.org>
10782
10783         Include the group parameters as well as the topic ones in the
10784         inheritance filter process.
10785         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10786         argument GROUP-PARAMS-LIST.
10787         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10788
10789 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * nntp.el (nntp-never-echoes-commands)
10792         (nntp-open-connection-functions-never-echo-commands): New variables.
10793         (nntp-send-command): Use them.
10794
10795 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10796
10797         * mml2015.el (mml2015-epg-verify): Simplify.
10798
10799 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * mml.el (mml-content-disposition-alist): New user option.
10802         (mml-content-disposition): New function.
10803         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10804         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10805
10806 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10807
10808         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10809         verification.
10810
10811 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10812
10813         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10814         articles posted in the last 24 hours.
10815
10816 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10817
10818         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10819
10820 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10821
10822         * nntp.el (nntp-send-command): Don't wait for echoes when
10823         nntp-open-ssl-stream is used.
10824
10825 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10828         (gnus-message-add-citation-keywords)
10829         (gnus-message-remove-citation-keywords): Remove.
10830         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10831         directly, make the variables in font-lock-defaults buffer-local, add
10832         gnus-message-citation-keywords to them and then update the value of
10833         font-lock-keywords.
10834
10835 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * message.el (message-cite-original-1): Don't call
10838         gnus-article-highlight-citation.
10839
10840         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10841         citations; fix line count.
10842
10843 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10846         (gnus-message-add-citation-keywords)
10847         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10848         versions of font-lock-add-keywords and font-lock-remove-keywords to
10849         work with XEmacs correctly.
10850
10851 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-cite.el (gnus-cite-face-list): Set the values of
10854         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10855         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10856         (gnus-message-cite-prefix-regexp): New variable.
10857         (gnus-message-search-citation-line): Use it; protect against long
10858         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10859         the 0th match data for Emacs.
10860         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10861         (gnus-message-add-citation-keywords): Append keywords rather than
10862         prepending; emulate font-lock-add-keywords if it is not available.
10863         (gnus-message-remove-citation-keywords):
10864         Emulate font-lock-remove-keywords if it is not available.
10865
10866         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10867
10868         * message.el (message-cite-prefix-regexp): Set the value of
10869         gnus-message-cite-prefix-regexp.
10870
10871 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10872
10873         * nnweb.el (nnweb-google-parse-1): Update parser.
10874
10875 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10876
10877         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10878
10879 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10880
10881         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10882         regexp.
10883
10884 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10887         string-to-multibyte.
10888         (uudecode-decode-region-internal): Use it.
10889
10890         * lpath.el: Fbind string-as-multibyte for XEmacs.
10891
10892 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10895         Fix custom choice.
10896
10897         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10898
10899 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10900
10901         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10902
10903         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10904         `write-region' to respect `mm-inhibit-file-name-handlers'.
10905
10906 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10907
10908         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10909         Use gnus-home-directory instead of "~/" or "$HOME".
10910
10911 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10912
10913         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10914         to mention filename.
10915         Add comments at beginning regarding usage.
10916         (encrypt-write-file-contents): Change interactive so a string is
10917         acceptable.  If the file has no associated model, show an error instead
10918         of a nonsense prompt.
10919
10920 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10921
10922         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10923         Thanks to Yoshihiko Yamada for kind notification of this typo.
10924
10925 2007-01-12  Kenichi Handa  <handa@m17n.org>
10926
10927         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10928         multibyte buffer.
10929
10930 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * gnus-score.el (gnus-score-fast-scoring): New variable.
10933         (gnus-score-headers): Use it.
10934
10935         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10936
10937         * message.el (message-cite-original-1):
10938         Call gnus-article-highlight-citation if requested.
10939         (message-make-from): Allow name and address as optional arguments.
10940
10941         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10942
10943         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10944         bugs to doc string.
10945         (gnus-button-alist): Add mid\\|message-id.
10946         (gnus-button-fetch-group): Extend for use in
10947         `browse-url-browser-function'.
10948         (gnus-button-url-regexp): Try to catch paired parentheses like in
10949         Wikipedia URLs.
10950
10951         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10952         Suggested by Simon Krahnke <overlord@gmx.li>.
10953
10954 2007-01-13  Romain Francoise  <romain@orebokech.com>
10955
10956         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10957         Update copyright.
10958
10959 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10960
10961         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10962
10963 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10964
10965         * gnus-registry.el (gnus-registry-unfollowed-groups)
10966         (gnus-registry-split-fancy-with-parent): Fix documentation.
10967
10968 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10969
10970         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10971         from nnweb groups.
10972
10973 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10976         Xref urls.  Erase buffer before requesting head.
10977
10978         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10979
10980 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10983         customizable.
10984
10985 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10986
10987         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10988         no signing key is found.
10989         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10990         no encrypting and/or signing key is found.
10991
10992 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10995
10996 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10997
10998         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10999         headers read from disk with the ones newly found in the current search.
11000         This should no longer cause problems, because the article numbers in
11001         Gmane's `nov.php' output are ignored since the previous change.
11002
11003 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11004
11005         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11006
11007 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11010         replace-regexp-in-string; bind url-version; fbind display-images-p and
11011         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11012         find-face and set-itimer-function for Emacs; bind itimer-list for
11013         Emacs.
11014
11015         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11016
11017 2007-01-01  Romain Francoise  <romain@orebokech.com>
11018
11019         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11020
11021 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11022
11023         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11024         `define-minor-mode' macro definition expanded properly.
11025         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11026         exclude it there.
11027
11028         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11029         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11030         `fboundp' test.
11031         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11032         This is OK to autoload in (S)XEmacs now.
11033
11034 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11037         keystroke.
11038         (gnus-summary-limit-to-singletons): Fix typo.
11039
11040         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11041         else fails.
11042
11043 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11044
11045         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11046         docstring.
11047
11048         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11049         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11050         (gnus-summary-insert-dormant-articles): Fix typo in message.
11051
11052 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11055         nil for XEmacs.
11056         (gnus-message-citation-mode): Don't autoload in XEmacs.
11057
11058         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11059
11060 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11061
11062         * nnimap.el (nnimap-expunge-search-string):
11063         Mention nnimap-search-uids-not-since-is-evil in docstring.
11064
11065 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11066
11067         * spam.el: Revert to make-obsolete-variable because
11068         define-obsolete-variable-alias is not supported in Emacs 21.
11069
11070         * spam.el (spam-ifile-path, spam-ifile-database-path)
11071         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11072         make-obsolete-variable.
11073         (spam-bsfilter-path, spam-bsfilter-program)
11074         (spam-spamassassin-path, spam-spamassassin-program)
11075         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11076         Don't use "path" inappropriately.
11077         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11078         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11079         variable names.
11080
11081 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11082
11083         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11084         summary buffer.
11085
11086         * password.el (password-cache-remove): Use clear-string to burn
11087         password, if available.
11088
11089 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11092
11093         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11094
11095         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11096         (gnus-message-highlight-citation): Move defcustom here from
11097         gnus-cite.el.
11098         (gnus-message-citation-mode): Autoload.
11099
11100         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11101         checks to make it compile with XEmacs.
11102         (gnus-message-citation-mode): New minor mode.
11103         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11104         (gnus-message-highlight-citation): New variables.
11105         (gnus-message-search-citation-line)
11106         (gnus-message-add-citation-keywords)
11107         (gnus-message-remove-citation-keywords)
11108         (turn-on-gnus-message-citation-mode)
11109         (turn-off-gnus-message-citation-mode): New functions.
11110
11111 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11112
11113         * gnus-cite.el: Enable highlighting of different citation levels in
11114         message-mode.
11115
11116 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * message.el (message-make-fqdn): Fix comment.
11119         (message-bogus-system-names): Add ".local".
11120
11121         * spam.el (spam-ifile-path, spam-ifile-program)
11122         (spam-ifile-database-path, spam-ifile-database)
11123         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11124         Don't use "path" inappropriately.
11125         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11126         strings.
11127         (spam-check-ifile, spam-ifile-register-with-ifile)
11128         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11129         Use new variable names.
11130
11131         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11132         (gnus-treat-display-smileys): Simplify using
11133         gnus-image-type-available-p.
11134
11135         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11136         available.
11137
11138         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11139         Use `display-images-p' if available.
11140
11141 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11144         one after turning on the buffer's multibyteness instead of decoding
11145         them directly in the unibyte buffer that causes unexpected conversion
11146         in Emacs 23 (unicode).
11147
11148 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11149
11150         * message.el (message-generate-hashcash): Fix custom type.
11151
11152 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11155
11156 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11159         disconnect icons.  Add help text.
11160
11161 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11162
11163         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11164         negated to be consistent with the others we handle.
11165
11166 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11169         version of gnus-summary-buffer to something, so that we can use two
11170         article buffers at the same time.
11171
11172 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11173
11174         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11175         trigger all the extra headers.
11176         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11177         sorting.
11178
11179 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11180
11181         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11182         solid groups.
11183
11184 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11185
11186         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11187
11188 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * legacy-gnus-agent.el: Add Copyright notice.
11191
11192 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11193
11194         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11195
11196 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11197
11198         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11199
11200         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11201         to make it work reliably in CVS Emacs.
11202         (gnus-summary-limit-strange-charsets-predicate)
11203         (gnus-summary-limit-to-predicate): New functions.
11204
11205 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11206
11207         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11208         specifying array size.
11209         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11210         array if it is too small.
11211         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11212         (gnus-sort-threads-loop): New function.
11213
11214 2006-12-06  Chris Moore  <dooglus@gmail.com>
11215
11216         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11217         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11218
11219 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11220
11221         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11222         options.
11223
11224 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11225
11226         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11227         DOS-ing the recipient.
11228
11229         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11230         the headers when creating the mapping to avoid mismappings.
11231         (nnweb-gmane-create-mapping): Always nix out old mapping.
11232
11233 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11236         and mm-verify-option to never.
11237
11238 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * message.el (message-signed-or-encrypted-p): New function.
11241         (message-forward-make-body): Use it.
11242
11243         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11244         Replace encode-coding-string with mm-encode-coding-string.
11245
11246 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * nneething.el (nneething-decode-file-name):
11249         Replace decode-coding-string with mm-decode-coding-string.
11250
11251         * gnus-int.el (gnus-open-server): Say failed server's name.
11252
11253 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11254
11255         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11256         strings to a single string.  Quote `errors-file-name'.
11257         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11258         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11259         Adjust calls.  Use `shell-quote-argument'.
11260
11261 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11262
11263         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11264         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11265
11266         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11267         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11268         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11269         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11270         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11271         (gnus-subscribe-newsgroup, gnus-1):
11272         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11273         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11274         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11275         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11276
11277 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278
11279         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11280         keystroke.
11281         (gnus-summary-limit-to-bodies): Implement headersp.
11282
11283 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284
11285         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11286
11287 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11290
11291 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11292
11293         * message.el (message-generate-hashcash): Expand range of values to
11294         include `opportunistic'.
11295         (message-send-mail): Use it.
11296
11297 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11298
11299         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11300         and comment it.
11301
11302         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11303
11304 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus-util.el (gnus-extract-address-components): Improve comment.
11307
11308 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-util.el (gnus-extract-address-components): Work with address in
11311         which the name portion contains @.
11312
11313         * lpath.el: Fbind custom-autoload.
11314
11315 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus.el (gnus-start): Move custom group up.
11318         (gnus-select-method): Don't autoload, but make it available for
11319         `customize-variable'.
11320         (gnus-getenv-nntpserver): Don't autoload.
11321
11322 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11323
11324         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11325
11326 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * message.el (message-sendmail-extra-arguments): New variable.
11329         (message-send-mail-with-sendmail): Use it.
11330
11331 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11334         mm-with-unibyte-current-buffer to make string unibyte.
11335
11336         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11337         mm-string-as-multibyte.
11338
11339 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11340
11341         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11342         Reported by Werner Koch <wk@gnupg.org>.
11343
11344 2006-11-14  Daiki Ueno  <ueno@p360>
11345
11346         * mml2015.el: Autoload epa-select-keys when compiling.
11347
11348 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11349
11350         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11351         message-options.
11352         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11353
11354 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11355
11356         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11357         EasyPG (< 0.0.6).
11358         (mml2015-always-trust): New user option.
11359         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11360         prompt.
11361
11362 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * nntp.el (nntp-authinfo-force): New variable.
11365         (nntp-send-authinfo): Use it.
11366
11367 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11370         decode encoded words.  Improve prompt.  Add comment about forwarding.
11371         (message-replacement-char): Move up.
11372
11373 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11374
11375         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11376         instead of gnus-intersection because arguments of gnus-sorted-nunion
11377         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11378
11379 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11382         (message-simplify-subject-functions):
11383         Enable message-strip-subject-encoded-words by default.
11384
11385 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * message.el (message-strip-subject-encoded-words): New function.
11388         (message-simplify-subject-functions): New variable.
11389         (message-simplify-subject): Use it.  Fix typo in doc string.
11390         Support message-strip-subject-encoded-words.
11391
11392 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11393
11394         * gnus-diary.el (gnus-diary-delay-format-function):
11395         * nndiary.el (nndiary-reminders):
11396         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11397
11398 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * gnus-art.el (article-hide-boring-headers): Fetch date from
11401         gnus-original-article-buffer to avoid problems with localized date
11402         strings.
11403
11404 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11407
11408 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11411         New variables.
11412         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11413         (mm-charset-synonym-alist): Move some entries to
11414         mm-codepage-iso-8859-list.
11415         (mm-charset-synonym-alist, mm-charset-override-alist):
11416         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11417
11418 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11421
11422 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11425         with Emacs 21 and XEmacs.
11426
11427 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11428
11429         * spam.el (spam-parse-address): New function for better parsing,
11430         catching errors, etc.
11431         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11432
11433 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * mm-view.el: Add interactive arg to html2text autoload.
11436
11437 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11440
11441 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11444         New variables.
11445         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11446         (mm-charset-synonym-alist): Move some entries to
11447         mm-codepage-iso-8859-list.
11448
11449         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11450
11451 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * message.el (message-citation-line-format)
11454         (message-insert-formated-citation-line): Fix implementation of %E, %N
11455         and %n according to the doc string.
11456
11457 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11458
11459         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11460         Use car-safe to avoid bad parses.
11461
11462 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11465         names.
11466
11467         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11468
11469 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11472         header.
11473
11474         * message.el (message-draft-headers): Add Date.
11475         (message-headers-to-generate): Fix typo in docstring.
11476
11477         * nndraft.el (nndraft-required-headers): New variable.
11478         (nndraft-generate-headers): Use it.
11479
11480         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11481
11482 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11483
11484         * gnus-registry.el (gnus-registry-wash-for-keywords)
11485         (gnus-registry-find-keywords): New functions to allow easy searching of
11486         articles that are in the registry.
11487
11488 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11489
11490         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11491         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11492         Reported by Damien Elmes <damien@repose.cx>.
11493
11494 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * gnus.el (gnus-mime): Remove unused custom group.
11497
11498 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11499
11500         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11501         "blank line" when searching for end of armor headers.
11502
11503 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gmm-utils.el (gmm-write-region): Fix variable name.
11506
11507 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gmm-utils.el (gmm-write-region): New function based on compatibility
11510         code from `mm-make-temp-file'.
11511
11512         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11513
11514         * nnmaildir.el (nnmaildir--update-nov)
11515         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11516         Use `gmm-write-region'.
11517
11518 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11521         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11522
11523         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11524
11525         * message.el (message-replacement-char): New variable.
11526         (message-fix-before-sending): Use it.
11527         (message-simplify-subject): New function to remove duplicate code.
11528         (message-reply, message-followup): Use it.
11529
11530         * gnus-sum.el (gnus-summary-make-menu-bar):
11531         Clarify gnus-summary-limit-to-articles.
11532
11533 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * gnus-util.el (gnus-with-local-quit): New macro.
11536
11537         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11538
11539 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11540
11541         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11542         ignore non-string data.
11543
11544 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11545
11546         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11547         non-string data (needs to be done in the registry too).
11548
11549 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11550
11551         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11552         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11553         (gnus-registry-split-fancy-with-parent)
11554         (gnus-registry-fetch-simplified-message-subject-fast)
11555         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11556         Remove text properties on ingress into the registry and when it's saved.
11557         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11558         registry from entries with no groups.
11559
11560 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11561
11562         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11563         function to remove string properties.
11564
11565 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * gmm-utils.el (gmm): Adjust custom version.
11568
11569         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11570         Adjust custom version.
11571
11572         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11573
11574 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * gnus-art.el (gnus-insert-prev-page-button)
11577         (gnus-insert-next-page-button): Simplify.  Reformat.
11578
11579 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11580
11581         * gnus-art.el (gnus-insert-prev-page-button)
11582         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11583
11584 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11585
11586         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11587
11588 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11589
11590         * gnus-art.el (gnus-insert-mime-button)
11591         (gnus-insert-mime-security-button):
11592         Apply gnus-article-button-face to MIME and security buttons.
11593
11594 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11597         readable.
11598
11599 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11602
11603 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11604
11605         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11606         `browse-url-of-file' instead of `browse-url'.
11607
11608 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11609
11610         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11611         regexp.  Articles containing quotation were cut prematurely.
11612
11613 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * message.el (message-cite-original-1): Use nobody by default for the
11616         value of From header.
11617         (message-reply): Ditto.
11618
11619 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11620
11621         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11622         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11623         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11624
11625 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11628         mails in the doc string.  Add some URLs in comment.
11629         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11630
11631 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11634         backslashes handling and the way to find boundaries of quoted strings.
11635
11636 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11637
11638         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11639         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11640         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11641         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11642
11643 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11646         doc string.
11647         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11648
11649 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * lpath.el: Fbind epg-check-configuration.
11652
11653 2006-09-06  Simon Josefsson  <jas@extundo.com>
11654
11655         * mml2015.el (mml2015-use): Doc fix, mention epg.
11656
11657 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11658
11659         * mml2015.el (mml2015-use): Default to epg, if available.
11660
11661 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11662
11663         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11664         message-sender.
11665         (mml1991-epg-encrypt): Ditto.
11666         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11667         message-sender.
11668         (mml2015-epg-encrypt): Ditto.
11669
11670 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11671
11672         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11673         several common directories.
11674
11675 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11676
11677         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11678         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11679
11680 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-art.el (article-decode-encoded-words): Make it fast.
11683
11684 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11687
11688         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11689         in quoted string into `\'.
11690
11691 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11694         Use standard-syntax-table.
11695
11696 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-art.el (gnus-decode-address-function): New variable.
11699         (article-decode-encoded-words): Use it to decode headers which are
11700         assumed to contain addresses.
11701         (gnus-mime-delete-part): Remove useless `or'.
11702
11703         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11704         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11705         (gnus-nov-parse-line): Use it to decode From header.
11706         (gnus-get-newsgroup-headers): Ditto.
11707         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11708
11709         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11710         (mail-decode-encoded-address-string): New alias.
11711
11712         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11713         New function.
11714         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11715         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11716         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11717         (rfc2047-decode-string): Ditto.
11718         (rfc2047-decode-address-region): New function.
11719         (rfc2047-decode-address-string): New function.
11720
11721 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * message.el (message-caesar-buffer-body): Allow rotating headers.
11724
11725         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11726
11727         * message.el (message-insert-formated-citation-line): Fix %f.
11728         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11729
11730 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11733         (gnus-bookmark-mouse-available-p): New macro.
11734         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11735         (gnus-bookmark-bmenu-show-infos): Use it.
11736         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11737         (gnus-bookmark-bmenu-hide-infos): Ditto.
11738         (gnus-bookmark-remove-properties): New function.
11739         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11740         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11741         (gnus-bookmark-write-file): Bind coding-system-for-write.
11742         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11743         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11744         group before selecting it.
11745         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11746         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11747         quit-window if it is not available; use gnus-mouse-2 and bind it to
11748         gnus-bookmark-bmenu-select-by-mouse.
11749         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11750         (gnus-bookmark-bmenu-select-by-mouse): New function.
11751
11752 2006-08-13  Romain Francoise  <romain@orebokech.com>
11753
11754         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11755         space.
11756
11757 2006-08-10  Romain Francoise  <romain@orebokech.com>
11758
11759         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11760         (dns-mode-soa-auto-increment-serial): New user option.
11761         (dns-mode-soa-maybe-increment-serial): New function.
11762         (dns-mode): Add the latter to `write-contents-functions'.
11763
11764 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * compface.el (uncompface): Use binary rather than raw-text-unix.
11767
11768 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * compface.el (uncompface): Make sure the eol conversion doesn't take
11771         place when communicating with the external programs.
11772         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11773
11774 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11777
11778 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11779
11780         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11781         Make it more robust by parsing author and date independently.
11782
11783 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11786
11787 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11788
11789         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11790         first matching secret key.
11791         (mml2015-epg-encrypt): Ditto.
11792
11793         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11794         first matching secret key.
11795         (mml1991-epg-encrypt): Ditto.
11796
11797         * mml2015.el (mml2015-encrypt-to-self): New user option.
11798         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11799         mml2015-epg-encrypt-to-self is set.
11800
11801         * mml1991.el (mml1991-encrypt-to-self): New variable.
11802         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11803         mml1991-epg-encrypt-to-self is set.
11804
11805         * mml2015.el (mml2015-signers): New user option.
11806         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11807         (mml2015-epg-encrypt): Allow to select signing keys.
11808
11809         * mml1991.el (mml1991-signers): New variable.
11810         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11811         (mml1991-epg-encrypt): Allow to select signing keys.
11812
11813 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * nnheader.el (nnheader-insert-head): Make it work even if the file
11816         uses CRLF for the line-break code.
11817
11818 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11819
11820         * mml2015.el: Require mml-sec instead of password.
11821         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11822         (mml2015-cache-passphrase): Inherit the default value from
11823         mml-secure-cache-passphrase.
11824         (mml2015-passphrase-cache-expiry): Inherit the default value from
11825         mml-secure-passphrase-cache-expiry.
11826
11827         * mml1991.el: Require mml-sec instead of password.
11828         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11829         (mml1991-cache-passphrase): Inherit the default value from
11830         mml-secure-cache-passphrase.
11831         (mml1991-passphrase-cache-expiry): Inherit the default value from
11832         mml-secure-passphrase-cache-expiry.
11833
11834         * mml-sec.el: Require password.
11835         (mml-secure-verbose): New user option.
11836         (mml-secure-cache-passphrase): New user option.
11837         (mml-secure-passphrase-cache-expiry): New user option.
11838
11839 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11840
11841         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11842         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11843         andreas@altroot.de (Andreas Vögele).
11844
11845         FIXME: Use `tiny change'?
11846
11847 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11848
11849         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11850         workaround for the url package included with Emacs.
11851
11852         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11853
11854 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11857         correctly.  This fixes a bug caused by the 2006-05-12 change.
11858
11859 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11860
11861         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11862         some information about the error when saying that the `bogus' mail
11863         group will be used.
11864
11865 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11868         string.
11869
11870 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11871
11872         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11873
11874 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11875
11876         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11877
11878 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11879
11880         * mml1991.el (mml1991-function-alist): Add epg.
11881         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11882         (mml1991-epg-encrypt): New functions.
11883
11884 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11885
11886         * mml2015.el (mml2015-verbose): New variable.
11887         (mml2015-cache-passphrase): Ditto.
11888         (mml2015-passphrase-cache-expiry): Ditto.
11889         (mml2015-function-alist): Add epg.
11890         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11891         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11892         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11893         New functions.
11894
11895 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11896
11897         * message.el (message-cite-original-1): Preserve region when removing
11898         quoted text due to X-No-Archive in order to avoid bogus attribution
11899         when citing multiple messages.
11900
11901 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11902
11903         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11904         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11905
11906 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * gnus-diary.el (gnus-user-format-function-d)
11909         (gnus-user-format-function-D): Autoload.
11910
11911         * imap.el (Commentary): Fix typo.
11912
11913         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11914         2006-04-22 contribution.
11915
11916 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11917
11918         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11919         It didn't really fix the bogosity I'm seeing with solid web groups.
11920
11921 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11922
11923         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11924         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11925         created using server names.  If we use the feature without declaring
11926         it, Gnus does not properly manage server and group state.
11927
11928         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11929         bound.
11930
11931 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11932
11933         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11934         looking up the method using GROUP's prefix before inventing a new one.
11935         It is used on killed/unknown groups in various places where returning
11936         an all-new method isn't expected by the caller.
11937
11938         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11939         and match semantics of gnus-group-real-prefix.
11940
11941 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * nnmail.el (nnmail-broken-references-mailers): New variable.
11944         (nnmail-ignore-broken-references): New function generalizing
11945         nnmail-fix-eudora-headers.
11946         (nnmail-fix-eudora-headers): Now obsolete.
11947
11948         * gnus-art.el (gnus-button-handle-custom):
11949         Support `customize-apropos*'.
11950
11951 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11952
11953         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11954
11955         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11956         articles.
11957
11958 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * message.el (message-cite-reply-above): New variable.
11961         (message-yank-original): Use it.
11962
11963 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11966
11967 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11970         as read.
11971
11972         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11973
11974 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11977         (gnus-bookmark-default-file): Use gnus-directory.
11978         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11979         Remove "*" in doc string.
11980         (gnus-bookmark-write-file): Simplify.
11981         (gnus-bookmark-maybe-sort-alist): Use `when'.
11982         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11983         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11984         Add FIXME about Emacs 21 and XEmacs compatibility.
11985         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11986         compatibility.
11987         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11988         compatibility.
11989         (gnus-bookmark-menu-heading): Fix version.
11990
11991 2006-06-19  Bastien Guerry  <bzg@altern.org>
11992
11993         * gnus-bookmark.el: New file.
11994
11995 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * message.el (message-syntax-checks): Doc fix.
11998
11999 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12000
12001         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12002         unsubscribed groups as if they were killed ones.  It causes duplicate
12003         entries in gnus-newsrc-alist.
12004
12005 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * message.el (message-syntax-checks): Doc fix.
12008         (message-send-mail): Add check for continuation headers.
12009         (message-check-news-header-syntax): Fix regexp used to check for
12010         continuation headers.
12011
12012 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12015
12016 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12019
12020 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12023         default-truncate-lines.
12024
12025 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12028         to fill the utf-8 entry.
12029
12030         * lpath.el: Fbind unicode-precedence-list.
12031
12032 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12033
12034         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12035
12036 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12037
12038         * gnus-agent.el (directory-files-and-attributes): Move all the way
12039         forward (the third and final move).
12040         (gnus-agent-read-agentview): Trap reconstruction errors due to
12041         nonexistent directory.  Handle by returning nil.
12042
12043 2006-05-30  Didier Verna  <didier@xemacs.org>
12044
12045         * message.el (message-dont-reply-to-names): Update the custom type.
12046         * message.el (message-dont-reply-to-names): New defsubst: potentially
12047         convert a list of regexps into a single one.
12048         * message.el (message-get-reply-headers): Use it.
12049         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12050
12051 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-agent.el (directory-files-and-attributes): Move forward.
12054
12055 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * gnus-ml.el (gnus-mailing-list-subscribe)
12058         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12059         (gnus-mailing-list-message): Fix doc strings.
12060
12061 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12062
12063         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12064         of doing it manually.
12065
12066 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12069         comment.
12070
12071 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12072
12073         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12074         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12075         (gnus-agent-read-local): All symbols allocated in my-obarray.
12076         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12077         (gnus-agent-regenerate-group): Check numeric names to see if they are
12078         messages or groups.
12079         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12080         better way of do this...)
12081
12082         * gnus-cache.el (gnus-agent-total-fetched-for):
12083         Ignore 'dummy.group' (there should be a better way of do this...)
12084
12085 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12088         (gnus-saved-headers): Ditto.
12089         (gnus-default-article-saver): Mention functions may have properties.
12090         (gnus-article-save): Override gnus-save-all-headers and
12091         gnus-saved-headers by :headers property which saver function may have.
12092         (gnus-summary-save-in-file): Add :headers property.
12093         (gnus-summary-write-to-file): Ditto.
12094
12095         * gnus-sum.el (gnus-summary-save-article): Bind
12096         gnus-prompt-before-saving to t when saving many articles in a file;
12097         always show all headers.
12098
12099         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12100
12101 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12104         marks.
12105
12106         * message.el (message-indent-citation): Add optional arguments to allow
12107         using it outside of message buffers.
12108
12109         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12110         (gnus-article-treat-unfold-headers): Use it.
12111         (gnus-article-truncate-lines): New variable.
12112         (gnus-article-mode): Use it.
12113         (gnus-article-toggle-truncate-lines): New function.
12114
12115         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12116         Add gnus-article-toggle-truncate-lines.
12117
12118         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12119         coding system in XEmacs, use binary.
12120
12121 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12124         after-load-alist.
12125
12126         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12127         this function should save decoded articles.
12128         (gnus-summary-write-to-file): Use property to specify this function
12129         should save decoded articles and specify gnus-summary-save-in-file
12130         should be used to save articles other than the first one when saving
12131         many articles.
12132         (gnus-summary-save-body-in-file): Use property to specify this
12133         function should save decoded articles.
12134         (gnus-summary-write-body-to-file): Use property to specify this
12135         function should save decoded articles and specify
12136         gnus-summary-save-body-in-file should be used to save articles other
12137         than the first one when saving many articles.
12138
12139         * gnus-sum.el (gnus-summary-save-article): Simplify.
12140
12141 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gnus-art.el (gnus-default-article-saver):
12144         Add gnus-summary-write-body-to-file.
12145         (gnus-article-save-coding-system): Don't use coding system object
12146         in XEmacs.
12147         (gnus-read-save-file-name): Add optional `dir-var' argument which
12148         specifies directory in which files are saved; work even if optional
12149         `variable' argument is not specified.
12150         (gnus-summary-write-to-file): Read file name.
12151         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12152         (gnus-summary-write-body-to-file): New function.
12153
12154         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12155         (gnus-summary-local-variables): Add it.
12156         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12157         (gnus-summary-save-article): Remove optional `decode' argument;
12158         determine whether to decode articles by the value of
12159         gnus-default-article-saver; when saving many files using
12160         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12161         it first and use gnus-summary-save-in-file or
12162         gnus-summary-save-body-in-file thereafter unless
12163         gnus-prompt-before-saving is always; move point to article which
12164         will be saved.
12165         (gnus-summary-save-article-file): Revert.
12166         (gnus-summary-write-article-file): Revert.
12167         (gnus-summary-save-article-body-file): Revert.
12168         (gnus-summary-write-article-body-file): New function.
12169
12170 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * gnus-art.el (gnus-default-article-saver): Doc fix.
12173         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12174         from gnus-summary-save-article-coding-system, and default to a
12175         certain coding system.
12176         (gnus-output-to-file): Add coding cookie and encode text according
12177         to gnus-article-save-coding-system; don't use mm-append-to-file.
12178
12179         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12180         gnus-art.el and rename to gnus-article-save-coding-system.
12181         (gnus-summary-save-article): Require gnus-art; don't show all
12182         headers if it decodes articles; don't add coding cookie here;
12183         don't bind mm-text-coding-system-for-write.
12184         (gnus-summary-save-article-file): Save decoded articles.
12185         (gnus-summary-write-article-file): When saving many files, use
12186         gnus-summary-write-to-file first and gnus-summary-save-in-file
12187         thereafter unless gnus-prompt-before-saving is always.
12188         (gnus-summary-save-article-body-file): Save decoded articles.
12189
12190         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12191
12192 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * nnrss.el (nnrss-check-group): Bind hash-index.
12195
12196 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12197
12198         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12199         its hash index.  Store this hash in `nnrss-group-data'.
12200         (nnrss-read-group-data): Update accordingly.
12201
12202 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12203
12204         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12205         entry.
12206
12207         * gnus-sum.el (gnus-summary-make-menu-bar):
12208         Add gnus-article-browse-html-article.
12209
12210 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12211
12212         * gnus-sum.el (gnus-summary-mime-map):
12213         Add gnus-article-browse-html-article.
12214
12215         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12216
12217 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12220         suitable coding systems in customize.
12221
12222 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * mail-source.el (mail-sources): Fix custom type.
12225
12226 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12229         (gnus-summary-expire-articles-now): Shorten prompt.
12230
12231         * gmm-utils.el (wid-edit): Require.
12232         (defun-gmm): Rename from `gmm-defun-compat'.
12233         (gmm-image-search-load-path): Use it.
12234         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12235
12236 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-sum.el (gnus-summary-save-article-coding-system):
12239         New variable.
12240         (gnus-summary-save-article): Add optional `decode' argument.
12241         If it is set and gnus-summary-save-article-coding-system is non-nil,
12242         save decoded article.
12243         (gnus-summary-write-article-file): Save decoded article if
12244         gnus-summary-save-article-coding-system is non-nil.
12245
12246         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12247         type.
12248
12249 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12252
12253 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12256         first to test gnus-single-article-buffer which may be buffer-local.
12257
12258         * gnus-sum.el (gnus-summary-setup-buffer):
12259         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12260         group; make gnus-article-buffer, gnus-article-current, and
12261         gnus-original-article-buffer always buffer-local.
12262         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12263         group.
12264         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12265
12266 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * nnml.el (nnml-request-compact-group): Compressed files might not
12269         have .gz extension.
12270
12271 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12272
12273         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12274         (mm-copy-to-buffer): Use with-current-buffer.
12275         (mm-display-part): Simplify.
12276         (mm-inlinable-p): Add optional arg `type'.
12277
12278 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12279
12280         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12281         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12282         Try harder to show the attachment internally or externally using
12283         gnus-mime-view-part-as-type.
12284
12285 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * message.el (message-from-style, message-signature-separator)
12288         (message-user-organization-file, message-send-mail-function)
12289         (message-citation-line-function, message-yank-prefix)
12290         (message-indent-citation-function, message-signature)
12291         (message-signature-file, message-signature-insert-empty-line):
12292         Remove autoloads.
12293
12294         * gnus-art.el (gnus-buttonized-mime-types):
12295         Remove "multipart/signed".  Revert 2006-04-26 change.
12296
12297 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12298
12299         * gnus.el (gnus-version-number): Bump version.
12300
12301 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12302
12303         * gnus.el: No Gnus v0.5 is released.
12304
12305 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12306
12307         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12308         fetching articles by message-id.
12309
12310 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12311
12312         * message.el (hashcash): Require hashcash as normal.
12313
12314         * ecomplete.el (ecomplete-highlight-match-line):
12315         Use point-at-eol.
12316         (ecomplete-highlight-match-line): Use `highlight', because that
12317         face exists in both Emacs and XEmacs.
12318
12319         * message.el (message-display-abbrev): Use point-at-bol.
12320
12321         * mail-source.el: Don't require timer/timer-funcs.
12322
12323         * gnus-async.el: Ditto.
12324
12325         * password.el: Ditto.
12326
12327         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12328
12329         * mm-url.el: Ditto.
12330
12331         * gnus-xmas.el: Don't require timer-funcs.
12332
12333         * mm-util.el: Require timer/timer-funcs.
12334
12335 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12336
12337         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12338         Close.
12339
12340 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12343         unibyte after clear-decrypt function runs.
12344
12345         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12346         returns as a unibyte string.
12347
12348 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * lpath.el: Revert.
12351
12352         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12353         (pgg-gpg-process-sentinel): Revert.
12354
12355         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12356         (pgg-pgp-lookup-key): Revert.
12357
12358         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12359         (pgg-pgp5-lookup-key): Revert.
12360
12361         * pgg.el (pgg-fetch-key): Revert.
12362
12363 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * lpath.el: Fbind string-as-multibyte for XEmacs.
12366
12367         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12368         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12369         (mml1991-pgg-encrypt): Ditto.
12370
12371         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12372         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12373         a multibyte buffer.
12374
12375         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12376         (pgg-pgp-lookup-key): Ditto.
12377
12378         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12379         (pgg-pgp5-lookup-key): Ditto.
12380
12381         * pgg.el (pgg-fetch-key): Ditto.
12382
12383 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12384
12385         * message.el (message-user-organization-file): Check several
12386         locations of the organization file.
12387
12388         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12389         Add gnus-article-view-part-as-type.
12390
12391         * gnus-art.el (gnus-article-view-part-as-type): New function.
12392
12393         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12394         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12395
12396         * mml.el: Simplify autoload.
12397         (mml-mode): defvar dnd-protocol-alist instead of using
12398         symbol-value.
12399         (mml-default-directory): New variable.
12400         (mml-minibuffer-read-file): Use it.
12401         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12402
12403         * message.el (message-citation-line-format): New variable.
12404         (message-insert-formated-citation-line): New function.
12405         (message-citation-line-function):
12406         Add `message-insert-formated-citation-line' to custom type.
12407
12408         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12409         to doc string.
12410
12411         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12412         depending on mm-verify-option.
12413
12414 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12417         binding pgg-* variables; reimplement the section which prevents
12418         MIME header from being signed.
12419         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12420         pgg-text-mode; remove a blank line at the top of body.
12421
12422         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12423         lines at the top of body; use gnus-newsgroup-charset if there's no
12424         Charset header.
12425
12426 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * message.el (message-self-insert-commands): Doc fix.
12429
12430         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12431         (mm-uu-pgp-encrypted-test): Ditto.
12432         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12433         between header and body; return application/pgp-encrypted handle
12434         if decryption failed; decode decrypted body by charset.
12435
12436         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12437         element match to application/pgp-*.
12438
12439 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12440
12441         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12442         HTML.
12443
12444 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12445
12446         * mail-source.el (mail-source-call-script): Message the error
12447         string.
12448
12449 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12450
12451         * gnus-util.el (gnus-byte-compile): Use it.
12452
12453 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12454
12455         * gnus-util.el (kill-empty-logs): New function.
12456
12457 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12458
12459         * message.el (message-mail-alias-type): Doc fix.
12460         (message-mail-alias-type-p): New function.
12461         (message-send): Use it.
12462         (message-mode): Ditto.
12463         (message-strip-forbidden-properties): Ditto.
12464
12465         * ecomplete.el (ecomplete-database-file-coding-system):
12466         New variable.
12467         (ecomplete-save): Use it.
12468         (ecomplete-setup): Use it.
12469
12470 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * message.el (message-self-insert-commands): New variable.
12473         (message-strip-forbidden-properties): Use it.
12474
12475 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12478         that doesn't make XEmacs choke.
12479
12480 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * gnus-util.el (gnus-replace-in-string):
12483         Prefer replace-regexp-in-string over of replace-in-string.
12484
12485 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-util.el (gnus-select-frame-set-input-focus):
12488         Use select-frame-set-input-focus if it is available in XEmacs; use
12489         definition defined in Emacs 22 for old Emacsen.
12490
12491         * dgnushack.el: Autoload unmorse-region for XEmacs.
12492
12493         * lpath.el: Bind cursor-in-non-selected-windows and
12494         select-frame-set-input-focus for XEmacs.
12495
12496 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12499
12500 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12501
12502         * gnus-registry.el (gnus-registry-cache-save): Remove text
12503         properties when saving via the temp buffer.
12504
12505 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * message.el (message-generate-hashcash): Honor custom type.
12508
12509 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12510
12511         * message.el (message-generate-hashcash): Default to non-nil when
12512         hashcash is found.
12513
12514         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12515         (gnus-refer-thread-limit): Increase default to 500.
12516
12517         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12518
12519         * flow-fill.el (fill-flowed): Allow delete-space.
12520
12521 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12524         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12525         Remove autoloads.
12526
12527 2006-04-18  Simon Josefsson  <jas@extundo.com>
12528
12529         * message.el (message-generate-hashcash): Default to.
12530
12531 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12534         concatenating segments rather than before concatenating them.
12535
12536 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12539
12540 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12541
12542         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12543
12544         * message.el (message-forward-make-body-plain):
12545         Allow message-forward-ignored-headers to be a list.
12546         (message-remove-ignored-headers): Factor out into function.
12547         (message-forward-make-body-mml): Use it.
12548
12549         * imap.el (imap-quote-specials): New function.
12550         (imap-login-auth): Quote specials.
12551
12552         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12553         (rfc2231-parse-string): Allow concatanation of parameters that
12554         aren't contiguous.  The test case is
12555           (mail-header-parse-content-type "message/external-body;
12556             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12557             access-type=LOCAL-FILE;
12558             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12559
12560 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12561
12562         * nntp.el (nntp-accept-process-output): Return the value of
12563         `nnheader-accept-process-output'.
12564
12565 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12566
12567         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12568         (gnus-button-alist): Recognize more diff formats.
12569         (gnus-button-patch): Strip directory.
12570
12571 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12574         Emacs 22 when setting focus.
12575
12576 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12577
12578         * gnus-art.el (gnus-article-treat-types): Do treatment of
12579         text/x-verbatim parts.
12580         (gnus-button-patch): New command.
12581
12582         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12583         addresses that contain invalid characters.
12584
12585 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586
12587         * message.el (message-put-addresses-in-ecomplete):
12588         Use gnus-replace-in-string.
12589         (message-is-yours-p): Use the more correct
12590         mail-header-parse-address instead of
12591         mail-extract-address-components.
12592         (message-put-addresses-in-ecomplete): Fix typo.
12593
12594         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12595         keystroke.
12596
12597         * gnus-art.el (gnus-treatment-function-alist): Change order of
12598         newsgroups/generic header folding to avoid double-folding.
12599
12600         * message.el (message-hidden-headers): Add X-Draft-From.
12601
12602         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12603         New command.
12604         (gnus-summary-repeat-search-article-backward): New command.
12605
12606         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12607         groups in the parent topic.
12608
12609 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12610
12611         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12612         (spam-extra-header-to-number): Return the CRM114 number as a
12613         number instead of a string.
12614
12615 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * gnus-art.el (gnus-face-properties-alist): Move here from
12618         gnus-fun.
12619
12620         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12621
12622 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12623
12624         * message.el (message-strip-forbidden-properties): Only display on
12625         self-insert-command.
12626
12627         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12628         reindent.
12629         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12630
12631 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12632
12633         * smiley.el (smiley-style): Fix typo.
12634
12635 2006-03-23  Kenichi Handa  <handa@m17n.org>
12636
12637         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12638         instead of set-buffer-multibyte.
12639
12640 2006-03-23  Kenichi Handa  <handa@m17n.org>
12641
12642         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12643         buffer and then decode the buffer text if necessary.
12644         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12645         first, and after mm-encode-body, change the buffer to unibyte.
12646
12647 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12648
12649         * hashcash.el (hashcash-insert-payment-async-2):
12650         Use message-goto-eoh instead of doing it manually.
12651         (mail-add-payment): Use message-narrow-to-header instead of trying
12652         to do the same itself.
12653
12654         * message.el (message-hidden-headers): Add Face.
12655
12656         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12657         reparenting code.
12658         (gnus-summary-reparent-children): Refactored out code.
12659         (gnus-summary-thread-map): New keystroke.
12660         (gnus-summary-reparent-children): Make into command.
12661
12662         * smiley.el (smiley-style): Default to `medium' if using a large
12663         font.
12664
12665         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12666         does it itself.
12667
12668         * message.el (message-point-in-header-p): Simplify definition.
12669
12670 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * nnagent.el (nnagent-request-set-mark): Silence log file
12673         writing.
12674         (nnagent-request-set-mark): Use write-region instead of
12675         append-to-file.
12676
12677         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12678         strange select method.
12679
12680         * ecomplete.el (ecomplete-display-matches): Get highlightling
12681         right.
12682         (ecomplete-display-matches): Use literals.
12683         (ecomplete-display-matches): Disable message logging.
12684
12685         * message.el (message-display-abbrev): Small optimization.
12686
12687         * ecomplete.el (ecomplete-display-matches): Allow automatic
12688         display.
12689
12690         * message.el (message-strip-forbidden-properties):
12691         Display abbrevs.
12692         (message-display-abbrev): Get automatic display right.
12693
12694         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12695         keystrokes.
12696
12697 2006-04-13  Romain Francoise  <romain@orebokech.com>
12698
12699         TODO: Backport to v5-10!
12700
12701         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12702         Move here (and rename) from gnus-registry.el.
12703
12704         * gnus-registry.el: Require gnus-util.
12705         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12706
12707 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12708
12709         * gnus-group.el (gnus-group-catchup-current):
12710         Change if-then-else-if-then-else into cond.
12711         (gnus-group-catchup): Indent.
12712         (group-name-at-point): New function.
12713         (gnus-fetch-group): Provide default from thing at point.
12714
12715 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12716
12717         * message.el (message-display-abbrev): Fix regexp.
12718
12719         * ecomplete.el (ecomplete-highlight-match-line):
12720         Reimplement choosing.
12721         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12722         dead variables.
12723
12724         * message.el (message-newline-and-indent): Remove debugging.
12725         (message-display-abbrev): Use new implementation.
12726
12727 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * gnus-art.el (gnus-article-mode):
12730         Set cursor-in-non-selected-windows to nil.
12731
12732         * smiley.el: Revert previous change.
12733         (smiley-data-directory): defvar it before using it in the
12734         defcustom of `smiley-style'.
12735
12736 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12737
12738         * message.el (message-newline-and-indent): New function.
12739
12740         * ecomplete.el: Implement more bits.
12741
12742         * message.el (message-put-addresses-in-ecomplete): Clean up the
12743         string.
12744
12745         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12746
12747         * gnus-sum.el (gnus-summary-save-parts):
12748         Bind gnus-summary-save-parts-counter and use it to make unique file
12749         names.
12750
12751         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12752
12753         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12754         parameter to say whether to actually parse the individual
12755         addresses.
12756
12757         * message.el (message-put-addresses-in-ecomplete): New function.
12758         (ecomplete): Require.
12759         (message-mail-alias-type): Add ecomplete as an option.
12760
12761 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12762
12763         * flow-fill.el (fill-flowed): Remove trailing space from blank
12764         quoted lines.
12765
12766 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12767
12768         * smiley.el (smiley-style): Move definition later to avoid a
12769         compilation warning.
12770
12771 2006-04-12  Kenichi Handa  <handa@m17n.org>
12772
12773         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12774         buffer and then decode the buffer text if necessary.
12775         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12776         first, and after mm-encode-body, change the buffer to unibyte.
12777         Use mm-disable-multibyte instead of set-buffer-multibyte.
12778
12779 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12782         Content-Type header instead of Content-Disposition header.
12783         (gnus-mime-inline-part): Ditto.
12784         (gnus-mime-view-part-as-charset): Ignore charset that the part
12785         specifies.
12786
12787         * mm-decode.el (mm-display-part): Work with external parts and
12788         usual parts similarly.
12789
12790         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12791         instead of gnus-display-mime.
12792
12793         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12794         instead of with-temp-buffer.
12795
12796         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12797         tag to summarized topics part in order to encode non-ASCII text.
12798
12799 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * smiley.el (smiley-style): New variable.
12802         (smiley-directory): New function.
12803         (smiley-data-directory): Derive from `smiley-style' using
12804         `smiley-directory'.
12805         (smiley-regexp-alist): Add new entries.
12806
12807         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12808         (gnus-article-browse-delete-temp): Add :version.
12809
12810 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12811
12812         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12813         the sieve region.
12814
12815 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12816
12817         * gnus.el (gnus-version-number): Bump version.
12818
12819 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus.el: No Gnus v0.4 is released.
12822
12823 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12824
12825         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12826         layout.
12827
12828         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12829         unknown charset.
12830
12831         * message.el (message-header-synonyms): Add Original-To to the
12832         default.
12833
12834         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12835         optional parameter.
12836
12837 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * gnus-fun.el (gnus): Require it for gnus-directory.
12840
12841 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12844
12845 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12846
12847         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12848
12849 2006-04-05  Simon Josefsson  <jas@extundo.com>
12850
12851         * password.el (password-reset): New function.
12852
12853 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12854
12855         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12856         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12857
12858 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12859
12860         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12861         Some whitespace was matched into the url, which broke browsing hits
12862         > 100 when mm-url-use-external was nil.
12863
12864 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12867         Check gnus-extra-headers for 'Newsgroups.
12868
12869         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12870         bound.
12871
12872 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12873
12874         * pgg-gpg.el: Clean up process buffers every time gpg processes
12875         complete.
12876
12877 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12880         doc string.
12881
12882 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12883
12884         * pgg-gpg.el (pgg-gpg-process-filter)
12885         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12886
12887         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12888         lines, temporary fix.
12889
12890 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12893
12894 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12895
12896         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12897         default-enable-multibyte-characters.  This reverts the change from
12898         revision 6.17 which is no longer necessary because the passphrase
12899         is sent separately now.  GnuPG messages are unreadable under
12900         multibyte locales with default-enable-multibyte-characters set to
12901         nil.
12902
12903 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * message.el (message-tool-bar-gnome): Move "spell".
12906
12907 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12910         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12911         instead.
12912
12913 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12914
12915         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12916         Improve newsgroups handling for NNTP overviews which don't include
12917         Newsgroups.
12918
12919 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12920
12921         * message.el (message-resend): Bind message-generate-hashcash to nil.
12922
12923 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12924
12925         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12926         when searching for already-paid recipients.
12927
12928 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12929
12930         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12931         passphrases when it is not needed.
12932         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12933         passphrase stuff from gpg, should only be necessary when you use
12934         gpg with a smartcard.
12935
12936 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * mml.el (mml-insert-mime): Ignore cached contents of
12939         message/external-body part.
12940
12941         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12942         (mm-insert-part): Ditto.
12943
12944 2006-03-23  Simon Josefsson  <jas@extundo.com>
12945
12946         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12947         Reiner.
12948         (pgg-gpg-use-agent-p): Use it again.
12949
12950 2006-03-23  Simon Josefsson  <jas@extundo.com>
12951
12952         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12953         older emacsen.
12954         (pgg-gpg-use-agent-p): Don't use it.
12955
12956 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12959         if we can.
12960
12961 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12962
12963         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12964         (pgg-gpg-update-agent): New function.
12965         (pgg-gpg-use-agent-p): New function.
12966         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12967         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12968         (pgg-gpg-sign-region): Use it.
12969
12970 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12973         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12974
12975 2006-03-21  Simon Josefsson  <jas@extundo.com>
12976
12977         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12978         <wilde@sha-bang.de>.
12979         (pgg-gpg-use-agent): New variable.
12980         (pgg-gpg-process-region): Use it.
12981         (pgg-gpg-encrypt-region): Likewise.
12982         (pgg-gpg-encrypt-symmetric-region): Likewise.
12983         (pgg-gpg-decrypt-region): Likewise.
12984         (pgg-gpg-sign-region): Likewise.
12985         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12986
12987 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12990
12991         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12992         Add comment on version.
12993
12994 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * smiley.el: Add missing test smiley.
12997
12998 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * mm-decode.el (mm-with-part): New macro.
13001         (mm-get-part): Use it; work with message/external-body as well.
13002         (mm-save-part): Treat name and filename equally.
13003
13004         * mm-extern.el (mm-extern-cache-contents): New function.
13005         (mm-inline-external-body): Use it; force the part to be displayed;
13006         move undisplayer added to the cached handle to the parent.
13007
13008         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13009         (gnus-mime-view-part-as-type): Work with message/external-body.
13010
13011         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13012
13013 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13016         images in image-load-path.  [Sync with image.el, revision 1.60, in
13017         Emacs.]
13018
13019 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13022         path rather than symbol.  Always return list of directories.
13023         Guarantee that image directory comes first.  [Sync with image.el,
13024         revision 1.59, in Emacs.]
13025
13026         * message.el (message-make-tool-bar): Adjust to new API of
13027         `gmm-image-load-path-for-library'.
13028
13029         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13030
13031         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13032
13033 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13034
13035         * gnus-art.el (gnus-article-only-boring-p):
13036         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13037         intangible text.
13038         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13039
13040 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13043         Use `defun' instead of `gmm-defun-compat'.
13044
13045 2006-03-14  Simon Josefsson  <jas@extundo.com>
13046
13047         * message.el (message-unique-id): Don't use message-number-base36
13048         if (user-uid) is a float.
13049         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13050
13051 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13054
13055         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13056         empty line between a part and a message part.
13057
13058 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * smiley.el: Add more test smileys.
13061         (smiley-data-directory, smiley-regexp-alist)
13062         (gnus-smiley-file-types): Fix doc strings.
13063         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13064         adding new elements.
13065         (smiley-mouse-map): Unused code.  Make it a comment.
13066
13067 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13070         scan latest NoCeM messages instead of old ones.
13071         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13072         delimiters that are recently used.
13073         (gnus-nocem-load-cache): Add autoload cookie.
13074
13075         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13076
13077         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13078         level which is larger than gnus-use-nocem is specified.
13079
13080         * gnus-group.el (gnus-group-get-new-news): Ditto.
13081
13082 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13083
13084         * gnus-util.el (gnus-tool-bar-update): New function.
13085
13086         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13087         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13088
13089         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13090
13091         * gnus-group.el (gnus-group-redraw-when-idle)
13092         (gnus-group-redraw-check): Remove.
13093         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13094
13095 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13098         if optional last element is specified in splits (FIELD VALUE...).
13099
13100 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13103         to gmm-image-load-path-for-library.  Call with no-error argument.
13104         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13105
13106         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13107
13108         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13109
13110         * gmm-utils.el (gmm-image-load-path): Remove alias.
13111
13112 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * gmm-utils.el (gmm-image-load-path): Add alias.
13115
13116         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13117         nnml-generate-nov-databases-1.
13118         (nnml-generate-nov-databases): Use it.
13119         (nnml-generate-nov-databases-directory): Document no-active
13120         argument.
13121
13122         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13123         directory if path is t.  Add no-error.
13124
13125         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13126         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13127
13128         * gnus-art.el (gnus-article-browse-delete-temp-files):
13129         Simplify resetting gnus-article-browse-html-temp-list.
13130
13131         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13132         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13133         Add example to docstring.  Rename local variables.  Move error
13134         checks to default case in cond and simplify.
13135
13136 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13139         handle is multipart when calling it recursively.
13140         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13141
13142 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13143
13144         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13145         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13146
13147 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13150         is loaded.
13151
13152         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13153         loaded.
13154
13155 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13158         to "Emacs 23 (unicode)" in doc string.
13159
13160         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13161         "Emacs 23 (unicode)" in comment.
13162
13163 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13166
13167         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13168         characters 160 through 255 in Emacs 23.
13169
13170 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13173         gnus-article-browse-html-temp.
13174         (gnus-article-browse-delete-temp): Make it customizable.
13175         Add `file'.  Adjust doc string.
13176         (gnus-article-browse-delete-temp-files): Add argument.
13177         Allow query for each file.  Adjust doc string.
13178         (gnus-article-browse-html-parts):
13179         Add `gnus-article-browse-delete-temp-files' to
13180         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13181
13182 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13183
13184         * gnus-art.el (gnus-article-browse-html-temp)
13185         (gnus-article-browse-delete-temp): New variables.
13186         (gnus-article-browse-delete-temp-files): New function.
13187         (gnus-article-browse-html-parts): Use it.
13188
13189 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13192
13193         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13194         string.
13195
13196         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13197         gnus-summary-insert-new-articles when unplugged.
13198         Remove gnus-summary-search-article-forward.
13199
13200         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13201         display-visual-class instead of display-color-cells.
13202
13203 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * dgnushack.el: Autoload customize-group for XEmacs.
13206
13207         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13208         message/* containing non-ASCII text properly.
13209
13210 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * message.el: Require gmm-utils, remove autoloads.
13213         (message-tool-bar): Set default based on
13214         gmm-tool-bar-style.
13215         (message-tool-bar-gnome): Add gmm-customize-mode.
13216
13217         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13218         gmm-tool-bar-style.
13219         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13220
13221         * gnus-group.el (gnus-group-tool-bar): Set default based on
13222         gmm-tool-bar-style.
13223         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13224
13225         * gmm-utils.el (gmm-image-directory): Rename variable from
13226         gmm-image-load-path.
13227         (gmm-image-load-path): Use gmm-image-directory.
13228         (gmm-customize-mode): New function.
13229         (gmm-tool-bar-style): New variable.
13230
13231         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13232         gnus-group-redraw-line-number.
13233         (gnus-group-redraw-check): Simplify.
13234         (gnus-group-tool-bar-update): Remove redraw check.
13235         (gnus-group-make-tool-bar): Add redraw check.
13236
13237 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13238
13239         * gnus-art.el (gnus-button): Add missing parentheses.
13240
13241 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * lpath.el: Fbind line-number-at-pos.
13244
13245 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13248
13249 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * gnus-art.el (gnus-button): New face.
13252         (gnus-article-button-face): Use it.
13253
13254         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13255         Add gnus-summary-next-page.  Re-order.
13256
13257         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13258         next-node are now included.
13259         (gnus-group-redraw-line-number): New internal variable.
13260         (gnus-group-redraw-check): Helper function for updating the tool
13261         bar.
13262         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13263
13264         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13265
13266         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13267         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13268         Use it to match format of Spamassassin 3.0 and later.
13269         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13270         (spam-check-bogofilter)
13271         (spam-bogofilter-register-with-bogofilter): Fix args of
13272         `gnus-error' calls.
13273
13274 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13277         unnecessary interaction when sending queued mails.
13278         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13279
13280 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13283         first or last are nil.
13284
13285 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13286
13287         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13288
13289 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13290
13291         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13292
13293 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13294
13295         * dns.el (query-dns): Protect more against buggy tcp output.
13296
13297 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13298
13299         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13300         nov.php.
13301
13302 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13303
13304         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13305         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13306         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13307         output on the server side.
13308         (nnweb-google-create-mapping): Update regexps and add some
13309         progress indication.
13310
13311 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13312
13313         * gnus-group.el (gnus-group-tool-bar-gnome):
13314         Fix gnus-agent-toggle-plugged.  Re-order icons.
13315         (gnus-group-tool-bar-gnome):
13316         Add gnus-group-{prev,next}-unread-group.
13317         (gnus-group-tool-bar-gnome): Re-order icons.
13318
13319         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13320         Move gnus-summary-insert-new-articles.
13321
13322         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13323         Fix comments.
13324
13325         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13326         also available in Emacs 21.3.
13327
13328         * message.el (message-fix-before-sending): Change "Emacs 22" to
13329         "Emacs 23 (unicode)" in comment.
13330
13331         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13332         "Emacs 23 (unicode)" in comment.
13333
13334         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13335         comment.
13336         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13337
13338         * mm-view.el (mm-fill-flowed): Add :version.
13339
13340 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13343         and load-path.
13344
13345 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * message.el: Autoload gmm-image-load-path.
13348         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13349         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13350         consitency.
13351
13352         * gmm-utils.el (gmm-image-load-path): Also search in
13353         "../etc/images".  Don't set gmm-image-load-path if we don't find
13354         the image.
13355
13356 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gmm-utils.el (gmm-image-load-path): Don't make
13359         `gmm-image-load-path' include subdirectories which the second arg
13360         `image' might specify.
13361
13362         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13363         subdirectory to icon file names.
13364
13365         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13366
13367 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13370         gmm-image-load-path calls.
13371
13372         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13373
13374         * message.el (message-make-tool-bar): Ditto.
13375
13376         * mml.el (mml-preview): Add comment concerning tool bar icons.
13377
13378         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13379         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13380
13381         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13382         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13383
13384         * message.el (message-tool-bar-gnome): Use new icon names.
13385         (message-make-tool-bar): Use `gmm-image-load-path'.
13386
13387         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13388         New functions from MH-E.
13389         (gmm-image-load-path): New variable from MH-E.
13390         (gmm-image-load-path): New function from MH-E.  Add arguments
13391         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13392         *-image-load-path-called-flag.
13393
13394 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13395
13396         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13397
13398 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13399
13400         * nnimap.el (nnimap-request-move-article): Change folder back to
13401         source group before deleting.
13402
13403 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13406
13407         * gnus-art.el (mm-url-insert-file-contents-external):
13408         Autoload mm-url.
13409
13410         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13411
13412 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13415         coding system which mm-charset-to-coding-system returns for a
13416         given charset is valid.
13417
13418 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13419
13420         * html2text.el (html2text-remove-tag-list):
13421         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13422
13423 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13424
13425         * gnus-cus.el: Revert 2005-10-17 change.
13426
13427 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus-art.el (article-strip-banner):
13430         Call article-really-strip-banner only when the regexp match is made.
13431
13432 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * gnus-art.el (article-strip-banner):
13435         Use gnus-extract-address-components instead of
13436         mail-header-parse-addresses to make it work with non-ASCII text;
13437         remove mail-encode-encoded-word-string.
13438
13439         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13440         values which are surrounded with \"...\"; make it never cause a
13441         Lisp error; give up parsing of parameters if it failed in
13442         extracting type.
13443
13444 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13445
13446         * smime.el (smime-cert-by-ldap-1): Fix bug where
13447         `smime-ldap-search' returns results without userCertificates.
13448
13449 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13452
13453 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * spam.el (spam-check-spamassassin-headers): Adapt format for
13456         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13457         <ari@mbf.ocn.ne.jp>.
13458         (spam-list-of-processors): Add spam-use-gmane.
13459
13460 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13463         make-temp-file; make it work with XEmacs as well.
13464
13465         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13466         mm-make-temp-file.
13467
13468         * mm-decode.el (mm-display-external): Use the 3rd arg of
13469         mm-make-temp-file.
13470         (mm-create-image-xemacs): Ditto.
13471
13472 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13475         with message-narrow-to-headers.
13476         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13477         (gnus-draft-check-draft-articles): New function.
13478         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13479
13480 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * gnus-art.el (gnus-article-browse-html-parts):
13483         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13484         Don't use suffix argument for mm-make-temp-file for Emacs 21
13485         compatibility.  Remove useless `format'.
13486
13487 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13488
13489         * nnweb.el (nnweb-google-wash-article): Update regexps.
13490         (nnweb-group-alist): Use defvoo instead of defvar.
13491
13492 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13495         re-loading nn* modules.
13496
13497 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13500         for `tool-bar-mode' and don't check it's default-value.
13501
13502         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13503
13504         * message.el (message-make-tool-bar): Ditto.
13505
13506         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13507         `substring'.  Shorten tmp-file name.
13508
13509         * gnus.el: Remove bogus comment.
13510
13511 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13512
13513         * gnus-art.el (gnus-article-browse-html-parts): New function.
13514         (gnus-article-browse-html-article): New function for viewing html
13515         articles with a browser.
13516
13517 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13518
13519         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13520         in elisp.
13521         (pgg-gpg-encrypt-symmetric-region): Ditto.
13522         (pgg-gpg-sign-region): Ditto.
13523
13524         * pgg-def.el (pgg-text-mode): New variable.
13525
13526         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13527         (mml2015-pgg-encrypt): Ditto.
13528
13529         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13530         (mml1991-pgg-encrypt): Ditto.
13531
13532 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * nnfolder.el (nnfolder-insert-newsgroup-line):
13535         Use message-make-date instead of current-time-string.
13536
13537         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13538         to gnus-decoded which mm-uu might set.
13539
13540 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13543         don't decode quoted parameters; remove misimported Emacs code.
13544         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13545         (rfc2231-decode-encoded-string): Don't use split-string which
13546         behaves differently according to Emacs version; use
13547         mm-decode-coding-region to convert charset to coding-system.
13548         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13549         (rfc2231-encode-string): Remove misimported Emacs code.
13550
13551 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13554         when calling mail-header-parse-content-type.
13555         (article-de-quoted-unreadable): Ditto.
13556         (article-de-base64-unreadable): Ditto.
13557         (article-wash-html): Ditto.
13558
13559         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13560         calling mail-header-parse-content-type and
13561         mail-header-parse-content-disposition.
13562         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13563         mail-header-parse-content-type.
13564
13565         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13566         insert charset and format parameters; encode description after
13567         inserting it to buffer.
13568         (mml-insert-parameter): Fold lines properly even if a parameter is
13569         segmented into two or more lines; change the max column to 76.
13570
13571         * rfc1843.el (rfc1843-decode-article-body): Don't use
13572         ignore-errors when calling mail-header-parse-content-type.
13573
13574         * rfc2231.el (rfc2231-parse-string): Return at least type if
13575         possible; don't cause an error even if it fails in parsing of
13576         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13577         (rfc2231-encode-string): Don't break lines at the beginning, leave
13578         it to mml-insert-parameter.
13579
13580         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13581         calling mail-header-parse-content-type.
13582
13583 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * spam-report.el (spam-report-gmane-use-article-number):
13586         Improve doc string.
13587         (spam-report-gmane-internal): Check if a suitable header was found
13588         in the article.
13589
13590 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13593         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13594
13595 2006-02-05  Romain Francoise  <romain@orebokech.com>
13596
13597         Update copyright notices of all files in the gnus directory.
13598
13599 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13600
13601         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13602
13603 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13606         segmented lines of parameter value to cope with Thunderbird 1.5
13607         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13608         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13609         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13610
13611 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13612
13613         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13614         parts.
13615
13616 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13617
13618         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13619         there's only one active file for all servers.
13620         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13621         solid groups.  Gnus might have used a FAST request to select the group.
13622         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13623         and nnweb-search redundantly in the active file.
13624         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13625         (nnweb-request-create-group): Don't use ARGS.
13626         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13627         initialisations.  Let nnoo do the work.
13628
13629 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13632         Say the part has been decoded.
13633
13634         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13635
13636 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13637
13638         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13639         mailcap-viewer-test-cache when there's no 'test clause, since that
13640         will invert the meaning of a "nil" test previously determined by
13641         mailcap-mailcap-entry-passes-test.
13642
13643 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13646         compiling.
13647
13648         * gnus-sum.el: Ditto.
13649
13650         * message.el: Don't bind tool-bar-map when compiling.
13651
13652 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13655
13656 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13657
13658         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13659         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13660         current Google Groups.
13661
13662 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13665         and tool-bar-mode.
13666
13667         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13668         and tool-bar-mode.
13669
13670         * message.el (message-tool-bar-update): Simplify.
13671         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13672
13673         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13674         gnus-summary-buffer.
13675         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13676         gnus-summary-reply.
13677
13678         * gmm-utils.el (gmm): Add :version.
13679
13680 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * Makefile.in (clean): New rule.
13683         (distclean): Use it.
13684
13685 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13686
13687         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13688         Don't autoload.
13689
13690 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * gmm-utils.el (gmm-verbose): Add :group.
13693
13694 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * message.el: Change some comments WRT tool-bars.
13697
13698         * gnus-sum.el (gnus-summary-tool-bar)
13699         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13700         (gnus-summary-tool-bar-zap-list): New variables.
13701         (gnus-summary-make-tool-bar): Complete rewrite using
13702         `gmm-tool-bar-from-list'.
13703
13704         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13705         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13706         New variables.
13707         (gnus-group-make-tool-bar): Complete rewrite using
13708         `gmm-tool-bar-from-list'.
13709         (gnus-group-tool-bar-update): New function.
13710
13711         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13712
13713 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13716         is dissected into a single part of which the type is the same as
13717         the given one; decode charset.
13718
13719 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13720
13721         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13722         into alists as symbol not string, since that's what
13723         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13724         look for.
13725
13726 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13729         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13730
13731         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13732
13733 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13736         (gnus-xmas-mime-security-button-menu): New function.
13737
13738         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13739         (gnus-mime-security-button-menu): New definition.
13740         (gnus-mime-security-button-map): Use them.
13741         (gnus-mime-security-button-menu): New function.
13742         (gnus-insert-mime-security-button): Addition to help echo.
13743         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13744         (gnus-mime-security-pipe-part): New functions.
13745
13746         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13747         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13748
13749         * mm-decode.el (mm-handle-set-disposition): Remove.
13750         (mm-handle-set-description): Remove.
13751
13752 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13755         (mm-w3m-standalone-supports-m17n-p): New function.
13756         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13757         w3m usage.
13758
13759         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13760         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13761
13762 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         * message.el (message-tool-bar-zap-list):
13765         Use gmm-tool-bar-zap-list as custom type.
13766         (message-tool-bar-update): New function.
13767         (message-tool-bar, message-tool-bar-gnome)
13768         (message-tool-bar-retro): Add message-tool-bar-update.
13769         (message-tool-bar-gnome): Add flyspell-buffer.
13770
13771         * gnus-util.el (gnus-error): Describe `args'.
13772
13773         * gmm-utils.el (gmm-error): Describe `args'.
13774         (gmm-tool-bar-zap-list): New widget.
13775         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13776
13777 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13780         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13781         the number of recursive calls.
13782
13783         * mm-decode.el (mm-handle-set-disposition): New macro.
13784         (mm-handle-set-description): New macro.
13785
13786 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13789         encoding.
13790
13791 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * message.el (message-tool-bar-zap-list, message-tool-bar)
13794         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13795         (message-tool-bar-local-item-from-menu): Remove.
13796         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13797         (message-make-tool-bar): New function.
13798         (message-mode): Use `message-make-tool-bar'.
13799
13800         * gmm-utils.el: New file.
13801         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13802         (gmm-lazy): New widget copied from `nnmail.el'.
13803         (gmm-tool-bar-from-list): New function for creating customizable
13804         tool bars.
13805         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13806         output.
13807         (gmm): Add :prefix to defgroup.
13808
13809 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13810
13811         * gmm-utils.el (gmm-widget-p): New function.
13812
13813 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * mml.el (mml-attach-file): Describe `description' in doc string.
13816         (mml-menu): Add Emacs MIME manual and PGG manual.
13817
13818 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13819
13820         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13821
13822 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13823
13824         * nntp.el (nntp-end-of-line): Doc fix.
13825
13826 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13827
13828         * imap.el (imap-open): Handle case where buffer is a buffer
13829         object.
13830
13831 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13832
13833         * gnus-delay.el (gnus-delay): Don't autoload.
13834         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13835         to be re-loaded when customizing the `gnus-delay' group.
13836
13837 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13838
13839         * message.el (message-insert-citation-line): Use newlines.
13840
13841 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13842
13843         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13844         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13845         these routines, so the passphrase can be managed externally and
13846         passed in to the system.
13847         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13848         pgg-add-passphrase-to-cache function.
13849
13850         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13851         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13852         these routines, so the passphrase can be managed externally and
13853         passed in to the system.
13854         (pgg-pgp5-sign-region): Use new name of
13855         pgg-add-passphrase-to-cache function.
13856
13857 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13858
13859         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13860         part of the decoded armor to find the key-identifier.
13861         (pgg-gpg-lookup-key-owner): New function to return the
13862         human-readable identifier of a key owner.
13863         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13864         itself.
13865         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13866         the key value) if we have a key and can match it against a secret
13867         key.  Also, added a note pointing out fact that the prompt only
13868         indicates the first matching key.
13869
13870         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13871         pgg-decrypt-region.
13872         (pgg-add-passphrase-to-cache): Rename from
13873         `pgg-add-passphrase-cache' to reduce confusion (all callers
13874         changed).
13875         (pgg-remove-passphrase-from-cache): Rename from
13876         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13877         changed).
13878         (pgg-read-passphrase, pgg-add-passphrase-cache)
13879         (pgg-remove-passphrase-cache): Add informative docstrings.
13880         (pgg-decrypt): Convey provided passphrase in subordinate call to
13881         pgg-decrypt-region.
13882
13883 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13884
13885         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13886         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13887         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13888         'passphrase' argument, so the passphrase can be managed externally
13889         and then passed in to the system.
13890
13891         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13892         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13893         so the passphrase cache can be used reliably with identifiers
13894         besides a pgp packet's key id.
13895
13896         * pgg-gpg.el (pgg-gpg-encrypt-region)
13897         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13898         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13899         these routines, so the passphrase can be managed externally and
13900         passed in to the system.
13901
13902         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13903         'notruncate' argument, so the passphrase cache can be used
13904         reliably with identifiers besides a pgp packet's key id.
13905
13906 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13907
13908         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13909         symmetric encryption.
13910         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13911         encrypted session key.
13912         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13913         message ask for the passphrase in a proper way.
13914
13915         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13916         New user commands for symmetric encryption.
13917
13918 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13921
13922         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13923
13924 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13925
13926         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13927
13928 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * mm-decode.el (mm-inlined-types): Add application/pgp.
13931         (mm-automatic-display): Ditto.
13932
13933         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13934         part as text.
13935
13936 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * nnrss.el: Update copyright.
13939         (nnrss-opml-import): Query whether to subscribe to each entry.
13940
13941         * gnus-art.el:
13942         * gnus-sum.el:
13943         * gnus-xmas.el:
13944         * messagexmas.el:
13945         * mm-uu.el:
13946         * mm-view.el: Update copyright.
13947
13948 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * message.el (message-info): New function.
13951         (message-mode-menu): Add it.
13952         Update copyright.
13953
13954         * ChangeLog: Fix and update copyright.
13955
13956 2006-01-13  Romain Francoise  <romain@orebokech.com>
13957
13958         * message.el (message-forward-subject-name-subject): Prefer the
13959         address to 'nowhere' if the sender has no name.
13960         Fix typo.  Update copyright year.
13961
13962 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-art.el (article-wash-html):
13965         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13966         (gnus-article-wash-html-with-w3m-standalone): New function.
13967
13968         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13969         mm-inline-text-html-render-with-w3m-standalone.
13970         (mm-text-html-washer-alist): Map w3m-standalone to
13971         gnus-article-wash-html-with-w3m-standalone.
13972         (mm-inline-text-html-render-with-w3m-standalone): New function.
13973
13974 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13977         Improve LaTeX.
13978
13979 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13982         (nnrss-request-article): Render text/plain parts as HTML.
13983
13984         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13985         the buffer.
13986
13987 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13988
13989         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13990         custom definition of `gnus-posting-styles'.
13991
13992         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13993         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13994
13995 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13998         Use nntp for bug archive.
13999
14000 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14003         parts.
14004         (nnrss-normalize-date): New function converts ISO 8601 date into
14005         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14006         (nnrss-check-group): Use it.
14007
14008 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14011
14012         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14013         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14014         (nnrss-insert-w3): Ditto.
14015
14016 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14019         the articles to be forwarded including the case where neither a
14020         number of articles nor a region is specified.
14021
14022 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * nnrss.el (nnrss-request-article): Fix last change; fill
14025         text/plain parts.
14026
14027 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14030         in text/plain part.
14031         (nnrss-check-group): Don't add excessive newline to dc:subject.
14032
14033 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14034
14035         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14036         article.
14037
14038 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14041         (nnml-use-compressed-files, nnml-save-mail): Support other
14042         comression programs such as bzip2.
14043
14044 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14045
14046         * dns.el (query-dns): Make sure we check the buffer size before
14047         removing tcp headers.
14048
14049 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14052         remove MIME buttons associated with multipart/alternative parts.
14053         (gnus-mime-display-alternative): Tag buttons using `article-type'
14054         text property.
14055
14056         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14057         associated with multipart/alternative parts.
14058
14059         * gnus-art.el (gnus-signature-separator): Fix custom type.
14060
14061         * mm-decode.el (mm-inlined-types): Fix custom type.
14062         (mm-keep-viewer-alive-types): Ditto.
14063         (mm-automatic-display): Ditto.
14064         (mm-attachment-override-types): Ditto.
14065         (mm-inline-override-types): Ditto.
14066         (mm-automatic-external-display): Ditto.
14067
14068 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * spam-report.el (spam-report-user-mail-address)
14071         (spam-report-user-agent): New variables.
14072         (spam-report-url-ping-plain): Use spam-report-user-agent.
14073
14074 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14075
14076         * gnus-art.el (gnus-button-handle-custom): Do not just use
14077         `customize-apropos' for any "M-x customize-*" button but the
14078         function called for.  Accept both the function name and its
14079         argument in order to achieve this.
14080         (gnus-button-alist): Remove support for "custom:" URL's.
14081         Pass function name to `gnus-button-handle-custom' in case of "M-x
14082         customize-*" buttons.
14083
14084 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14087         multipart/alternative and add xref to mm-discouraged-alternatives
14088         in doc string.
14089
14090         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14091         gnus-buttonized-mime-types in doc string.
14092
14093 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14096         Suggest image/.* in the doc string.
14097
14098 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14099
14100         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14101         message-marks (Debian bug #342521).
14102
14103 2005-12-12  Simon Josefsson  <jas@extundo.com>
14104
14105         * password.el (password-read-from-cache): Add.
14106         (password-read): Use it.
14107
14108 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * rfc2047.el (rfc2047-charset-to-coding-system):
14111         Recognize us-ascii as a MIME charset.
14112
14113         * mm-bodies.el (mm-decode-content-transfer-encoding):
14114         Protect against the case where the 2nd arg TYPE is nil.
14115
14116 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14117
14118         * pop3.el (pop3-stream-type): Fix custom version.
14119
14120         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14121
14122 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14123
14124         * mm-decode.el (mm-display-external): Add missing cdr.
14125
14126 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14129         RFC1524) if it is in mailcap or add a suffix according to
14130         mailcap-mime-extensions when generating a temp filename; postpone
14131         deleting a temp file for 2 seconds for some wrappers, shell
14132         scripts, and so on, which might exit right after having started a
14133         viewer command as a background job.
14134
14135 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * nntp.el (nntp-marks-directory): Fix custom group.
14138
14139         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14140         steps when < 10.
14141
14142         * gnus-start.el (gnus-no-server-1):
14143         Mention `gnus-level-default-subscribed' in doc string.
14144
14145 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14146
14147         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14148         parens.
14149
14150 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-xmas.el (gnus-use-toolbar): Revert.
14153         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14154         gnus-use-toolbar is default.
14155
14156         * messagexmas.el (message-use-toolbar): Revert.
14157         (message-setup-toolbar): Use global default-toolbar if
14158         message-use-toolbar is default.
14159
14160 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14163         according to default-toolbar-visible-p.
14164
14165         * messagexmas.el (message-use-toolbar): Ditto.
14166
14167 2005-11-26  Dave Love  <fx@gnu.org>
14168
14169         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14170         (tls-program, tls-success): Provide openssl alternative.
14171
14172         * starttls.el: Doc fixes.
14173         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14174         SERVICE to PORT.
14175
14176         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14177         port null or service name.
14178         (starttls-negotiate): Autoload.
14179
14180 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * message.el (message-kill-to-signature): Fix interactive spec.
14183
14184 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * pop3.el (pop3-open-server): Recognize a string as a service name.
14187
14188 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14189
14190         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14191
14192 2005-11-23  Dave Love  <fx@gnu.org>
14193
14194         Add pop3s, pop3/starttls.
14195
14196         * pop3.el (pop3-authentication-scheme): Clarify doc.
14197         (open-tls-stream, starttls-open-stream): Autoload.
14198         (pop3-stream-type): New.
14199         (pop3-open-server): Use it.
14200
14201         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14202         for POP.
14203         (mail-source-keyword-map): Add :stream for POP.
14204         (mail-source-fetch-pop): Use pop3-stream-type.
14205
14206 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14209         of current-time-string.
14210
14211 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14212
14213         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14214         date header.
14215
14216 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14217
14218         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14219         it can seriously impact performance as it bypasses the agent's
14220         local caches.
14221
14222 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14223
14224         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14225         must be explicitly online rather than "not explicitly offline" for
14226         its flags to be synchronized.
14227
14228         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14229         that gnus-uu-unmark-thread will function correctly.
14230
14231         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14232         1024K is instead displayed as 1M.
14233
14234 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14235
14236         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14237
14238 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14239
14240         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14241
14242 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14243
14244         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14245         error message to display actual error condition.
14246         (gnus-agent-save-local): Avoid saving symbols that are bound to
14247         nil as they simply result in a warning message in
14248         gnus-agent-read-local.
14249
14250 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14253         rather than make-variable-buffer-local for file-precious-flag.
14254
14255 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14256
14257         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14258         for duplicates which are removed.  The invalid sort check then
14259         triggers a rescan after the sort as sorting may have moved
14260         duplicate entries such that they can be cheaply detected.
14261
14262 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14265
14266 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14267
14268         * gnus-agent.el (gnus-agent-article-alist-save-format):
14269         Change internal variable to a custom variable.  Change default value
14270         from compressed(2) to uncompressed(1).
14271         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14272         support for uncompressed agentview files.  Taken together, reading
14273         the agentview file should now be 6-7 times faster.
14274
14275 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14276
14277         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14278         as a buffer-local variable.  This avoids creating truncated
14279         dribble files as a result of a hang up, eg.
14280
14281 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14282
14283         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14284         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14285         XEmacs.
14286
14287 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * gnus-start.el (gnus-start-draft-setup):
14290         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14291
14292         * gnus.el (gnus-splash): Change custom group.
14293         (gnus-group-get-parameter, gnus-group-parameter-value):
14294         Describe allow-list argument.
14295
14296         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14297         string.
14298
14299 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * gnus-art.el (gnus-default-article-saver): Add user-defined
14302         `function' to custom type.
14303
14304 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14305
14306         * imap.el (imap-open): Handle case where buffer is a buffer
14307         object.
14308
14309 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14312         long lines.
14313         (gnus-cache-delete-group): Wrap doc strings.
14314
14315         * gnus-agent.el (gnus-agent-rename-group)
14316         (gnus-agent-delete-group): Wrap doc strings.
14317
14318 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * messagexmas.el (message-use-toolbar): Change the valid values
14321         into default, top, bottom, left, and right.
14322         (message-toolbar-thickness): New variable.
14323         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14324         well.
14325         (message-setup-toolbar): Make it work.
14326
14327         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14328         (gnus-use-toolbar): Change the valid values into default, top,
14329         bottom, left, and right.
14330         (gnus-toolbar-thickness): New variable.
14331         (gnus-xmas-setup-toolbar): New function.
14332         (gnus-xmas-setup-group-toolbar): Use it.
14333         (gnus-xmas-setup-summary-toolbar): Use it.
14334
14335 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14336
14337         * gnus-start.el (gnus-1): Add "native" to
14338         gnus-predefined-server-alist.
14339
14340         * gnus.el (gnus-method-to-server): Don't add "native" to the
14341         lists here, because that leads to problems when
14342         gnus-select-method is bound.
14343
14344 2005-11-09  Simon Josefsson  <jas@extundo.com>
14345
14346         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14347         use (not sort-by-date) instead.
14348
14349 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14350
14351         * gnus-delay.el (gnus-delay-group): Don't autoload.
14352         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14353         to be re-loaded when customizing the `gnus-delay' group.
14354
14355 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14356
14357         * message.el: Revert last changes.
14358         (message-insert-citation-line): Use newlines.
14359
14360 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14361
14362         * message.el (message-courtesy-message)
14363         (message-mark-insert-begin, message-mark-insert-end)
14364         (message-elide-ellipsis, message-cancel-message)
14365         (message-add-header, message-change-subject)
14366         (message-cross-post-followup-to-header)
14367         (message-cross-post-insert-note, message-reduce-to-to-cc)
14368         (message-widen-reply, message-delete-not-region)
14369         (message-kill-to-signature, message-insert-signature)
14370         (message-insert-importance-high, message-insert-importance-low)
14371         (message-insert-or-toggle-importance)
14372         (message-insert-disposition-notification-to)
14373         (message-indent-citation, message-yank-original)
14374         (message-cite-original-without-signature, message-cite-original)
14375         (message-insert-citation-line, message-position-on-field)
14376         (message-fix-before-sending, message-send-mail-partially)
14377         (message-send-mail, message-send-mail-with-sendmail)
14378         (message-send-mail-with-qmail, message-send-news)
14379         (message-check-news-header-syntax, message-generate-headers)
14380         (message-insert-courtesy-copy, message-fill-address)
14381         (message-fill-header, message-shorten-references)
14382         (message-setup-1, message-cancel-news)
14383         (message-forward-make-body-plain, message-forward-make-body-mime)
14384         (message-forward-make-body-mml, message-encode-message-body)
14385         (message-forward-make-body-digest-plain)
14386         (message-forward-make-body-digest-mime)
14387         (message-use-alternative-email-as-from): Insert `hard-newline'
14388         instead of ordinary newlines.
14389
14390 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * message.el (message-generate-headers): Downcase the argument
14393         given to message-check-element.
14394
14395 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14396
14397         * nntp.el (nntp-authinfo-rejected): New error condition.
14398         (nntp-wait-for): Use new error condition to signal authentication
14399         error.
14400         (nntp-retrieve-data): Rethrow new error condition to break out of
14401         recursive call to nntp-send-authinfo.
14402
14403 2005-11-08  Romain Francoise  <romain@orebokech.com>
14404
14405         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14406         (gnus-summary-exit-map): Bind to `Z p'.
14407         (gnus-summary-make-menu-bar): Add menu item.
14408
14409 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14412         (gnus-treat-*): Add `first' in all doc strings.
14413
14414         * gnus-group.el (gnus-group-compact-group): Fix typo.
14415
14416 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus.el (gnus-parameters-case-fold-search): New variable.
14419         (gnus-parameters-get-parameter): Use it.
14420
14421         * gnus-score.el (gnus-home-score-file): Doc fix.
14422
14423 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14424
14425         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14426
14427 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * mm-util.el (mm-special-display-p): New function.
14430
14431         * mml.el (mml-preview): Use it; doc fix.
14432
14433 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14434
14435         * imap.el (imap-open): Handle case where buffer is a buffer object.
14436
14437 2005-10-29  Romain Francoise  <romain@orebokech.com>
14438
14439         * message.el (message-fix-before-sending): Fix comment.
14440
14441 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14442
14443         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14444
14445 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14446
14447         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14448         Used in gnus-score.el.
14449
14450 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14453
14454 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14457         whitespace removed in revision 7.8.  Use concatenated string to
14458         protect trailing whitespace.
14459
14460 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14461
14462         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14463         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14464         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14465         Courier IMAP ("some version from 2004").  Mostly based on similar
14466         code in the same function.
14467
14468 2005-10-26  Didier Verna  <didier@xemacs.org>
14469
14470         * gnus-group.el (gnus-group-compact-group): Invalidate original
14471         article buffer.
14472         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14473         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14474         NOV database and in article itself.
14475         Invalidate article backlog.
14476
14477 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14480
14481 2005-10-26  Simon Josefsson  <jas@extundo.com>
14482
14483         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14484         part of 2004-07-25 change.
14485
14486 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * message.el (message-display-completion-list): New function.
14489         (message-expand-group): Use it; make sure the Completions buffer
14490         is modifiable.
14491 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14492
14493         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14494         user-mail-name is an empty string.
14495
14496 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14499         depending on gnus-score-decay-constant.
14500
14501         * encrypt.el (encrypt-insert-file-contents)
14502         (encrypt-write-file-contents): Don't use `gnus-message'.
14503
14504         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14505         arguments.
14506         (mm-uu-type-alist): Add message-marks and insert-marks.
14507         Pass arguments to mm-uu-verbatim-marks-extract.
14508         (mm-uu-hide-markers): New variable.
14509         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14510
14511         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14512         (gnus-convert-image-to-face-command): Use "convert" by default to
14513         allow other input image formats.
14514         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14515         accordingly.
14516
14517 2005-10-23  Simon Josefsson  <jas@extundo.com>
14518
14519         * imap.el (imap-gssapi-program): Align command line parameters
14520         with latest GNU SASL.
14521         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14522
14523 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14524
14525         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14526         HTML.
14527         (nnslashdot-request-article): Ditto.
14528
14529         * lpath.el (featurep): Add nobreak-char-display.
14530
14531 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14532
14533         * mail-source.el (mail-source-fetch-pop): Require pop3.
14534         (mail-source-check-pop): Ditto.
14535
14536 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14539         errors.
14540
14541 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14544         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14545
14546         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14547
14548         * mm-bodies.el (mm-decode-string):
14549         Call `mm-charset-to-coding-system' with allow-override argument.
14550
14551 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14554         (rfc2047-charset-to-coding-system): New function.
14555         (rfc2047-decode-encoded-words): New function.
14556         (rfc2047-decode-region): Use them.
14557         (rfc2047-decode-cte): Remove.
14558         (rfc2047-parse-and-decode): Remove.
14559         (rfc2047-decode): Remove.
14560
14561 2005-10-15  Kenichi Handa  <handa@m17n.org>
14562
14563         * rfc2047.el (rfc2047-decode-cte): New function.
14564         (rfc2047-decode-region): Change the way to decode successive
14565         encoded-words: decode B- or Q-encoding in each encoded-word,
14566         concatenate them, and decode it as charset.
14567
14568 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * lpath.el: Fbind codepage-setup for XEmacs.
14571
14572 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14573
14574         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14575         widget-move-and-invoke.
14576         (gnus-custom-mode): Use gnus-custom-map.
14577
14578 2005-10-15  Bill Wohler  <wohler@newt.com>
14579
14580         * message.el (message-tool-bar-map): Rename image file from
14581         mail_send to mail/send.
14582
14583 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14584
14585         * message.el (message-expand-group): Pass the common
14586         prefix substring of completion to `display-completion-list'.
14587
14588 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * mml-sec.el (mml-secure-method): New internal variable.
14591         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14592         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14593         New functions using mml-secure-method.
14594
14595         * mml.el (mml-mode-map): Add key bindings for those functions.
14596         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14597         Harder <harder@myrealbox.com>.
14598         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14599         Goto end of message if point is the headers of the message.
14600
14601         * message.el (message-in-body-p): New function.
14602
14603         * assistant.el: Autoload gnus-util and netrc.
14604
14605         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14606         Use `mm-charset-override-alist' only when decoding.
14607
14608         * mm-bodies.el (mm-decode-body):
14609         Call `mm-charset-to-coding-system' with allow-override argument.
14610
14611         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14612         `filename' from Content-Disposition if Content-Type doesn't
14613         provide `name'.
14614         (gnus-mime-view-part-as-type): Set default instead of
14615         initial-input.
14616
14617 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14618
14619         * format-spec.el (format-spec): Propagate text properties of % spec.
14620
14621 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * gnus-art.el (gnus-treat-predicate): Add `first'.
14624
14625 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14628         (mm-charset-override-alist): New variable.
14629         (mm-charset-to-coding-system): Use it.
14630         (mm-codepage-setup): New helper function.
14631         (mm-charset-eval-alist): New variable.
14632         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14633         Warn about unknown charsets.
14634
14635         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14636
14637 2005-10-04  David Hansen  <david.hansen@gmx.net>
14638
14639         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14640         (nnrss-check-group): Ditto.
14641
14642 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14645         Rename x-gnus-verbatim to x-verbatim.
14646         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14647
14648         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14649         x-verbatim.
14650
14651         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14652
14653         * gnus-util.el (gnus-remove-duplicates): Remove.
14654
14655         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14656         instead of gnus-remove-duplicates.
14657
14658         * message.el (message-remove-duplicates): Remove.
14659         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14660         message-remove-duplicates.
14661
14662         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14663         available, else use implementation from `delete-dups'.
14664
14665         * message.el (message-insert-expires): New function.
14666         (message-mode-map): Add key binding.
14667         (message-mode-field-menu): Add menu entry.
14668         (message-mode): Document it.
14669         (message-make-expires-date): Use `message-make-date'.
14670
14671 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14672
14673         * message.el (message-make-expires-date): New function.
14674
14675 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * Makefile.in (list-installed-shadows): New entry.
14678         (install): Use it.
14679         (remove-installed-shadows): New entry.
14680
14681         * dgnushack.el (dgnushack-default-load-path): New variable.
14682         (dgnushack-find-lisp-shadows): New function.
14683         (dgnushack-remove-lisp-shadows): New function.
14684
14685 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * Makefile.in (install-el-elc): New entry.
14688         (install): Use it so that .el files are necessarily installed.
14689
14690 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14693
14694 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14695
14696         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14697         function rather than the diff-mode.el package.
14698         (mm-display-external): Use with-current-buffer.
14699         (mm-viewer-completion-map, mm-viewer-completion-map):
14700         Move initialization inside declaration.
14701
14702 2005-09-29  Simon Josefsson  <jas@extundo.com>
14703
14704         * spam.el: Load hashcash when compiling, to avoid warnings.
14705         Don't autoload mail-check-payment.
14706         (spam-check-hashcash): Define unconditionally, since hashcash.el
14707         is part of Gnus now.  Ignore errors from payment checking.
14708
14709 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * message.el (message-bold-region, message-unbold-region):
14712         Rename from `bold-region' and `unbold-region'.
14713
14714         * message.el: Remove useless autoloads.
14715
14716 2005-09-28  Simon Josefsson  <jas@extundo.com>
14717
14718         * message.el (message-use-idna): Default to t.
14719         (message-use-idna): Test whether encoding works too.  Doc fix.
14720
14721 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * nntp.el (nntp-warn-about-losing-connection): Remove.
14724
14725 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14728         customizable.  Change default value.
14729         (mm-uu-diff-groups-regexp): Change default value.
14730         (mm-uu-type-alist): Add doc string.
14731         (mm-uu-configure): Add doc string.  Make it interactive.
14732         (mm-uu-tex-groups-regexp): New variable.
14733         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14734         (mm-uu-type-alist): Add LaTeX documents.
14735         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14736         of "text/verbatim".
14737         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14738
14739         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14740         instead of "text/verbatim".
14741
14742         * message.el (message-mark-inserted-region)
14743         (message-mark-insert-file): Use slrn style marks when called with
14744         prefix argument.
14745
14746 2005-09-27  Simon Josefsson  <jas@extundo.com>
14747
14748         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14749
14750 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14751
14752         * message.el (message-remove-duplicates): New function.
14753         Implementation borrowed from `gnus-remove-duplicates'.
14754         (message-idna-to-ascii-rhs): Also encode idna addresses in
14755         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14756         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14757         only ask about the same idna domain once per header and also tell
14758         in what header to replace the idna domain.
14759
14760         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14761         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14762         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14763         a header is decoded and not just the last one.
14764
14765 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14768         has been decoded.
14769
14770         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14771         (mm-insert-part): Don't modify text if it has been decoded.
14772
14773         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14774         decoded.
14775
14776         * mm-view.el (mm-inline-text): Don't strip text props unless
14777         decoding enriched or richtext parts.
14778
14779 2005-09-25  Romain Francoise  <romain@orebokech.com>
14780
14781         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14782         * gnus-start.el (gnus-subscribe-interactively):
14783         * gnus-uu.el (gnus-uu-grab-articles):
14784         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14785         space.
14786
14787 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14788
14789         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14790         * mm-view.el (mm-view-pkcs7-decrypt):
14791         * gnus-sum.el (gnus-summary-limit-to-extra)
14792         (gnus-summary-respool-article, gnus-read-move-group-name):
14793         * gnus-score.el (gnus-summary-increase-score):
14794         * gnus-util.el (gnus-completing-read-with-default):
14795         * gnus-art.el (gnus-read-save-file-name)
14796         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14797         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14798         * message.el (message-check-news-header-syntax):
14799         Follow convention for reading with the minibuffer.
14800
14801 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * spam-report.el (spam-report-url-ping-plain):
14804         Use gnus-extended-version as User-Agent.
14805
14806         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14807         default value is nil.
14808
14809         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14810         (mm-uu-verbatim-marks-extract): New function.
14811         (mm-uu-extract): New face.
14812         (mm-uu-copy-to-buffer): Use it.
14813
14814         * spam-report.el (spam-report-gmane-ham): Rename from
14815         `spam-report-gmane-unspam'.
14816         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14817         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14818
14819         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14820         Autoload.
14821         (spam-report-gmane-unregister-routine):
14822         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14823
14824 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14825
14826         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14827         (spam-report-gmane-unregister-routine): Add support for gmane
14828         unregistration.
14829
14830         * spam-report.el (spam-report-gmane-unspam)
14831         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14832         (spam-report-gmane): Change to take a single article and do unspam
14833         registration.
14834
14835 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * mm-url.el (mm-url-decode-entities): Fix regexp.
14838
14839 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14842         default to nil, to be able to use Gnus at all.  If the default
14843         switches to something else, then the function should be fixed not
14844         be exceedingly slow.
14845
14846 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14847
14848         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14849         fail hard.
14850
14851         * spam-report.el: Add better Keywords line.
14852
14853         * spam.el: Add Maintainer and better Keywords line.
14854
14855 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * gnus-art.el (gnus-article-replace-part)
14858         (gnus-mime-replace-part): New functions.
14859         (gnus-mime-action-alist, gnus-mime-button-commands)
14860         (gnus-mime-save-part-and-strip): Add file argument.
14861         (gnus-article-part-wrapper): Add interactive argument.
14862
14863         * gnus-sum.el (gnus-summary-mime-map):
14864         Add `gnus-article-replace-part'.
14865
14866 2005-09-19  Didier Verna  <didier@xemacs.org>
14867
14868         The nnml compaction feature:
14869         * nnml.el (nnml-request-compact-group): New function.
14870         * nnml.el (nnml-request-compact): New function.
14871         * gnus-int.el (gnus-request-compact-group): New function.
14872         * gnus-int.el (gnus-request-compact): New function.
14873         * gnus-group.el (gnus-group-compact-group): New function.
14874         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14875         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14876         * gnus-srvr.el (gnus-server-compact-server): New function.
14877         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14878         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14879
14880 2005-09-18  Deepak Goel  <deego@gnufans.org>
14881
14882         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14883         format spec.
14884
14885 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14888
14889 2005-09-15  Romain Francoise  <romain@orebokech.com>
14890
14891         * message.el (message-fill-paragraph): Clarify docstring.
14892
14893 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * gnus-art.el (gnus-mime-display-part): Protect against broken
14896         MIME messages.
14897
14898 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14901         before parsing header.
14902
14903 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14904
14905         * html2text.el (html2text-replace-list): Add new entities.
14906
14907 2005-09-11  Romain Francoise  <romain@orebokech.com>
14908
14909         * message.el (message-alternative-emails): Improve docstring.
14910         (message-setup-1): Call `message-use-alternative-email-as-from'
14911         after `message-setup-hook' to give it precedence over posting
14912         styles, etc.
14913         (message-use-alternative-email-as-from): Add docstring.
14914         Remove the original From header if present.
14915
14916         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14917         (nnml-save-mail): Use it.
14918
14919         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14920         articles.  Add new argument `silent'.
14921         (gnus-uu-mark-all): Report the total number of marked articles.
14922
14923 2005-09-10  Romain Francoise  <romain@orebokech.com>
14924
14925         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14926         (gnus-uu-mark-series): Likewise.
14927
14928 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * spam-report.el (spam-report-gmane): Fix generation of spam
14931         report URL.
14932
14933 2005-09-10  Simon Josefsson  <jas@extundo.com>
14934
14935         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14936         t, based on discussion on the ding list with Robert Epprecht
14937         <epprecht@solnet.ch>.
14938
14939 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * spam-report.el (spam-report-gmane): Make it work without
14942         X-Report-Spam header.  Gmane now only provides Archived-At.
14943         This is only used if `spam-report-gmane-use-article-number' is nil.
14944         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14945
14946         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14947         make `gnus-summary-sort-by-recipient' work with threading.
14948
14949         * nnweb.el (nnweb-google-wash-article): Print a message if article
14950         is not available.
14951
14952 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14953
14954         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14955         change.  Decode text/* parts content before displaying.
14956
14957 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14960
14961 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14964
14965         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14966         url-package-name, url-package-version,
14967         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14968         w3m-display-inline-images, and w3m-minor-mode-map.
14969
14970 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * message.el (message-tab-body-function): Fix mismatched custom type.
14973
14974         * gnus.el (gnus-group-change-level-function): Ditto.
14975
14976         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14977
14978         * gnus-art.el (gnus-signature-limit)
14979         (gnus-article-mime-part-function): Ditto.
14980
14981 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * mml.el (mml-mode): Silence the byte compiler.
14984
14985         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14986         using `(sit-for 0)' before moving the point to the specified part;
14987         skip unbuttonized parts.
14988         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14989         return to the summary window if gnus-auto-select-part is non-nil.
14990
14991 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14994         New variables.
14995         (mml-dnd-attach-file, mml-mode): Use them.
14996
14997         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14998         Make fetching article by MID work again for Google Groups.
14999         Add FIXME concerning gnus-group-make-web-group.
15000
15001         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15002         Don't depend on Gnus by using mail-extract-address-components if
15003         gnus-extract-address-components is not bound.
15004
15005 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15006
15007         * gnus-art.el (gnus-mime-display-security): Don't display the
15008         signature, but only the signed part.
15009
15010 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15013
15014         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15015         list, not listp.
15016
15017 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15018
15019         * mm-encode.el (mm-encode-content-transfer-encoding):
15020         Likewise when encoding.
15021
15022         * mm-bodies.el (mm-decode-content-transfer-encoding):
15023         De-canonicalize CRLF for all text content types, not just
15024         text/plain.
15025
15026 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15029         valid article; point arrow and cursor at the MIME button.
15030
15031 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15034         Suggested by Dan Christensen <jdc@uwo.ca>.
15035
15036         * mm-decode.el (mm-save-part): Enable change of prompt.
15037
15038 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15039
15040         * gnus-msg.el (gnus-inews-add-send-actions):
15041         Make `message-post-method' lambda parameter ARG `&optional'.
15042
15043 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * gnus-sum.el (gnus-summary-mime-map):
15046         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15047         gnus-article-jump-to-part.
15048
15049         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15050         (gnus-article-edit-part): Use it.
15051         (gnus-article-part-wrapper): Add no-handle argument.
15052         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15053         New functions.
15054
15055 2005-08-29  Romain Francoise  <romain@orebokech.com>
15056
15057         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15058         docstring.
15059         (gnus-face-from-file): Likewise.
15060
15061 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15064         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15065         non-nil.
15066         (gnus-auto-select-part): New variable.
15067         (gnus-article-jump-to-part): New function.
15068         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15069         (gnus-mime-delete-part): Allow selecting specified part after
15070         deleting or stripping parts.
15071         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15072         part if argument is bogus.
15073
15074 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15075
15076         * gnus-art.el (w3m-minor-mode-map):
15077         * gnus-spec.el (gnus-newsrc-file-version):
15078         * gnus-util.el (nnmail-active-file-coding-system)
15079         (gnus-original-article-buffer, gnus-user-agent):
15080         * gnus.el (gnus-ham-process-destinations)
15081         (gnus-parameter-ham-marks-alist)
15082         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15083         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15084         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15085         * mm-decode.el (gnus-current-window-configuration):
15086         * mm-extern.el (gnus-article-mime-handles):
15087         * mm-url.el (url-current-object, url-package-name)
15088         (url-package-version):
15089         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15090         (smime-keys, w3m-cid-retrieve-function-alist)
15091         (w3m-current-buffer, w3m-display-inline-images)
15092         (w3m-minor-mode-map):
15093         * mml-smime.el (gnus-extract-address-components):
15094         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15095         (gnus-newsrc-hashtb, message-default-charset)
15096         (message-deletable-headers, message-options)
15097         (message-posting-charset, message-required-mail-headers)
15098         (message-required-news-headers):
15099         * mml1991.el (mc-pgp-always-sign):
15100         * mml2015.el (mc-pgp-always-sign):
15101         * nnheader.el (nnmail-extra-headers):
15102         * rfc1843.el (gnus-decode-encoded-word-function)
15103         (gnus-decode-header-function, gnus-newsgroup-name):
15104         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15105
15106 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15107
15108         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15109         the end of the date treatments.
15110
15111 2005-08-15  Simon Josefsson  <jas@extundo.com>
15112
15113         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15114         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15115         Capello and Romain Francoise.
15116         (pgg-fetch-key-function): Remove, not used?
15117         (pgg-insert-url-with-w3): Require url, to get
15118         url-insert-file-contents regardless of where it is defined.
15119
15120 2005-08-13  Romain Francoise  <romain@orebokech.com>
15121
15122         * message.el (message-cite-original-1): New function.
15123         (message-cite-original): Use it.
15124         (message-cite-original-without-signature): Ditto.
15125
15126 2005-08-08  Romain Francoise  <romain@orebokech.com>
15127
15128         * message.el (message-yank-empty-prefix): New variable.
15129         (message-indent-citation): Use it.
15130         (message-cite-original-without-signature): Respect X-No-Archive.
15131
15132 2005-08-08  Simon Josefsson  <jas@extundo.com>
15133
15134         * pgg.el: Autoload url-insert-file-contents instead of loading
15135         w3/url.
15136         (pgg-insert-url-with-w3): Don't load url here.
15137
15138 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15139
15140         * message.el (message-kill-to-signature): Don't insert newline at
15141         bol.
15142         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15143
15144 2005-08-06  Romain Francoise  <romain@orebokech.com>
15145
15146         * message.el (message-user-fqdn): Fix typo in docstring.
15147
15148 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15149
15150         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15151
15152         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15153
15154 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * mm-bodies.el (mm-encode-body): Use coding system rather than
15157         charset to encode text.
15158
15159         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15160         number of charsets if utf-8 is available (XEmacs).
15161
15162 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15165         taken from `gnus-button-mid-or-mail-regexp'.
15166         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15167         (gnus-button-alist): Improve regexp for domain part of the MIDs
15168         for news:localpart@domain buttons.
15169         (gnus-button-ctan-directory-regexp): Update.
15170
15171 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * sieve-manage.el (sieve-manage-interactive-login):
15174         Use make-local-variable rather than make-variable-buffer-local.
15175         (sieve-manage-open): Ditto.
15176         (sieve-manage-authenticate): Ditto.
15177
15178         * mml.el (mml-generate-mime-1): Make the content type default to
15179         text/plain if the filename is not specified.
15180
15181 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15184         instead of insert-buffer.
15185
15186         * message.el (message-yank-original): Ditto; set the mark at the
15187         end of the yanked message.
15188
15189 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15192         lines to scroll rather than to stop it.
15193
15194         * mml.el (mml-generate-default-type): Add doc string.
15195         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15196         default to application/octet-stream when determining the content
15197         type if it is not specified for the part or the mml contents; add
15198         a comment about mml-generate-default-type.
15199
15200 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15201
15202         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15203         make it default to application/octet-stream when determining the
15204         content type if it is not specified for the external contents.
15205
15206 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15209         segmented parameter but also other parameters might be there.
15210
15211 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * mm-decode.el (mm-display-external): Delete temp file, directory
15214         and buffer immediately if the external process is exited.
15215
15216 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15219         fewer lines than that of scroll-margin.
15220         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15221
15222 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * gnus-art.el (gnus-article-next-page): Revert.
15225         (gnus-article-beginning-of-window): New macro.
15226         (gnus-article-next-page-1): Use it.
15227         (gnus-article-prev-page): Ditto.
15228         (gnus-article-edit-part): Use insert-buffer-substring instead of
15229         insert-buffer.
15230         (gnus-article-edit-exit): Ditto.
15231
15232         * gnus-util.el (gnus-beginning-of-window): Remove.
15233         (gnus-end-of-window): Remove.
15234
15235         * lpath.el: Don't bind header-line-format and scroll-margin.
15236
15237 2005-07-25  Simon Josefsson  <jas@extundo.com>
15238
15239         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15240         to have the url package without w3.  Reported by Daiki Ueno
15241         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15242
15243 2005-07-20  Didier Verna  <didier@xemacs.org>
15244
15245         * gnus-diary.el: Remove the description comment (nndiary is now
15246         properly documented in the Gnus manual).
15247         Fix the spelling of "Back End".
15248         * nndiary.el: Ditto.
15249         Fix the copyright notice.
15250
15251 2005-07-18  Romain Francoise  <romain@orebokech.com>
15252
15253         * gnus-sum.el (gnus-summary-to-prefix)
15254         (gnus-summary-newsgroup-prefix): New variables.
15255         (gnus-summary-from-or-to-or-newsgroups): Use them.
15256
15257 2005-07-17  Romain Francoise  <romain@orebokech.com>
15258
15259         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15260         space as it's generally not especially interesting to the user.
15261
15262 2005-07-16  Romain Francoise  <romain@orebokech.com>
15263
15264         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15265         nil to avoid prompting and file modification if one of the
15266         messages at the top of the nnfolder file contains a copyright
15267         notice.
15268         Update copyright notice.
15269
15270         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15271         instead of `current-time-string' as the latter creates a time
15272         string that is not RFC 2822 compliant (it lacks the zone).
15273         Update copyright notice.
15274
15275 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15276
15277         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15278         for text/rtf.  Display default in prompt.  Pass default for M-n.
15279
15280         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15281
15282 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15283
15284         * gnus-msg.el (gnus-button-mailto):
15285         Remove save-selected-window-window hackery because it relies on
15286         save-selected-window internals.
15287
15288 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15291         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15292         (gnus-article-prev-page): Ditto.
15293
15294         * gnus-util.el (gnus-beginning-of-window): New function.
15295         (gnus-end-of-window): New function.
15296
15297         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15298
15299 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15300
15301         * gnus-score.el (gnus-score-edit-all-score):
15302         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15303         gnus-message.
15304
15305 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15306
15307         * gnus-msg.el (gnus-button-mailto):
15308         Remove save-selected-window-window hackery because it relies on
15309         save-selected-window internals.
15310
15311 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15314         add-minor-mode.
15315         (gnus-binary-mode): Ditto.
15316
15317         * gnus-topic.el (gnus-topic-mode): Ditto.
15318
15319 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15320
15321         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15322         (gnus-article-prev-page): Take scroll-margin into consideration.
15323
15324 2005-07-04  Lute Kamstra  <lute@gnu.org>
15325
15326         Update FSF's address in GPL notices.
15327
15328 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15329
15330         * gnus.el (gnus-exit):
15331         * gnus-group.el (gnus-group-icons):
15332         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15333
15334         * gnus-nocem.el (gnus-nocem):
15335         * message.el (message-various, message-buffers, message-sending)
15336         (message-interface, message-forwarding, message-insertion)
15337         (message-headers, message-news, message-mail):
15338         * pgg-gpg.el (pgg-gpg):
15339         * pgg-parse.el (pgg-parse):
15340         * pgg-pgp.el (pgg-pgp):
15341         * pgg-pgp5.el (pgg-pgp5):
15342         * pop3.el (pop3): Finish `defgroup' description with period.
15343
15344 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-art.el (article-display-face): Improve the efficiency.
15347         (article-display-x-face): Ditto; remove grey x-face stuff.
15348
15349 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-art.el (article-display-face): Correct the position in
15352         which Faces are inserted.
15353
15354 2005-06-29  Didier Verna  <didier@xemacs.org>
15355
15356         * gnus-art.el (article-display-face): Display faces in correct
15357         order.
15358
15359 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15362         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15363         (gnus-nocem-check-article): Fetch the Type header.
15364         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15365         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15366         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15367         make sure gnus-nocem-hashtb is initialized.
15368         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15369         (gnus-nocem-unwanted-article-p): Ditto.
15370
15371         * pgg.el (pgg-verify): Return the verification result.
15372
15373 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15374
15375         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15376         is ascii.
15377
15378 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15379
15380         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15381         `show-nonbreak-escape'.
15382
15383 2005-06-23  Lute Kamstra  <lute@gnu.org>
15384
15385         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15386
15387         * dig.el (dig-mode):
15388         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15389
15390 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15391
15392         * nnimap.el (nnimap-split-download-body): Fix spellings.
15393
15394 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15395
15396         * gnus-art.el (gnus-article-encrypt-body):
15397         * gnus-cus.el (gnus-score-customize):
15398         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15399         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15400
15401 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15402
15403         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15404         header by looking for magic "MII" at the beginnig.
15405
15406 2005-06-16  Miles Bader  <miles@gnu.org>
15407
15408         * gnus-xmas.el (gnus-xmas-group-startup-message):
15409         Use renamed gnus-splash face.
15410
15411         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15412         (assistant-field-face): New backward-compatibility alias for renamed
15413         face.
15414         (assistant-render-text): Use renamed assistant-field face.
15415
15416         * spam.el (spam): Remove "-face" suffix from face name.
15417         (spam-face): New backward-compatibility alias for renamed face.
15418         (spam-face, spam-initialize): Use renamed spam face.
15419
15420         * message.el (message-header-to, message-header-cc)
15421         (message-header-subject, message-header-newsgroups)
15422         (message-header-other, message-header-name)
15423         (message-header-xheader, message-separator, message-cited-text)
15424         (message-mml): Remove "-face" suffix from face names.
15425         (message-header-to-face, message-header-cc-face)
15426         (message-header-subject-face, message-header-newsgroups-face)
15427         (message-header-other-face, message-header-name-face)
15428         (message-header-xheader-face, message-separator-face)
15429         (message-cited-text-face, message-mml-face):
15430         New backward-compatibility aliases for renamed faces.
15431         (message-font-lock-keywords): Use renamed message faces.
15432
15433         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15434         (sieve-test-commands, sieve-tagged-arguments):
15435         Remove "-face" suffix from face names.
15436         (sieve-control-commands-face, sieve-action-commands-face)
15437         (sieve-test-commands-face, sieve-tagged-arguments-face):
15438         New backward-compatibility aliases for renamed faces.
15439         (sieve-control-commands-face, sieve-action-commands-face)
15440         (sieve-test-commands-face, sieve-tagged-arguments-face):
15441         Use renamed sieve faces.
15442
15443         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15444         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15445         (gnus-group-news-3-empty, gnus-group-news-4)
15446         (gnus-group-news-4-empty, gnus-group-news-5)
15447         (gnus-group-news-5-empty, gnus-group-news-6)
15448         (gnus-group-news-6-empty, gnus-group-news-low)
15449         (gnus-group-news-low-empty, gnus-group-mail-1)
15450         (gnus-group-mail-1-empty, gnus-group-mail-2)
15451         (gnus-group-mail-2-empty, gnus-group-mail-3)
15452         (gnus-group-mail-3-empty, gnus-group-mail-low)
15453         (gnus-group-mail-low-empty, gnus-summary-selected)
15454         (gnus-summary-cancelled, gnus-summary-high-ticked)
15455         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15456         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15457         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15458         (gnus-summary-low-undownloaded)
15459         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15460         (gnus-summary-low-unread, gnus-summary-normal-unread)
15461         (gnus-summary-high-read, gnus-summary-low-read)
15462         (gnus-summary-normal-read, gnus-splash):
15463         Remove "-face" suffix from face names.
15464         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15465         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15466         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15467         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15468         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15469         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15470         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15471         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15472         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15473         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15474         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15475         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15476         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15477         (gnus-summary-normal-ticked-face)
15478         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15479         (gnus-summary-normal-ancient-face)
15480         (gnus-summary-high-undownloaded-face)
15481         (gnus-summary-low-undownloaded-face)
15482         (gnus-summary-normal-undownloaded-face)
15483         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15484         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15485         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15486         (gnus-splash-face):
15487         New backward-compatibility aliases for renamed faces.
15488         (gnus-group-startup-message): Use renamed gnus faces.
15489
15490         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15491         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15492         (gnus-server-agent): Remove "-face" suffix from face names.
15493         (gnus-server-agent-face, gnus-server-opened-face)
15494         (gnus-server-closed-face, gnus-server-denied-face)
15495         (gnus-server-offline-face):
15496         New backward-compatibility aliases for renamed faces.
15497         (gnus-server-agent-face, gnus-server-opened-face)
15498         (gnus-server-closed-face, gnus-server-denied-face)
15499         (gnus-server-offline-face): Use renamed gnus faces.
15500
15501         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15502         Remove "-face" suffix from face names.
15503         (gnus-picon-xbm-face, gnus-picon-face):
15504         New backward-compatibility aliases for renamed faces.
15505
15506         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15507         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15508         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15509         (gnus-cite-11): Remove "-face" suffix from face names.
15510         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15511         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15512         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15513         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15514         New backward-compatibility aliases for renamed faces.
15515         (gnus-cite-attribution-face, gnus-cite-face-list)
15516         (gnus-article-boring-faces): Use renamed gnus faces.
15517
15518         * gnus-art.el (gnus-signature, gnus-header-from)
15519         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15520         (gnus-header-content): Remove "-face" suffix from face names.
15521         (gnus-signature-face, gnus-header-from-face)
15522         (gnus-header-subject-face, gnus-header-newsgroups-face)
15523         (gnus-header-name-face, gnus-header-content-face):
15524         New backward-compatibility aliases for renamed faces.
15525         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15526
15527         * gnus-sum.el (gnus-summary-selected-face)
15528         (gnus-summary-highlight): Use renamed gnus faces.
15529         * gnus-group.el (gnus-group-highlight): Likewise.
15530
15531 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15532
15533         * gnus-sieve.el (gnus-sieve-article-add-rule):
15534         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15535         * spam-stat.el (spam-stat-buffer-change-to-spam)
15536         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15537
15538         * message.el (message-is-yours-p):
15539         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15540
15541 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * mm-view.el (mm-inline-text): Withdraw the last change.
15544
15545 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15548         executing enriched-decode.
15549
15550 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15553         charset of tar files.
15554
15555 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15556
15557         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15558
15559 2005-06-04  Lute Kamstra  <lute@gnu.org>
15560
15561         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15562         information is never recorded.
15563
15564 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15565
15566         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15567
15568 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * pop3.el (pop3-apop): Run md5 in the binary mode.
15571
15572         * starttls.el (starttls-set-process-query-on-exit-flag):
15573         Use eval-and-compile.
15574
15575 2005-05-31  Simon Josefsson  <jas@extundo.com>
15576
15577         * smime.el (smime-replace-in-string): Define.
15578         (smime-cert-by-ldap-1): Use it.
15579
15580 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-art.el (article-display-x-face): Replace
15583         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15584
15585         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15586         set-process-query-on-exit-flag or process-kill-without-query.
15587
15588         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15589         loop instead of replace-regexp.
15590
15591         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15592         instead of process-kill-without-query if it is available.
15593
15594         * lpath.el: Fbind ldap-search-entries.
15595
15596         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15597         instead of find-file-hooks if it is available.
15598
15599         * mml1991.el: Bind pgg-default-user-id when compiling.
15600
15601         * mml2015.el: Bind pgg-default-user-id when compiling.
15602
15603         * nndraft.el (nndraft-request-associate-buffer):
15604         Use write-contents-functions instead of write-contents-hooks if it is
15605         available.
15606
15607         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15608         instead of find-file-hooks if it is available.
15609
15610         * nntp.el (nntp-open-connection): Replace
15611         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15612         (nntp-open-ssl-stream): Ditto.
15613         (nntp-open-tls-stream): Ditto.
15614
15615         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15616         set-process-query-on-exit-flag or process-kill-without-query.
15617         (starttls-open-stream-gnutls): Use it instead of
15618         process-kill-without-query.
15619         (starttls-open-stream): Ditto.
15620
15621 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15622
15623         * smime.el (smime-cert-by-ldap-1): Don't use
15624         replace-regexp-in-string.
15625
15626 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15627
15628         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15629
15630         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15631         in PEM format.  Adjust to the XEmacs compability.
15632
15633 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15636         by `string-to-number'.
15637         * gnus-agent.el (gnus-agent-regenerate-group)
15638         (gnus-agent-fetch-articles): Ditto.
15639         * gnus-art.el (gnus-button-fetch-group): Ditto.
15640         * gnus-cache.el (gnus-cache-generate-active)
15641         (gnus-cache-articles-in-group): Ditto.
15642         * gnus-group.el (gnus-group-set-current-level)
15643         (gnus-group-insert-group-line): Ditto.
15644         * gnus-score.el (gnus-score-set-expunge-below)
15645         (gnus-score-set-mark-below, gnus-summary-score-effect)
15646         (gnus-summary-score-entry): Ditto.
15647         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15648         (gnus-soup-pack): Ditto.
15649         * gnus-spec.el (gnus-xmas-format): Ditto.
15650         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15651         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15652         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15653         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15654         * nndb.el (nndb-get-remote-expire-response): Ditto.
15655         * nndiary.el (nndiary-parse-schedule-value)
15656         (nndiary-string-to-number, nndiary-request-replace-article)
15657         (nndiary-request-article): Ditto.
15658         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15659         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15660         * nneething.el (nneething-make-head): Ditto.
15661         * nnfolder.el (nnfolder-request-article)
15662         (nnfolder-retrieve-headers): Ditto.
15663         * nnheader.el (nnheader-file-to-number): Ditto.
15664         * nnkiboze.el (nnkiboze-request-article): Ditto.
15665         * nnmail.el (nnmail-process-unix-mail-format)
15666         (nnmail-process-babyl-mail-format): Ditto.
15667         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15668         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15669         (nnmh-request-create-group, nnmh-request-list-1)
15670         (nnmh-request-group, nnmh-request-article): Ditto.
15671         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15672         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15673         * nnsoup.el (nnsoup-make-active): Ditto.
15674         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15675         * nntp.el (nntp-find-group-and-number)
15676         (nntp-retrieve-headers-with-xover): Ditto.
15677         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15678         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15679         (pgg-format-key-identifier): Ditto.
15680         * pop3.el (pop3-last, pop3-stat): Ditto.
15681         * qp.el (quoted-printable-decode-region): Ditto.
15682
15683         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15684         of concat.
15685
15686 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15689
15690         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15691
15692         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15693
15694         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15695
15696         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15697
15698         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15699
15700         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15701         (gnus-carpal-mode): Ditto.
15702
15703         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15704         (gnus-browse-mode): Ditto.
15705
15706         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15707
15708         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15709
15710 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15711
15712         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15713
15714 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-util.el (gnus-run-mode-hooks): New function.
15717
15718         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15719
15720         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15721         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15722
15723 2005-05-27  Lute Kamstra  <lute@gnu.org>
15724
15725         * dns-mode.el (dns-mode): Specify customization group.
15726
15727 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15728
15729         * gnus-agent.el (gnus-agent-make-mode-line-string):
15730         Use mode-line-highlight as mouse-face.
15731
15732 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * canlock.el (canlock): Change the parent group to news.
15735
15736         * deuglify.el (gnus-outlook-deuglify): Add :group.
15737
15738         * dig.el (dig): Add :group.
15739
15740         * dns-mode.el (dns-mode): Add :group.
15741
15742         * encrypt.el (encrypt): Add :group.
15743
15744         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15745         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15746         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15747         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15748         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15749
15750         * gnus-diary.el (gnus-diary): Add :group.
15751
15752         * gnus.el (gnus-group-news-1-face): Add :group.
15753         (gnus-group-news-1-empty-face): Ditto.
15754         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15755         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15756         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15757         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15758         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15759         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15760         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15761         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15762         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15763         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15764         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15765         (gnus-summary-high-ticked-face): Ditto.
15766         (gnus-summary-low-ticked-face): Ditto.
15767         (gnus-summary-normal-ticked-face): Ditto.
15768         (gnus-summary-high-ancient-face): Ditto.
15769         (gnus-summary-low-ancient-face): Ditto.
15770         (gnus-summary-normal-ancient-face): Ditto.
15771         (gnus-summary-high-undownloaded-face): Ditto.
15772         (gnus-summary-low-undownloaded-face): Ditto.
15773         (gnus-summary-normal-undownloaded-face): Ditto.
15774         (gnus-summary-high-unread-face): Ditto.
15775         (gnus-summary-low-unread-face): Ditto.
15776         (gnus-summary-normal-unread-face): Ditto.
15777         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15778         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15779
15780         * hashcash.el (hashcash): New custom group.
15781         (hashcash-default-payment): Add :group.
15782         (hashcash-payment-alist): Ditto.
15783         (hashcash-default-accept-payment): Ditto.
15784         (hashcash-accept-resources): Ditto.
15785         (hashcash-path): Ditto.
15786         (hashcash-extra-generate-parameters): Ditto.
15787         (hashcash-double-spend-database): Ditto.
15788         (hashcash-in-news): Ditto.
15789
15790         * message.el (message-minibuffer-local-map): Add :group.
15791
15792         * netrc.el (netrc): Add :group.
15793
15794         * sieve-manage.el (sieve-manage-log): Add :group.
15795         (sieve-manage-default-user): Diito.
15796         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15797         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15798         (sieve-manage-authenticators): Ditto.
15799         (sieve-manage-authenticator-alist): Ditto.
15800         (sieve-manage-default-port): Ditto.
15801
15802         * sieve-mode.el (sieve-control-commands-face): Add :group.
15803         (sieve-action-commands-face): Ditto.
15804         (sieve-test-commands-face): Ditto.
15805         (sieve-tagged-arguments-face): Ditto.
15806
15807         * smime.el (smime): Add :group.
15808
15809         * spam-report.el (spam-report): Add :group.
15810
15811         * spam.el (spam, spam-face): Add :group.
15812
15813 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15814
15815         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15816         return \n.\n.\n at the end of articles.  Protect against that.
15817         (nntp-with-open-group): Allow debugging.
15818
15819         * nnheader.el (mail-header-set-extra): Make into a function
15820         because I just could't understand how to quote the list properly.
15821
15822         * dns.el (query-dns-cached): New function.
15823
15824 2005-05-26  Lute Kamstra  <lute@gnu.org>
15825
15826         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15827
15828 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15831
15832         * gnus-art.el: Don't autoload mail-extract-address-components.
15833
15834         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15835         eval-and-compile to evaluate it.
15836
15837         * hashcash.el: Don't autoload executable-find.
15838
15839         * nndb.el: Don't declare the nndb back end two or more times; don't
15840         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15841
15842         * nntp.el: Autoload format-spec instead of format; use
15843         eval-and-compile to evaluate autoload forms.
15844
15845 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15846
15847         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15848
15849 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15850
15851         * gnus.el (gnus-version-number): Bump version.
15852
15853 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15854
15855         * gnus.el: No Gnus v0.3 is released.
15856
15857 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15858
15859         * lpath.el (featurep): Bind show-nonbreak-escape.
15860
15861 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-art.el (gnus-article-edit-part): Disable undo.
15864
15865 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15868         gnus-article-date-lapsed-new-header is t if date timer is active;
15869         skip headers in which the original date value is empty.
15870         (gnus-article-save-original-date): Redefine it as a macro.
15871         (gnus-display-mime): Use it.
15872
15873 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-art.el (article-date-ut): Support converting date in
15876         forwarded parts as well.
15877         (gnus-article-save-original-date): New function.
15878         (gnus-display-mime): Use it.
15879
15880 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15881
15882         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15883         enclosure element of <item>.
15884
15885 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * message.el (message-kill-buffer-query): Rename from
15888         `message-kill-buffer-query-if-modified'.  Add :version.
15889
15890 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15893         window layout.
15894
15895 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * mml.el: Autoload dnd when compiling.
15898
15899 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15902         x-dnd-*.
15903
15904 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * qp.el (quoted-printable-encode-region): Save excursion.
15907
15908 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15909
15910         * message.el (message-kill-buffer-query-if-modified): Add new variable
15911         so the user can kill a modified message buffer quickly.
15912         (message-kill-buffer): Use it.
15913
15914 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * lpath.el: Fbind display-time-event-handler; don't fbind
15917         string-to-multibyte.
15918
15919         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15920
15921 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15924         contained in text because xml.el decodes entities) with LFs.
15925
15926 2005-04-11  Lute Kamstra  <lute@gnu.org>
15927
15928         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15929         differently.
15930
15931 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15932
15933         * mm-util.el (mm-detect-coding-region): Typo.
15934
15935 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15938
15939 2005-04-06  Deepak Goel  <deego@gnufans.org>
15940
15941         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15942         user-function allow user modifications of the scores.
15943         (spam-stat-score-buffer-user): New function, to allow
15944         user-computed modifications to the score.
15945         (spam-stat-score-buffer-user-functions): List of additional
15946         scoring functions.
15947         (spam-stat-error-holder): Global temporary error holder.
15948         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15949         variable.
15950
15951 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15952
15953         * gnus-registry.el (gnus-registry-clean-empty-function)
15954         (gnus-registry-trim, gnus-registry-fetch-groups)
15955         (gnus-registry-delete-group): Groups that match
15956         `gnus-registry-ignored-groups' are removed from the registry
15957         entries, not just ignored for splitting.  This helps clean up the
15958         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15959         to get all the groups a message ID is in.
15960
15961         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15962         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15963         (spam-stat-score-buffer-user-functions): Add :number custom type.
15964
15965 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15968         argument in XEmacs.
15969
15970         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15971         (nnrss-request-group): Decode group name first.
15972         (nnrss-request-article): Make a text/plain article if mml-to-mime
15973         failed.
15974         (nnrss-get-encoding): Return a compatible encoding according to
15975         nnrss-compatible-encoding-alist.
15976         (nnrss-find-el): Use consp instead of listp.
15977         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15978
15979 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15982         which Emacs 20 doesn't support.
15983         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15984
15985 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15988         silence the byte compiler inside the defun.
15989
15990         * gnus-demon.el (parse-time-string): Add autoload.
15991
15992         * gnus-delay.el (parse-time-string): Add autoload.
15993
15994         * gnus-art.el (parse-time-string): Add autoload.
15995
15996         * nnultimate.el (parse-time): Require for `parse-time-string'.
15997
15998 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15999
16000         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16001
16002         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16003
16004         * smime.el (smime-ldap-host-list): Add :version.
16005
16006 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16007
16008         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16009         pass it to `gnus-browse-read-group'.
16010         (gnus-browse-read-group): Add NUMBER argument and pass it to
16011         `gnus-group-read-ephemeral-group'.
16012
16013         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16014         argument and pass it to `gnus-group-read-group'.
16015
16016 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16017
16018         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16019         mm-xemacs-find-mime-charset-1 if we have the mule feature
16020         available at runtime.
16021
16022 2005-03-25  Werner Lemberg  <wl@gnu.org>
16023
16024         * nnmaildir.el: Replace `illegal' with `invalid'.
16025
16026 2005-03-23  Lute Kamstra  <lute@gnu.org>
16027
16028         * time-date.el: Add comment on time value formats.
16029         Don't require parse-time.
16030         (with-decoded-time-value): New macro.
16031         (encode-time-value): New function.
16032         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16033         (days-to-time): Return a valid time value when arg is huge.
16034         (time-since): Use time-subtract.
16035         (time-to-number-of-days): Use time-to-seconds.
16036
16037 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16038
16039         * gnus-start.el (gnus-display-time-event-handler):
16040         Check display-time-timer at runtime rather than only at load time
16041         in case display-time-mode is turned off in the mean time.
16042
16043 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16046         used.
16047
16048         * nneething.el (nneething-map-file-directory): Derive from
16049         `gnus-directory'.
16050
16051         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16052         the To/Cc button.
16053
16054 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16055
16056         * nnmaildir.el (nnmaildir-request-accept-article):
16057         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16058
16059 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16060
16061         * gnus-async.el: Require timer-funcs at compile time when in
16062         XEmacs for `run-with-idle-timer'.
16063
16064 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16065
16066         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16067         autoloaded function.
16068
16069 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16070
16071         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16072
16073 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16074
16075         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16076
16077 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16078
16079         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16080         Add gnus-expert-user to default.
16081
16082 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16083
16084         * nnimap.el (nnimap-open-server): Ditto.
16085
16086         * imap.el (imap-authenticate): Fix typo.
16087
16088 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16089
16090         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16091         buffer (since IMAP server might return FETCH response out of
16092         order, and the nntp buffer must be sorted).
16093
16094 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16095
16096         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16097         comparison on string.
16098
16099         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16100         (gnus-agent-score): Rename category keywords to match gnus-cus.
16101         (gnus-agent-summary-fetch-series): Modify to protect against
16102         gnus-agent-summary-fetch-group clearing processable flags.
16103         (gnus-agent-synchronize-group-flags): Update live group buffer as
16104         synchronization may occur due to the user toggle the plugged
16105         status.
16106         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16107         successfully downloaded.
16108         (gnus-agent-expire-group-1): Avoid using markers when the overview
16109         is in ascending order; greatly improves performance.
16110         (gnus-agent-regenerate-group):
16111         Use gnus-agent-synchronize-group-flags to reset read status in both
16112         gnus and server.
16113         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16114
16115 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16116
16117         * message.el: Don't autoload former message-utils variables.
16118         (message-strip-subject-trailing-was): Change doc string.
16119
16120         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16121         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16122         (nnweb-google-search): Add "hl=en" here.
16123         (nnweb-google-parse-1, nnweb-google-create-mapping):
16124         Don't hardcode URL.
16125
16126 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16127
16128         * message.el (message-get-reply-headers, message-followup):
16129         Mention related variables `message-use-followup-to' and
16130         `message-use-mail-followup-to', in the information buffer.
16131
16132         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16133         of broken groups(-beta).google.com.
16134
16135 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16136
16137         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16138         parameter to invoked gnus-request-move-article; remove the
16139         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16140         all at once instead of once per article.
16141         (gnus-summary-remove-process-mark): Accept a list of articles as
16142         well as a single article for processing.
16143
16144         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16145         parameter.
16146
16147         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16148
16149         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16150
16151         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16152         parameter.
16153
16154         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16155         parameter.
16156
16157         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16158         parameter and remove the gnus-sum-hint-move-is-internal variable.
16159
16160         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16161         parameter.
16162
16163         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16164         parameter.
16165
16166         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16167         parameter.
16168
16169         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16170
16171         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16172         parameter.
16173
16174         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16175         parameter.
16176
16177 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16178
16179         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16180         a more conservative way.
16181
16182 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16183
16184         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16185         buffer, so it moves the window's cursor.
16186
16187 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16188
16189         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16190         `mm-dissect-multipart' and receive the from field as an (optional)
16191         argument from `mm-dissect-multipart'.
16192         (mm-dissect-multipart): Receive the from field as an argument and
16193         pass it on when we call `mm-dissect-buffer' on MIME parts.
16194         Fixes verification/decryption of signed/encrypted MIME parts.
16195
16196 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16197
16198         * gnus-sum.el (gnus-summary-move-article):
16199         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16200         whatever it calls (right now, only nnimap-request-move article
16201         respects it).
16202
16203         * nnimap.el (nnimap-request-move-article):
16204         When gnus-sum-hint-move-is-internal is set, don't do the extra
16205         nnimap-request-article.
16206
16207 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16208
16209         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16210
16211         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16212         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16213
16214         * gnus-sum.el (gnus-summary-caesar-message):
16215         Apply `gnus-treat-article' after rotation.
16216
16217         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16218         doc string.
16219
16220 2005-02-22  Simon Josefsson  <jas@extundo.com>
16221
16222         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16223         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16224         <arne@arnested.dk>.
16225         (encrypt): Add password-cache and password-cache-expiry as group
16226         members.
16227
16228 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16229
16230         * smime.el (smime-ldap-host-list): Doc fix.
16231         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16232         cache) password.
16233         (smime-sign-region): Use it.
16234         (smime-decrypt-region): Use it.
16235         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16236         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16237         fails.
16238         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16239         certificate from DER to PEM format rather than calling openssl.
16240
16241         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16242
16243         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16244         for signing/encryption.
16245
16246         * mml.el (mml-parse-1): Use them.
16247
16248 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16249
16250         * nnrss.el (nnrss-verbose): Remove.
16251         (nnrss-request-group): Use `nnheader-message' instead.
16252
16253 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16254
16255         * nnrss.el (nnrss-verbose): New variable.
16256         (nnrss-request-group): Make it say nnrss is requesting a group.
16257
16258 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16259
16260         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16261         Handle news URL with given port correctly.
16262
16263 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16266         containing special characters.
16267
16268         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16269
16270         * mml.el (mime-to-mml): Ditto.
16271
16272         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16273         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16274         (rfc2047-decode-region): Quote decoded words containing special
16275         characters when rfc2047-quote-decoded-words-containing-tspecials
16276         is non-nil.
16277
16278 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16281
16282         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16283
16284 2005-02-15  Simon Josefsson  <jas@extundo.com>
16285
16286         * nnimap.el (nnimap-debug): Doc fix.
16287
16288         * imap.el (imap-debug): Doc fix.
16289
16290 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16293
16294 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16295
16296         * gnus.el (spam-contents): Improve docs for spam-contents
16297         parameter in its variable incarnation.
16298
16299 2005-02-14  Simon Josefsson  <jas@extundo.com>
16300
16301         * smime-ldap.el: Use require instead of load-library for ldap.
16302         (smime-ldap-search): Indent.
16303         (smime-ldap-search-internal): Shorten line.
16304
16305         * smime.el (smime-cert-by-dns): Add doc-string.
16306         (smime-cert-by-ldap-1): Indent.
16307
16308         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16309         mml-smime-get-dns-ldap.
16310         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16311
16312 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16313
16314         * smime.el: Require smime-ldap.
16315         (smime-ldap-host-list): New variable.
16316         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16317
16318         * mml-smime.el (mml-smime-encrypt-query): New function.
16319         (mml-smime-encrypt-query): Use it.
16320
16321         * smime-ldap.el: New file.
16322
16323 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16326
16327 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16330         argument in doc string.  Make query for type more clear.
16331
16332 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * gnus.el (gnus-group-startup-message): Search for gnus images in
16335         etc/images/gnus.
16336         * mm-util.el (mm-image-load-path): Likewise.
16337         * smiley.el (smiley-data-directory): Search for smilies in
16338         etc/images/smilies.
16339
16340 2005-02-09  Kim F. Storm  <storm@cua.dk>
16341
16342         Change Emacs release version from 21.4 to 22.1 throughout.
16343         Change Emacs development version from 21.3.50 to 22.0.50.
16344
16345 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16348
16349         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16350         non-Mule XEmacs as well.
16351         (mm-decompress-buffer): Signal an error intentionally if it does
16352         not decompress compressed data because auto-compression-mode is
16353         disabled.
16354
16355 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16358         an ID in the registry even if it has no groups.
16359
16360 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16363         merge it into mm-decompress-buffer.
16364         (gnus-mime-copy-part): Use the MIME part charset, the value which
16365         a user specified or gnus-newsgroup-charset for decoding, like
16366         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16367         save-buffer what was used.  Suggested by Kevin Ryde
16368         <user42@zip.com.au>.
16369         (gnus-mime-inline-part): Allow the name parameter as well as the
16370         filename parameter; force decompressing of compressed data; always
16371         display contents being not decoded as unibyte.
16372
16373         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16374         as well as the filename parameter.
16375
16376         * mm-util.el (mm-decompress-buffer):
16377         Merge gnus-mime-jka-compr-maybe-uncompress.
16378         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16379         of compressed data.
16380
16381 2005-02-08  Simon Josefsson  <jas@extundo.com>
16382
16383         * imap.el (imap-log): Doc fix.
16384
16385 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16388         the coding cookies; decompress compressed parts.
16389
16390         * mml.el (mml-generate-mime-1): Add the charset parameter according
16391         to the value which a user specified manually or the coding cookie.
16392
16393         * mm-util.el (mm-string-to-multibyte): New function.
16394         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16395         (mm-coding-system-to-mime-charset): New function.
16396         (mm-decompress-buffer): New function.
16397         (mm-find-buffer-file-coding-system): New function.
16398
16399         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16400         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16401         parts.
16402
16403 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16404
16405         * mm-view.el (mm-display-inline-fontify): Decode a part according
16406         to the charset parameter.
16407
16408 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16411         prefix arg is neither nil nor a number, as info specifies.
16412
16413 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16416         timestamps.
16417
16418 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16419
16420         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16421         groups error checking and notify user.
16422
16423 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16424
16425         * message.el (message-send-mail-function): Check existence of
16426         sendmail-program first before using default value
16427         `message-send-mail-with-sendmail'.  Otherwise use more generic
16428         `smtpmail-send-it'.
16429
16430 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * nntp.el (nntp-request-update-info): Always return nil.
16433
16434 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16435
16436         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16437
16438 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16439
16440         * message.el (message-beginning-of-line): Change the behavior when
16441         invoked between BOL and : so that it first moves backward.
16442
16443 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16446         article buffer when editing of the article is discarded.
16447         (gnus-article-prepare): Revert.
16448
16449 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * gnus-art.el (gnus-article-prepare):
16452         Remove message-strip-forbidden-properties from the local hook.
16453
16454 2005-01-27  Simon Josefsson  <jas@extundo.com>
16455
16456         * password.el (password-cache-add): Only start one timer per key.
16457         Reported by Derek Atkins <warlord@MIT.EDU>.
16458
16459 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16460
16461         * run-at-time.el: Remove.  It is no longer needed as
16462         timer-funcs.el in the xemacs-base package has a working version of
16463         `run-at-time'.
16464
16465         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16466
16467         * password.el: Require timer-funcs instead of run-at-time in
16468         XEmacs.
16469         Remove `password-run-at-time' macro.
16470         (password-cache-add): Use `run-at-time' instead of
16471         `password-run-at-time'.
16472
16473         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16474         Remove `nnheader-cancel-function-timers' alias,
16475         `cancel-function-timers' exists in XEmacs in timer-funcs.
16476
16477         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16478         for `run-with-idle-timer'.
16479
16480         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16481         for `run-at-time'.
16482
16483         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16484         for `with-timeout'.
16485
16486         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16487         the same as for XEmacs 21.4.
16488         No need to ignore `run-with-idle-timer', this function exists in
16489         XEmacs now in timer-funcs.el in the xemacs-base package.
16490         (dgnushack-compile): No need to delete
16491         run-at-time.el from the list of files to compile because it
16492         doesn't exist anymore.
16493
16494 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16497         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16498
16499 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16500
16501         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16502         sensitively.
16503
16504 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16505
16506         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16507
16508 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16511         which will be inserted according to the multibyteness of a buffer
16512         rather than the type of contents.  Suggested by ARISAWA Akihiro
16513         <ari@mbf.ocn.ne.jp>.
16514
16515         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16516         of string which old xml.el may return rather than a string.
16517
16518 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16521
16522 2005-01-16  Simon Josefsson  <jas@extundo.com>
16523
16524         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16525         idn/idna.el isn't available.
16526         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16527         <michael@waxrat.com>.
16528
16529         * hashcash.el: Remove non-FSF copyright header.
16530
16531         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16532         (hashcash-generate-payment): Use it.
16533         (hashcash-generate-payment-async): Use it.
16534
16535 2005-01-15  Simon Josefsson  <jas@extundo.com>
16536
16537         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16538         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16539
16540         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16541         gnus-summary-idna-message.
16542         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16543         (gnus-summary-idna-message): New function.
16544
16545 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16546
16547         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16548         gnus-novice-user.
16549
16550 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * nnrss.el (nnrss-request-delete-group): Delete entries in
16553         nnrss-group-alist as well.
16554         (nnrss-save-server-data): Insert newline.
16555
16556 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus.el (gnus-user-agent): Use list of symbols instead of
16559         symbols.  Display full version number for (S)XEmacs.
16560         Optionally display (S)XEmacs codename.
16561
16562         * gnus-util.el (gnus-emacs-version): Update for new
16563         `gnus-user-agent'.
16564
16565         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16566         Gnus version.
16567
16568 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16571         which is unreadable in some setups.
16572
16573 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-spec.el (gnus-update-format-specifications): Flush the
16576         group format spec cache if it doesn't support decoded group names.
16577
16578 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16579
16580         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16581         Allow to apply decay on score files matching a regexp.
16582
16583 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16586         compatibility in %g and %c.
16587
16588 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16591         name for only %g and %c.
16592         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16593         of gnus-tmp-group to decoded group name.
16594         (gnus-group-make-rss-group): Exclude `/'s from group names.
16595
16596 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * nnrss.el (nnrss-get-encoding): Fix regexp.
16599
16600 2004-12-27  Simon Josefsson  <jas@extundo.com>
16601
16602         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16603         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16604         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16605
16606 2004-12-17  Kim F. Storm  <storm@cua.dk>
16607
16608         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16609
16610         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16611
16612 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16613
16614         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16615
16616 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * nnrss.el: Require rfc2047 and mml.
16619         (nnrss-file-coding-system): New variable.
16620         (nnrss-format-string): Redefine it as an inline function.
16621         (nnrss-decode-group-name): New function.
16622         (nnrss-string-as-multibyte): Remove.
16623         (nnrss-retrieve-headers): Decode group name; don't use
16624         nnrss-format-string.
16625         (nnrss-request-group): Decode group name.
16626         (nnrss-request-article): Decode group name; allow a Message-ID as
16627         well as an article number; don't use nnrss-format-string; encode a
16628         Message-ID string which may contain non-ASCII characters; use
16629         mml-to-mime to compose a MIME article.
16630         (nnrss-request-expire-articles): Decode group name.
16631         (nnrss-request-delete-group): Decode group name.
16632         (nnrss-fetch): Clarify error message.
16633         (nnrss-read-server-data): Use insert-file-contents instead of load;
16634         bind file-name-coding-system; use multibyte buffer.
16635         (nnrss-save-server-data): Bind coding-system-for-write to the
16636         value of nnrss-file-coding-system; bind file-name-coding-system;
16637         add coding cookie.
16638         (nnrss-read-group-data): Use insert-file-contents instead of load;
16639         bind file-name-coding-system; use multibyte buffer.
16640         (nnrss-save-group-data): Bind coding-system-for-write to the
16641         value of nnrss-file-coding-system; bind file-name-coding-system.
16642         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16643         make it work with non-ASCII text.
16644         (nnrss-find-el): Make it work with old xml.el as well.
16645
16646 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16647
16648         * nnrss.el (nnrss-get-encoding): New function.
16649         (nnrss-fetch): Use unibyte buffer initially; bind
16650         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16651         decode contents according to the encoding attribute.
16652         (nnrss-save-group-data): Add coding cookie.
16653         (nnrss-mime-encode-string): New function.
16654         (nnrss-check-group): Use it to encode subject and author.
16655
16656 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16657
16658         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16659         imaginary variable.
16660
16661 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16664         correctly even if there are wide characters.
16665
16666 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16667
16668         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16669         downcased symbol names; make a new cache instead of reusing
16670         bbdb-hashtable.
16671
16672 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16675         concatenating segments rather than before concatenating them.
16676         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16677
16678         * message.el (message-get-reply-headers): Bind `extra'.
16679
16680 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16681
16682         * message.el (message-extra-wide-headers): New variable.
16683         (message-get-reply-headers): Use it.
16684
16685 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16688         (gnus-agent-group-pathname): Ditto.
16689
16690         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16691
16692         * gnus-group.el (gnus-group-make-group): Decode group name.
16693         (gnus-group-make-rss-group): Register the group data after opening
16694         the nnrss group.
16695
16696 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16697
16698         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16699         by expiry now get marked as read.
16700
16701 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16704
16705 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16706
16707         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16708         unify Latin characters in XEmacs.
16709         (mm-find-mime-charset-region): Use it.
16710
16711 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-util.el (gnus-delete-directory): New function.
16714
16715         * gnus-agent.el (gnus-agent-delete-group): Use it.
16716
16717         * gnus-cache.el (gnus-cache-delete-group): Use it.
16718
16719 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16720
16721         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16722         names.
16723
16724 2004-12-16  Simon Josefsson  <jas@extundo.com>
16725
16726         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16727
16728 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16731
16732         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16733         (gnus-group-set-current-level): Decode group name.
16734
16735 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16736
16737         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16738         failed.
16739
16740 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * gnus-group.el (gnus-group-delete-group): Decode group name.
16743         (gnus-group-make-rss-group): Encode group name.
16744         (gnus-group-catchup-current): Decode group name.
16745         (gnus-group-kill-group): Decode group name.
16746
16747 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16748
16749         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16750
16751 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-group.el (gnus-group-make-rss-group):
16754         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16755
16756         * gnus-start.el (gnus-setup-news): Honor user's setting to
16757         gnus-message-archive-method.  Suggested by Lute Kamstra
16758         <lute@gnu.org>.
16759
16760 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16761
16762         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16763         global counterparts of the buffer-local variables.
16764
16765 2004-11-16  Romain Francoise  <romain@orebokech.com>
16766
16767         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16768         counterparts of the buffer-local variables.
16769
16770 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16771
16772         * message.el (message-forbidden-properties): Fix typo in doc
16773         string.
16774
16775 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16776
16777         * gnus-util.el (gnus-replace-in-string): Add doc string.
16778
16779         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16780         to avoid problems when splitting mails with many recipients.
16781
16782 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16783
16784         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16785         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16786
16787 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16788
16789         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16790         if there is no hashtable in memory or file modification time is
16791         newer than cached timestamp.
16792
16793 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16794
16795         * gnus-sum.el (gnus-summary-limit-to-recipient):
16796         Implement not-matching option.
16797
16798 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16799
16800         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16801         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16802         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16803         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16804         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16805         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16806
16807 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * message.el (message-forward-make-body-mml): Remove headers
16810         according to message-forward-ignored-headers if a message is decoded.
16811
16812 2004-12-02  Romain Francoise  <romain@orebokech.com>
16813
16814         * message.el (message-forward-make-body-plain): Always remove
16815         headers according to message-forward-ignored-headers.
16816
16817 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16818
16819         * spam.el (spam-summary-prepare-exit): Remove the
16820         gnus-summary-limit pop for now, it has problems with ham marks for
16821         me.
16822
16823 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16824
16825         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16826         correctly.
16827
16828 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16829
16830         * format-spec.el (format-spec): Message the char.
16831
16832 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16833
16834         * gnus-art.el (gnus-split-methods): Reformat comments.
16835
16836         * spam.el (spam-summary-prepare-exit): Remove article limits
16837         before exiting the summary buffer.
16838
16839 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16842         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16843
16844         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16845         order to silence the byte compiler.
16846
16847         * spam.el: Fix the way to silence the byte compiler, which
16848         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16849         bbdb-search-simple, spam-BBDB-register-routine,
16850         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16851         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16852         spam-stat-buffer-is-spam, spam-stat-load,
16853         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16854         spam-stat-save and spam-stat-split-fancy.
16855
16856 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16859         which may confuse users.
16860         (canlock-password-for-verify): Ditto.
16861
16862         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16863
16864         * gnus-art.el (gnus-emphasis-alist): Ditto.
16865
16866         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16867
16868         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16869
16870         * gnus-start.el (gnus-save-killed-list): Ditto.
16871
16872         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16873         (gnus-sum-thread-tree-root): Ditto.
16874         (gnus-sum-thread-tree-false-root): Ditto.
16875         (gnus-sum-thread-tree-single-indent): Ditto.
16876
16877         * message.el (message-courtesy-message): Ditto.
16878         (message-archive-note): Ditto.
16879         (message-subscribed-address-file): Ditto.
16880         (message-user-fqdn): Ditto.
16881
16882         * spam-report.el (spam-report-gmane-regex): Ditto.
16883
16884         * spam.el (spam-blackhole-good-server-regex): Ditto.
16885
16886 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * mml.el (mml-preview): Widen the message buffer before copying
16889         the contents to the preview buffer; sort headers before previewing.
16890
16891         * message.el (message-hidden-headers): Fix the way to avoid a bug
16892         in the `repeat' widget in Emacs 21.3 or earlier.
16893
16894 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * message.el (message-hidden-headers): Default to "^References:".
16897         Improve customization type.  Suggested by Reiner Steib
16898         <Reiner.Steib@gmx.de>.
16899
16900 2004-11-25  Romain Francoise  <romain@orebokech.com>
16901
16902         * message.el (message-strip-forbidden-properties): Remove check for
16903         obsolete `message-hidden' text property, hidden headers are not
16904         accessible in the buffer anymore.
16905
16906 2004-11-22  Romain Francoise  <romain@orebokech.com>
16907
16908         * message.el (message-header-format-alist): Add `From' in list
16909         so that it can be sorted.
16910         (message-fix-before-sending): Widen and sort headers before
16911         sending.
16912         (message-hide-headers): Use narrowing to hide headers by moving
16913         them to the top of the buffer and narrowing to the region
16914         underneath.
16915
16916 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16917
16918         * message.el (message-strip-forbidden-properties):
16919         Bind buffer-read-only (etc) to nil.
16920
16921 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16924         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16925
16926 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16927
16928         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16929
16930 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16931
16932         * dns.el (query-dns): Use sit-for to time instead of
16933         accept-process-output, since that doesn't seem to work on udp
16934         sockets.
16935
16936 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16939
16940 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16941
16942         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16943         doc string.  Improve doc string.
16944
16945 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * nntp.el (nntp-request-update-info): Return nil if
16948         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16949         may not call gnus-activate-group which uselessly issues the GROUP
16950         commands for all nntp groups and wastes time.  Reported by Romain
16951         Francoise <romain@orebokech.com>.
16952
16953         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16954
16955 2004-11-15  Simon Josefsson  <jas@extundo.com>
16956
16957         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16958         headers separately.
16959         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16960         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16961
16962 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16963
16964         * gnus-start.el (gnus-convert-old-newsrc):
16965         Assign legacy-gnus-agent to 5.10.7.
16966
16967 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16968
16969         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16970         start of the lines.
16971
16972 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16973
16974         * hashcash.el (hashcash-default-payment): Change default to 20.
16975         (hashcash-default-accept-payment): Change default to 20.
16976         (hashcash-process-alist): New variable.
16977         (hashcash-generate-payment-async): Add.
16978         (hashcash-already-paid-p): Add.
16979         (hashcash-insert-payment): Don't generate payments twice.
16980         (hashcash-insert-payment-async): Add.
16981         (hashcash-insert-payment-async-2): Add.
16982         (hashcash-cancel-async): Add.
16983         (hashcash-wait-async): Add.
16984         (hashcash-processes-running-p): Add.
16985         (hashcash-wait-or-cancel): Add.
16986         (mail-add-payment): New optional argument.  Conditionally start
16987         asynchronous calculation.
16988         (mail-add-payment-async): Add.
16989
16990         * message.el (message-send-mail): Wait for asynchronous hashcash
16991         results.  Don't clobber existing X-Hashcash headers.
16992         (message-setup-1): Call mail-add-payment-async when
16993         message-generate-hashcash is non-nil.
16994
16995 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16996
16997         * message.el (message-use-alternative-email-as-from): Examine the
16998         From header as well; use message-make-from in order to include a
16999         user's full name.
17000
17001 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17004         default; improve customization type.
17005         (gnus-emphasis-custom-with-format): New macro.
17006         (gnus-emphasis-custom-value-to-external): New function.
17007         (gnus-emphasis-custom-value-to-internal): New function.
17008
17009 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17010
17011         * dns.el (query-dns): Resolve reverse addresses.
17012
17013 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17014
17015         * gnus-group.el (gnus-group-get-new-news): Use it.
17016
17017         * gnus-start.el (gnus-check-reasonable-setup): New function.
17018
17019 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17022         "Args out of range" error.  Reported by Arnaud Giersch
17023         <arnaud.giersch@free.fr>.
17024
17025 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17026
17027         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17028
17029 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17030
17031         * spam.el (spam group): Add :version.
17032
17033         * pgg-def.el (pgg group): Add :version.
17034
17035 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * gnus-art.el (gnus-article-edit-article): Don't associate the
17038         article buffer with a draft file.  This is a temporary measure
17039         against the 2004-08-22 change to gnus-article-edit-mode.
17040
17041 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17044         (html2text-format-tags): Remove unused variable `attr'.
17045
17046 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17047
17048         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17049
17050         * tls.el (tls-process-connection-type, tls-success)
17051         (tls-certtool-program): Add :version.
17052
17053         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17054         (starttls-extra-arguments, starttls-process-connection-type)
17055         (starttls-connect, starttls-failure, starttls-success): Add :version.
17056
17057         * spam-stat.el (spam-stat): Add :version.
17058
17059         * sieve.el (sieve): Add :version.
17060
17061         * sha1.el (sha1): Add :version.
17062         (sha1-use-external): Remove redundant version.
17063
17064         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17065         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17066         (nnmail-split-fancy-match-partial-words)
17067         (nnmail-split-lowercase-expanded): Add :version.
17068
17069         * nndiary.el (nndiary): Add :version.
17070
17071         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17072
17073         * mml-sec.el (mml-default-sign-method)
17074         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17075         Add :version.
17076
17077         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17078
17079         * mm-url.el (mm-url-use-external, mm-url-program)
17080         (mm-url-arguments): Add :version.
17081
17082         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17083         (mm-attachment-file-modes, mm-decrypt-option)
17084         (mm-w3m-safe-url-regexp): Add :version.
17085
17086         * message.el (message-cite-prefix-regexp)
17087         (message-sendmail-envelope-from, message-minibuffer-local-map)
17088         (message-user-fqdn, message-completion-alist): Add :version.
17089
17090         * gnus-win.el (gnus-configure-windows-hook)
17091         (gnus-use-frames-on-any-display): Add :version.
17092
17093         * gnus-art.el (gnus-article-address-banner-alist)
17094         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17095         (gnus-treat-from-picon, gnus-treat-mail-picon)
17096         (gnus-treat-x-pgp-sig): Add :version.
17097
17098         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17099         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17100         (gnus-summary-article-delete-hook)
17101         (gnus-summary-display-while-building): Add :version.
17102
17103         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17104         (gnus-get-top-new-news-hook): Add :version.
17105
17106         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17107         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17108
17109         * gnus-registry.el (gnus-registry): Add :version.
17110
17111         * gnus-spec.el (gnus-use-correct-string-widths)
17112         (gnus-make-format-preserve-properties): Add :version.
17113
17114         * gnus.el (gnus-group-charter-alist)
17115         (gnus-group-fetch-control-use-browse-url)
17116         (gnus-install-group-spam-parameters): Add :version.
17117
17118         * gnus-diary.el (gnus-diary): Add :version.
17119
17120         * gnus-delay.el (gnus-delay): Add :version.
17121
17122         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17123         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17124         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17125         Add :version.
17126
17127         * gnus-agent.el (gnus-agent-max-fetch-size)
17128         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17129         (gnus-agent-prompt-send-queue): Add :version.
17130
17131         * deuglify.el (gnus-outlook-deuglify): Add :version.
17132
17133         * html2text.el: Beautify code.  Improve doc strings.
17134         Some checkdoc cleanup.
17135         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17136
17137 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17138
17139         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17140
17141 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17142
17143         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17144         when package is loaded.
17145
17146         * spam.el (spam-summary-score-preferred-header): Add global preference
17147         for people who want to override the default SpamAssassin over
17148         Bogofilter preference (when both are set).
17149         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17150         (spam-user-format-function-S):
17151         Check spam-summary-score-preferred-header.
17152         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17153         (spam-user-format-function-S): Format the score correctly.
17154
17155 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17158         signature file.  Suggested by Manoj Srivastava
17159         <srivasta@golden-gryphon.com>.
17160
17161         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17162         iso-2022-jp even in the Japanese language environment.
17163         Suggested by Jason Rumney <jasonr@gnu.org>.
17164
17165 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17168         use the same characters as the dummy marks; make it free from
17169         getting affected by the language environment.
17170         (gnus-summary-read-group-1): Update mark positions only when the
17171         format spec is updated.
17172
17173         * gnus-spec.el (gnus-update-format-specifications): Return a list
17174         of updated types.
17175
17176 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17179         of boundp to check if display-warning is available.
17180
17181 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17182
17183         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17184
17185 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * nnspool.el (nnspool-spool-directory): Use news-path if the
17188         news-directory variable is not bound.
17189
17190         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17191         function instead of display-warning if it is not available.
17192
17193 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17196         v5-10: Use `point-at-bol'.
17197
17198 2004-10-26  Simon Josefsson  <jas@extundo.com>
17199
17200         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17201         <chenggao@gmail.com>.
17202
17203 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17204
17205         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17206         instead.
17207
17208 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17209
17210         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17211         to remove a server from the nnimap-server-buffer-alist.
17212         (nnimap-open-connection, nnimap-close-server): Use it.
17213
17214         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17215
17216 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17219         running the major-mode function.
17220
17221 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17224         dummy marks in the right way.
17225
17226 2004-10-18  David Edmondson  <dme@dme.org>
17227
17228         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17229         excessively.
17230
17231 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17232
17233         * gnus-util.el (gnus-split-references): Accept a nil references
17234         string and go on blissfully.
17235
17236         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17237         cases where the references string is non-nil but has no references.
17238
17239         * encrypt.el: Add autoload tags.
17240
17241         * spam.el (spam-resolve-registrations-routine): Remove article
17242         from unregistration list too.  Reported by David Hanak
17243         <dhanak@isis.vanderbilt.edu>
17244
17245 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17246
17247         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17248         nil.  Change custom type.
17249
17250 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17251
17252         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17253
17254         * gnus-sum.el (gnus-summary-move-article): Use it.
17255
17256 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17257
17258         * encrypt.el: Add autoload cookies.
17259
17260         * spam.el (spam-backend-article-list-property)
17261         (spam-backend-get-article-todo-list)
17262         (spam-backend-put-article-todo-list)
17263         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17264         Resolve registrations separately.
17265         (spam-register-routine): Format comments.
17266         (spam-unregister-routine, spam-register-routine): Always call with
17267         specific-articles, no default list.
17268         (spam-summary-prepare-exit): Use the spam-classifications function.
17269
17270         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17271         gnus-encrypt.el.
17272
17273         * encrypt.el: Copied from gnus-encrypt.el.
17274
17275         * gnus-encrypt.el: Commented that it's obsolete.
17276
17277 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17278
17279         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17280         (gnus-score-save): Use it.
17281
17282         * message.el (message-bury): Use `window-dedicated-p'.
17283
17284 2004-10-15  Simon Josefsson  <jas@extundo.com>
17285
17286         * pop3.el (top-level): Don't require nnheader.
17287         (pop3-read-timeout): Add.
17288         (pop3-accept-process-output): Add.
17289         (pop3-read-response, pop3-retr): Use it.
17290
17291 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17292
17293         * spam.el (spam-register-routine): Move comment.
17294         (spam-verify-bogofilter): Use 'unknown for the initial
17295         spam-bogofilter-valid state, not 'never.
17296
17297         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17298         for netrc-machine.
17299
17300         * nnimap.el (nnimap-open-connection):
17301         Use netrc-machine-user-or-password.
17302
17303 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17304
17305         * gnus-registry.el (gnus-registry-unload-hook):
17306         Set as a variable with add-hook.
17307
17308         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17309         of news-path.
17310
17311         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17312
17313         * spam.el: Delete duplicate `provide'.
17314         (spam-unload-hook): Set as a variable with add-hook.
17315
17316 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17317
17318         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17319         in the doc string.
17320
17321         * message.el (message-ignored-news-headers)
17322         (message-ignored-supersedes-headers)
17323         (message-ignored-resent-headers)
17324         (message-forward-ignored-headers): Improve custom type.
17325
17326 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * message.el (message-tokenize-header): Fix 2004-09-06 change
17329         which used point-min in the wrong place.
17330
17331 2004-10-12  Simon Josefsson  <jas@extundo.com>
17332
17333         * tls.el (tls-certtool-program): New variable.
17334         (tls-certificate-information): New function, based on
17335         ssl-certificate-information.
17336
17337 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * compface.el: Move the version of ELisp-based uncompface program
17340         to the contrib directory because of the copyright problem.
17341
17342 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17343
17344         * message.el (message-kill-buffer): Raise the current frame.
17345
17346 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17347
17348         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17349
17350         * gnus.el (message-y-or-n-p): Autoload.
17351
17352         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17353         (pop3-password-required, pop3-authentication-scheme)
17354         (pop3-leave-mail-on-server): Make customizable.
17355         (pop3): New custom group.
17356         (pop3-retr): Remove `sleep-for' statements.
17357         Suggested by Dave Love <fx@gnu.org>.
17358
17359         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17360         Windows/DOS.
17361
17362         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17363         (imap-parse-body): Fix incorrect use of `assert'.
17364         Suggested by Dave Love <fx@gnu.org>.
17365
17366         * mml.el (mml-minibuffer-read-disposition): Require match.
17367         Suggested by Dave Love <fx@gnu.org>.
17368
17369 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17370
17371         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17372         doc string.
17373
17374 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17377
17378 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17379
17380         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17381         instead of calling `mm-insert-inline', to decode text/* parts
17382         before displaying them.
17383
17384 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * mm-uu.el (mm-uu-text-plain-type): New variable.
17387         (mm-uu-pgp-signed-extract-1): Use it.
17388         (mm-uu-pgp-encrypted-extract-1): Use it.
17389         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17390         bind mm-uu-text-plain-type with that value.
17391         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17392         mm-uu-dissect.
17393
17394 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * gnus-group.el (gnus-update-group-mark-positions):
17397         * gnus-sum.el (gnus-update-summary-mark-positions):
17398         * message.el (message-check-news-body-syntax):
17399         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17400         of string-as-multibyte.
17401
17402 2004-10-05  Juri Linkov  <juri@jurta.org>
17403
17404         * gnus-group.el (gnus-update-group-mark-positions):
17405         * gnus-sum.el (gnus-update-summary-mark-positions):
17406         * message.el (message-check-news-body-syntax):
17407         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17408         8-bit unibyte values to a multibyte string for search functions.
17409
17410 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17413         (mm-uu-dissect-text-parts): New function.
17414
17415         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17416         dissect text parts.
17417
17418         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17419         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17420
17421         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17422
17423         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17424         Use gnus-current-topics instead of gnus-current-topic.
17425
17426 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17427
17428         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17429
17430 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17431
17432         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17433         where approriate.
17434
17435         * nnml.el (nnml-generate-active-info): do.
17436
17437         * nndiary.el (nndiary-generate-active-info): do.
17438
17439         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17440         (gnus-topic-move): do.
17441
17442         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17443         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17444
17445         * gnus-srvr.el (gnus-server-prepare)
17446         (gnus-server-open-all-servers): do.
17447
17448         * gnus-msg.el (gnus-summary-cancel-article)
17449         (gnus-summary-resend-message)
17450         (gnus-summary-mail-crosspost-complaint): do.
17451
17452         * gnus-move.el (gnus-change-server): do.
17453
17454         * gnus-group.el (gnus-group-unmark-all-groups)
17455         (gnus-group-set-current-level): do.
17456
17457 2004-10-04  Simon Josefsson  <jas@extundo.com>
17458
17459         * message.el (message-generate-hashcash): Doc fix.
17460
17461 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17462
17463         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17464         avoid infinite recursion via gnus-get-function.
17465
17466 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17467
17468         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17469
17470         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17471
17472         * nnmail.el (nnmail-split-history): do.
17473
17474         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17475         (nnml-request-delete-group): do.
17476
17477         * nnslashdot.el (nnslashdot-read-groups): do.
17478
17479         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17480         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17481
17482         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17483         (nnspool-sift-nov-with-sed): Use last.
17484         (nnspool-retrieve-headers-with-nov): Use mapc.
17485         (nnspool-request-newgroups): Use dolist.
17486         (nnspool-request-group): Use last.
17487
17488         * nntp.el (nntp-read-server-type): Use dolist.
17489
17490         * nnvirtual.el (nnvirtual-create-mapping)
17491         (nnvirtual-update-read-and-marked): Use dolist.
17492         (nnvirtual-convert-headers): Simplify.
17493
17494 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17495
17496         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17497         Add support for sync'ing tick marks.
17498
17499 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17500
17501         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17502         there's no visible header.
17503
17504 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17505
17506         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17507         When necessary, pass full group name to gnus-request-set-marks.
17508
17509 2004-10-01  Simon Josefsson  <jas@extundo.com>
17510
17511         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17512         acroread.
17513
17514 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17515
17516         * spam-report.el (spam-report-gmane): Fix interactive.
17517
17518         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17519
17520         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17521         when writing file.
17522         (gnus-agent-synchronize-flags): Don't default to being
17523         interactive.
17524
17525 2004-09-30  Simon Josefsson  <jas@extundo.com>
17526
17527         * message.el (message-generate-hashcash): Add.
17528         (message-send-mail): Use it, call mail-add-payment.
17529
17530 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17531
17532         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17533
17534 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17535
17536         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17537         gnus-requst-update-info with explicit code to sync the in-memory
17538         info read flags with the marks being sync'd to the backend.
17539
17540         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17541
17542 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17543
17544         * spam.el (spam-verify-bogofilter): Add new function.
17545         (spam-check-bogofilter)
17546         (spam-bogofilter-register-with-bogofilter): Use it.
17547         (spam-verify-bogofilter): Add small fixes.
17548
17549 2004-09-28  Simon Josefsson  <jas@extundo.com>
17550
17551         * hashcash.el (hashcash-generate-payment): Revert.
17552
17553 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17554
17555         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17556         Use gnus-extract-references instead of gnus-split-references.
17557
17558         * gnus-util.el (gnus-extract-references): Add new function, analogous
17559         to gnus-split-references but extracts only the message-ID without
17560         anything extra.
17561
17562         * hashcash.el (hashcash-generate-payment)
17563         (hashcash-check-payment): Do the right thing if hashcash-path is
17564         nil (because the hashcash program could not be found).
17565
17566         * spam.el (spam-use-hashcash): Remove comment.
17567
17568 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17569
17570         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17571         (gnus-cache-enter-article, gnus-cache-remove-article)
17572         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17573
17574         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17575
17576         * gnus-art.el (article-hide-boring-headers)
17577         (article-translate-strings, article-display-face)
17578         (gnus-article-mime-match-handle-first)
17579         (gnus-article-highlight-headers)
17580         (gnus-article-add-buttons-to-head): do.
17581
17582 2004-09-27  Simon Josefsson  <jas@extundo.com>
17583
17584         * hashcash.el: New version, from
17585         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17586         ../contrib/.
17587
17588 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17591
17592 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17593
17594         * gnus-dup.el (gnus-dup-open): Use mapc.
17595         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17596
17597         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17598         Reported by Stefan Wiens <s.wi@gmx.net>.
17599
17600         * gnus.el (gnus-shutdown): Use dolist.
17601
17602         * gnus-undo.el (gnus-undo): Use mapc.
17603
17604         * nnrss.el (nnrss-generate-active): do.
17605
17606         * message.el (message-cite-original-without-signature)
17607         (message-cite-original): Use mapc.
17608         (message-do-actions, message-make-forward-subject): Use dolist.
17609
17610 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17611
17612         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17613         deletion to remove entire duplicate line.  Fixes merged article
17614         number bug.
17615
17616 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17617
17618         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17619         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17620         first ask if you want to open a server and then, even when you
17621         responded with no, asking if you want to synchronize the server's
17622         flags.
17623         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17624         multi-line expressions.
17625         (gnus-agent-synchronize-group-flags): New internal function.
17626         Updates marks in memory (in the info structure) AND in the
17627         backend.
17628
17629         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17630
17631         * nnagent.el (nnagent-request-set-mark):
17632         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17633         method, to ensure that synchronization updates marks in the
17634         backend and in the info (in memory) structure.
17635
17636 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17639         convention fully; don't miss the root article of a thread; make
17640         the X-Draft-From header with correct article numbers.
17641
17642 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17643
17644         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17645         unless plugged.  Disable the agent so that an open failure causes
17646         an error.
17647
17648         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17649         Revert 2004-09-21 change.  The backend must be opened while
17650         synchronizing flags even when the backend stores the flags
17651         locally.
17652
17653 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17656         in `header' match.  Reported by Svend Tollak Munkejord.
17657
17658         * message.el (message-cite-original): Fix use of
17659         `message-cite-articles-with-x-no-archive'.
17660
17661 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17664         (gnus-window-to-buffer): Ditto.
17665
17666         * mml.el (mml-preview-buffer): New variable.
17667         (mml-preview): Manage window layout with gnus-buffer-configuration.
17668
17669         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17670         X-Draft-From header even if those articles aren't quoted.
17671
17672 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17673
17674         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17675         (gnus-request-set-mark, gnus-request-update-mark): Use new
17676         g-s-t-u-l-m to decide to use backend even when unplugged.
17677
17678 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17681         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17682
17683 2004-09-20  Simon Josefsson  <jas@extundo.com>
17684
17685         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17686         "utf-16-le".
17687
17688 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17689
17690         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17691
17692 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * uudecode.el (uudecode-use-external): Add :version.
17695
17696         * smime.el (smime-CA-file, smime-encrypt-cipher)
17697         (smime-dns-server): Add :version.
17698
17699         * smiley.el (gnus-smiley-file-types): Add :version.
17700
17701         * sha1.el (sha1-use-external): Add :version.
17702
17703         * pgg-def.el (pgg-query-keyserver): Add :version.
17704
17705         * nnmail.el (nnmail-fancy-expiry-targets)
17706         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17707         Add :version.
17708
17709         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17710         (nnimap-retrieve-groups-asynchronous): Add :version.
17711         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17712
17713         * mml.el (mml-content-disposition-parameters)
17714         (mml-insert-mime-headers-always): Add :version.
17715
17716         * mm-util.el (mm-coding-system-priorities): Add :version.
17717
17718         * mm-decode.el (mm-inline-text-html-with-images)
17719         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17720         (mm-verify-option): Add :version.
17721         (mm-text-html-renderer): Change :version.
17722
17723         * message.el (message-fcc-externalize-attachments)
17724         (message-required-headers, message-draft-headers)
17725         (message-subject-trailing-was-query)
17726         (message-subject-trailing-was-ask-regexp)
17727         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17728         (message-mark-insert-end, message-archive-header)
17729         (message-archive-note, message-cross-post-default)
17730         (message-cross-post-note, message-followup-to-note)
17731         (message-cross-post-note-function, message-use-mail-followup-to)
17732         (message-subscribed-address-functions)
17733         (message-subscribed-address-file, message-subscribed-addresses)
17734         (message-subscribed-regexps, message-allow-no-recipients)
17735         (message-yank-cited-prefix, message-signature-insert-empty-line)
17736         (message-hidden-headers, message-hierarchical-addresses)
17737         (message-mail-user-agent, message-use-idna)
17738         (message-valid-fqdn-regexp)
17739         (message-strip-special-text-properties, message-header-synonyms)
17740         (message-beginning-of-line, message-tab-body-function): Add :version.
17741         (message-insert-canlock, message-wide-reply-confirm-recipients):
17742         Change :version.
17743
17744         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17745         and :version.
17746         (mail-source-delete-old-incoming-confirm)
17747         (mail-source-movemail-program): Add :version.
17748
17749         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17750         (gnus-agent-cache, gnus-agent): Change :version.
17751
17752         * gnus-util.el (gnus-use-byte-compile): Change :version.
17753
17754         * gnus-sum.el (gnus-summary-make-false-root-always)
17755         (gnus-summary-default-high-score)
17756         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17757         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17758         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17759         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17760         (gnus-sum-thread-tree-single-indent)
17761         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17762         (gnus-sum-thread-tree-leaf-with-other)
17763         (gnus-sum-thread-tree-single-leaf): Add :version.
17764         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17765         (gnus-article-loose-mime): Change :version.
17766
17767         * gnus-start.el (gnus-backup-startup-file)
17768         (gnus-save-startup-file-via-temp-buffer): Add :version.
17769
17770         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17771         (gnus-server-offline-face): Add :version.
17772
17773         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17774
17775         * gnus-msg.el (gnus-gcc-externalize-attachments)
17776         (gnus-debug-files, gnus-debug-exclude-variables)
17777         (gnus-discouraged-post-methods): Change :version.
17778         (gnus-confirm-mail-reply-to-news)
17779         (gnus-confirm-treat-mail-like-news): Add :version.
17780
17781         * gnus-int.el (gnus-server-unopen-status): Add :version.
17782
17783         * gnus-group.el (gnus-group-jump-to-group-prompt)
17784         (gnus-large-ephemeral-newsgroup)
17785         (gnus-fetch-old-ephemeral-headers): Add :version.
17786
17787         * gnus-fun.el (gnus-x-face-directory)
17788         (gnus-convert-pbm-to-x-face-command)
17789         (gnus-convert-image-to-x-face-command)
17790         (gnus-convert-image-to-face-command): Add :version.
17791
17792         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17793
17794         * gnus-cite.el (gnus-cite-blank-line-after-header)
17795         (gnus-article-boring-faces): Add :version.
17796
17797         * gnus-art.el (gnus-buttonized-mime-types)
17798         (gnus-inhibit-mime-unbuttonizing)
17799         (gnus-treat-display-face)
17800         (gnus-treat-body-boundary): Change :version.
17801         (gnus-body-boundary-delimiter, gnus-picon-databases)
17802         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17803         (gnus-treat-date-english, gnus-treat-fold-headers)
17804         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17805         (gnus-treat-mail-picon, gnus-treat-wash-html)
17806         (gnus-article-encrypt-protocol)
17807         (gnus-use-idna, gnus-article-over-scroll)
17808         (gnus-mime-display-multipart-alternative-as-mixed)
17809         (gnus-mime-display-multipart-related-as-mixed)
17810         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17811         (gnus-ctan-url, gnus-button-ctan-handler)
17812         (gnus-button-handle-ctan-bogus-regexp)
17813         (gnus-button-ctan-directory-regexp)
17814         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17815         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17816         (gnus-button-man-level, gnus-button-emacs-level)
17817         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17818
17819         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17820         (gnus-agent-go-online): Change :version.
17821         (gnus-agent-expire-unagentized-dirs)
17822         (gnus-agent-auto-agentize-methods): Add :version.
17823
17824         * flow-fill.el (fill-flowed-display-column)
17825         (fill-flowed-encode-column): Add :version.
17826
17827         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17828         (gnus-outlook-deuglify-unwrap-max)
17829         (gnus-outlook-deuglify-cite-marks)
17830         (gnus-outlook-deuglify-unwrap-stop-chars)
17831         (gnus-outlook-deuglify-no-wrap-chars)
17832         (gnus-outlook-deuglify-attrib-cut-regexp)
17833         (gnus-outlook-deuglify-attrib-verb-regexp)
17834         (gnus-outlook-deuglify-attrib-end-regexp)
17835         (gnus-outlook-display-hook): Add :version.
17836
17837         * binhex.el (binhex-use-external): Add :version.
17838
17839 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17840
17841         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17842         and `invisible'.
17843
17844 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17845
17846         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17847         in gnus-registry-trim.
17848
17849 2004-09-13  Simon Josefsson  <jas@extundo.com>
17850
17851         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17852
17853         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17854
17855         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17856         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17857         <yamaoka@jpl.org>.
17858         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17859         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17860         <yamaoka@jpl.org>.
17861
17862         * sieve.el (sieve-manage-mode): Ditto.
17863
17864 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17865
17866         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17867
17868 2004-09-11  Simon Josefsson  <jas@extundo.com>
17869
17870         * dns-mode.el: Add.
17871
17872         * mm-view.el (mm-display-dns-inline): Add.
17873
17874         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17875         (mm-automatic-display): Ditto.
17876
17877         * mailcap.el (mailcap-mime-data): Add text/dns.
17878         (mailcap-mime-extensions): Map .soa to text/dns.
17879
17880 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17881
17882         * gnus-art.el (article-decode-mime-words, article-babel)
17883         (gnus-article-highlight-signature, gnus-article-add-buttons)
17884         (gnus-signature-toggle): Remove unnecessary bindings of
17885         `inhibit-read-only' inherited from v5.10 merge.
17886
17887 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * nntp.el (nntp): New customization group.
17890         (nntp-authinfo-file): Add customization group.
17891
17892         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17893
17894         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17895
17896         * gnus.el (to-address, to-list, subscribed)
17897         (large-newsgroup-initial): Ditto.
17898
17899         * flow-fill.el (fill-flowed-display-column)
17900         (fill-flowed-encode-column): Ditto.
17901
17902 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17903
17904         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17905         Use point-min rather than 1.
17906         (message-send-mail): Use buffer-size rather than point-max.
17907
17908         * gnus-sum.el (gnus-summary-search-article-forward):
17909         Signal a specific `search-failed' rather than a generic `error'.
17910
17911         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17912         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17913         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17914
17915 2004-09-10  Simon Josefsson  <jas@extundo.com>
17916
17917         * nndb.el (require): Remove tcp and duplicate cl.
17918
17919 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * gnus-agent.el (directory-files-and-attributes): Move forward.
17922
17923 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17924
17925         * gnus-agent.el (directory-files-and-attributes):
17926         Optionally defined to support XEmacs.
17927
17928 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17929
17930         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17931         to avoid run-time CL dependencies.
17932         (gnus-agent-unfetch-articles): New function.
17933         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17934         article numbers even when local .overview file is missing.
17935         (gnus-agent-read-article-number): New function.  Only accepts
17936         27-bit article numbers.
17937         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17938         Use gnus-agent-read-article-number.
17939         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17940         from backend while recognizing that article numbers in .overview
17941         must be valid.
17942         (gnus-agent-update-files-total-fetched-for):
17943         Use directory-files-and-attributes to improve performance.
17944         * gnus-int.el (gnus-request-move-article):
17945         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17946         improve performance.
17947
17948         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17949         some users confused by references to .newsrc when they only have a
17950         .newsrc.eld file.
17951         (gnus-convert-mark-converter-prompt)
17952         (gnus-convert-converter-needs-prompt): Fix use of property list.
17953         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17954         New function.  Used internally to only display 'gnus converting
17955         files' message when actually necessary.
17956
17957         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17958         methods now autoloaded.
17959
17960 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17963         identifiers.
17964
17965 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17966
17967         * gnus-picon.el: Fix indentation and closing parenthesis.
17968
17969 2004-09-01  Simon Josefsson  <jas@extundo.com>
17970
17971         * message.el (message-canlock-generate): Require sha1, not
17972         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17973         to require within a function.  Sadly, if sha1.el isn't loaded, the
17974         let binding in m-c-g will hide the defcustom definition, which is
17975         bad.)
17976
17977         * canlock.el: Require sha1, not sha1-el.
17978
17979         * message.el: Don't autoload sha1 (there is a autoload cookie in
17980         sha1.el).
17981
17982         * sha1-el.el: Rename to sha1.el.
17983
17984 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17985
17986         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17987
17988 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17989
17990         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17991
17992 2004-08-30  Kim F. Storm  <storm@cua.dk>
17993
17994         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17995
17996         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17997         Add :group 'nnimap.
17998
17999 2004-08-30  Andreas Schwab  <schwab@suse.de>
18000
18001         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18002         ?* and ?\;.
18003
18004         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18005         and ?\' to symbol instead of whitespace.
18006
18007 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18010
18011         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18012         instead of re-search-forward.
18013
18014         * gnus-uu.el (gnus-uu-save-article): Ditto.
18015         (gnus-uu-post-encode-uuencode): Ditto.
18016
18017         * html2text.el (html2text-clean-list-items): Ditto.
18018         (html2text-clean-dtdd): Ditto.
18019         (html2text-format-tags): Ditto.
18020
18021         * message.el (message-send-mail-with-sendmail): Fix regexp.
18022         (message-fill-field-general): Use search-forward instead of
18023         re-search-forward.
18024         (unbold-region): Ditto.
18025
18026         * nnrss.el (nnrss-request-article): Ditto.
18027
18028         * nnslashdot.el (nnslashdot-request-article): Ditto.
18029
18030         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18031
18032         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18033         "Unrecognized menu descriptor" error in XEmacs.
18034
18035 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18036
18037         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18038         parent article of a sparse article in the thread hashtb.
18039
18040 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18041
18042         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18043         (nnmail-expand-newtext): Lowercase expanded entries if
18044         nnmail-split-lowercase-expanded is non-nil.
18045
18046 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18049
18050         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18051         of gnus-tmp-news-method into string under XEmacs.  It will be
18052         passed to gnus-correct-length which takes only a string argument.
18053
18054 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-util.el (gnus-bind-print-variables): New macro.
18057         (gnus-prin1): Use it.
18058         (gnus-prin1-to-string): Use it.
18059         (gnus-pp): New function.
18060         (gnus-pp-to-string): New function.
18061
18062         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18063         Replace pp-to-string with gnus-pp-to-string.
18064         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18065         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18066         * gnus-msg.el (gnus-debug): Ditto.
18067         * gnus-score.el (gnus-score-save): Ditto.
18068         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18069         gnus-pp-to-string.
18070         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18071         with gnus-pp.
18072         * score-mode.el (gnus-score-pretty-print): Ditto.
18073         * webmail.el (webmail-debug): Ditto.
18074
18075 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * gnus-art.el (article-display-face, article-display-x-face):
18078         Use buffer-read-only.
18079
18080 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * gnus-art.el (article-hide-list-identifiers):
18083         Bind inhibit-read-only as t.
18084
18085 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18086
18087         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18088
18089 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18090
18091         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18092         (gnus-narrow-to-page): Don't assume point-min == 1.
18093         (gnus-article-edit-mode): Derive from message-mode.
18094
18095         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18096         point-min == 1.
18097
18098         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18099         Disable incorrect use of `assert'.
18100
18101         * message.el (message-mode): Set comment-start-skip.
18102
18103
18104 2004-08-22  Sam Steingold  <sds@gnu.org>
18105
18106         * pop3.el (pop3-leave-mail-on-server): New user variable.
18107         (pop3-movemail): Delete mail only when it is nil.
18108
18109 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18110
18111         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18112
18113         * mml.el (mml-preview): Use `pop-to-buffer'.
18114
18115         * message.el (message-goto-mail-followup-to): Insert after "To".
18116         (message-carefully-insert-headers): Add comment.
18117
18118         * gnus.el: Remove unused variable `gnus-article-check-size'.
18119
18120         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18121
18122         * gnus-art.el (gnus-button-alist):
18123         Improve `gnus-button-handle-library' entry.
18124
18125 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18126
18127         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18128         Use downcase, since XEmacs capitalizes error messages differently.
18129
18130 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18131
18132         * nntp.el: Add (require 'gnus) due to reference to
18133         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18134
18135 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18136
18137         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18138         Bind `mm-fill-flowed'.
18139
18140         * mm-decode.el (mm-dissect-singlepart): Check it.
18141
18142 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18143
18144         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18145         'imap' for netrc parsing.
18146
18147 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * mailcap.el (mailcap-mime-data): Mark as risky.
18150
18151 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18154         may be included in the encoded word.
18155         (rfc2047-encode): Don't append a space if the encoded word
18156         includes close parenthesis.
18157
18158 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18161         of text within parentheses.
18162
18163 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18164
18165         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18166         (gnus-encrypt-write-file-contents): Make the password key the file
18167         name PLUS the cipher, not just the cipher.  Also remove failed
18168         passwords from the cache.
18169
18170 2004-08-06  Simon Josefsson  <jas@extundo.com>
18171
18172         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18173         Doc fix.
18174
18175 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18178         LWSP.
18179
18180 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18181
18182         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18183         Try to append in-reply-to: data to the references: header.
18184
18185         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18186         (netrc-parse): Use gnus-encrypt.el functions.
18187
18188         * gnus-encrypt.el: Add new file for encryption support; currently
18189         does only a few GPG ciphers and an internal XOR cipher.
18190
18191         * password.el: Add comments on using password-read-and-add.
18192         (password-read-and-add): Add function to read and add the
18193         password to the cache at once.
18194
18195 2004-07-28  Simon Josefsson  <jas@extundo.com>
18196
18197         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18198         parameter (but don't use it, for now).
18199
18200         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18201         instead of hard coding to nil.
18202
18203 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18206         as mm-inline-image-xemacs does.
18207
18208 2004-07-26  Simon Josefsson  <jas@extundo.com>
18209
18210         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18211         Revert part of 2004-07-17 change below.
18212
18213 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18216         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18217
18218 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18219
18220         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18221         quotes that actually start with ">" at the beginning of the
18222         lines.
18223
18224 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * rfc2047.el (rfc2047-encode-region): Fix last change.
18227         (rfc2047-encode-parameter): Remove useless concat.
18228
18229 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18232         encode special characters; fix some kind of misconfigured headers;
18233         signal a real error if debug-on-quit or debug-on-error is non-nil.
18234         (rfc2047-encode-max-chars): New variable.
18235         (rfc2047-encode-1): Use it.
18236         (rfc2047-encode-parameter): New function.
18237
18238         * mml.el (mml-insert-parameter): Remove an excessive space.
18239
18240 2004-07-17  Simon Josefsson  <jas@extundo.com>
18241
18242         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18243         Kai Grossjohann <kai@emptydomain.de>.
18244         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18245         (gnus-group-make-menu-bar): Ditto.
18246
18247         * gnus-util.el (gnus-group-server): Add.
18248
18249 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18250
18251         * message.el (message-clone-locals): Clone sendmail and smtp
18252         variables.
18253
18254 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * rfc2047.el (rfc2047-encode-region): Fix last change.
18257
18258 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18261         characters as non-special.
18262
18263 2004-07-09  Simon Josefsson  <jas@extundo.com>
18264
18265         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18266         Users will lose all flag changes made while unplugged with
18267         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18268         good default.  See numerous reports on ding mailing list.
18269
18270 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18273         add generate-head-function and generate-article-function to the
18274         rfc822-forward entry.
18275         (nndoc-rfc822-forward-generate-article): New function.
18276         (nndoc-rfc822-forward-generate-head): New function.
18277
18278         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18279
18280 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18281
18282         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18283         respect display group parameter and gnus-summary-expunge-below.
18284         (gnus-articles-to-read): Remove unused reference to display group
18285         parameter.
18286
18287 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18288
18289         * nnheader.el (nnheader-uniquify-message-id): New experimental
18290         variable.
18291         (nnheader-nov-read-message-id): Use it.
18292
18293         * spam-report.el (spam-report-gmane): Add interactive.
18294
18295 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * mm-encode.el (mm-content-transfer-encoding-defaults):
18298         Use qp-or-base64 for the application/* types.
18299
18300 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18301
18302         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18303
18304 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18305
18306         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18307         trim value.
18308
18309 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18310
18311         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18312         New macro and function.
18313         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18314
18315 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18318         after-load-alist.
18319
18320 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18321
18322         * gnus-group.el (gnus-group-get-new-news-this-group):
18323         Don't update info that isn't there.
18324
18325 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18326
18327         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18328         entry.
18329
18330 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18331
18332         * mm-view.el (mm-inline-render-with-function): Use multibyte
18333         buffer; decode html source by charset.
18334
18335         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18336
18337         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18338         Mule-UCS is loaded under XEmacs.
18339         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18340
18341 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18342
18343         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18344
18345 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * mm-util.el (mm-coding-system-p): Return a coding-system.
18348         (mm-mime-mule-charset-alist): Use shift_jis instead of
18349         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18350         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18351         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18352         instead of japanese-shift-jis and iso-latin-1 respectively in
18353         order to share the default value with both Emacs and XEmacs-mule.
18354         (mm-mule-charset-to-mime-charset):
18355         Make mm-coding-system-priorities effective.
18356         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18357         while predicating of candidates upon the priorities.
18358
18359 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18360
18361         * gnus-sum.el (gnus-summary-make-menu-bar):
18362         Add gnus-uu-invert-processable.
18363
18364         * gnus.el: Autoload gnus-uu-invert-processable.
18365
18366 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * mm-util.el (mm-with-multibyte-buffer): New macro.
18369
18370         * rfc2047.el (rfc2047-encode-string): Use it.
18371         (rfc2047-encode-region): Move point to the end of the region after
18372         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18373
18374 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18377         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18378
18379 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18382         (gnus-cite-parse): Ignore quoted envelope From_.
18383         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18384
18385 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18386
18387         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18388         invalid addresses.
18389
18390 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18391
18392         * spam.el: Change section markers, revise TODO list.
18393         (spam-backends): Make new master list of all installed backends.
18394         (spam-summary-exit-behavior): Add new variable to determine how
18395         messages moves are done at summary exit.
18396         (spam-move-spam-nonspam-groups-only)
18397         (spam-process-ham-in-nonham-groups)
18398         (spam-process-ham-in-spam-groups): Remove variables, the
18399         spam-summary-exit-behavior variable should be used to manage this
18400         behavior.
18401         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18402         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18403         and spam-old-spam-articles.
18404         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18405         Add empty variables, placeholders for the backends they represent.
18406         (spam-set-difference): Move, unchanged.
18407         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18408         unless the user has a processor variable.
18409         (spam-classifications, spam-classification-valid-p)
18410         (spam-backend-properties, spam-backend-property-valid-p)
18411         (spam-backend-function-type-valid-p)
18412         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18413         (spam-report-articles-gmane, spam-report-articles-resend):
18414         Remove functions, they are not needed.
18415         (spam-install-backend-super, spam-backend-list)
18416         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18417         (spam-backend-function, spam-backend-ham-registration-function)
18418         (spam-backend-spam-registration-function)
18419         (spam-backend-ham-unregistration-function)
18420         (spam-backend-spam-unregistration-function)
18421         (spam-backend-statistical-p, spam-backend-mover-p)
18422         (spam-install-backend-alias, spam-install-checkonly-backend)
18423         (spam-install-mover-backend, spam-install-nocheck-backend)
18424         (spam-install-backend, spam-install-statistical-backend)
18425         (spam-install-statistical-checkonly-backend): Add backend installation
18426         support.
18427         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18428         (spam-group-processor-p): Use the new backend code and respect the
18429         summary exit behavior.
18430         (spam-mark-spam-as-expired-and-move-routine): Remove.
18431         (spam-summary-prepare): Change to use the new spam-old-articles
18432         variable.
18433         (spam-copy-or-move-routine, spam-copy-spam-routine)
18434         (spam-move-spam-routine, spam-copy-ham-routine)
18435         (spam-move-ham-routine): Add code to copy/move ham or spam.
18436         (spam-fetch-field-fast): Improve doc and code, plus allow the
18437         'number request.
18438         (spam-list-of-checks, spam-list-of-statistical-checks):
18439         Remove variables.
18440         (spam-split, spam-find-spam): Use the new backend code.
18441         (spam-registration-functions): Remove variable.
18442         (spam-unregister-routine): Add convenience wrapper.
18443         (spam-log-undo-registration, spam-register-routine)
18444         (spam-log-processing-to-registry)
18445         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18446         where possible.
18447         (spam-check-gmane-xref, spam-check-regex-headers)
18448         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18449         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18450         (spam-check-bogofilter-headers, spam-check-spamoracle)
18451         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18452         (spam-check-crm114-headers): Use the spam-split-group that
18453         spam-split prepares, no need to determine it every time.
18454
18455         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18456         to the nnheader-parse-naked-head call.
18457
18458         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18459
18460         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18461         the nnheader-nov-read-message-id call.
18462
18463 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18466         gnus-activate-group twice.  Suggested by Markus Peter
18467         <warp@spin.de>.
18468
18469 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * gnus-art.el (gnus-article-time-format): Exchange the order of
18472         day and month in the default value; fix customization type.
18473         (article-date-ut): Use add-text-properties.
18474         (article-make-date-line): Use message-make-date instead of
18475         current-time-string.
18476
18477         * message.el (message-fetch-field): Don't use set-text-properties.
18478         (message-make-date): Simplify.
18479
18480         * messagexmas.el (message-xmas-make-date): New function.
18481         (message-xmas-redefine): Defalias message-make-date to it.
18482
18483 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18486         (rfc2047-encode-region): Treat text within parentheses as special;
18487         show the original text when error has occurred.
18488
18489         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18490         already-computed method to gnus-activate-group.
18491
18492         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18493         same select-methods identical Lisp objects.
18494
18495         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18496         object when modifying the info.
18497
18498 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18501         gnus-opened-servers since it has never been opened with the new
18502         configuration yet.
18503
18504 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18507         arg to nnheader-generate-fake-message-id.
18508
18509 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18510
18511         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18512         number and build a fake message ID localized to a group and
18513         article number (so it's repeatable from that point on).
18514         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18515         ID format.
18516
18517         * gnus-sum.el (gnus-get-newsgroup-headers):
18518         Call nnheader-generate-fake-message-id with the article number.
18519
18520 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18521
18522         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18523         end-of-buffer.
18524
18525 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18526
18527         * message.el (message-ignored-supersedes-headers): Add Approved.
18528
18529 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18532         goto-char.
18533         (rfc2047-encode): Fold the line before encoding.
18534
18535 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18536
18537         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18538         folding -- not all headers can be folded, and this should be done
18539         by the message composition mode.  Probably.  I think.
18540
18541 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18542
18543         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18544         fast.
18545
18546         * gnus-ems.el (gnus-remove-image): Don't use
18547         message-text-with-property; remove only the image found first.
18548
18549         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18550         found first.
18551
18552 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18553
18554         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18555
18556 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * message.el (message-text-with-property): Make it fast and accept
18559         optional arguments.
18560         (message-strip-forbidden-properties): Use it.
18561         (message-fix-before-sending): Follow the m-t-w-p change.
18562
18563         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18564
18565 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18566
18567         * gnus-art.el (article-hide-headers): Don't change the buffer
18568         mistakenly when performing mml-preview even if
18569         gnus-single-article-buffer is nil.
18570
18571 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18572
18573         * message.el (message-expand-name-databases): New user option.
18574         (message-expand-name): Use it.
18575
18576 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18577
18578         * spam.el (spam-report-articles-resend)
18579         (spam-report-resend-register-routine): Allow ham reporting.
18580         (spam-report-resend-register-ham-routine): Add wrapper.
18581         (spam-registration-functions): Add ham resending functions.
18582         (spam-list-of-processors): Add ham resend processor.
18583
18584         * gnus.el (ham-resend-to): Add new group parameter.
18585         (spam-process): Add ham resend option.
18586
18587         * spam-report.el (spam-report-resend): Allow reporting ham.
18588         (spam-report-resend-ham): Add wrapper.
18589
18590 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18591
18592         * message.el (message-cite-articles-with-x-no-archive):
18593         New variable.
18594         (message-cite-original): Use it.
18595
18596 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18597
18598         * message.el (message-cite-original): Respect X-No-Archive.
18599
18600 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18601
18602         * gnus-art.el (article-hide-headers): Refer to the values for
18603         gnus-ignored-headers and gnus-visible-headers in the summary
18604         buffer since a user may have set them as group parameters.
18605
18606 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18607
18608         * assistant.el (assistant-node-name): Add convenience function.
18609         (assistant-render-text, assistant-render-node): Add error handling,
18610         plus handle multiple next nodes.
18611         (assistant-find-next-node): Comment out for now.
18612         (assistant-find-next-nodes): Add function, returns list of next
18613         nodes.
18614
18615 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * mail-source.el (mail-source-directory): Fix doc-string.
18618
18619 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18620
18621         * assistant.el (assistant-render-text, assistant-eval): Add :set
18622         widget type, which is different because it takes and returns a
18623         list.  Much hilarity ensues.
18624
18625 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18626
18627         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18628
18629         * gnus-group.el (gnus-group-get-new-news-this-group):
18630         Add doc-string.
18631
18632         * gnus-start.el (gnus-activate-group): Add doc-string.
18633
18634 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18637
18638 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18639
18640         * assistant.el (assistant-render-text): Try to add a :set
18641         widget, more to come.
18642
18643         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18644         strings.
18645         (spam-report-articles-resend)
18646         (spam-register-routine): Do registration iff any articles warrant
18647         it.
18648         (spam-summary-prepare-exit): Change log message for nil group
18649         destinations.
18650
18651 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18652
18653         * spam.el (spam-report-resend-register-routine):
18654         Allow spam-report-resend-to to be a group parameter or a global value.
18655
18656 2004-05-26  Simon Josefsson  <jas@extundo.com>
18657
18658         * starttls.el: Merge with my GNUTLS based starttls.el.
18659         (starttls-gnutls-program, starttls-use-gnutls)
18660         (starttls-extra-arguments, starttls-process-connection-type)
18661         (starttls-connect, starttls-failure, starttls-success):
18662         New variables.
18663         (starttls-program, starttls-extra-args): Doc fix.
18664         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18665         New functions.
18666         (starttls-negotiate, starttls-open-stream):
18667         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18668         function if it is set.
18669
18670 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18673         structured fields.
18674
18675 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18678
18679 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18680
18681         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18682         Add variable.
18683         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18684         assigning the spam-mark to new messages.
18685
18686 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18687
18688         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18689
18690 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18693
18694         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18695         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18696         default.
18697
18698 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18699
18700         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18701         correct data.
18702
18703 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18704
18705         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18706         (spam-group-processor-p): Fix function.
18707         (spam-group-processor-multiple-p)
18708         (spam-group-spam-processor-report-gmane-p)
18709         (spam-group-spam-processor-report-resend-p)
18710         (spam-group-spam-processor-bogofilter-p)
18711         (spam-group-spam-processor-blacklist-p)
18712         (spam-group-spam-processor-ifile-p)
18713         (spam-group-ham-processor-ifile-p)
18714         (spam-group-spam-processor-spamoracle-p)
18715         (spam-group-spam-processor-crm114-p)
18716         (spam-group-ham-processor-bogofilter-p)
18717         (spam-group-spam-processor-stat-p)
18718         (spam-group-ham-processor-stat-p)
18719         (spam-group-ham-processor-whitelist-p)
18720         (spam-group-ham-processor-BBDB-p)
18721         (spam-group-ham-processor-spamoracle-p)
18722         (spam-group-ham-processor-copy-p): Remove functions with some
18723         prejudice against unneeded code.
18724         (spam-report-articles-resend)
18725         (spam-report-resend-register-routine): Allow the group/topic
18726         spam-resend-to value to override spam-report-resend-to.
18727         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18728         properly now.
18729
18730         * gnus.el (spam-resend-to): Add group/topic parameter.
18731         (spam-process): Move the OBSOLETE processors to the end of the
18732         choices.
18733
18734 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18735
18736         * spam-report.el (spam-report-resend-to, spam-report-resend):
18737         Start with resend-to set to nil, and then ask the user if necessary.
18738         (spam-report-resend): spam-report-resend takes a list of articles, not
18739         separate article numbers.
18740
18741 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18744         addition to emacs-w3m.
18745
18746 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18747
18748         * assistant.el (assistant-authinfo-data): New function.
18749         (assistant-eval): Eval for entire assistant.
18750
18751         * netrc.el (netrc-services-file): New variable.
18752         (netrc-parse-services): New function.
18753         (netrc-find-service-name): New function.
18754         (netrc-find-service-number): New function.
18755         (netrc-port-equal): New function.
18756         (netrc-machine): Use it.
18757
18758         * nnimap.el (nnimap-open-connection): Use netrc.
18759
18760         * gnus-util.el (gnus-netrc-get): Remove aliases.
18761
18762         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18763
18764         * assistant.el (wid-edit): Fix compilation.
18765
18766         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18767
18768 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18769
18770         * gnus-util.el (gnus-set-file-modes): New function.  (small
18771         patch).
18772
18773 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18774
18775         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18776
18777         * assistant.el (assistant-render-node): Fix up rendering and
18778         read-only text.
18779         (assistant-render-node): Reset.
18780         (assistant-make-read-only): Not sticky.
18781
18782 2004-05-20  Danny Siu  <dsiu@adobe.com>
18783
18784         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18785         centered even when gnus-auto-center-summary is t.
18786
18787 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18788
18789         * dns.el (dns-get-txt-answer): New function.
18790         (dns-read-txt): Ditto.
18791         (query-dns): Use it.
18792
18793 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18796         active for foreign groups even if the group level is higher than
18797         the specified value.
18798
18799 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18800
18801         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18802         non-active groups.
18803
18804         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18805
18806 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18807
18808         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18809
18810 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18811
18812         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18813         (spam-crm114-header, spam-crm114-spam-switch)
18814         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18815         (spam-crm114-positive-spam-header)
18816         (spam-crm114-database-directory, spam-list-of-processors)
18817         (spam-group-spam-processor-crm114-p)
18818         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18819         (spam-generic-score, spam-list-of-checks)
18820         (spam-list-of-statistical-checks, spam-registration-functions)
18821         (spam-check-crm114-headers, spam-crm114-score)
18822         (spam-check-crm114, spam-crm114-register-with-crm114)
18823         (spam-crm114-register-spam-routine)
18824         (spam-crm114-unregister-spam-routine)
18825         (spam-crm114-register-ham-routine)
18826         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18827         From asjo@koldfront.dk (Adam Sjøgren).
18828
18829         * gnus.el: Add spam-use-crm114.
18830
18831         * spam.el (spam-list-of-processors, spam-registration-functions):
18832         Add spam-use-resend.
18833         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18834         (spam-report-articles-gmane): Add doc fix.
18835         (spam-report-articles-resend, spam-report-resend-register-routine):
18836         Add wrappers around spam-report-resend-to.
18837
18838         * spam-report.el (spam-report-resend-to, spam-report-resend):
18839         Add support for resending spam.
18840         (spam-report-gmane): Fix line length >80.
18841
18842         * gnus.el (spam-process): Add spam-use-resend.
18843
18844 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18845
18846         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18847         number of processed spam messages.
18848         (spam-ham-copy-or-move-routine): Return the number of processed
18849         ham messages.
18850         (spam-summary-prepare-exit): Use the above values to decide
18851         whether status messages shouled be displayed.
18852
18853 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18856         `rfc2047-encoding-function-alist' in order to avoid conflicting
18857         with the old version.
18858         (rfc2047-encode-region): Concatenate words containing non-ASCII
18859         characters in structured fields; don't encode space-delimited
18860         ASCII words even in unstructured fields; don't break words at
18861         char-category boundaries.
18862         (rfc2047-encode-1): New function.
18863         (rfc2047-encode): Use it; encode text so that it occupies the
18864         maximum width within 76-column; work correctly on Q encoding for
18865         iso-2022-* charsets.
18866         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18867         sure not to break a line just after the header name.
18868         (rfc2047-b-encode-region): Remove.
18869         (rfc2047-b-encode-string): New function.
18870         (rfc2047-q-encode-region): Remove.
18871         (rfc2047-q-encode-string): New function.
18872
18873         * mm-util.el (mm-replace-in-string): New function.
18874
18875 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18876
18877         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18878         Really get it right.
18879         (gnus-inews-make-draft): Really.
18880
18881 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18882
18883         * nnmh.el (nnmh-request-list-1): Don't check the link count
18884         before descending.  (small patch)
18885
18886 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18887
18888         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18889         stuff.
18890
18891         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18892         Match on real group name.
18893
18894         * gnus-art.el (gnus-signature-limit): Doc fix.
18895
18896         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18897
18898         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18899
18900 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18901
18902         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18903         isn't a string.
18904
18905 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18906
18907         * gnus-draft.el (gnus-draft-send):
18908         Bind rfc2047-encode-encoded-words.
18909
18910         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18911         (rfc2047-encodable-p): Say that =? needs encoding.
18912         (rfc2047-encode-encoded-words): New variable.
18913
18914         * gnus-group.el (gnus-group-select-group): Doc fix.
18915
18916         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18917
18918         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18919         to nil.
18920
18921         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18922
18923         * nnheader.el (nnheader-get-lines-and-char): New function.
18924
18925 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * gnus-msg.el (gnus-summary-followup-with-original):
18928         Document yanking of region when active.
18929
18930 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18933         groups if the group level is higher than the specified value.
18934
18935 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18936
18937         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18938         (gnus-group-jump-to-group): Add prefix argument using
18939         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18940         non-active group.
18941
18942         * compface.el (uncompface): Be verbose when changing
18943         `uncompface-use-external'.
18944
18945         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18946         handle manual section.
18947
18948 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18949
18950         * gnus-art.el (gnus-button-alist): Revert previous change.
18951
18952 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18955
18956 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18957
18958         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18959         whether backend can accept message.
18960
18961         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18962
18963 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18964
18965         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18966         Avoid creating directory when nntp-marks-is-evil is true.
18967         Reported by Reiner Steib.
18968
18969 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * gnus-picon.el (gnus-picon-style): New variable.
18972         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18973         (gnus-picon-transform-address): Support `gnus-picon-style'.
18974         From Jesper Harder <harder@ifa.au.dk>.
18975
18976 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18977
18978         * message.el (message-fill-field): Return point.
18979         (message-generate-headers): Go to end of field.
18980
18981         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18982         stuff for non-living groups.
18983
18984 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18985
18986         * gnus-art.el (gnus-article-followup-with-original)
18987         (gnus-article-reply-with-original): gnus-mark-active-p ->
18988         gnus-region-active-p.
18989
18990 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18991
18992         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18993         only when there is spam or ham to be processed.
18994
18995 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18996
18997         * mail-source.el (mail-source-delete-crash-box): Refactor.
18998         (mail-source-fetch): Use it.
18999         (mail-source-fetch-file): Ditto.
19000         (mail-source-fetch-directory): Run postscript in loop.
19001         (mail-source-fetch-pop): Delete.
19002         (mail-source-fetch-maildir): Ditto.
19003         (mail-source-fetch-imap): Ditto.
19004
19005         * imap.el (imap-authenticators): Comment out sasl.
19006
19007         * message.el (message-skip-to-next-address): New function.
19008         (message-fill-header-address): Refactor.
19009         (message-fill-address): Use it.
19010         (message-delete-address): Use it.
19011         (message-fill-header-general): Refactor.
19012         (message-fill-field-address): Rename.
19013         (message-narrow-to-field): Find the start of the header.
19014         (message-header-format-alist): Don't pre-fill.
19015         (message-fill-header): Remove.
19016         (message-insert-header): New function.
19017         (message-shorten-references): Use it.
19018
19019         * rfc2047.el (rfc2047-field-value): Strip props.
19020
19021         * mail-parse.el (mail-header-make-address): New alias.
19022
19023         * ietf-drums.el (ietf-drums-make-address): New function.
19024
19025         * imap.el: Add compiler directives.
19026
19027         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19028
19029         * gnus-art.el (article-decode-idna-rhs): Don't use
19030         message-idna-inside-rhs-p.
19031
19032 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19033
19034         * message.el (message-idna-inside-rhs-p): Remove.
19035         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19036
19037         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19038         false positives.
19039
19040 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19041
19042         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19043
19044 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19045
19046         * nneething.el (nneething-file-name): Don't create spurious
19047         files.
19048
19049         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19050         (gnus-inews-do-gcc): Remove sleep.
19051
19052         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19053         part under point.
19054
19055         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19056         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19057
19058 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19059
19060         * spam.el (spam-summary-prepare-exit): Fix (length).
19061
19062 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19063
19064         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19065         as expired without moving it" message when there are spam
19066         messages left.
19067
19068 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19069
19070         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19071         header is not nil.
19072
19073 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19074
19075         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19076         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19077         (nntp-marks-changed-p): New arg SERVER.
19078         (nntp-request-update-info): Adjust caller.
19079
19080 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19081
19082         * nntp.el (nntp-save-marks): Pass missing arg.
19083
19084 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19085
19086         * nntp.el: Support marks.
19087         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19088         (nntp-marks-modtime, nntp-marks-directory): New variables.
19089         (nntp-request-set-mark, nntp-request-update-info)
19090         (nntp-possibly-create-directory, nntp-marks-changed-p)
19091         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19092         New functions.
19093
19094 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19095
19096         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19097         (gnus-xmas-redefine): Rename.
19098
19099         * gnus-score.el (gnus-score-insert-help):
19100         Use gnus-select-lowest-window.
19101
19102         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19103         appt-select-lowest-window and rename to gnus-select-lowest-window.
19104
19105         * gnus.el: do.
19106
19107 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19108
19109         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19110         encodings of MIME-encoded words, in order to improve
19111         interoperability with several broken MUAs.
19112
19113 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19114
19115         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19116         tags, only when charsets are not specified in headers.
19117         (mm-inline-text-html-render-with-w3m): Ditto.
19118
19119         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19120         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19121
19122 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19123
19124         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19125         instead of MIME-decoded from fields when checking
19126         `gnus-article-address-banner-alist'.
19127
19128 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19129
19130         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19131         description rather than subject.
19132
19133 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19134
19135         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19136
19137 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19138
19139         * gnus.el (gnus-version-number): Bump.
19140
19141 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19142
19143         * gnus.el: No Gnus v0.2 is released.
19144
19145 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19146
19147         * gnus-agent.el (gnus-agent-read-agentview):
19148         Inline gnus-uncompress-range.
19149
19150 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19151
19152         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19153         `exec-installed-p'.
19154
19155 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19156
19157         * gnus.el (spam-process, spam-autodetect-methods):
19158         Add bsfilter and bsfilter-headers.
19159
19160         * spam.el (spam-bsfilter): New customize group.
19161         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19162         (spam-bsfilter-header, spam-bsfilter-probability-header)
19163         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19164         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19165         (spam-bsfilter-database-directory): New options.
19166         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19167         (spam-list-of-statistical-checks, spam-registration-functions):
19168         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19169         (spam-bsfilter-score): New command.
19170         (spam-check-bsfilter-headers, spam-check-bsfilter)
19171         (spam-bsfilter-register-with-bsfilter)
19172         (spam-bsfilter-register-spam-routine)
19173         (spam-bsfilter-unregister-spam-routine)
19174         (spam-bsfilter-register-ham-routine)
19175         (spam-bsfilter-unregister-ham-routine): New functions.
19176         (spam-generic-score): Support bsfilter; Accept an optional argument
19177         to recalcurate spam score even if scoring header has already been
19178         added.
19179         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19180         optional argument to recalcurate spam score even if scoring header
19181         has already been added.
19182
19183 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19184
19185         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19186         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19187         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19188         link is missing.
19189
19190 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19191
19192         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19193         (html2text-get-attr): Rewrite.
19194
19195         * message.el (message-setup-1): Remove redundant put-text-property
19196         on mail-header-separator.
19197
19198 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19199
19200         * gnus-registry.el (gnus-registry-cache-whitespace)
19201         (gnus-registry-action, gnus-registry-spool-action)
19202         (gnus-registry-split-fancy-with-parent): Change message levels
19203         from 5 to 3 or 7, as needed.
19204
19205         * spam.el (spam-summary-prepare-exit)
19206         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19207         (spam-split, spam-find-spam, spam-log-undo-registration)
19208         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19209         level from 5 to 6.
19210
19211 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19214         2004-03-04 change).
19215
19216 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19217
19218         * sieve-manage.el (sieve-manage-open):
19219         * nnweb.el (nnweb-insert-html):
19220         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19221         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19222         * nnspool.el (nnspool-request-group):
19223         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19224         * nnml.el (nnml-request-update-info):
19225         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19226         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19227         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19228         (nnimap-request-set-mark):
19229         * nnfolder.el (nnfolder-request-update-info):
19230         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19231         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19232         * gnus-uu.el (gnus-uu-find-articles-matching):
19233         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19234         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19235         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19236         * gnus-nocem.el (gnus-nocem-scan-groups):
19237         * gnus-int.el (gnus-start-news-server):
19238         * gnus-group.el (gnus-group-make-kiboze-group)
19239         (gnus-group-browse-foreign-server):
19240         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19241         Use mapc when appropriate.
19242
19243 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19244
19245         FIXME: Make separate entries for each person.
19246
19247         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19248         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19249         <shields@msrl.com>:
19250
19251         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19252         may need for spam sorting and scoring.
19253         (spam-user-format-function-S): Add user format function suitable for
19254         general use.
19255         (spam-article-sort-by-spam-status): Add sorting function for summary
19256         sorting.
19257         (spam-extra-header-to-number): Add function to get a score from a
19258         header.
19259         (spam-summary-score): Add function to get a numeric score from the
19260         headers.
19261         (spam-generic-score): Fix function doc, was in wrong place.
19262         (spam-initialize): Take symbols when it's run, and install the
19263         extra headers that spam-necessary-extra-headers thinks we need.
19264
19265 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19266
19267         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19268         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19269
19270 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19271
19272         * gnus-sum.el (gnus-set-global-variables)
19273         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19274         (gnus-article-get-xrefs, gnus-summary-best-group)
19275         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19276         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19277         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19278         Use with-current-buffer.
19279
19280 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19281
19282         * spam.el (spam-summary-prepare-exit): Simplify logic.
19283         (spam-fetch-article-header): Read the article header if it's not
19284         available.
19285         (spam-list-articles): Simplify logic.
19286         (spam-filelist-register-routine): Fix bug with unregister-list.
19287
19288         * gnus-registry.el: Fix comments at beginning.
19289
19290 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19291
19292         * message.el (message-cater-to-broken-inn): Remove.
19293         (message-shorten-references): Make sure the total folded length of
19294         References is shorter than 998 characters to cater to a bug in INN
19295         2.3.  Also, don't pretend that references aren't folded -- this
19296         hasn't worked for a while.
19297
19298 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19299
19300         * gnus-agent.el (gnus-agentize):
19301         gnus-agent-send-mail-real-function no longer set to current value
19302         of message-send-mail-function but rather a lambda that calls
19303         message-send-mail-function.  The change makes the agent real-time
19304         responsive to user changes to message-send-mail-function.
19305
19306 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19307
19308         * legacy-gnus-agent.el
19309         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19310         help from Florian Weimer <fw@deneb.enyo.de>
19311
19312 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19313
19314         * nnmail.el (nnmail-cache-insert): Revert last change.
19315
19316 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * nnmail.el (nnmail-cache-insert): Always check whether
19319         nnmail-cache-ignore-groups matches a group name.
19320
19321 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19322
19323         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19324         (spam-find-spam, spam-log-processing-to-registry)
19325         (spam-log-registered-p, spam-log-unregistration-needed-p)
19326         (spam-log-undo-registration): Use gnus-message instead of
19327         gnus-error, none of these errors are fatal.
19328
19329         * gnus-registry.el (gnus-registry-clean-empty-function)
19330         (gnus-registry-clean-empty): Remove only empty entries without
19331         extra data.
19332
19333 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19334
19335         * spam-stat.el (spam-stat-buffer-change-to-spam)
19336         (spam-stat-buffer-change-to-non-spam): Change (error) to
19337         (gnus-message 8) invocation.
19338
19339 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * nntp.el (nntp-via-netcat-command): New variable.
19342         (nntp-via-netcat-switches): New variable.
19343         (nntp-open-via-rlogin-and-netcat): New function.
19344         (nntp-open-connection-function): Doc fix.
19345         (nntp-telnet-command): Doc fix.
19346         (nntp-end-of-line): Doc fix.
19347         (nntp-via-rlogin-command): Doc fix.
19348         (nntp-via-user-name): Doc fix.
19349         (nntp-via-address): Doc fix.
19350
19351 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19354         error in Emacs 21.1.
19355
19356 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19357
19358         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19359
19360 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19361
19362         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19363         (gnus-agent-with-refreshed-group): New macro.
19364         (gnus-agent-rename-group): New function.
19365         (gnus-agent-delete-group): New function.
19366         (gnus-agent-save-group-info): Use gnus-command-method when
19367         `method' parameter is nil.  Don't write nil entries into the
19368         active file.
19369         (gnus-agent-get-group-info): New function.
19370         (gnus-agent-fetch-articles):
19371         Use gnus-agent-update-files-total-fetched-for to increment disk space
19372         used.
19373         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19374         Use gnus-agent-update-view-total-fetched-for to increment disk space
19375         used.
19376         (gnus-agent-get-local): Add optional parameters to avoid calling
19377         gnus-group-real-name and gnus-find-method-for-group.
19378         (gnus-agent-set-local): Delete stored entry if either min, or max,
19379         are nil.
19380         (gnus-agent-fetch-session): Reworded error/quit messages.
19381         On quit, use gnus-agent-regenerate-group to record existance of any
19382         articles fetched to disk before the quit occurred.
19383         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19384         gnus-agent-update-view-total-fetched-for, and
19385         gnus-agent-update-files-total-fetched-for to decrement disk space
19386         used.
19387         (gnus-agent-retrieve-headers):
19388         Use gnus-agent-update-view-total-fetched-for to increment disk space
19389         used.
19390         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19391         with gnus-agent-update-files-total-fetched-for to decrement disk
19392         space and fresh group buffer.
19393         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19394         (gnus-agent-need-update-total-fetched-for): New variable.
19395         (gnus-agent-update-files-total-fetched-for): New function.
19396         (gnus-agent-update-view-total-fetched-for): New function.
19397         (gnus-agent-total-fetched-for): New function.
19398
19399         * gnus-cache.el (gnus-cache-save-buffers):
19400         Use gnus-cache-update-overview-total-fetched-for to change disk space
19401         used by this group.
19402         (gnus-cache-possibly-enter-article):
19403         Use gnus-cache-update-file-total-fetched-for to increment disk space
19404         used by this group.
19405         (gnus-cache-possibly-remove-article):
19406         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19407         used by this group.
19408         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19409         (gnus-cache-rename-group): New function.
19410         (gnus-cache-delete-group): New function.
19411         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19412         (gnus-cache-need-update-total-fetched-for): New variable.
19413         (gnus-cache-with-refreshed-group): New macro.
19414         (gnus-cache-update-file-total-fetched-for): New function.
19415         (gnus-cache-update-overview-total-fetched-for): New function.
19416         (gnus-cache-rename-group-total-fetched-for): New function.
19417         (gnus-cache-delete-group-total-fetched-for): New function.
19418         (gnus-cache-total-fetched-for): New function.
19419
19420         * gnus-group.el: Require gnus-sum and autoload functions to
19421         resolve warnings when gnus-group.el compiled alone.
19422         (gnus-group-line-format): Documented new %F.
19423         (size of Fetched data) group line format; identifies disk space
19424         used by agent and cache.
19425         (gnus-group-line-format-alist): Defined new F format.
19426         (gnus-total-fetched-for): New function.
19427         (gnus-group-delete-group): No longer update
19428         gnus-cache-active-altered as gnus-request-delete-group now keeps
19429         the cache in sync.
19430         (gnus-group-list-active): Let the agent store a server's active
19431         list if currently plugged.
19432
19433         * gnus-int.el (gnus-request-delete-group):
19434         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19435         local disk in sync with the server.
19436         (gnus-request-rename-group):
19437         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19438         local disk in sync with the server.
19439
19440         * gnus-start.el (gnus-get-unread-articles):
19441         Cosmetic simplification to logic.
19442
19443         * gnus-util.el (gnus-rename-file): New function.
19444
19445 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19446
19447         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19448
19449 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19450
19451         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19452         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19453
19454 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19455
19456         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19457         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19458
19459 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19460
19461         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19462
19463 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19464
19465         * spam.el (spam-set-difference): Add function to replace
19466         gnus-set-difference in spam.el.
19467         (spam-summary-prepare-exit): Use spam-set-difference.
19468
19469 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19470
19471         * gnus-registry.el (gnus-registry-cache-file): Update to use
19472         gnus-dribble-directory OR gnus-home-directory OR ~.
19473         (gnus-registry-split-fancy-with-parent): Fix doc.
19474
19475 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * message.el (message-exchange-point-and-mark):
19478         Use message-mark-active-p.  Suggested by Jesper Harder
19479         <harder@ifa.au.dk>.
19480
19481 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * message.el (message-exchange-point-and-mark): Don't activate
19484         region if it was inactive.  Suggested by Hiroshi Fujishima
19485         <pooh@nature.tsukuba.ac.jp>.
19486
19487 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19488
19489         * gnus-art.el (article-display-face): Display Faces in the same
19490         order as X-Faces.
19491
19492 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19495
19496 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19499         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19500         (gnus-article-mime-hierarchy): Remove.
19501         (gnus-article-mime-hierarchy-next): Remove.
19502         (gnus-article-mode): Revert 2004-03-19 change.
19503         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19504         (gnus-insert-mime-button): Revert 2004-03-19 change.
19505         (gnus-mime-accumulate-hierarchy): Remove.
19506         (gnus-mime-enter-multipart): Remove.
19507         (gnus-mime-leave-multipart): Remove.
19508         (gnus-mime-display-part): Revert 2004-03-19 change.
19509         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19510
19511         * mml.el (mml-preview): Revert 2004-03-19 change.
19512
19513 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19514
19515         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19516
19517 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19518
19519         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19520         t while entering a file name using the mm-with-multibyte macro.
19521         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19522
19523         * mm-util.el (mm-with-multibyte): New macro.
19524
19525 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19528         New user option.
19529         (gnus-mime-multipart-functions): Doc and customization fix.
19530         (gnus-article-mime-hierarchy): New variable.
19531         (gnus-article-mime-hierarchy-next): New variable.
19532         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19533         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19534         gnus-article-mime-hierarchy-next to nil.
19535         (gnus-insert-mime-button): Show hierarchy numbers.
19536         (gnus-mime-accumulate-hierarchy): New function.
19537         (gnus-mime-enter-multipart): New function.
19538         (gnus-mime-leave-multipart): New function.
19539         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19540         (gnus-mime-display-alternative): Show hierarchy numbers.
19541
19542         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19543         gnus-article-mime-hierarchy-next to nil.
19544
19545 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19546
19547         * dns.el: Don't require gnus-xmas.
19548
19549 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19550
19551         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19552         inline PGP.
19553         (mml-menu): Disable mml-quote-region if mark is inactive.
19554
19555 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19556
19557         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19558         when the group's active is not available.
19559
19560 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19561
19562         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19563         error.
19564
19565 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19566
19567         * imap.el (imap-store-password): New variable.
19568         (imap-interactive-login): Use it.
19569         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19570
19571 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19574         window-start and hscroll to summary window.
19575
19576 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19577
19578         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19579         conversion message to newsrc-dribble when an actual conversion is
19580         performed.
19581
19582 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19583
19584         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19585
19586 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19587
19588         * mm-decode.el (mm-complicated-handles): New function reviving
19589         former definition of mm-multiple-handles.
19590
19591         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19592         (gnus-mime-delete-part): Use it.
19593
19594 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19595
19596         * gnus-agent.el (gnus-agent-read-local):
19597         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19598         avoid the implicit assumption that they will always be equal.
19599         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19600         coding-system-for-write, as the with-temp-file macro first prints
19601         to a buffer then saves the buffer.
19602
19603 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19604
19605         * gnus-art.el (gnus-article-edit-part): New function.
19606         (gnus-mime-save-part-and-strip): Use it; do query instead of
19607         signaling an error; don't use mm-multiple-handles.
19608         (gnus-mime-delete-part): Ditto.
19609
19610 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19611
19612         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19613         old file versions.
19614         (gnus-group-prepare-hook): Remove function that converted list
19615         form of gnus-agent-expire-days to group properties.
19616
19617         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19618         (gnus-request-accept-article): Re-indented.
19619
19620         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19621         converters to handle old agent file formats.  Add logic for a
19622         "backup before upgrading warning".
19623         (gnus-convert-mark-converter-prompt): Developers can mark
19624         functions as needing (default), or not needing,
19625         gnus-convert-old-newsrc's "backup before upgrading warning".
19626         (gnus-convert-converter-needs-prompt): Tests whether the user
19627         should be protected from potentially irreversable changes by the
19628         function.
19629
19630         * legacy-gnus-agent.el: New.  Provides converters that are only
19631         loaded when gnus-convert-old-newsrc needs to call them.
19632
19633 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * mail-source.el (mail-source-touch-pop): Doc fix.
19636
19637         * message.el (message-smtpmail-send-it): Doc fix.
19638
19639 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19640
19641         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19642
19643         * nnmail.el (nnmail-split-fancy): do.
19644
19645         * gnus-kill.el (gnus-kill, gnus-execute): do.
19646
19647 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19648
19649         * gnus-sum.el (gnus-widget-reversible-match)
19650         (gnus-widget-reversible-to-internal)
19651         (gnus-widget-reversible-to-external): New functions.
19652         (gnus-widget-reversible): New widget.
19653         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19654
19655 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19656
19657         * gnus-sum.el (gnus-thread-sort-functions)
19658         (gnus-article-sort-functions): Document `(not F)' items.
19659
19660 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19661
19662         * spam.el (spam-use-gmane-xref): Add new backend.
19663         (spam-gmane-xref-spam-group): Add variable to control the name of the
19664         Gmane spam group.
19665         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19666         (spam-regex-headers-spam, spam-regex-headers-ham)
19667         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19668         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19669         backends and checks.
19670         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19671
19672         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19673         an autodetect method.
19674
19675 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19676
19677         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19678         articles are being added to a group.
19679         (gnus-request-replace-article): Inform the agent that articles
19680         need to be uncached as the cached contents are no longer valid.
19681
19682 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19683
19684         * binhex.el: Don't autoload executable-find.
19685
19686         * canlock.el: Don't autoload mail-fetch-field.
19687
19688         * dgnushack.el: Autoload c-mode for XEmacs.
19689
19690         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19691
19692         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19693         rmail-dont-reply-to and rmail-output.
19694
19695         * gnus-score.el: Don't autoload ffap-string-at-point.
19696
19697         * gnus-setup.el: Don't autoload sc-cite-original.
19698
19699         * imap.el: Don't autoload base64-decode-string,
19700         base64-encode-string and md5.
19701
19702         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19703         and rmail-msg-restore-non-pruned-header.
19704
19705         * mm-decode.el: Don't autoload executable-find.
19706
19707         * mm-url.el: Don't autoload executable-find.
19708
19709         * mm-view.el: Don't autoload diff-mode.
19710
19711         * nndb.el: Don't autoload news-reply-mode, news-setup,
19712         cancel-timer and telnet.
19713
19714         * password.el: Don't autoload run-at-time for Emacs.
19715
19716         * sha1-el.el: Don't autoload executable-find.
19717
19718         * sieve-mode.el: Don't autoload c-mode.
19719
19720         * uudecode.el: Don't autoload executable-find.
19721
19722 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19723
19724         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19725         (gnus-agent-possibly-alter-active): Avoid null in numeric
19726         comparison.
19727         (gnus-agent-set-local): Refuse to save null in local object table.
19728         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19729         list of articles that will be marked as unread.
19730
19731 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19734
19735 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19736
19737         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19738         language tags.
19739
19740 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19741
19742         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19743         Don't bind "obarray".
19744
19745         * gnus-sum.el (gnus-thread-sort-functions):
19746         Add `gnus-thread-sort-by-most-recent-number' and
19747         `gnus-thread-sort-by-most-recent-date'.
19748         Reported by Kai Grossjohann <kai@emptydomain.de>.
19749
19750 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19753
19754 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19755
19756         * gnus-cus.el (gnus-agent-customize-category):
19757         Remove ignore-errors macro reference that required cl to be loaded at
19758         run-time.
19759
19760         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19761         single-interval range of the form (min . max).  Previously the
19762         range had to look like ((min . max)).  Likewise, return
19763         (min . max) rather than ((min . max)).
19764         (gnus-range-map): Use gnus-range-normalize to accept
19765         single-interval range.
19766
19767         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19768         the cache, but not the agent, now appear with their usual face.
19769
19770         * dgnushack.el (loaddir): New variable that is bound to the
19771         directory containing the dgnushack.el file. Use loaddir, rather
19772         than srcdir, to update load-path. Change lets dgnushack compile
19773         code in directories other than GNUS/lisp.
19774
19775 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * lpath.el: Don't bind w3m-safe-url-regexp.
19778
19779         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19780         w3m-safe-url-regexp variable buffer-local.
19781
19782         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19783
19784 2004-02-27  Simon Josefsson  <jas@extundo.com>
19785
19786         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19787         gnus-group-real-prefix.
19788         (gnus-summary-move-article): Use it, instead of
19789         gnus-group-real-prefix.
19790
19791 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19792
19793         * lpath.el: Bind w3m-safe-url-regexp.
19794
19795         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19796         w3m-safe-url-regexp variable buffer-local and set it as the value
19797         of mm-w3m-safe-url-regexp.
19798
19799         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19800
19801         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19802         parsing gnus-posting-styles when the message is not for replying.
19803
19804         * dgnushack.el: Autoload sgml-mode for XEmacs.
19805
19806         * nnrss.el (nnrss-opml-export):
19807         Use mm-set-buffer-file-coding-system instead of
19808         set-buffer-file-coding-system.
19809
19810 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19811
19812         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19813         of checkdoc.el).
19814         * nnrss.el: do.
19815         * gnus-mlspl.el: do.
19816         * gnus-ml.el: do.
19817         * gnus-srvr.el: do.
19818
19819         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19820
19821 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19822
19823         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19824         Corrections to custom-manual links.
19825
19826         * gnus-art.el (gnus-article): Ditto.
19827
19828         * mm-decode.el (mime-display, mime-security): Ditto.
19829
19830 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19831
19832         * flow-fill.el: Typo.
19833
19834 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19835
19836         * spam-wash.el: New file.
19837
19838 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19839
19840         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19841
19842 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19843
19844         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19845         to be run with new-articles as LIST1, not LIST2.
19846         (spam-registration-functions): Add spam-use-ham-copy as a nil
19847         registration backend.
19848
19849 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19850
19851         * spam-stat.el (spam-stat-washing-hook): New option.
19852         (spam-stat-buffer-words): Use it.
19853         (spam-stat-process-directory, spam-stat-test-directory):
19854         Use insert-file-contents-literally.
19855         (spam-stat-coding-system): New variable.
19856         (spam-stat-load, spam-stat-save): Use it.
19857
19858 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19859
19860         * spam-report.el (spam-report-plug-agent):
19861         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19862
19863 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19864
19865         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19866         Allow / in mailto URLs.
19867
19868 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19869
19870         * spam-report.el (spam-report-process-queue): Fix interactive use.
19871         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19872         (spam-report-unplug-agent): Doc fixes.
19873         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19874         (spam-report-agentize, spam-report-deagentize): Autoload.
19875
19876 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19879
19880         * message.el (message-setup-fill-variables): Add mml tags to
19881         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19882         <ajk@iu.edu>.
19883         (message-mode): Don't modify paragraph-separate there.
19884
19885 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * compface.el (uncompface-use-external): Default to undecided.
19888         (uncompface-use-external-threshold): New variable.
19889         (uncompface-float-time): New macro.
19890         (uncompface): Determine whether to use the external decoder if
19891         uncompface-use-external is undecided.
19892
19893 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19894
19895         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19896         after images.
19897
19898         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19899
19900 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19901
19902         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19903
19904         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19905
19906         * gnus-sum.el (gnus-summary-limit-to-age)
19907         (gnus-summary-limit-children): do.
19908
19909         * gnus-int.el (gnus-request-scan): do.
19910
19911         * gnus-group.el (gnus-group-suspend): do.
19912
19913         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19914
19915         * gnus-cite.el (gnus-cite-parse-attributions): do.
19916
19917         * gnus-agent.el (gnus-summary-set-agent-mark)
19918         (gnus-agent-regenerate-group): do.
19919
19920         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19921
19922         * binhex.el (binhex-decode-region-internal): do.
19923
19924 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * gnus-fun.el (gnus-face-properties-alist): New user option.
19927         (gnus-display-x-face-in-from): Use it.
19928
19929         * gnus-art.el (article-display-face): Ditto.
19930
19931         * compface.el (uncompface-use-external): Default to nil.
19932
19933 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19934
19935         * nntp.el (nntp-erase-buffer): New function.
19936         (nntp-retrieve-data, nntp-send-command)
19937         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19938         (nntp-possibly-change-group): Use it.
19939
19940         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19941         Use with-current-buffer.
19942
19943 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19944
19945         * compface.el: Merge the ELisp-based uncompface program.
19946         (compface): New customization group.
19947         (uncompface-use-external): New user option.
19948         (uncompface): Call uncompface-internal if uncompface-use-external
19949         is nil.
19950         (uncompface-internal): New function.  Note that there are also
19951         some other functions and variables added for this function.
19952
19953 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19954
19955         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19956         if necessary.
19957
19958 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19959
19960         * spam-report.el (spam-report-unplug-agent)
19961         (spam-report-plug-agent, spam-report-deagentize)
19962         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19963         Add support for the Agent in spam-report: when unplugged, report to a
19964         file; when plugged, submit all the requests.
19965
19966         * spam.el (spam-register-routine): Fix message about
19967         registration.
19968
19969 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19970
19971         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19972         dependencies.
19973         (rfc2047-encode): Use it.
19974
19975         * gnus-art.el (gnus-button-marker-list): Move before first
19976         reference.
19977
19978         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19979         (imap-parse-body): Fix format string mismatch.
19980
19981         * gnus-score.el (gnus-summary-increase-score): do.
19982
19983         * nnrss.el (nnrss-close): New function.
19984
19985 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19986
19987         * nnrss.el (nnrss-make-filename): New function.
19988         (nnrss-request-delete-group, nnrss-read-server-data)
19989         (nnrss-save-server-data, nnrss-read-group-data)
19990         (nnrss-save-group-data): Use it.
19991         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19992         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19993         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19994
19995 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19996
19997         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19998
19999 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20000
20001         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20002         files.
20003
20004         * message.el (message-generate-headers-first): Don't quote nil
20005         and t in docstrings.
20006
20007         * imap.el (imap-id): do.
20008
20009         * gnus-agent.el (gnus-agent-consider-all-articles)
20010         (gnus-agent-queue-mail): do.
20011
20012 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20013
20014         * spam-report.el (spam-report-process-queue): New function.
20015         Process requests from `spam-report-requests-file'.
20016         (spam-report-process-queue): Doc fix.
20017
20018 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20019
20020         * spam.el (spam-register-routine)
20021         (spam-log-processing-to-registry, spam-log-registered-p)
20022         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20023         Change "check" to "spam-check" for semi-clarity.
20024
20025 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20026
20027         * pop3.el: Require nnheader.
20028
20029         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20030
20031         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20032
20033         * gnus-picon.el: Require cl.
20034
20035         * gnus-fun.el: Require gnus-ems and gnus-util.
20036
20037         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20038
20039         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20040
20041         * gnus-art.el (gnus-article-edit-mode): Define before first
20042         reference.
20043
20044 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20045
20046         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20047         (gnus-uu-post-encoded): Use point-at-bol.
20048
20049         * gnus-topic.el (gnus-group-active-topic-p): do.
20050
20051         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20052
20053         * gnus-group.el (gnus-group-kill-region): do.
20054
20055         * gnus-art.el (article-date-ut): do.
20056
20057         * message.el (message-fetch-field): Remove redundant
20058         case-fold-search binding.
20059         (message-narrow-to-field): Simplify.
20060
20061 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20062
20063         * spam.el (spam-directory): Derive from `gnus-directory'.
20064
20065         * spam-report.el (spam-report-url-to-file)
20066         (spam-report-requests-file): New function and variable for offline
20067         reporting.
20068         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20069         and user defined function.
20070         (spam-report-url-ping-mm-url): Remove doubled slash.
20071
20072 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20073
20074         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20075
20076 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20077
20078         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20079         Fix format string mismatch.
20080
20081         * sieve.el (sieve-deactivate-all): do.
20082
20083         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20084
20085         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20086
20087         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20088
20089         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20090
20091 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20092
20093         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20094         the list of checks.
20095
20096 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20097
20098         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20099         padding.
20100
20101 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20102
20103         * mm-view.el (mm-fill-flowed): New variable.
20104         (mm-inline-text): Use it.
20105
20106 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20107
20108         * spam.el (spam-spamassassin-register-ham-routine)
20109         (spam-spamassassin-register-spam-routine): Fix function names.
20110
20111 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20112
20113         * gnus.el (gnus-tmp-grouplens): Remove.
20114         (gnus-summary-line-format): Remove grouplens.
20115
20116         * gnus-group.el (gnus-group-line-format): Ditto.
20117
20118         * gnus-spec.el (gnus-format-specs): Ditto.
20119         (gnus-update-format-specifications): Flush the group format spec
20120         cache if there's the grouplens stuff.
20121         (gnus-parse-simple-format): Replace %l with the empty string.
20122
20123 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20124
20125         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20126         omission.
20127
20128 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20131         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20132
20133 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20134
20135         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20136         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20137         New macros and functions.
20138         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20139         Handle > NLINK_MAX messages.
20140         * nnmaildir.el (nnmaildir-request-set-mark):
20141         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20142
20143 2004-01-25  Alex Schroeder  <alex@gnu.org>
20144
20145         * spam-stat.el (spam-stat-process-directory-age): New option.
20146         (spam-stat-process-directory): Use it.
20147
20148 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20149
20150         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20151         (spam-stat-save): Accept prefix argument.
20152
20153 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20154
20155         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20156         links" error.
20157
20158 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20161         the rest of the and/or forms.
20162
20163 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20164
20165         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20166         compatibility with old .newsrc.eld files.
20167
20168         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20169
20170         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20171
20172         * gnus-start.el (gnus-1): do.
20173
20174         * gnus-group.el (gnus-group-line-format-alist): do.
20175
20176         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20177
20178         * gnus-gl.el: Remove.
20179
20180 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20181
20182         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20183         marks consisting of a single range {for example, (3 . 5)} rather
20184         than a list of a single range { ((3 . 5)) }.
20185
20186 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20187
20188         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20189         Use with-current-buffer.
20190         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20191         avoid consing a string.
20192
20193         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20194         Remove obsolete entries for big5 and gb2312.
20195
20196 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20197
20198         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20199         uncompressed list.
20200
20201 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20202
20203         * spam-stat.el (spam-stat-strip-xref): New function.
20204         (spam-stat-process-directory): Use it.
20205
20206         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20207         here -- it's done in message-fetch-field.
20208
20209 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20210
20211         * gnus-agent.el (gnus-agent-queue-mail)
20212         (gnus-agent-prompt-send-queue): New variables.
20213         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20214         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20215         "nndraft:queue" along to gnus-draft-send.
20216         Use gnus-agent-prompt-send-queue.
20217         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20218         is "nndraft:queue".  Suggested by Gaute Strokkenes
20219         <gs234@srcf.ucam.org>
20220
20221         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20222         (agent-enable-undownloaded-faces): Add.
20223         (gnus-agent-cat-groups): Use eval-and-compile, not
20224         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20225         method of gnus-agent-cat-groups even when the buffer has been
20226         evaled.
20227         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20228         delete gnus-agent-save-active-1.
20229         (gnus-agent-save-groups): Delete.  Identical to
20230         gnus-agent-save-active.
20231         (gnus-agent-write-active): No longer adjust agent's copy of active
20232         file as agent's adjustments are now stored in their own
20233         file.  Remove optional parameter.
20234         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20235         servers.  Add use of min/max range limits from server's local
20236         file.
20237         (gnus-agent-save-alist): Remove unused optional argument.
20238         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20239         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20240         (gnus-agent-set-local): A per-server file that keeps min/max range
20241         limits for articles known to the agent.  Provides a fast mechanism
20242         for altering many active ranges.
20243         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20244         active file (local makes it unnecessary).
20245         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20246
20247         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20248         (agent-enable-undownloaded-faces): Add.
20249
20250         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20251         disable it when sending to "nndraft:queue".
20252         (gnus-group-send-queue): Add safety check to avoid sending queue
20253         when unplugged.
20254
20255         * gnus-group.el (gnus-group-catchup): Use new
20256         gnus-sequence-of-unread-articles, not
20257         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20258         numbers of articles.  Use gnus-range-map to avoid having to
20259         uncompress the unread list.
20260         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20261         Fix invalid ange-ftp reference.
20262
20263         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20264         (gnus-sorted-range-intersection): Intersection of two ranges
20265         without requiring that they first be uncompressed.
20266
20267         * gnus-start.el (gnus-activate-group): Unless blocked by the
20268         caller, possibly expand the active range to include both cached
20269         and agentized articles.
20270         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20271         multiple version-dependent converters.
20272         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20273         gnus-agent-save-active.
20274         (gnus-save-newsrc-file): Save dirty agent range limits.
20275
20276         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20277         gnus-agent-possibly-alter-active.
20278         (gnus-adjust-marked-articles): Faster handling of simple lists.
20279
20280 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20281
20282         * spam-stat.el (spam-stat-test-directory): New optional argument
20283         displays a list of files detected.  Suggested by Andrew Cohen
20284         <cohen@andy.bu.edu>.
20285         (spam-stat-buffer-words-with-scores): Don't narrow and change
20286         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20287
20288 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20289
20290         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20291         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20292         (spam-spamassassin-arguments)
20293         (spam-spamassassin-spam-flag-header)
20294         (spam-spamassassin-positive-spam-flag-header)
20295         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20296         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20297         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20298         (spam-list-of-processors, spam-list-of-checks)
20299         (spam-list-of-statistical-checks, spam-registration-functions)
20300         (spam-check-spamassassin-headers, spam-check-spamassassin)
20301         (spam-spamassassin-score)
20302         (spam-spamassassin-register-with-sa-learn)
20303         (spam-spamassassin-register-spam-routine)
20304         (spam-spamassassin-register-ham-routine)
20305         (spam-assassin-register-spam-routine)
20306         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20307         (spam-bogofilter-score): Fix to show article before scoring.
20308
20309 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20310
20311         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20312         default scoring function.
20313         (spam-generic-score): Call spam-spamassassin-score if
20314         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20315         spam-bogofilter-score otherwise.
20316
20317         * gnus.el (spam-process, spam-autodetect-methods):
20318         Add spamassassin and spamassassin-headers.
20319
20320 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20321
20322         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20323         Suppress unnecessary messages.
20324
20325 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20326
20327         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20328         make-hash-table.
20329
20330 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20331
20332         * canlock.el (base64-encode-string): Don't autoload it.
20333
20334 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20335
20336         * run-at-time.el: Remove useless (require 'itimer),
20337         eval-and-compile and (featurep 'xemacs).
20338
20339 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20340
20341         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20342         GROUP is a virtual group.
20343
20344 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20345
20346         * gnus.el: Autoload `message-y-or-n-p'.
20347
20348 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20349
20350         * pgg-parse.el: Remove unnecessary (require 'custom).
20351
20352         * pgg-def.el: do.
20353
20354         * nnmail.el: do.
20355
20356         * gnus-undo.el: do.
20357
20358         * gnus-picon.el: do.
20359
20360         * gnus-util.el: do.
20361
20362 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20363
20364         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20365
20366 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20367
20368         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20369         handle, as well as a list.
20370
20371         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20372         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20373         (mm-w3m-cid-retrieve): Simplify.
20374
20375 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20376
20377         * message.el (message-kill-to-signature): Allow prefix arg to
20378         specify number of lines to keep before signature.
20379
20380 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20381
20382         * message.el (message-kill-to-signature): Change docstring.
20383
20384 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20385
20386         * canlock.el: Always require sha1-el.
20387         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20388
20389         * message.el: Autoload sha1 only when compiling.
20390
20391         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20392         eudc-expand-inline for XEmacs.
20393
20394 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20395
20396         * message.el (message-canlock-generate): Require sha1-el.
20397
20398 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20399
20400         * message.el (message-expand-name): Silence the byte compiler.
20401
20402         * lpath.el: Add detect-coding-system.
20403
20404         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20405         cus-edit.
20406
20407 2004-01-13  Simon Josefsson  <jas@extundo.com>
20408
20409         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20410         Invoke gnus-score-mode.
20411         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20412
20413         * gnus-range.el (gnus-compress-sequence): Doc fix.
20414         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20415
20416 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20417
20418         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20419
20420 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20421
20422         * spam.el (spam-get-article-as-string): Update to use
20423         gnus-request-article-this-buffer, much simpler.
20424         (spam-get-article-as-buffer): Remove.
20425
20426 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20427
20428         * message.el (message-expand-name): Use EUDC if the user uses that.
20429
20430 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20431
20432         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20433         character for the encoding to avoid consing a string.
20434
20435         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20436         unnecessarily.
20437
20438         * mm-util.el (mm-replace-chars-in-string): Remove.
20439
20440         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20441         of mm-replace-chars-in-string.
20442
20443 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20444
20445         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20446
20447         * mm-util.el (mm-subst-char-in-string): Support inplace.
20448
20449         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20450         a new string in every iteration.  Use shy groups.
20451
20452 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20453
20454         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20455         * gnus-soup.el (gnus-soup-group-brew):
20456         * gnus-msg.el (gnus-put-message):
20457         * gnus-move.el (gnus-group-move-group-to-server):
20458         * gnus-kill.el (gnus-batch-score):
20459         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20460         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20461         (gnus-group-update-group, gnus-group-read-group)
20462         (gnus-group-make-group, gnus-group-make-help-group)
20463         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20464         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20465         (gnus-group-sort-by-unread, gnus-group-catchup)
20466         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20467         (gnus-group-yank-group, gnus-group-set-info)
20468         (gnus-group-list-groups):
20469         * gnus.el (gnus-generate-new-group-name):
20470         * gnus-delay.el (gnus-delay-send-queue):
20471         * nnvirtual.el (nnvirtual-catchup-group):
20472         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20473         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20474         (gnus-group-prepare-topics, gnus-topic-check-topology):
20475         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20476         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20477         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20478         (gnus-group-make-articles-read):
20479         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20480         (gnus-group-change-level, gnus-kill-newsgroup)
20481         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20482         (gnus-get-unread-articles, gnus-make-articles-unread)
20483         (gnus-make-ascending-articles-unread): Use accessor
20484         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20485         to get group information for improved readability.
20486
20487
20488 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20489
20490         * gnus-art.el (article-decode-mime-words, article-babel)
20491         (gnus-article-highlight-signature, gnus-article-add-buttons)
20492         (gnus-signature-toggle): Use gnus-with-article-buffer.
20493
20494         * gnus-art.el (gnus-article-highlight-headers)
20495         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20496
20497         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20498         (gnus-article-set-globals, gnus-request-article-this-buffer)
20499         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20500         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20501         (gnus-mime-display-alternative): Use with-current-buffer.
20502
20503 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20504
20505         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20506         also under 80 char limit, and call gnus-error if needed.
20507         (spam-fetch-article-header): Fix - it was a
20508         buffer-local variable (gnus-newsgroup-data).
20509         (spam-find-spam): Use spam-generate-fake-headers, forget about
20510         spam-insert-fake-headers.
20511         (spam-insert-fake-headers): Remove.
20512
20513 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20514
20515         * deuglify.el (gnus-article-outlook-unwrap-lines)
20516         (gnus-outlook-rearrange-article)
20517         (gnus-outlook-repair-attribution-outlook)
20518         (gnus-outlook-repair-attribution-block)
20519         (gnus-outlook-repair-attribution-other): Remove redundant
20520         save-excursion.
20521
20522 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20523
20524         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20525         (spam-fetch-field-subject-fast)
20526         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20527         (spam-fetch-article-header): Add functions to deal with Gnus
20528         internals for fast retrieval of article header data.
20529         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20530
20531 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20532
20533         * pop3.el (pop3-md5): Remove.
20534         (pop3-apop): Replace pop3-md5 with md5.
20535
20536         * mm-bodies.el: base64 is always built-in.
20537
20538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20539         Use with-current-buffer.
20540
20541 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20542
20543         * canlock.el (canlock-insert-header): Remove excessive grouping in
20544         regexp.
20545
20546         * gnus-sum.el (gnus-summary-read-document): Ditto.
20547
20548         * gnus-uu.el (gnus-uu-part-number): Ditto.
20549
20550         * html2text.el (html2text-remove-tags): Ditto.
20551         (html2text-format-tags): Ditto.
20552         (html2text-format-single-elements): Ditto.
20553
20554         * mml.el (mml-parse-1): Ditto.
20555
20556 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20557
20558         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20559
20560         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20561
20562         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20563
20564         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20565
20566 2003-11-15  Simon Josefsson  <jas@extundo.com>
20567
20568         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20569         (pgg-gpg-lookup-key): Use regexp match instead of
20570         split-string (split-string is different between emacs 21.2 and
20571         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20572
20573 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20574
20575         * gnus-art.el (gnus-mime-view-all-parts)
20576         (gnus-article-part-wrapper, gnus-article-view-part):
20577         Use with-current-buffer.
20578
20579 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20580
20581         * spam.el (spam-disable-spam-split-during-ham-respool)
20582         (spam-spamoracle-database, spam-cache-lookups)
20583         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20584         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20585         (spam-group-ham-marks, spam-group-spam-marks)
20586         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20587         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20588         also add spam-use-blackholes to the statistical checks.
20589         (spam-fetch-field-fast): Add interface to fetching fields, may
20590         become a macro.
20591         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20592         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20593         (spam-insert-fake-headers): Fake an article when needed.
20594         (spam-find-spam): Fake article when possible.
20595         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20596         (spam-check-bogofilter-headers): Use message-fetch-field instead
20597         of nnmail-fetch-field.
20598
20599 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20600
20601         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20602
20603 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20604
20605         * spam.el (spam-split): Do not require spam-use-CHECK to be
20606         enabled if that check is passed to spam-split explicitly; also
20607         fix so 'spam doesn't get converted to spam-split-group when
20608         spam-split-symbolic-return is t.
20609         (spam-find-spam): Find registrations of the article and use those
20610         instead of re-running spam-split to find the spam/ham
20611         classification of the article.
20612         (spam-log-processing-to-registry, spam-log-registered-p)
20613         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20614         Use gnus-error instead of gnus-message.
20615         (spam-log-registration-type): Add function to determine the
20616         classification of a message based on registry entries; will
20617         return nil if both 'spam and 'ham are found.
20618         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20619         a reasonably fast local cache without the loading errors.
20620         (spam-cache-lookups): Set to t by default.
20621         (spam-find-spam): Don't try to guess spam-cache-lookups.
20622         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20623         spam-caches entry.
20624         (spam-filelist-build-cache, spam-filelist-check-cache):
20625         Fix caching of whitelist/blacklist entries.
20626         (spam-check-whitelist, spam-check-blacklist):
20627         Invoke spam-from-listed-p with a type, not a cache variable.
20628         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20629
20630 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20631
20632         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20633
20634         * nnmail.el (nnmail-split-fancy): do.
20635
20636         * mml.el (mml-parse): do.
20637
20638         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20639         (gnus-score-adaptive): do.
20640
20641 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20642
20643         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20644         (gnus-mime-button-map): Don't set keymap parent.
20645         (gnus-button-ctan-directory-regexp): Use shy grouping.
20646         (gnus-prev-page-map): Don't set keymap parent.
20647         (gnus-prev-page-map): Remove duplicated one.
20648         (gnus-next-page-map): Don't set keymap parent.
20649         (gnus-mime-security-button-map): Ditto.
20650
20651         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20652         version number.
20653
20654         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20655
20656 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20657
20658         * canlock.el (canlock-sha1-function): Remove.
20659         (canlock-sha1-function-for-verify): Remove.
20660         (canlock-openssl-program): Remove.
20661         (canlock-openssl-args): Remove.
20662         (canlock-ignore-errors): Remove.
20663         (canlock-sha1-with-openssl): Remove.
20664         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20665         (canlock-verify): Don't use canlock-ignore-errors.
20666
20667         * sha1-el.el (sha1-string-external): Make it can return a string
20668         in binary form.
20669         (sha1-region-external): Ditto.
20670         (sha1-string-internal): Ditto.
20671         (sha1-region-internal): Ditto.
20672         (sha1-region): Ditto.
20673         (sha1-string): Ditto.
20674         (sha1): Ditto.
20675
20676 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20677
20678         * spam.el (spam-report-articles-gmane): New command.
20679
20680 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20683
20684         * run-at-time.el (run-at-time-saved): Remove.
20685         (run-at-time): Doc fix.
20686
20687 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20688
20689         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20690         (gnus-summary-limit-map): Add it.
20691         (gnus-summary-make-menu-bar): do.
20692
20693 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20694
20695         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20696         Make attempt at some caching support (done for BBDB only now).
20697         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20698         addresses to be checked.
20699         (spam-clear-cache-BBDB): Add function, to be invoked by
20700         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20701         (spam-check-BBDB): Check and use the caches, if
20702         spam-cache-lookups is on, remove superfluous (provide).
20703
20704 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20705
20706         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20707
20708 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20709
20710         * run-at-time.el (run-at-time-saved): Move to after the definition
20711         of `run-at-time'.
20712
20713         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20714
20715 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20716
20717         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20718         mm-w3m-local-map-property.
20719
20720         * mm-view.el (mm-w3m-mode-map): Remove.
20721         (mm-w3m-local-map-property): Remove.
20722         (mm-inline-text-html-render-with-w3m): Don't use
20723         mm-w3m-local-map-property.
20724
20725 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20726
20727         * run-at-time.el: New file.
20728
20729         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20730         under Emacs.
20731
20732         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20733         of gnus-set-text-properties.
20734
20735         * gnus-uu.el (gnus-uu-save-article): Ditto.
20736
20737         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20738
20739         * gnus-cite.el (gnus-cite-parse): Ditto.
20740
20741         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20742         of gnus-.
20743
20744         * gnus-xmas.el (run-at-time): Require run-at-time.
20745
20746         * gnus.el: Change calls to nnheader-run-at-time and
20747         password-run-at-time throughout to use run-at-time directly.
20748
20749         * password.el: Remove definition of run-at-time.
20750
20751         * nnheaderxm.el: Remove definition of run-at-time.
20752
20753 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20754
20755         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20756         in prompt.
20757
20758 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20759
20760         * messagexmas.el (message-xmas-redefine): Alias
20761         `message-make-caesar-translation-table' to
20762         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20763         version.
20764
20765         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20766         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20767         `gnus-xmas-set-text-properties'.
20768         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20769         `gnus-xmas-completing-read'.
20770         (gnus-xmas-completing-read): Removed.
20771         (gnus-xmas-open-network-stream): Removed.
20772
20773         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20774         XEmacs version.
20775
20776         * dns.el (dns-make-network-process): Use `open-network-stream'
20777         instead of `gnus-xmas-open-network-stream'.
20778
20779         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20780
20781         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20782
20783 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20784
20785         * gnus-art.el (gnus-mime-display-alternative)
20786         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20787         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20788         Don't use gnus-local-map-property.
20789
20790         * gnus-util.el (gnus-local-map-property): Remove.
20791
20792         * mm-view.el (mm-view-pkcs7-decrypt):
20793         Replace gnus-completing-read-maybe-default with completing-read.
20794
20795         * gnus-util.el (gnus-completing-read): do.
20796         (gnus-completing-read-maybe-default): Remove.
20797
20798 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20799
20800         * password.el: Only autoload `run-at-time' if not XEmacs.
20801         Only autoload the itimer functions if XEmacs.
20802
20803 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20804
20805         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20806         XEmacsen.
20807
20808         * dgnushack.el: Autoload executable-find for XEmacs.
20809
20810 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20811
20812         * gnus-art.el (gnus-read-string): Remove.
20813         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20814         read-string.
20815
20816 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20817
20818         * netrc.el: Autoload password-read.
20819         (netrc): Add configuration group.
20820         (netrc-encoding-method, netrc-openssl-path):
20821         Add variables for encoding and decoding of files with symmetric
20822         ciphers.
20823         (netrc-encode): Add assistant function to encode a file with
20824         netrc-encoding-method.
20825         (netrc-parse): Add interactive parameter, added optional
20826         decoding if netrc-encoding-method is non-nil but otherwise
20827         behavior is standard.
20828         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20829         Do s/encode/encrypt/ everywhere.
20830
20831         * spam.el: Remove executable-find autoload.
20832
20833 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20834
20835         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20836
20837         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20838
20839 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20840
20841         * gnus-art.el (gnus-treat-ansi-sequences)
20842         (article-treat-ansi-sequences): New variable and function.
20843         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20844
20845         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20846         Use it.
20847
20848 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20849
20850         * mm-util.el (mm-quote-arg): Remove.
20851
20852         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20853         shell-quote-argument.
20854
20855         * gnus-uu.el (gnus-uu-command): do.
20856
20857         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20858
20859         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20860         with make-char.
20861
20862         * mm-util.el (mm-make-char): Remove.
20863
20864         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20865         add-minor-mode.
20866
20867         * gnus-undo.el (gnus-undo-mode): do.
20868
20869         * gnus-topic.el (gnus-topic-mode): do.
20870
20871         * gnus-sum.el (gnus-dead-summary-mode): do.
20872
20873         * gnus-start.el (gnus-slave-mode): do.
20874
20875         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20876
20877         * gnus-ml.el (gnus-mailing-list-mode): do.
20878
20879         * gnus-gl.el (gnus-grouplens-mode): do.
20880
20881         * gnus-draft.el (gnus-draft-mode): do.
20882
20883         * gnus-dired.el (gnus-dired-mode): do.
20884
20885         * gnus-ems.el (gnus-add-minor-mode): Remove.
20886
20887         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20888         Replace gnus-char-width with char-width.
20889
20890         * gnus-ems.el (gnus-char-width): Remove.
20891
20892         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20893         Replace gnus-char-width with char-width.
20894
20895         * gnus-ems.el (gnus-char-width): Remove.
20896
20897         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20898         definition.
20899         Remove Emacs 20 hash table compatibility code.
20900
20901         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20902         20 compatibility code.
20903
20904         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20905
20906         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20907
20908         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20909         Replace with point-at-{eol,bol}.
20910
20911         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20912
20913         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20914
20915         * flow-fill.el (fill-flowed-point-at-bol)
20916         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20917
20918         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20919         Replace with point-at-{eol,bol} throughout all files.
20920
20921 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20922
20923         * ntlm.el (ntlm-string-as-unibyte): New macro.
20924         (ntlm-build-auth-response): Use it.
20925
20926         Remove Emacs 20 stuff:
20927         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20928         (butlast, mapc, remove): Remove the compiler macros.
20929         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20930         of delq and copy-sequence.
20931         * gnus-art.el (popup-menu): Remove the compiler macro.
20932         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20933         Emacs 20.
20934
20935 2004-01-05  Simon Josefsson  <jas@extundo.com>
20936
20937         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20938         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20939         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20940         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20941         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20942         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20943         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20944         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20945         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20946         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20947         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20948         string-xor into ntlm-string-xor.
20949         Suggested by Jesper Harder <harder@myrealbox.com>.
20950
20951         * ntlm.el: Don't include poem.
20952
20953         * md4.el (print-int32, print-string-hexa): Remove.
20954         Suggested by Jesper Harder <harder@myrealbox.com>.
20955
20956         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20957
20958         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20959         probably breaks emacs with DL patch, but do we care? Is anyone
20960         still using the DL stuff?)
20961
20962         * sieve-manage.el: Use the password package.
20963         (sieve-manage-read-passwd): Remove.
20964         (sieve-manage-interactive-login): Use password.  Re-add
20965         condition-case around loop.
20966
20967         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20968         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20969         Use the password package.
20970
20971 2003-02-19  Simon Josefsson  <jas@extundo.com>
20972
20973         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20974         token.
20975
20976 2002-08-07  Simon Josefsson  <jas@extundo.com>
20977
20978         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20979         (sieve-manage-authenticators):
20980         (sieve-manage-authenticator-alist): Add some SASL mechs.
20981         (sieve-sasl-auth): New function.
20982         (sieve-manage-cram-md5-auth):
20983         (sieve-manage-plain-auth): Rewrite using SASL library.
20984         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20985         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20986         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20987         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20988
20989 2004-01-05  Simon Josefsson  <jas@extundo.com>
20990
20991         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20992         New files.
20993
20994 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20995
20996         * gnus-group.el (gnus-no-groups-message): Update.
20997
20998         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20999
21000 2003-11-09  Simon Josefsson  <jas@extundo.com>
21001
21002         * imap.el: Support for ID IMAP extension (RFC 2971).
21003         (imap-local-variables): Add imap-id.
21004         (imap-id): New variable.
21005         (imap-id): New function.
21006         (imap-parse-response): Parse untagged ID response.
21007         * nnimap.el (nnimap-id): New variable.
21008         (nnimap-open-connection): Use it.
21009
21010 2003-12-28  Simon Josefsson  <jas@extundo.com>
21011
21012         * gnus-score.el (gnus-score-edit-all-score): New.
21013         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21014
21015 2004-01-04  Simon Josefsson  <jas@extundo.com>
21016
21017         * password.el: Add.
21018
21019 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21020
21021         * dns.el (dns-query-types): Fix typo.
21022         (dns-query-types): New function.
21023         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21024         PTR and SOA replies, see RFC 1035.
21025
21026 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21027
21028         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21029
21030         * Move to Changelog.2.
21031
21032 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21033
21034         * gnus.el (gnus-version-number): Bump version.
21035
21036 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21037
21038         * gnus.el: No Gnus v0.1 is released.
21039
21040 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21041
21042         * gnus.el: No Gnus v0.0 is released.
21043
21044 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21045
21046         * gnus.el (gnus-version-number): Bump.
21047         (gnus-version): No.
21048
21049 See ChangeLog.2 for earlier changes.
21050
21051   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21052
21053   This file is part of GNU Emacs.
21054
21055   GNU Emacs is free software: you can redistribute it and/or modify
21056   it under the terms of the GNU General Public License as published by
21057   the Free Software Foundation, either version 3 of the License, or
21058   (at your option) any later version.
21059
21060   GNU Emacs is distributed in the hope that it will be useful,
21061   but WITHOUT ANY WARRANTY; without even the implied warranty of
21062   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21063   GNU General Public License for more details.
21064
21065   You should have received a copy of the GNU General Public License
21066   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21067
21068 ;; Local Variables:
21069 ;; coding: utf-8
21070 ;; fill-column: 79
21071 ;; add-log-time-zone-rule: t
21072 ;; End: