31a382873a3ea48e3044445d795c13693028307c
[gnus] / lisp / ChangeLog
1 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4         given method as in the group name if we're using an extended method.
5
6         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7         we're sure to get unique server names, and we don't output two async
8         commands in the same buffer.  This fixes an NNTP hang for some users.
9
10 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11
12         * gnus.el: No Gnus v0.11 is released.
13
14 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
17         summary buffer before reading going to the next buffer.  This avoids
18         putting the point in the group buffer if you `C-g' the command.
19
20         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
21         cache (for now) to make ~/.authinfo.gpg files usable.
22
23         * nnfolder.el (copyright-update): Define for the compiler.
24
25         * auth-source.el (auth-source-search): Fix unbound variable.
26
27 2011-02-19  Glenn Morris  <rgm@gnu.org>
28
29         * gnus.el (gnus-meta): Doc fix.
30
31 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
32
33         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
34         in case it's not yet loaded.
35
36 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
37
38         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
39         line we're waiting for.
40
41 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
42
43         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
44         face with line-width greater than zero will cause RET in gnus summary
45         buffer to scroll down article page-wise because auto vscroll happens,
46         it should be temporalily disabled when doing a scroll-up.
47
48 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
49
50         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
51         outputs from the server.
52
53 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
54
55         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
56         later so that bbdb can hook in easier.
57
58 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
59
60         * auth-source.el (auth-source-search): Don't try to create credentials
61         if the caller doesn't want that.
62         (auth-source-search): If we don't find a match, don't bug out on
63         non-bound variables.
64         (auth-source-search): Only ask a single backend to create the
65         credentials.
66
67         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
68         logging.
69         (nnimap-credentials): Protect against auth-source-search returning nil.
70         (nnimap-request-list): Protect against not being able to open the
71         server.
72
73 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
74
75         * auth-source.el (auth-source-search): Do a two-phase search, one with
76         no :create to get the responses from all backends.
77
78         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
79         when getting credentials.
80
81         * gnus-util.el (gnus-delete-duplicates): New function.
82
83 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
84
85         * nnimap.el (nnimap-credentials): Instead of picking the first port as
86         a creation default, pass the whole port list down.  It will be
87         completed.
88
89         * auth-source.el (auth-source-search): Updated docs to talk about
90         multiple creation choices.
91         (auth-source-netrc-create): Accept a list as a value (from the search
92         parameters) and do completion on that list.  Keep a separate netrc line
93         with the password obscured for showing the user.
94
95         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
96         first choice to `auth-source-search' so it will be used for entry
97         creation instead of the server's Gnus-specific name.
98         (nnimap-credentials): Rely on the auth-source library to select which
99         port is actually wanted in the new netrc entry, so don't override
100         `auth-source-creation-defaults'.
101
102         * auth-source.el (auth-source-netrc-parse): Use :port instead of
103         :protocol and accept a missing user, host, or port as a wildcard match.
104         (auth-source-debug): Default to off.
105
106         (auth-source-netrc-search, auth-source-netrc-create)
107         (auth-source-secrets-search, auth-source-secrets-create)
108         (auth-source-user-or-password, auth-source-backend, auth-sources)
109         (auth-source-backend-parse-parameters, auth-source-search): Use :port
110         instead of :protocol.
111
112         * nnimap.el (nnimap-credentials): Pass a port default to
113         `auth-source-search' in case an entry needs to be created.
114         (nnimap-open-connection-1): Use :port instead of :protocol.
115
116 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * auth-source.el: Bind load-path when loading EIEIO from
119         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
120         21.4 doesn't support, to `require'.
121         (auth-source-secrets-search): Use mm-delete-duplicates instead of
122         delete-dups that is not available in XEmacs 21.4.
123
124 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
125
126         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
127         as EIEIO must also be loaded when auth-source.el is being
128         byte-compiled.
129
130 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
131
132         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
133
134         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
135
136         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
137
138         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
139
140         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
141
142         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
143
144         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
145
146         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
147         necessary.
148
149 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
152         nil means that nnimap doesn't get updated.
153
154 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
155
156         * auth-source.el (auth-source-netrc-create): Return a synthetic search
157         result when the user doesn't want to write to the file.
158         (auth-source-netrc-search): Expect a synthetic result and proceed
159         accordingly.
160         (auth-source-cache-expiry): New variable to override
161         `password-cache-expiry'.
162         (auth-source-remember): Use it.
163
164         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
165         parameter.  Create entry if necessary by using :create t.
166         (nnimap-open-connection-1): Don't pass `inhibit-create'.
167
168 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
169
170         * auth-source.el (auth-source-debug): Enable by default and don't
171         mention the obsolete `auth-source-hide-passwords'.
172         (auth-source-do-warn): New function to debug unconditionally.
173         (auth-source-do-debug): Use it.
174         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
175         and for Secrets API entries when the secrets.el library is not
176         available.
177
178 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-sum.el (gnus-propagate-marks): Default to nil.
181         (gnus-summary-exit): Kill the correct article buffer on exit from a
182         `C-d' group.
183
184         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
185         gnus-propagate-marks.
186
187         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
188         before killing the buffers so that a non-full window conf gets handled
189         correctly.
190         (gnus-summary-exit): Ditto.
191         (gnus-summary-read-group-1): Ditto.
192
193         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
194         async code again so that we can debug it properly.
195
196         * message.el (message-reply): Take an optional switch-buffer parameter
197         so that Gnus window confs are respected better.
198
199 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
200
201         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
202         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
203         docstring.
204         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
205         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
206         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
207         Login collection is "Login" and not "login".
208
209 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
212         multiple headers.
213
214         * nnimap.el (nnimap-inhibit-logging): New variable.
215         (nnimap-log-command): Don't log login commands.
216
217         * auth-source.el (auth-source-netrc-search): The asserts seem to want
218         to have more parameters.
219
220         * nnimap.el (nnimap-send-command): Mark the command time for each
221         command, so that we don't get NOOPs stepping on our toes.
222
223         * gnus-art.el (article-date-ut): Get the date from the Date header on
224         `t'.
225
226 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * auth-source.el (auth-source-search): Use copy-sequence instead of
229         the cl.el copy-list.
230
231 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
232
233         * imap.el: Bring it back (revert
234         84d800cd31de3064f0ed39617d725709a2f8f42f).
235
236 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
237
238         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
239         Improve prompt.
240
241 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-art.el (gnus-article-mode-line-format): Remove the article
244         washing status from the default format.  It isn't very informative.
245
246 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
247
248         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
249         Gcc processing on imap.
250
251 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
252
253         * imap.el: Remove file.  All the functionality is in nnimap.el.
254
255 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
256
257         * message.el (message-bury): Don't pop up a new window when selected
258         window is dedicated.
259
260 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
261
262         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
263
264 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
265
266         * sieve-manage.el: Autoload `auth-source-search'.
267         (sieve-sasl-auth): Use it.
268
269 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * nnimap.el: Autoload `auth-source-forget+'.
272         (nnimap-open-connection-1): Use it if the connection fails.
273
274         * auth-source.el: Require `password-cache'.
275         (auth-source-hide-passwords, auth-source-cache): Remove and mark
276         obsolete.
277         (auth-source-magic): Marker for `password-cache' keys.
278         (auth-source-do-cache): Update docstring.
279         (auth-source-search): Use and check cache.
280         (auth-source-forget-all-cached, auth-source-remember)
281         (auth-source-recall, auth-source-forget, auth-source-forget+)
282         (auth-source-specmatchp): Caching support functions.
283         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
284         Remove and obsolete.
285         (auth-source-user-or-password): Remove caching to further discourage
286         using it.  Always hide passwords.
287
288         * password-cache.el (password-cache-remove): Accept secrets that are
289         not strings.
290
291 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
292
293         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
294         code for now, since it doesn't work for all users.
295
296 2011-02-09  Julien Danjou  <julien@danjou.info>
297
298         * message.el (message-options): Make message-options really buffer
299         local.
300
301 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
302
303         * mail-source.el: Autoload `auth-source-search'.
304         (mail-source-keyword-map): Note order matters.
305         (mail-source-set-1): Get all the mail-source source values and
306         defaults and search auth-source on those if needed.  This can all
307         probably be simplified.
308
309         * nnimap.el: Autoload `auth-source-search'.
310         (nnimap-credentials): Use it.
311         (nnimap-open-connection-1): Ask for the virtual server and physical
312         address in one shot.
313
314         * nntp.el: Autoload `auth-source-search'.
315         (nntp-send-authinfo): Use it.  Note TODO.
316
317 2011-02-08  Julien Danjou  <julien@danjou.info>
318
319         * shr.el (shr-tag-body): Add support for text attribute in body
320         markups.
321
322         * message.el (message-options): Make message-options a local variable.
323
324 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
325
326         * auth-source.el (auth-source-secrets-search)
327         (auth-source-user-or-password): Use `append' instead of `nconc'.
328         (auth-source-user-or-password): Build return list better and protect
329         against nil :secret.
330
331 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
332
333         * nnimap.el (nnimap-update-info): Refactor slightly.
334         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
335         (nnimap-update-info): Clean up slightly.
336         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
337         characters.
338         (nnimap-process-quirk): Rename function to avoid collision.
339         (nnimap-update-info): Fix macrology bug-out.
340         (nnimap-update-info): Simplify split history test.
341
342 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
343
344         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
345         `secrets-get-attributes' instead of `secrets-get-attribute'.
346         (auth-source-secrets-search): Limit search when `max' is greater than
347         number of results.
348
349 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
350
351         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
352         part not returning any data.
353
354         * proto-stream.el (open-protocol-stream): Document the return value.
355
356 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
357
358         * auth-source.el (auth-source-secrets-search): Add examples.
359
360 2011-02-06  Julien Danjou  <julien@danjou.info>
361
362         * message.el (message-setup-1): Handle message-generate-headers-first
363         set to t.
364
365 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
366
367         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
368         API with a string "secrets:collection-name" and with 'default.
369         (auth-source-backend-parse): Parse "secrets:collection-name" and
370         'default.  Recurse on parses instead of repeating code.  Use the
371         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
372         message when ignoring a source.
373         (auth-source-search): List ignored search keys at the top level.
374         (auth-source-netrc-create): Use `case' instead of `cond'.
375         (auth-source-secrets-search): Created with TODOs.
376         (auth-source-secrets-create): Created with TODOs.
377         (auth-source-retrieve, auth-source-create, auth-source-delete)
378         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
379         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
380         (auth-source-user-or-password-sftp)
381         (auth-source-user-or-password-smtp): Removed.
382         (auth-source-user-or-password): Deprecated and modified to be a wrapper
383         around `auth-source-search'.  Not tested thoroughly.
384
385 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
386
387         * auth-source.el: Bring in assoc and eioeio libraries.
388         (secrets-enabled): New variable to track the status of the Secrets API.
389         (auth-source-backend): New EIOEIO class to represent a backend.
390         (auth-source-creation-defaults): New variable to set prompt defaults
391         during token creation (see the `auth-source-search' docstring for
392         details).
393         (auth-sources): Simplify to allow a simple string as a netrc backend
394         spec.
395         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
396         (auth-source-backend-parse-parameters): Fill in the backend parameters.
397         (auth-source-search): Main auth-source API entry point.
398         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
399         (auth-source-search-collection): Helper function for searching.
400         (auth-source-netrc-parse, auth-source-netrc-normalize)
401         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
402         Supports search, create, and delete.
403         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
404         backend stubs.
405         (auth-source-user-or-password): Call `auth-source-search' but it's not
406         ready yet.
407
408 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
409
410         * message.el (message-setup-1): Remove the read-only stuff, since it
411         doesn't work under XEmacs, for some reason.
412
413         * gnus-sum.el (gnus-user-date): Rename back from
414         gnus-summary-user-date since user code refers to it.
415
416         * shr.el (shr-render-td): Store the actual background colour used.
417
418         * message.el (message-setup-1): Don't bind the constant
419         -forbidden-properties.
420         (message-setup-1): Revert previous change, since it needs to bind the
421         props to insert them.
422         (message-resend): Allow removing the read-only separator line.
423
424 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
425
426         * nnimap.el (nnimap-request-accept-article): Give an error message if
427         the APPEND wasn't successful.
428
429 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
430
431         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
432         that have no groups.
433
434 2011-02-03  Julien Danjou  <julien@danjou.info>
435
436         * gnus-draft.el: Remove progn around gnus-draft-setup.
437
438 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
439
440         * gnus-start.el (gnus-read-active-for-groups): This function is never
441         called with a nil `infos', so clean that up.
442         (gnus-get-unread-articles): Request active files from primary/secondary
443         methods that have no groups (yet).
444
445 2011-02-03  Julien Danjou  <julien@danjou.info>
446
447         * message.el (message-setup-1): Always generate References first.
448         (message-mail): Return the return value of message-setup, not always t.
449         (message-setup-1): Insert mail-header-separator with read-only and
450         intangible properties set.
451
452         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
453         user-date in docstring.
454
455         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
456
457         * gnus.el (gnus-summary-line-format): Mention &user-date format in
458         docstring.
459
460         * gnus.el (gnus-user-date-format-alist): Change default value. Use
461         defcustom, with type and group. Move from gnus-util.el. Rename to
462         gnus-summary-user-date-format-alist.
463
464 2011-02-03  Glenn Morris  <rgm@gnu.org>
465
466         * nnimap.el (gnus-fetch-headers): Declare.
467
468         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
469
470 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
471
472         * message.el (message-forward-make-body-digest-plain)
473         (message-followup, message-reply): Clean up things noted by Stefan.
474
475         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
476         gnus-article-update-date-headers is nil.
477         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
478         it didn't really work with defcustom.
479         (article-update-date-lapsed): Make sure the window start doesn't move,
480         either.
481
482 2011-02-01  Julien Danjou  <julien@danjou.info>
483
484         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
485         format.
486
487         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
488         standard in Emacs nowadays.
489
490         * color.el (color-gradient): Add a color-gradient function.
491
492 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
493
494         * message.el (message-expand-name): Don't trust the return value of
495         bbdb-complete-name.
496         (message-check-news-header-syntax): Remove unused var `start'.
497         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
498         (message-inhibit-body-encoding): Move to before first use.
499         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
500         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
501         (Organization, Message-ID, Date, mh-previous-window-config):
502         Defvar the vars using dynamic scoping.
503
504 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
505
506         * shr.el (shr-render-td): Only do colours at the final rendering.
507         Should be slightly faster.
508         (shr-insert-table): Fix up TD background colours when doing the
509         vertical padding.
510
511         * gnus-art.el (article-date-ut): Protect against articles with no Date
512         header.
513         (article-update-date-lapsed): Don't use current-column to find the
514         horizontal position.  It's fragile in the presence of \003 characters.
515
516         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
517
518 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
519
520         * gnus-art.el (article-transform-date): Rewrite to still work when
521         there are several rfc2822 parts.
522         (article-transform-date): Fix infinite recursion.
523         (article-date-ut): Replace infinitely many Date headers with a single
524         one when called interactively.
525
526         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
527         secure manner.
528
529         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
530         move around by not using save-window-excursion.  It seems to work...
531
532 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-art.el (article-make-date-line): Work for user-defined format.
535
536 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
537
538         * nntp.el (nntp-retrieve-group-data-early)
539         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
540         fetching functions.
541
542         * gnus-start.el (gnus-read-active-for-groups): Read the active files
543         thoroughly for all backends that have no known groups.  This should
544         allow new nnml methods to retrieve mail.
545
546         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
547         that Gnus doesn't know exists again.
548
549         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
550         (gnus-treat-date-ut): Ditto.
551         (gnus-article-update-date-header): Renamed.
552         (gnus-treat-date-local): Removed.
553         (gnus-treat-date-english): Removed.
554         (gnus-treat-date-lapsed): Removed.
555         (gnus-treat-date-combined-lapsed): Removed.
556         (gnus-treat-date-original): Removed.
557         (gnus-treat-date-iso8601): Removed.
558         (gnus-treat-date-user-defined): Removed.
559         (gnus-article-date-headers): New variable to control all the date
560         header options.
561         (article-date-ut): Rewrite to allow using the new way to format date
562         headers(s).
563
564 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
565
566         * nnmail.el (nnmail-article-group): Check for a direct fancy split
567         method.
568         (nnmail-article-group): A better test for fanciness.
569
570         * nnimap.el (nnimap-request-head): Protect against not finding the
571         article by Message-ID.
572
573 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-art.el (article-update-date-lapsed): Try a better way to really
576         keep point at the "same place".
577
578 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
581         data if the group is unactivated.
582
583 2011-01-28  Julien Danjou  <julien@danjou.info>
584
585         * gnus-win.el: Remove dead function gnus-window-configuration-element.
586         (gnus-all-windows-visible-p): Remove old compatibility code.
587         (gnus-window-top-edge): Add docstring.
588
589         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
590
591 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
594         older request-update-info.
595
596         * gnus-art.el (article-make-date-line): Limit the length a bit more.
597
598 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
599
600         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
601         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
602
603 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
604
605         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
606         groups.  This makes the nndraft:queue group pop up if it's not already
607         there.
608
609         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
610         messages" logic, which was reversed.
611
612         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
613         the "same place" even if point is on the line being replaced.
614         (article-update-date-lapsed): Allow updating both the combined lapsed
615         and the lapsed headers.
616         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
617         (article-make-date-line): Limit the number of segments dynamically to
618         avoid too-long lines.
619
620 2011-01-27  Julien Danjou  <julien@danjou.info>
621
622         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
623         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
624
625 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
628         Use plist-get instead of the cl function getf.
629
630 2011-01-27  Glenn Morris  <rgm@gnu.org>
631
632         * gnus-util.el (float-time): Get rid of compiler warning, again.
633
634 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * shr.el (shr-put-color): Special-case background colours: Do put them
637         at the blank parts at the front of the lines.
638
639         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
640         exit hook to nix out all data on readedness on group exit.
641
642         * gnus-util.el (float-time): If float-time is bound, always use it on
643         all Emacsen.  It's unclear why the subrp check was there.
644         (time-date): Require to make some autoload issues on XEmacs go away.
645
646         * shr.el (shr-put-color): Don't do the box padding in tables, since
647         they're already padded.
648
649 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
650
651         * gnus-art.el (gnus-article-next-page): When the last line of the
652         article is displayed, scroll down once more instead of going to the
653         next article at once.
654         (article-lapsed-string): Refactor out and allow specifying how many
655         segments you want.
656         (gnus-article-setup-buffer): Start updating the lapsed header directly.
657         (gnus-article-update-lapsed-header): New variable.
658
659         * shr.el: Revert change that made headings use different-sized faces.
660         The Emacs display engine isn't advanced enough that, for instance,
661         tables can comfortably use differntly-sized faces.
662
663 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
664
665         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
666         used.
667         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
668         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
669         we're using an encrypted connection.
670
671         * proto-stream.el: Alter the interface functions to also return the
672         actual stream type used: network or tls.
673
674 2011-01-25  Julien Danjou  <julien@danjou.info>
675
676         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
677         (mm-display-javascript-inline): New function.
678
679         * mm-decode.el (mm-inline-media-tests): Add application/javascript
680         viewing function.
681
682 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * shr.el (shr-expand-newlines): Fix variable name.
685
686 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
687
688         * shr.el (shr-expand-newlines): Make nested boxes work.
689
690 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
691
692         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
693         backgrounds.
694         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
695         in a more sensible manner.
696
697 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
698
699         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
700         if EPG is loaded.
701
702 2011-01-24  Julien Danjou  <julien@danjou.info>
703
704         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
705         tags.
706
707 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
708
709         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
710         commands.
711
712         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
713         in the article buffer.
714         (gnus-gravatar-insert): Use blank space from the current buffer to
715         avoid breaking text properties.  This makes X-Sent updating work again.
716
717         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
718
719 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
722         fix the bug in url-http.el instead.
723
724         * shr.el (shr-image-fetched): Ditto.
725
726         * shr.el (shr-image-fetched): Avoid having point move in the article
727         buffer.
728
729         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
730         buffer after being called.  It's apparently being killed by url.el, and
731         killing it made point move to end-of-buffer in a random buffer.
732
733         * shr.el (shr-image-fetched): Ditto.
734
735 2011-01-23  Julien Danjou  <julien@danjou.info>
736
737         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
738
739         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
740         text/x-org.
741
742 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
743
744         * gnus-sum.el (gnus-summary-move-article): Protect against backends
745         (i.e., nnimap) returning nil as the article number.
746
747 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
748
749         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
750         "DelSp" parameter in RFC3676.
751
752 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
753
754         * message.el (message-check-recipients): Display the encoded version of
755         the bogus address if they differ.
756
757         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
758         after sending.
759
760         * gnus-agent.el (gnus-agent-send-mail): Ditto.
761
762         * gnus-group.el (gnus-group-refresh-group): New convenience function.
763
764         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
765         group buffer after sending the queue.
766
767         * gnus-agent.el (gnus-agent-send-mail): Ditto.
768
769 2011-01-22  Julien Danjou  <julien@danjou.info>
770
771         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
772
773 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
774
775         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
776         nested related parts.
777
778         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
779         unexpired articles.  This fixes the regression that led expiry marks to
780         disappear from nnfolder groups.
781
782 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
783
784         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
785         Don't confuse the "ret" of "retrograde" with RET.
786
787 2011-01-21  Julien Danjou  <julien@danjou.info>
788
789         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
790         than mm-insert-inline.
791
792 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
795         Widen article buffer.
796
797 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
798
799         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
800         the temp buffer.
801         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
802
803 2011-01-20  Julien Danjou  <julien@danjou.info>
804
805         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
806
807         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
808         than mm-insert-inline to insert inline part: this respect
809         mm-inline-media-tests displayers.
810
811         * mm-view.el (mm-display-shell-script-inline): New function.
812
813         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
814
815         * mm-uu.el (mm-uu-type-alist): Add org block.
816         (mm-uu-org-src-code-block-extract): New function.
817
818         * mm-view.el (mm-display-org-inline): New function.
819
820         * mm-decode.el (mm-automatic-display): Add text/org.
821
822         * mailcap.el (mailcap-mime-extensions): Add .org.
823
824 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * gnus-art.el (gnus-article-highlight): Remove argument passed to
827         gnus-article-add-buttons.
828
829 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
830
831         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
832         From header with a date and "nobody" as the sender.
833
834 2011-01-19  Julien Danjou  <julien@danjou.info>
835
836         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
837         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
838         if you have the same regexp several times.
839         (gnus-button-push): Fix matching when regexp is symbol.
840
841 2011-01-15  Glenn Morris  <rgm@gnu.org>
842
843         * message.el (message-mail): A compose-mail function should
844         accept headers as strings.
845
846 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
847
848         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
849         Add :vert-only tags.
850         (message-mail): New arg RETURN-ACTION.
851         (message-return-action): New var.
852         (message-bury): Use it.
853         (message-mode): Make it buffer-local.
854         (message-send-and-exit): Always call message-bury.
855
856         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
857         message-mail.
858
859 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * nnimap.el (nnimap-convert-partial-article): Protect against
862         zero-length body parts.
863
864         * mm-decode.el (mm-preferred-alternative-precedence):
865         Discourage showing empty parts.
866
867         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
868         and stuff if the backend didn't return the article number.  This fixes
869         an Exchange-related nnimap bug.
870
871         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
872         group window, because it does the wrong thing when a separate frame
873         displays the group buffer.
874
875         * proto-stream.el (open-protocol-stream): Protect against the low-level
876         transport functions returning nil.
877
878 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
879
880         * mml2015.el (epg-sub-key-fingerprint): Autoload.
881         (mml2015-epg-find-usable-secret-key): New function.
882         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
883         mml2015-epg-find-usable-key (Bug#7797).
884         (mml2015-epg-encrypt): Ditto.
885
886 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * dgnushack.el (rot13-string): Fix the way to get the argument.
889
890 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
893
894 2011-01-03  Glenn Morris  <rgm@gnu.org>
895
896         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
897
898         * sieve.el (sieve-open-server): Give a more explicit error if
899         sieve-manage-open returns nil.  (Bug#7720)
900
901 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
902
903         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
904
905 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
908         This avoids sending passwords in plain text over non-encrypted
909         channels.
910
911         * shr.el (shr-rescale-image): Display all GIF images as animated images.
912
913         * nnimap.el (nnimap-login): Refactored out into own function, and
914         implement CRAM-MD5.
915         (nnimap-wait-for-line): Refactored out.
916
917         * mm-view.el (mml-smime): Require.
918
919 2010-12-20  David Engster  <deng@eml.cc>
920
921         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
922         use EPG to decrypt S/MIME messages instead of openssl.
923
924 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
927
928         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
929         status is the group clearly is unreachable.
930
931         * auth-source.el (auth-source-create): Add the optional second
932         parameter to `local-variable-p' to be compatible with XEmacs.
933
934 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
935
936         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
937         work when using a compressed nnml folder.
938
939 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
942         backends after sanitising on entry, because this never makes sense:
943         If the articles have gone missing, then the data no longer exists on
944         the backend, and if they haven't, then Gnus is wrong, and shouldn't
945         overwrite anything anyway.
946
947         * shr.el (shr-insert-document): Bind shr-width dynamically to
948         window-width if it's nil.
949
950 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
951
952         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
953         with the meaning of using the full emacs window width for rendering.
954
955 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
956
957         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
958         case when sender is not given.
959
960 2010-12-23  Julien Danjou  <julien@danjou.info>
961
962         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
963         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
964         the addresses, otherwise we might misplaced the gravatar.
965
966 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
967
968         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
969         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
970         obsolete in Emacs.
971
972 2010-12-20  Julien Danjou  <julien@danjou.info>
973
974         * gnus-util.el (gnus-rescale-image): Revert last change.
975
976 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
977
978         * binhex.el: Improve commentary (Bug#7482).
979
980 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-group.el (gnus-group-delete-articles): New command.
983
984 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
985
986         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
987
988 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
991         here, since it's up to the backends to do CRLF removal if their
992         protocol has it.
993
994         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
995
996 2010-12-17  Julien Danjou  <julien@danjou.info>
997
998         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
999         they are from file. Can also scale up.
1000
1001 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1002
1003         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1004         gnus-use-agent.
1005         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1006
1007         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1008
1009 2010-12-17  Julien Danjou  <julien@danjou.info>
1010
1011         * gravatar.el (gravatar-retrieve-synchronously): New function.
1012         (gravatar-get-data): Make more robust.
1013
1014 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1017
1018 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1021         to really consider the last line.
1022
1023 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1024
1025         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1026         list of recipient keys, or use symmetric encryption if not a list.
1027         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1028         EPA override, replacing the call to `netrc-store-data'.
1029
1030 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1031
1032         * gnus-srvr.el: Avoid passing nil regexp argument to
1033         delete-matching-lines.
1034
1035 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1038         fetching stops when Gnus exits.
1039
1040         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1041         function.
1042         (nnfolder-request-expire-articles): Save all the buffers after doing
1043         expiry.
1044
1045         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1046         the last article", since that led to serious performance regressions
1047         when expiring nnml groups.
1048
1049 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1050
1051         * nnir.el: Improve customizations.
1052
1053 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1056
1057         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1058         group has been killed.
1059         (gnus-group-yank-group): Ditto.
1060
1061         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1062
1063         * nnimap.el (nnimap-request-update-group-status): New function.
1064
1065         * gnus-int.el (gnus-request-update-group-status): New interface
1066         function.
1067
1068         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1069         copying read-ness to the backends.
1070
1071         * nnimap.el (nnimap-quirk): New function.
1072         (nnimap-retrieve-group-data-early): Use it.
1073         (nnimap-quirks): New alist.
1074
1075 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1078         don't delete it within indentation.
1079
1080 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1083         previous line.
1084
1085 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1088         QRESYNC command by deleting a superfluous space which broke Cyrus
1089         servers.  This change will break other servers that are buggy the other
1090         way around.
1091
1092 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         * spam.el: Reindent and fix long lines.
1095         (spam-copy-or-move-routine): Exclude invalid move destinations.
1096
1097 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1098
1099         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1100         installed the registry.
1101
1102 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1105
1106 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1107
1108         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1109         groupname doesn't contain "gmane".
1110
1111 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1114         and netrc-bound-and-true-p bindings.
1115         (netrc-parse): Cache the netrc contents.
1116
1117         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1118         (gnus-1): Don't create the nndrafts group twice.
1119         (gnus-setup-news): There's no need to read the active file here, since
1120         that's done again later on a per-backend basis.
1121         (gnus-start-draft-setup): Make sure that the new group is started out
1122         empty.
1123
1124         * gnus-agent.el (gnus-agentize): Don't create the queue group
1125         automatically on startup.  It'll be created later, if needed.
1126
1127         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1128         of automatically subscribed groups.
1129         (gnus-auto-subscribed-categories): New variable.
1130         (gnus-matches-options-n): Use it.
1131         (gnus-default-subscribed-newsgroups): Remove unused variable.
1132         (gnus-start-draft-setup): Message a bit less.
1133
1134 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1135
1136         * nnir.el (nnir-run-imap): Return article list in order of increasing
1137         UID.
1138
1139 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-sum.el (gnus-summary-enter-digest-group):
1142         Mention gnus-auto-select-on-ephemeral-exit.
1143
1144         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1145         convention of the network-only option.
1146
1147 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * proto-stream.el (proto-stream-open-network-only): New function to
1150         have a way to specify non-STARTTLS upgrade connections.
1151
1152 2010-12-10  Julien Danjou  <julien@danjou.info>
1153
1154         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1155         email address is nil.
1156
1157         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1158
1159 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1160
1161         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1162         deletion.
1163         (nnir-run-imap): Only need to parse list once.
1164
1165 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * shr.el (shr-tag-script): Ignore <script>.
1168         (shr-tag-label): Add <label> support.
1169
1170 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1173
1174         * shr.el (shr-image-displayer): Work for images lined side by side.
1175
1176 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1177
1178         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1179         parameter, since XEmacs doesn't accept t as a parameter.
1180
1181 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1182
1183         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1184         ids.
1185         (nnir-run-gmane): Simplify groupspec formatting.
1186         (nnir-request-expire-articles): New function.
1187
1188 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1191         overflow, possibly.
1192
1193         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1194         (shr-render-td): Handle td style="" better.
1195         (shr-tag-table): Use the color from the style sheet.
1196         (shr-render-td): Make sure we copy over all the overlays, too.
1197
1198 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1199
1200         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1201         (nnir-request-article): Improve article retrieval.
1202
1203 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * mm-util.el (mm-extra-numeric-entities): New variable.
1206
1207         * mm-url.el (mm-url-decode-entities):
1208         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1209
1210         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1211
1212 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1213
1214         * message.el: Use completion-at-point.
1215         (message-completion-function): New fun, extracted from message-tab.
1216         (message-mode): Use it for completion-at-point-functions.
1217         (message-tab): Use it and completion-at-point.
1218
1219 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1222         character if a non-breakable character follows.
1223
1224 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1227         any stream.
1228
1229         * shr.el (shr-tag-font): Colorize the region.
1230         (shr-tag-body): Ditto.
1231         (shr-tag-font): Actually let the styles be inherited instead of
1232         overwriting them.
1233         (shr-tag-font): Get the background color right.
1234         (shr-tag-style): Ignore all <style> tags for the moment.
1235
1236         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1237         a Message-ID to avoid having nnimap depend on gnus-sum.
1238
1239         * shr.el (shr-descend): Only colorize something if we have a node that
1240         sets colors.
1241
1242 2010-12-06  Julien Danjou  <julien@danjou.info>
1243
1244         * shr.el (shr-render-td): Render td content with shr-descend, so style
1245         will be applied to <td> too.
1246         (shr-colorize-region): Colorize region even if we only have a background.
1247         (shr-tag-body): Fix color and background color inheritance.
1248         Do not recolorize after shr-generic.
1249         (shr-tag-font): Let shr-generic colorize via inheritance.
1250
1251 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1254
1255 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1256
1257         * nnir.el (nnir-request-move-article): Remove obsolete code.
1258
1259 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1262
1263 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-sum.el (gnus-summary-respool-article): The completion function
1266         expects a list instead of an alist.
1267
1268         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1269         string as the parameter.
1270
1271         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1272
1273         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1274         styles.
1275         (shr-colorize-region): New function.
1276         (shr-insert-background-overlay): Remove.
1277         (shr-render-td): Background setting should be taken care of on a higher
1278         level.
1279         (shr-tag-body): Use post-hoc colorizations.
1280         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1281         (shr-put-color-1): Don't overwrite old colors.
1282         (shr-colorize-region): When the background color isn't explicit, use
1283         a fixed background.
1284
1285         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1286         nnmail variables.
1287
1288 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1289
1290         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1291         unless necessary.
1292
1293 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1294
1295         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1296         server.
1297
1298 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1301         so that TAB works.
1302
1303         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1304         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1305
1306         * shr.el (shr-urlify): Show the URL before the title to avoid
1307         misleading URLs.
1308
1309 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1310
1311         * shr.el (shr-urlify): Display the title in <a> tags.
1312
1313 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1314
1315         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1316
1317 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1318
1319         * nnir.el: Rearrange code to allow macros to be autoloaded by
1320         gnus-sum.el.
1321         (nnir-retrieve-headers-override-function): Make this variable
1322         customizable.
1323         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1324
1325         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1326         from nnir.el.
1327
1328 2010-12-03  Julien Danjou  <julien@danjou.info>
1329
1330         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1331
1332 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1335         allow optional argument `environment'.
1336
1337 2010-12-03  Glenn Morris  <rgm@gnu.org>
1338
1339         * mm-extern.el (message-goto-body): Update declaration.
1340
1341 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus-util.el (gnus-macroexpand-all): New function.
1344
1345         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1346         instead of macroexpand-all that is unavailable in XEmacs.
1347
1348 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1349
1350         * nnir.el (nnir-summary-line-format): New variable.
1351         (nnir-mode): Use it.
1352         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1353         (nnir-article-ids): Reimplement as defsubst.
1354         (nnir-retrieve-headers): Don't mangle the subject header.
1355         (nnir-run-imap): Use 100 as RSV score.
1356         (nnir-run-find-grep): Fix for full server searching.
1357         (nnir-run-gmane): Better restriction to gmane groups.
1358
1359         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1360         summary buffers.
1361
1362 2010-12-02  Julien Danjou  <julien@danjou.info>
1363
1364         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1365
1366         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1367
1368         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1369         support.
1370
1371 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1372
1373         * nnir.el: Update to handle the registry better.
1374         (autoload): Silence byte-compiler.
1375         (nnir-open-server): Add a hook for nnir groups.
1376         (nnir-request-move-article): Don't mangle the header. Better to use
1377         formating variables (which will be added in the future).
1378         (nnir-registry-action): Update the registry using the original article
1379         group name.
1380         (nnir-mode): Install nnir-specific hooks for updating the registry.
1381
1382         * gnus-sum.el
1383         (gnus-article-original-subject,gnus-newsgroup-original-name):
1384         Remove obsolete variables.
1385         (gnus-summary-move-article): Remove use of obsolete variables.
1386         (gnus-summary-local-variables): Make move and delete hooks local to
1387         summary buffers.
1388
1389 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * rtree.el: New file.
1392
1393 2010-12-01  Julien Danjou  <julien@danjou.info>
1394
1395         * message.el (message-user-organization): Do not use
1396         gnus-local-organization.
1397
1398         * gnus.el: Remove gnus-local-organization.
1399
1400         * gnus-msg.el: Remove nastygram thing.
1401
1402 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1403
1404         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1405         funcall.
1406
1407 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1410         names.
1411
1412         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1413         characters.
1414
1415         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1416         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1417         Suggested by Štěpán Němec <stepnem@gmail.com>.
1418         (gnus-gravatar-transform-address): Use mail-extract-address-components
1419         that supports non-ASCII names rather than mail-header-parse-addresses.
1420
1421 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * proto-stream.el (open-protocol-stream): All starttls connections are
1424         handled by the network handler.
1425
1426 2010-11-30  Julien Danjou  <julien@danjou.info>
1427
1428         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1429         (nnimap-open-connection-1): Fix PREAUTH.
1430
1431         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1432
1433 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1436         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1437         (shr-insert): Use them.
1438         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1439
1440 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1441
1442         * nnir.el (nnir-request-move-article): Bail out if original group
1443         doesn't support article moves.
1444         (nnir-get-active): Improve active list retrieval.
1445
1446 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1449
1450 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1451
1452         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1453         seem to accept strings-with-numbers as port numbers,
1454
1455 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1456
1457         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1458         change the registry.
1459
1460 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1463         delete-dups that is not available in XEmacs 21.4.
1464
1465         * mm-util.el (mm-delete-duplicates): Add comment.
1466
1467 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1468
1469         * nnir.el (nnir-ignored-newsgroups): New variable.
1470         (nnir-get-active): Use it.
1471
1472 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * proto-stream.el (proto-stream-open-network): Add some comments.
1475
1476         * nntp.el (nntp-open-connection): Provide a :success condition.
1477
1478         * nnimap.el (nnimap-open-connection-1): Ditto.
1479
1480         * proto-stream.el (proto-stream-open-network): See what the response to
1481         the STARTTLS command is.
1482
1483         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1484         backwards compatibility).
1485         (nnimap-open-connection-1): Really respect nnimap-server-port.
1486
1487         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1488         TLS upgrades we don't really care about the identity of the peer.
1489         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1490         that what we've checked for.
1491         (proto-stream-always-use-starttls): Only default to t if
1492         open-gnutls-stream exists.
1493         (proto-stream-open-network): If STARTTLS failed, then just open a
1494         normal connection.
1495         (proto-stream-open-network): Wait until the greeting before doing
1496         STARTTLS.
1497
1498         * nntp.el (nntp-open-connection): Report what the connection error is.
1499
1500         * proto-stream.el (open-protocol-stream): Rename from
1501         open-proto-stream.
1502
1503 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * nnimap.el (nnimap-stream): Change default to `undecided'.
1506         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1507         first, and then network.
1508         (nnimap-open-connection-1): Respect nnimap-server-port.
1509         (nnimap-open-connection): Be more backwards-compatible.
1510
1511         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1512         (proto-stream-open-starttls): De-duplicate the starttls code.
1513         (proto-stream-open-starttls): Folded back into the main function.
1514         (proto-stream-open-network): Fix typo in the gnutls path.
1515         (proto-stream-command): Refactor out.
1516
1517         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1518
1519         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1520         starttls.el STARTTLS.
1521
1522         * color.el (color-lab->srgb): Fix function call name.
1523
1524         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1525         if we're using tls.el.
1526         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1527         built in, then don't try to establish a STARTTLS connection.
1528
1529         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1530         servers.
1531
1532         * proto-stream.el (open-proto-stream): Use network, not stream.
1533         (open-proto-stream): Add a way to specify what the end of a command is.
1534
1535         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1536         connections types.
1537         (nntp-open-network-stream): Remove.
1538         (nntp-open-ssl-stream): Remove.
1539         (nntp-open-tls-stream): Remove.
1540         (nntp-ssl-program): Remove.
1541
1542         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1543
1544 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1545
1546         * nnir.el: Fix typos.
1547         (nnir-retrieve-headers-override-function): Rename variable to reflect
1548         new semantics.
1549         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1550         macros.
1551         (nnir-request-article, nnir-request-move-article): Use them.
1552         (nnir-categorize): New function.
1553         (nnir-run-query): Use it.
1554         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1555         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1556         sorted.
1557         (nnir-group-full-name): Use gnus-group-full-name instead.
1558         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1559         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1560
1561 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1564
1565         * proto-stream.el: New library to provide protocol-specific
1566         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1567         protocols.
1568         (open-proto-stream): Complete the documentation.
1569         (proto-stream-open-network): Fix some typos.
1570
1571         * nnimap.el (nnimap-open-connection): Use it.
1572
1573 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1574
1575         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1576         negotiation.
1577
1578 2010-11-26  Julien Danjou  <julien@danjou.info>
1579
1580         * color.el: Rename various rgb functions to srgb.
1581
1582 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1585         names.
1586
1587 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * shr.el (shr-insert): Revert last change.
1590         (shr-find-fill-point): Never leave point being at bol;
1591         relax the kinsoku limitation when rendering tables.
1592
1593 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1596         results from -accept-article.
1597
1598         * shr-color.el: Require cl when compiling.
1599
1600         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1601         checkin.
1602
1603         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1604
1605         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1606
1607         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1608         'add and 'delete to set backend marks.
1609
1610         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1611
1612         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1613
1614         * nntp.el (nntp-request-set-mark): Use it.
1615
1616         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1617
1618         * nnml.el (nnml-request-set-mark): Ditto.
1619
1620         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1621         introduces regressions in article selection.
1622         (nnimap-find-uid-response): New function.
1623         (nnimap-request-accept-article): Use the UID returned, if any.
1624         (nnimap-request-move-article): Use the UID returned, if any.
1625         (nnimap-get-groups): Reimplement to work with folded lines.
1626         (nnimap-find-uid-response): The UID is the last element in the list.
1627         (nnimap-request-set-mark): Extend syntax with 'set.
1628
1629         * nnml.el (nnml-request-set-mark): Ditto.
1630
1631         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1632
1633         * nntp.el (nntp-request-set-mark): Ditto.
1634
1635 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * message.el (message-called-interactively-p): A temporary macro.
1638         (message-goto-body): Use it temporarily.
1639
1640 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1643         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1644         (nnimap-last-response-string): Fix last unfolding fix.
1645
1646 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * shr.el (shr-insert): Fix the way to fold lines.
1649
1650 2010-11-25  Julien Danjou  <julien@danjou.info>
1651
1652         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1653
1654         * color.el: Rename from color-lab.el
1655         (color-rgb->hex): Add.
1656         (color-complement): Add.
1657         (color-complement-hex): Add.
1658
1659         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1660
1661 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1664         don't exist.
1665
1666 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1669         assuming that article displaying or another mml-preview may be
1670         interrupted for an error or for the like.
1671
1672         * shr.el (shr-get-background): Fix argument name.
1673
1674 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1677
1678         * gnus-sum.el (gnus-summary-include-articles): New function.
1679
1680         * message.el (message-goto-body): called-interactively-p needs a
1681         parameter, so use `any'.
1682
1683         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1684         clear marks before moving, since they're synced from the Gnus side
1685         first.
1686
1687         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1688         (gnus-summary-move-article): Copy over all marks before moving, so that
1689         IMAP doesn't think a new article has arrived.
1690
1691 2010-11-24  Julien Danjou  <julien@danjou.info>
1692
1693         * shr.el (shr-insert-background-overlay): Fix typo.
1694         (shr-render-td): Copy the background before rendering.
1695
1696         * shr-color.el (shr-color-visible): Fix docstring.
1697
1698         * shr.el (shr-tag-table): Add bgcolor support.
1699         (shr-render-td): Add bgcolor support.
1700         (shr-get-background): Add.
1701         (shr-insert-foreground-overlay): Use shr-get-background.
1702
1703         * message.el (message-goto-body): Use called-interactively-p.
1704         (message-in-body-p): message-goto-body returns point.
1705
1706 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1709         Fixes something or other in Emacs 23, and is backwards compatible.
1710
1711         * message.el (message-goto-body): Remove the <#secure special-casing,
1712         which is too special.
1713
1714         * shr.el (shr-parse-style): Drop !important from styles.
1715
1716 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1717
1718         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1719         this function to return incorrect results when calling it with an
1720         explicit article argument different from
1721         (gnus-summary-article-number).
1722
1723 2010-11-24  Julien Danjou  <julien@danjou.info>
1724
1725         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1726         (shr-tag-body): Add background support.
1727         (shr-descend): Add background support.
1728         (shr-tag-title): Add.
1729
1730         * shr-color.el (shr-color-visible): Really return original background
1731         if fixed.
1732
1733 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * shr.el (shr-color-check): Protect against non-existant colour names.
1736
1737 2010-11-24  Julien Danjou  <julien@danjou.info>
1738
1739         * color-lab.el: Require 'cl when compiling.
1740
1741         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1742
1743         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1744         matched part.
1745
1746         * color-lab.el: Fix all expt calls to use float type.
1747
1748 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1749
1750         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1751         expression to shr-color-check as is.
1752
1753         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1754
1755         * color-lab.el: Add coding cookie.
1756         (float-pi): Use eval-and-compile.
1757
1758         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1759         compiled for Emacsen having no `libxml-parse-html-region' support.
1760
1761 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * shr.el (shr-insert-color-overlay): Split stuff like
1764         "#444444 !important" to find the real colour.
1765         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1766         parse <font color="red"> entries.
1767
1768 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1769
1770         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1771         point when parsing headers.
1772
1773         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1774         is positioned properly when parsing headers.
1775
1776 2010-11-23  Julien Danjou  <julien@danjou.info>
1777
1778         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1779
1780         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1781
1782         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1783
1784         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1785         Use shr-color-hue-to-rgb.
1786         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1787
1788 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * shr.el (shr-color->hexadecimal): Autoload.
1791         (shr-descend): Add color to all tags.
1792
1793 2010-11-22  Julien Danjou  <julien@danjou.info>
1794
1795         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1796         shr-color->hexadecimal.
1797
1798         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1799         RGB() or HSL() color representation.
1800
1801         * shr.el (shr-tag-font): Add.
1802         (shr-tag-color-check): New function to get better colors.
1803         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1804         tag-span.
1805
1806         * shr-color.el: New file.
1807
1808         * color-lab.el: New file.
1809
1810         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1811
1812 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1813
1814         * nnir.el: Fix typo in comments.
1815         (nnir-run-imap): Simplify code. No need to reverse artlist.
1816         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1817
1818 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1821
1822         * nnimap.el (nnimap-get-capabilities): Refactor out.
1823         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1824
1825 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1826
1827         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1828         appearing when `mm-uu-hide-markers' is nil.
1829
1830 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * nnimap.el (nnimap-unselect-group): Make into its own function.
1833         (nnimap-request-rename-group): Unselect group before renaming.
1834         This had gotten lost somewhere.
1835         (nnimap-request-accept-article): Keep track of examined groups, and
1836         unselect the group before APPENDing to read-only groups.
1837         (nnimap-request-move-article): Clear flags before moving so that they
1838         can be re-set later.
1839
1840 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1843         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1844
1845 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus-art.el (gnus-mime-display-single)
1848         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1849         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1850         parameter.
1851
1852 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1855         (shr-table-vertical-line): New variable.
1856         (shr-insert-table): Use it.
1857
1858 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-html.el (gnus-html-wash-images): Don't display images if
1861         gnus-inhibit-images is non-nil; register displayer for cid images.
1862         (gnus-html-display-image): Work for cid image.
1863         (gnus-html-insert-image): Allow arguments.
1864         (gnus-html-put-image): Inhibit read-only.
1865         (gnus-html-prefetch-images): Don't prefetch images if
1866         gnus-inhibit-images is non-nil.
1867
1868 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * shr.el (shr-put-image): Break lines when inserting big pictures.
1871
1872 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1873
1874         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1875         sender, thanks Katsumi Yamaoka.
1876
1877 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1878
1879         * nnir.el (nnir-run-imap): Reverse the article list for each group
1880         rather than the whole list.
1881
1882 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * shr.el (shr-image-displayer): Protect function against non-existent
1885         image source.
1886
1887         * gnus-art.el (gnus-inhibit-images): New user option.
1888         (gnus-mime-display-single): Don't display image if it is non-nil.
1889
1890         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1891         gnus-inhibit-images.
1892
1893         * shr.el (shr-image-displayer): New function.
1894         (shr-tag-img): Use it.
1895
1896 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1897
1898         * mml2015.el (mml2015-epg-sign): Use From header.
1899
1900 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1903
1904         * gnus-util.el (gnus-find-text-property-region): Return markers.
1905
1906         * shr.el (shr-tag-img): Put a displayer in the text property.
1907
1908         * gnus-util.el (gnus-find-text-property-region): New utility function.
1909
1910         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1911         (gnus-html-show-images): Remove.
1912
1913         * gnus-art.el (gnus-article-show-images): New, more general function.
1914
1915         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1916         image url text properties.
1917
1918         * shr.el: Ditto.
1919
1920         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1921         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1922
1923 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1924
1925         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1926         work for two or more articles.
1927
1928 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1931         divide an image that's in an html article to two or more when washing
1932         non-ASCII characters in alt text of it.
1933
1934 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1937         smime-decrypt-region using function argument.
1938         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1939
1940         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1941
1942         * smime.el (smime-decrypt-region): Catch it.
1943
1944 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1945
1946         * smime.el (smime-mode-map): Move initialization into declaration.
1947         (gnus-run-mode-hooks): Don't autoload.
1948         (smime-mode): Use define-derived-mode.
1949
1950 2010-11-11  Glenn Morris  <rgm@gnu.org>
1951
1952         * smime.el (from): Restrict declaration to XEmacs.
1953
1954         * nnir.el (gnus-group-topic-name): Autoload.
1955
1956 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * shr.el (shr-insert): Don't break long line if it is because of
1959         kinsoku-bol characters in the line end.
1960
1961 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1962
1963         * nnir.el (nnir-request-move-article): Fix to provide original group
1964         and subject.
1965         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1966         been retrieved.
1967
1968         * gnus-sum.el (gnus-summary-move-article): Use original group and
1969         subject for virtual articles such as those in an nnir summary buffer.
1970
1971 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1974         least 21.5).
1975
1976         * smime.el (from): Declare it again for XEmacs.
1977
1978 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * message.el (message-resend): Don't disable encoding unless it's
1981         already encoded.
1982
1983         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1984         low-numbered articles.
1985
1986 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * rfc2047.el (rfc2047-syntax-table): Simplify.
1989
1990         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1991
1992         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1993         set-char-table-range for XEmacs.
1994
1995 2010-11-10  Glenn Morris  <rgm@gnu.org>
1996
1997         * time-date.el (time-to-seconds): Always an alias on Emacs,
1998         never a real function.
1999         (with-no-warnings): Remove compat stub, now unused.
2000         (time-less-p): Doc fix.
2001         (time-to-number-of-days): Simplify.
2002
2003         * smime.el (from): Remove unused declaration.
2004
2005         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2006         (gnus-float-time): On Emacs, always an alias.
2007
2008         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2009         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2010
2011 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * dgnushack.el: Don't use ignore-errors in the top level form since it
2014         is unavailable in XEmacs even if cl is loaded.
2015
2016         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2017
2018 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * shr.el (browse-url-mailto): Autoload.
2021
2022         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2023
2024         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2025         regexp doesn't need quoting.
2026
2027 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2028
2029         * message.el (message-subject-trailing-was-ask-regexp)
2030         (message-subject-trailing-was-regexp): Match was: in addition to was.
2031
2032 2010-11-09  Glenn Morris  <rgm@gnu.org>
2033
2034         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2035         (nnbabyl-check-mbox): Use point-at-bol.
2036
2037 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2040
2041         * message.el (message-mailto): New function.
2042         (message-mailto): Should accept other parameters.
2043         (message-mailto): Remove since it duplicates browse-url-mailto
2044         functionality.
2045
2046 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2049         methods.
2050         (gnus-read-active-file): Ditto.
2051
2052         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2053         ": " from the prompt.
2054         (gnus-group-make-group): Ditto.
2055
2056 2010-11-07  Glenn Morris  <rgm@gnu.org>
2057
2058         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2059         (gnus-bookmark-kill-line): Use point-at-eol.
2060
2061 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2064         asterisks in From header.
2065
2066 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2069         string to avoid making the From headers syntactically invalid.
2070
2071         * message.el (message-send-mail): Don't insert courtesy messages if the
2072         message already has List-Post and List-ID messages.
2073
2074 2010-11-06  Glenn Morris  <rgm@gnu.org>
2075
2076         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2077         `condition', `type', `length' a prefix.
2078         (gnus-treat-predicate): Update for above name changes.
2079
2080 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2081
2082         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2083         binding.  Handled by `gnus-summary-refer-thread' instead.
2084         (nnir-warp-to-article): New backend function.
2085
2086         * nnimap.el (nnimap-request-thread): Force dependency updating.
2087
2088         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2089         (gnus-summary-refer-thread): Rework to improve thread-referral.
2090
2091         * gnus-int.el (gnus-warp-to-article): New function.
2092
2093         * gnus-sum.el (gnus-summary-article-map): Bind it.
2094
2095 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2096
2097         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2098         gnus-summary-refer-thread.
2099
2100         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2101         headers.
2102         (gnus-summary-limit-include-thread): Prevent articles in thread from
2103         being cut in gnus-cut-threads.
2104         (gnus-summary-refer-thread): Limit retrieved headers to those in
2105         thread.
2106
2107 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * message.el (message-send-mail): Use the value of
2110         message-courtesy-message from the message buffer.
2111
2112         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2113
2114         * shr.el (shr-browse-url): Implement mailto: URLs.
2115
2116         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2117         "raw".
2118
2119         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2120         if it's already selected.
2121
2122         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2123
2124 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2127         to measure the length and truncate alt text.
2128
2129 2010-11-03  Glenn Morris  <rgm@gnu.org>
2130
2131         * nndiary.el (nndiary-generate-nov-databases-1)
2132         (nndiary-generate-active-info): Rename dynamic variable `files' to
2133         something less generic.
2134
2135 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2136
2137         * nnir.el (nnir-request-move-article): Call the underlying backend to
2138         move articles from nnir.
2139
2140 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2143
2144 2010-11-02  Julien Danjou  <julien@danjou.info>
2145
2146         * nnir.el: Remove wais support.
2147
2148 2010-11-02  Glenn Morris  <rgm@gnu.org>
2149
2150         * gnus-html.el: Reorder requirements to quieten compiler.
2151
2152 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2155         properly for XEmacs as well.
2156         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2157         (gnus-article-natural-long-line-p): Use window-width rather than
2158         frame-width.
2159
2160 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2161
2162         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2163         (nnir-read-parms): Don't modify query.
2164         (nnir-run-query): Add ability to search topic on current line.
2165         (nnir-get-active): Clean up.
2166
2167 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2170         degenerate articles.
2171
2172         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2173         (gnus-print-buffer): Just print the buffer as is, without any copying
2174         to a buffer and then re-highlighting.
2175
2176         * nnimap.el (nnimap-request-group): Store the new updated info.
2177         (nnimap-request-group): Select the group when we don't know whether it
2178         exists or not.
2179
2180         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2181         groups.
2182
2183         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2184         groups.
2185
2186         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2187         groups.
2188
2189         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2190         long-lines case by only filling the long lines.
2191
2192         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2193         (bug #7311).
2194
2195 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * shr.el: No need to declare `declare-function' since shr.el is for
2198         only Emacsen that provide `libxml-parse-html-region'.
2199
2200         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2201         effective only in a file it is referred to.
2202
2203 2010-11-01  Glenn Morris  <rgm@gnu.org>
2204
2205         * mm-util.el (gnus-completing-read): Autoload.
2206         (mm-read-coding-system): Simplify Emacs definition.
2207
2208         * nnmail.el (gnus-activate-group):
2209         * nnimap.el (gnutls-negotiate):
2210         * nntp.el (netrc-parse): Fix declarations.
2211
2212 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2215         string-match-p in Emacs >=23.
2216
2217         * gnus-msg.el (gnus-configure-posting-styles)
2218         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2219
2220 2010-11-01  Glenn Morris  <rgm@gnu.org>
2221
2222         * nnir.el (declare-function): Add compat stub.
2223         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2224         (nnir-run-gmane): Require 'mm-url.
2225
2226         * mm-util.el (mm-string-to-multibyte): Simplify.
2227
2228         * shr.el (declare-function): Add compat stub.
2229         (url-cache-create-filename): Declare.
2230         (mm-disable-multibyte, widget-convert-button): Autoload.
2231
2232         * smime.el (ldap-search): Declare.
2233         (smime-cert-by-ldap-1): Require ldap on Emacs.
2234
2235         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2236         (nnimap-keepalive): Use gnus-float-time.
2237
2238         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2239         (mail-source-delete-crash-box): Use gnus-float-time.
2240
2241         * gnus-dired.el (gnus-completing-read): Autoload.
2242
2243         * mm-view.el (gnus-rescale-image): Autoload.
2244
2245         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2246
2247         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2248
2249         * sieve-manage.el: Require 'cl when compiling.
2250
2251         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2252         (gnus-iswitchb-completing-read): Require iswitchb.
2253         (gnus-select-frame-set-input-focus): Silence compiler.
2254
2255 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * message.el (message-subject-trailing-was-query): Change default to t,
2258         since I think that's what most people want.
2259
2260         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2261         appending for easier debugging.
2262         (nnimap-wait-for-connection): Take a regexp.
2263         (nnimap-request-accept-article): Wait for the continuation line before
2264         sending anything unless we're streaming.
2265
2266         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2267         leave the header washing to take place.
2268
2269 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2270
2271         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2272         regular expression match and replace in posting styles.
2273
2274 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2275
2276         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2277         an entire server.
2278         (nnir-get-active): New function.
2279         (nnir-run-imap): Use it.
2280         (nnir-run-gmane): Who knew, gmane search returns an article score!
2281
2282         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2283         server on the current line with nnir.
2284
2285 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2288         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2289         left edge.
2290         (gnus-article-foldable-buffer): Skip past the prefix when determining
2291         raggedness.
2292
2293         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2294         the raw article, and change `C-u g' to show the article without doing
2295         treatments.
2296
2297         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2298         on to `gnus-treat-article'.
2299         (gnus-inhibit-article-treatments): New variable.
2300
2301         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2302
2303         * gnus-art.el (gnus-treatment-function-alist): Have
2304         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2305         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2306         sections.
2307
2308         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2309         parameter.
2310         (gnus-article-fill-cited-long-lines): New function.
2311         (gnus-article-fill-cited-article): Allow filling only long sections.
2312
2313         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2314         and non-punctuation (like after the apostrophe in "'We").
2315
2316         * gnus-sum.el (gnus-summary-select-article): Make sure
2317         gnus-original-article-buffer is alive.
2318
2319         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2320         reflect the order they're in in the digest.
2321
2322         * gnus.el (gnus-group-startup-message): Move point to the start of the
2323         buffer.
2324
2325         * nnimap.el (nnimap-capability): New function.
2326         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2327         is set.
2328
2329 2010-10-31  David Engster  <dengste@eml.cc>
2330
2331         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2332         conform with changes to gnus-completing-read.
2333
2334 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2337
2338 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2339
2340         * nnir.el: Move defvar, defcustom around to keep file organized
2341         and keep byte-compiler quiet.
2342         (nnir-read-parms): Accept search-engine as arg.
2343         (nnir-run-query): Pass search-engine as arg.
2344         (nnir-search-engine): Remove.
2345
2346 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * shr.el (shr-generic): The text nodes should be text, not :text.
2349
2350         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2351         later in the file.
2352
2353 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2354
2355         * nnir.el: General clean up.  Allow searching with multiple engines.
2356         Allow separate extra-parameters for each engine.
2357         Batch queries when possible.
2358         (nnir-imap-default-search-key,nnir-method-default-engines):
2359         Add customize interface.
2360         (nnir-run-gmane): New engine.
2361         (nnir-engines): Use it.  Qualify all prompts with engine name.
2362         (nnir-search-engine): Remove global variable.
2363         (nnir-run-hyrex): Restore for now.
2364         (nnir-extra-parms,nnir-search-history): New variables.
2365         (gnus-group-make-nnir-group): Use them.
2366         (nnir-group-server): Remove in favor of gnus-group-server.
2367         (nnir-request-group): Avoid searching twice.
2368         (nnir-sort-groups-by-server): New function.
2369
2370 2010-10-30  Julien Danjou  <julien@danjou.info>
2371
2372         * gnus-group.el: Remove gnus-group-fetch-control.
2373
2374         * gnus-start.el (gnus-find-new-newsgroups):
2375         Remove gnus-check-first-time-used.
2376
2377         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2378
2379 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2380
2381         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2382         set on groups that don't have \* permanentflags.
2383
2384 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2387         control the background color.
2388         (shr-tag-img): Ignore very small web bug type images.
2389         (shr-put-image): Add help-echo alt texts to the images.
2390         (shr-tag-video): Show the video poster image.
2391
2392 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * shr.el (shr-table-depth): New variable.
2395         (shr-tag-table-1): Only insert the images after the top-level table.
2396
2397         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2398
2399         * gnus-util.el (gnus-list-memq-of-list): New function.
2400
2401         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2402         selected.
2403         (nnimap-unsplittable-articles): New slot.
2404         (nnimap-new-articles): Use it.
2405
2406 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2407
2408         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2409         move to the previous line on `M-g'.
2410
2411 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2414         *-request-group, which seems unnecessary.
2415
2416         * nnimap.el (nnimap-quote-specials): Function copied over from
2417         imap.el.
2418         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2419         they support that.  Suggested by Tom Regner.
2420
2421 2010-10-29  Julien Danjou  <julien@danjou.info>
2422
2423         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2424         defalias.
2425         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2426
2427         * gnus.el: Remove `gnus-nntp-service' variable.
2428         (gnus-secondary-servers): Make obsolete.
2429         (gnus-nntp-server): Make obsolete.
2430
2431         * gnus-start.el (gnus-1): Remove x-splash calls.
2432
2433         * gnus-ems.el (gnus-x-splash): Remove.
2434
2435         * gnus.el (gnus-group-startup-message): Simplify/update code.
2436
2437         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2438         definition.
2439
2440         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2441         capability before doing anything.
2442         (gnus-group-insert-group-line): Remove useless
2443         gnus-group-remove-excess-properties.
2444
2445 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2448
2449 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2452         config after reselecting.
2453
2454 2010-10-28  Julien Danjou  <julien@danjou.info>
2455
2456         * shr.el (shr-put-image): Use point even if only inserting text.
2457         (shr-put-image): Save excursion when inserting alt text on non-graphic
2458         display, so the behaviour is the same when we are on a graphic display.
2459
2460         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2461
2462 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2465         (gnus-mime-copy-part): Check coding system, not charset.
2466         (gnus-mime-view-part-externally): Never remove part.
2467         (gnus-mime-view-part-internally): Don't remove part here.
2468         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2469         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2470         multipart/alternative.
2471
2472         * mm-decode.el (mm-display-part): Take optional arg `force'.
2473
2474 2010-10-26  Julien Danjou  <julien@danjou.info>
2475
2476         * gnus-group.el (gnus-group-default-list-level): Add this function to
2477         compute the default list level.
2478         (gnus-group-default-list-level): Add possibility to use a function.
2479
2480 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2483
2484         * gnus-group.el (gnus-group-completing-read)
2485         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2486         gnus-replace-in-string.
2487
2488 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * shr.el (shr-tag-div): Add.
2491
2492         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2493
2494 2010-10-25  Julien Danjou  <julien@danjou.info>
2495
2496         * gnus-util.el: Remove `gnus-with-local-quit'.
2497
2498         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2499
2500 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2503         the original article buffer.
2504
2505 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * nnimap.el (nnimap-request-head): New function.
2508         (nnimap-request-move-article): Try to be slighly faster by not
2509         requesting the entire message when moving.
2510         (nnimap-transform-headers): Don't bug out on bodiless articles.
2511         (nnimap-send-command): Have no outstanding messages if the IMAP server
2512         doesn't support streaming.
2513         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2514
2515 2010-10-24  Julien Danjou  <julien@danjou.info>
2516
2517         * message.el (message-default-headers): Fix type.
2518
2519 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2522         prefetching images.
2523
2524         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2525         backend for unknown groups.  This is mainly useful for nnimap groups.
2526
2527         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2528         group isn't covered by the agent.
2529
2530 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2531
2532         * nnir.el (nnir-method-default-engines): New variable.
2533         (nnir-run-query): Use it.
2534         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2535         (gnus-summary-nnir-goto-thread): Change group if needed.
2536
2537         * gnus-group.el (gnus-group-group-map): Add key binding for
2538         gnus-group-make-nnir-group.
2539
2540 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * shr.el (shr-tag-object): Add.
2543
2544         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2545         original article buffer live.
2546         (gnus-summary-select-article-buffer):
2547         Mention gnus-widen-article-buffer.
2548
2549 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * shr.el (shr-tag-strong): Add.
2552
2553 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2556         group names.  They mess up the group buffer badly.
2557
2558         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2559
2560         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2561         instead of the summary one.
2562
2563 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * mml.el (mml-preview): Work properly when editing article.
2566
2567         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2568         gnus-have-read-active-file if it's already been in.
2569
2570 2010-10-22  Tom Tromey  <tromey@redhat.com>
2571
2572         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2573         gnus-group-completing-read.
2574
2575 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * message.el (message-mode-map): Don't bind M-; to comment region, to
2578         allow the global comment-dwim to work.
2579
2580 2010-10-21  Julien Danjou  <julien@danjou.info>
2581
2582         * message.el (message-setup-1): Allow message-default-headers to be a
2583         function.
2584
2585 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * shr.el (shr-tag-table): Simplify.
2588
2589 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2592         to avoid trying to snarf invalid stuff.
2593
2594         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2595
2596         * gnus.el (gnus-message-archive-group): Quote value.
2597         (gnus-message-archive-group): Mark as changed.
2598
2599         * shr.el (shr-add-font): Don't put the font properties on the newline
2600         or the indentation.
2601
2602         * message.el (message-fix-before-sending): Change options when sending
2603         non-printable characters.
2604
2605         * gnus.el (gnus-message-archive-method): Change the default to
2606         monthly outgoing groups.
2607
2608         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2609         that have gotten new numbers.
2610
2611         * nnimap.el (nnimap-request-replace-article): New function.
2612
2613 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2616         (nnrss-request-article): Don't use special html washing code.
2617
2618 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * shr.el (shr-tag-table): Remove useless nconc.
2621
2622 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-art.el (article-wash-html): Simplify and remove the charset
2625         stuff.  Use the normal html rendering code instead of the special html
2626         washing code.
2627
2628         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2629         `gnus-w3m' symbols.
2630         (mm-text-html-washer-alist): Remove.
2631
2632         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2633         (mm-inline-media-tests): Remove use.
2634         (mm-text-html-renderer): Change default to the `shr' symbol.
2635
2636         * mm-view.el (mm-inline-text-html): Remove use.
2637
2638         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2639         `gnus-blocked-images' to be a function.
2640         (gnus-article-wash-function): Remove.
2641
2642 2010-10-20  Julien Danjou  <julien@danjou.info>
2643
2644         * spam.el (spam-list-of-processors): Mark as obsolete.
2645
2646         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2647         (nnimap-insert-partial-structure): Fix boundary detection.
2648
2649 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2650
2651         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2652         run file-truename on remote files.  This can be expensive and even
2653         prevent one from editing drafts if some unrelated buffer has a stale
2654         connection.
2655
2656 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2659         kinsoku-eol regardless of shr-kinsoku-shorten.
2660         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2661         (shr-tag-table): Support caption, thead, and tfoot.
2662
2663 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2666         lines.
2667         (shr-save-contents): New command and keystroke.
2668
2669         * nndoc.el (nndoc-type-alist): Add git support.
2670         (nndoc-git-type-p): New function.
2671         (nndoc-transform-git-article): Ditto.
2672         (nndoc-transform-git-headers): Ditto.
2673         (nndoc-transform-git-headers): Generate Subject headers.
2674
2675         * shr.el (shr-parse-style): New function.
2676         (shr-tag-span): Ditto.
2677
2678         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2679         to `G G' to avoid collisions.
2680
2681 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * shr.el: Load kinsoku if necessary.
2684         (shr-kinsoku-shorten): New internal variable.
2685         (shr-find-fill-point): Make kinsoku shorten text line if
2686         shr-kinsoku-shorten is bound to non-nil.
2687         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2688         shr-indentation too when testing if table is wider than frame width.
2689         (shr-insert-table): Use `string-width' instead of `length' to measure
2690         text width.
2691         (shr-insert-table-ruler): Make sure indentation is done at bol.
2692
2693 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2696         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2697         undecoded network data.
2698
2699 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2702         name in the mode line spec so that the mode line menu works
2703         (bug #2431).
2704
2705         * message.el (message-get-reply-headers): If we're fed `to-address',
2706         then always use that.
2707
2708         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2709         aren't so wide as to need to switch off the edit menu.
2710
2711         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2712         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2713
2714         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2715         `M-g'.
2716         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2717         the permanent marks.
2718
2719 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2720
2721         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2722         Splitting according to references/in-reply-to obeys the ignore-groups
2723         variable, while splitting by sender and subject do not.
2724
2725 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2728         alist, so that we can look for non-Unicode chars.
2729         (article-translate-strings): Allow both character and string maps.
2730
2731 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * shr.el (shr-insert): Don't insert space behind a wide character
2734         categorized as kinsoku-bol, or between characters both categorized as
2735         nospace.
2736
2737 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2738
2739         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2740         headers to gnus-newsgroup-headers.
2741
2742 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * shr.el (shr-tag-img): Don't align images -- since we're not
2745         rescaling, this often leads to ugly displays.
2746
2747 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2748
2749         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2750         duplicates.
2751
2752 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2753
2754         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2755         call.
2756
2757 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * gnus.el: Autoload gnus-html-show-images.
2760
2761         * nnimap.el: Use nnheader-message throughout.
2762
2763         * shr.el (shr-tag-img): Ignore images with no data.
2764
2765 2010-10-15  Julien Danjou  <julien@danjou.info>
2766
2767         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2768         a possibility to disable format=flow encoding when using hard newlines.
2769
2770 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * shr.el (shr-insert): Remove space inserted before or after a
2773         breakable character or at the beginning or the end of a line.
2774         (shr-find-fill-point): Do kinsoku; find the second best point or give
2775         it up if there's no breakable point.
2776
2777 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * nnimap.el (nnimap-open-connection): Message when opening connection
2780         for debugging purposes.
2781
2782         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2783         on every setup buffer call to allow this to change from article to
2784         article.
2785
2786         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2787         buffers where we have a wide table.
2788
2789 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2790
2791         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2792         uses *-request-thread.
2793
2794 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2795
2796         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2797         incantation, which is no longer valid.
2798
2799 2010-10-14  Julien Danjou  <julien@danjou.info>
2800
2801         * shr.el: Fix defcustom type (char -> character).
2802
2803 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2806         programs.
2807
2808 2010-10-14  Julien Danjou  <julien@danjou.info>
2809
2810         * shr.el (shr-tag-a): Use url-link as widget type.
2811
2812         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2813         `gnus-group-get-icon'.
2814
2815 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2818         This should make server editing work better.
2819
2820         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2821
2822         * tls.el (tls-program): Remove spurious %s from openssl.
2823
2824         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2825         (nnimap-parse-flags): Fix regexp.
2826
2827         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2828         probably work for CJVK text, too.
2829
2830         * nnimap.el (nnimap-extend-tls-programs): Remove.
2831         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2832
2833         * tls.el (tls-starttls-switches): Remove starttls hack.
2834         (open-tls-stream): Ditto.
2835         (tls-find-starttls-argument): Ditto.
2836
2837 2010-10-13  Julien Danjou  <julien@danjou.info>
2838
2839         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2840         responses.
2841
2842 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2843
2844         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2845
2846         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2847         anything in Emacs.
2848
2849         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2850
2851 2010-10-13  Julien Danjou  <julien@danjou.info>
2852
2853         * shr.el (shr-width): Make shr-width a defcustom with default to
2854         fill-column.
2855         (shr-tag-img): Use shr-width rather than fill-column.
2856
2857 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * dgnushack.el (byte-optimize-apply)
2860         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2861
2862         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2863         position when (X-)Faces exist.
2864         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2865         avatars when called interactively.
2866
2867 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2870         gnus-article-x-face-too-ugly is bound.
2871
2872 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2875
2876         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2877         mailbox that doesn't exist.
2878
2879 2010-10-12  Julien Danjou  <julien@danjou.info>
2880
2881         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2882         (shr-get-image-data): Encode URL properly when fetching from cache.
2883         (shr-tag-img): Use aligned-to spaces to align correctly images.
2884
2885         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2886         before inserting the Gravatar.
2887
2888         * shr.el (shr-tag-img): Add align attribute support for <img>.
2889
2890 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * gnus-gravatar.el (gnus-art): Require.
2893
2894         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2895         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2896         Remove long obsoleted functions.
2897
2898 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2901
2902         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2903
2904         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2905         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2906         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2907         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2908         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2909         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2910         * sieve-manage.el, smime.el, spam.el:
2911         Fix comment for declare-function.
2912
2913 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * nnimap.el (nnimap-request-rename-group): Select group read-only
2916         before renaming it.
2917
2918         * shr.el (shr-insert): Fix up the white space only regexp.
2919
2920         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2921         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2922
2923         * shr.el (shr-current-column): New function.
2924         (shr-find-fill-point): New function.
2925
2926 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2927
2928         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2929         numbers.
2930
2931 2010-10-11  Julien Danjou  <julien@danjou.info>
2932
2933         * shr.el (shr-hr-line): Add.
2934         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2935         display hr lines.
2936         (shr-max-columns): Do not change state to nil if we just inserting
2937         spaces.
2938
2939 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2942         select the last group.
2943
2944 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2945
2946         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2947
2948 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2949
2950         * dig.el (dig-mode-map): Declare and define in one step.
2951
2952 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2955         for Gnus.
2956         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2957         (nnimap-update-qresync-info): Mark \Seen articles as read.
2958
2959         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2960         non-variable, too.
2961
2962         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2963         available.
2964         (nnimap-update-info): Rely more on the current active than the param
2965         active to avoid marking articles as read too much.
2966
2967         * auth-source.el (auth-source-create): Use (user-login-name) for the
2968         user name default.
2969
2970         * nnimap.el (nnimap-update-info): If the server doesn't return any
2971         useful info, just use the previous info.
2972         (nnimap-update-info): Prefer old info over start-article.
2973         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2974
2975 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2976
2977         * nnir.el (autoload): Clean up autoloads.
2978         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2979         Use key rather than value.
2980         (nnir-imap-search-other): New variable.
2981         (nnir-read-parm): Use it.
2982         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2983         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2984
2985 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2986
2987         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2988         the process, too.
2989
2990 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * spam.el (gnus-summary-mode-map): Bind to "$".
2993         Suggested by Russ Allbery.
2994
2995         * shr.el: Rework the way things are indented by <li> slightly.
2996
2997         * gnus.el (gnus-group-set-parameter): Fix typo.
2998
2999         * nnimap.el: Start implementing QRESYNC support.
3000
3001 2010-10-09  Julien Danjou  <julien@danjou.info>
3002
3003         * nnir.el (nnir-engines): Fix too many arguments.
3004
3005 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3008         group is the "last", so that the backends like nnfolder actually save
3009         their folders.
3010
3011         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3012         try to use that for the tls stream.
3013         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3014         UIDVALIDITY and find out which groups are read-only and not.
3015         (nnimap-get-flags): Use the same marks parsing code as the rest of
3016         nnimap.
3017
3018 2010-10-09  Julien Danjou  <julien@danjou.info>
3019
3020         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3021
3022         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3023         retrieving gravatars.
3024
3025         * shr.el (shr-table-corner): Add.
3026         (shr-table-line): Add.
3027         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3028
3029 2010-10-08  Julien Danjou  <julien@danjou.info>
3030
3031         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3032
3033 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3034
3035         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3036
3037         * gnus-sum.el (gnus-mark-article-as-unread)
3038         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3039         (gnus-summary-set-bookmark): Use it.
3040
3041         * gnus-msg.el (gnus-setup-message): Use it.
3042
3043         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3044
3045         * gnus.el (gnus-group-remove-parameter): Use it.
3046
3047         * gnus-group.el (gnus-group-make-web-group): Use it.
3048
3049         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3050
3051         * nnregistry.el: Update docs to mention manual.
3052
3053         * gnus-registry.el: Update docs to mention nnregistry.el.
3054         (gnus-registry-initialize): Don't install nnregistry refer method
3055         automatically.
3056         (gnus-registry-install-nnregistry): Remove it.
3057
3058 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * shr.el (shr-insert): Don't insert double spaces.
3061
3062 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gnus-gravatar.el (gnus-treat-from-gravatar)
3065         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3066         called interactively.
3067
3068         * gnus-art.el (gnus-mime-view-part-externally)
3069         (gnus-mime-view-part-internally): Make predicate function passed to
3070         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3071         of a mime type.
3072
3073         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3074
3075 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * shr.el (require): Require cl when compiling.
3078         (shr-tag-hr): New function.
3079
3080         * nnimap.el (nnimap-update-info): Remove double setting of high.
3081         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3082         This makes nnimap work properly on Courier again.
3083
3084         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3085         the variable for backwards compatability.
3086
3087         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3088         the file name before using to avoid setting mm-default-directory to
3089         nil.
3090
3091         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3092         bidning gnus-agent variables.
3093
3094         * shr.el (shr-render-td): Use a cache for the table rendering function
3095         to avoid getting an exponential rendering behaviour in nested tables.
3096         (shr-insert): Rework the line-breaking algorithm.
3097         (shr-insert): Don't leave trailing spaces.
3098         (shr-insert-table): Also insert empty TDs.
3099         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3100
3101 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3102
3103         * gnus-sum.el (gnus-number): Rename from `number'.
3104         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3105         (gnus-summary-limit-children): Update uses correspondingly.
3106
3107 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3110         (gnus-gravatar-transform-address): Don't show avatars of people of
3111         which mail addresses match gnus-gravatar-too-ugly.
3112
3113 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * shr.el (shr-table-widths): Expand TD elements to fill available
3116         space.
3117
3118 2010-10-07  Julien Danjou  <julien@danjou.info>
3119
3120         * nnimap.el (nnimap-request-rename-group): Add this method.
3121
3122 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3125         name from XEmacs' function-arglist.
3126
3127         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3128         gravatar under XEmacs.
3129
3130 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3131
3132         * auth-source.el: Update docs with TODO items.
3133
3134         * gnus-sync.el: Update docs to explain state and plans.
3135
3136         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3137         Hooks for mark updates.
3138         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3139
3140         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3141         hooks with arguments, which is needed for mark update hooks.
3142
3143 2010-10-06  Julien Danjou  <julien@danjou.info>
3144
3145         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3146         was matched.
3147
3148         * sieve-manage.el: Update example in `Commentary'.
3149
3150         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3151
3152         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3153         not 2000.
3154         (sieve-manage-authenticate): Re-add function.
3155
3156 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * shr.el (shr-insert): Get 'space transition right.
3159         (shr-render-td): Only delete space at the end of the TD.
3160
3161         * nnimap.el (nnimap-open-connection): Prepare to support
3162         open-gnutls-stream.
3163
3164         * shr.el: Rearrange function order to be more logical.
3165
3166 2010-10-06  Julien Danjou  <julien@danjou.info>
3167
3168         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3169         (nnrss-discover-feed): Remove 404 URL in docstring.
3170
3171         * nnir.el: Fix Swish-E URL.
3172         Fix Namazu URL.
3173
3174         * message.el (message-change-subject): Remove 404 URL in a comment.
3175
3176 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3179         called interactively.
3180
3181         * gnus-util.el (gnus-remove-if): Allow hash table.
3182         (gnus-remove-if-not): New function.
3183
3184         * gnus-art.el (gnus-mime-view-part-as-type)
3185         * gnus-score.el (gnus-summary-score-effect)
3186         * gnus-sum.el (gnus-read-move-group-name):
3187         Replace remove-if-not with gnus-remove-if-not.
3188
3189         * gnus-group.el (gnus-group-completing-read):
3190         Regard collection as a hash table if it is not a list.
3191
3192 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193
3194         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3195
3196         * shr.el: Document the table-rendering algorithm.
3197
3198 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3201         for Emacsen having no `libxml-parse-html-region' support.
3202
3203 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3206         invalid URLs.
3207
3208         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3209         line-broken.
3210         (shr-tag-img): Ignore image fetching errors.
3211         (shr-overlays-in-region): Compute overlay positions correctly.
3212
3213         * mm-decode.el (mm-shr): Require shr.
3214
3215         * gnus-art.el (gnus-blocked-images): Move variable here.
3216
3217         * shr.el (shr-insert-table): Bind free variable.
3218
3219         * mm-decode.el (mm-shr): Bind shr-content-function.
3220
3221         * shr.el (shr-content-function): New variable.
3222
3223         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3224         added for symmetry.
3225
3226         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3227
3228         * gnus-group.el (gnus-group-make-group): Doc fix.
3229
3230         * nnimap.el (nnimap-request-newgroups): Return success.
3231
3232         * shr.el (shr-find-elements): New function.
3233         (shr-tag-table): Put all the images after the table.
3234         (shr-tag-table): Really inhibit images inside the table.
3235         (shr-collect-overlays): Copy over overlays from the TD elements to the
3236         main document.
3237
3238         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3239         gnus-blocked-images.
3240
3241 2010-10-05  Julien Danjou  <julien@danjou.info>
3242
3243         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3244
3245         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3246         (gnus-html-maximum-image-size): Add this function.
3247         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3248
3249         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3250         server-value of the capability is nil.
3251
3252 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * shr.el (shr-tag-em): Add <EM> tag.
3255
3256 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3257
3258         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3259         customizable.
3260
3261         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3262         handing broken links to browse-url.
3263
3264 2010-10-05  Julien Danjou  <julien@danjou.info>
3265
3266         * gnus-util.el (gnus-emacs-completing-read)
3267         (gnus-iswitchb-completing-read): Use autoload rather than require.
3268
3269 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3272         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3273         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3274         iswitchb-temp-buflist for XEmacs.
3275
3276         * gnus-util.el (gnus-completing-read-function): Exclude
3277         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3278         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3279         XEmacs.
3280
3281         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3282         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3283
3284         * gnus-html.el: Don't require help-fns under XEmacs.
3285         (gnus-html-schedule-image-fetching): Work for XEmacs.
3286
3287         * mm-decode.el (mm-shr): Decode contents by charset.
3288
3289 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3292         unknown.
3293
3294         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3295         (shr-get-image-data): Ensure against the cache file missing.
3296
3297         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3298         for data.
3299
3300         * spam-report.el (spam-report-url-ping-plain): Don't query about
3301         killing the process.
3302
3303         * shr.el (shr-render-td): Protect against too-wide text.
3304
3305 2010-10-04  Julien Danjou  <julien@danjou.info>
3306
3307         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3308         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3309
3310         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3311         retrieved.
3312
3313 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * shr.el (browse-url): Require.
3316         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3317         lines.
3318         (shr-show-alt-text, shr-browse-image): New commands.
3319         (shr-browse-url, shr-copy-url): New commands.
3320
3321         * gnus-sum.el (gnus-widen-article-window): New variable.
3322         (gnus-summary-select-article-buffer): Use it.
3323
3324         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3325         without @ signs.
3326
3327 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3328
3329         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3330
3331 2010-10-04  Julien Danjou  <julien@danjou.info>
3332
3333         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3334         for XEmacs.
3335
3336 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3339
3340         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3341         (nnimap-close-server): Implement.
3342
3343         * dgnushack.el (iswitchb): Require to shut up the compiler.
3344
3345         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3346         (shr-insert): Tweak line breaking.
3347         (shr-insert): Handle <pre> better.
3348         (shr-tag-li): Get <li> indentation right.
3349         (shr-tag-li): Get <li> indentation even righter.
3350         (shr-tag-blockquote): Ensure paragraph start.
3351         (shr-make-table): Tweak table generation.
3352         (shr-make-table): Fix typo.
3353
3354         * shr.el: Implement table rendering.
3355
3356 2010-10-04  Julien Danjou  <julien@danjou.info>
3357
3358         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3359
3360 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * shr.el (shr-insert): Use string anchors instead of line anchors.
3363
3364 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * shr.el: Add headings.
3367         (shr-ensure-paragraph): Actually work.
3368         (shr-tag-li): Make <ul> prettier.
3369         (shr-insert): Get white space at the beginning/end of elements right.
3370         (shr-tag-p): Collapse subsequent <p>s.
3371         (shr-ensure-paragraph): Don't insert double line feeds after blank
3372         lines.
3373         (shr-insert): \t is also space.
3374         (shr-tag-s): Fix "s" tag name function.
3375         (shr-tag-s): Fix face prop name.
3376
3377 2010-10-03  Julien Danjou  <julien@danjou.info>
3378
3379         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3380
3381         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3382         gnus-window-inside-pixel-edges.
3383
3384         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3385         gnus-ems.
3386
3387         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3388
3389         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3390         function.
3391
3392         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3393         resize choice.
3394
3395 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3398         beginning of the buffer.
3399
3400         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3401         article buffer again.
3402
3403         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3404
3405         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3406         when it's at the start of the buffer.
3407
3408         * shr.el (shr-tag-blockquote): Convert name.
3409         (shr-rescale-image): Use the right image-size variant.
3410
3411         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3412         buffer isn't shown, then select the current article first instead of
3413         bugging out.
3414         (gnus-summary-select-article-buffer): Show both the article and summary
3415         buffers again.
3416
3417         * shr.el (shr-fontize-cont): Protect against regions with no text.
3418         Rename tag functions to shr-tag-* for enhanced security.
3419         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3420
3421 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3422
3423         * shr.el (shr-insert):
3424         * pop3.el (pop3-movemail):
3425         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3426         loaded.
3427
3428 2010-10-03  Glenn Morris  <rgm@gnu.org>
3429
3430         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3431
3432         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3433
3434         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3435
3436         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3437
3438         * gnus-util.el (gnus-make-local-hook): Simplify.
3439
3440 2010-10-02  Julien Danjou  <julien@danjou.info>
3441
3442         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3443         (gnus-ido-completing-read): New function.
3444         (gnus-emacs-completing-read): New function.
3445         (gnus-completing-read): Use gnus-completing-read-function.
3446         Add gnus-completing-read-function.
3447
3448 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * shr.el (shr-insert-document): Autoload.
3451         (shr-img): Be silent.
3452         (shr-insert): Add a newline after every picture before text.
3453         (shr-add-font): Use overlays for combining faces.
3454         (shr-insert): Pass upwards the text start point.
3455
3456         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3457         possible.
3458         (mm-shr): New function.
3459
3460 2010-10-02  Julien Danjou  <julien@danjou.info>
3461
3462         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3463         should go backward.
3464
3465 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3466
3467         * shr.el (shr): Fix typo in provide call.
3468
3469 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * shr.el: New file.
3472
3473         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3474
3475         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3476         completing read.
3477
3478 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3481         we're being queried about.  Suggested by Dan Jacobson.
3482
3483         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3484         Suggested by Jason Eisner.
3485
3486         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3487         table, too.  Suggested by Stefan Wiens.
3488         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3489         the table unnecessary.  Suggested by Stefan Wiens.
3490
3491         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3492         longer needed, and probably doesn't work either, as pointed out by
3493         Stefan Wiens.
3494         (gnus-summary-exit): Remove call to the clearing function.
3495         (gnus-summary-exit-no-update): Ditto.
3496
3497         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3498         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3499         Reported by Stefan Monnier.
3500         (gnus-summary-save-in-rmail): Ditto.
3501
3502         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3503         article buffer, instead of both the article buffer and the summary
3504         buffer.  Sort of suggested by Dan Jacobson.
3505
3506         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3507
3508         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3509         Suggested by Dan Jacobson.
3510
3511         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3512         documentation clearer.
3513
3514         * message.el (message-shorten-references): Comment on the number "21".
3515         Suggested by Stefan Monnier.
3516
3517         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3518         Suggested by Dan Jacobson.
3519
3520         * gnus.el (gnus-large-newsgroup):
3521         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3522
3523         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3524         externalize attachments.  Bug reported by Steve Wen.
3525
3526         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3527         really message anything to the user.
3528
3529         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3530         directly.
3531
3532         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3533         messages in empty groups.
3534
3535 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3536
3537         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3538         non-UIDNEXT group.
3539
3540 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3543         not the value from the collection.
3544
3545         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3546         values.  This sometimes happens on some groups that have no info.
3547         (nnimap-request-newgroups): New function.
3548
3549 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3550
3551         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3552         check into `gnus-registry-initialize'.
3553         (gnus-registry-initialize): Ditto.
3554         Fix and extend header docs.
3555
3556 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3559         regexp backtrace overflows.
3560
3561         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3562         for starttls that tls.el implements; i.e. openssl.
3563
3564         * tls.el (tls-starttls-switches): Give up on using starttls with
3565         gnutls-cli.
3566         (tls-program): Add --insecure to be consistent with the defaults from
3567         openssl s_client.  Now all three commands are insecure.
3568
3569 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * lpath.el: Bind completion-styles-alist for XEmacs.
3572
3573         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3574         (gravatar-create-image): New function that's an alias to
3575         gnus-xmas-create-image, gnus-create-image, or create-image.
3576         (gravatar-data->image): Use it.
3577
3578 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3579
3580         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3581         install the nnregistry refer method.
3582         (gnus-registry-install-hooks): Use it.
3583         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3584         unfollowed groups.
3585
3586 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3587
3588         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3589         expanding threads.
3590
3591 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * nnir.el: Use the server names without suffixes (bug #7009).
3594
3595         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3596         unencrypted to STARTTLS, if possible.
3597
3598 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3599
3600         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3601         headers before superseding.
3602
3603 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604
3605         * nnrss.el (nnrss-use-local): Add documentation.
3606
3607         * nnimap.el (nnimap-extend-tls-programs): New function.
3608         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3609         (nnimap-wait-for-connection): Accept the greeting from the stupid
3610         output from openssl s_client -starttls, too.
3611
3612         * tls.el (tls-starttls-switches): New variable.
3613         (tls-find-starttls-argument): Use it.
3614         (open-tls-stream): Ditto.
3615
3616         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3617         (netrc-machine): Ditto.
3618
3619         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3620         article number.
3621         (nnimap-split-fancy): New variable.
3622         (nnimap-split-incoming-mail): Use it.
3623
3624         * nntp.el (nntp-server-list-active-group): Document.
3625
3626         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3627         SELECT to get the message-id.
3628
3629         * mail-source.el (mail-sources): Remove webmail support.
3630         (defvar): Ditto.
3631         (mail-source-fetcher-alist): Ditto.
3632         (mail-source-fetch-webmail): Remove.
3633
3634         * webmail.el: Remove -- doesn't seem relevant any more.
3635
3636         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3637
3638         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3639         the \r.
3640
3641 2010-09-30  Julien Danjou  <julien@danjou.info>
3642
3643         * gnus-agent.el (gnus-agent-add-group): Fix call to
3644         gnus-completing-read.
3645
3646 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * nndoc.el (nndoc-retrieve-groups): New function.
3649
3650         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3651         `default', use nnmail-split-methods.
3652         (nnimap-request-article): Downcase the NILs so that they are nil.
3653
3654         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3655         symbol.
3656
3657         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3658         code, since if the user has requested network, that's what they ought
3659         to get.
3660         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3661         (nnimap-split-rule): Mark as obsolete.
3662
3663         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3664         New variable.
3665
3666         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3667         correct slot, too.
3668
3669 2010-09-29  Julien Danjou  <julien@danjou.info>
3670
3671         * gnus.el (gnus-local-domain): Declare variable obsolete.
3672
3673         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3674         Fix history computing.
3675         (gnus-ido-completing-read): Require ido.
3676
3677 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3680         build Gnus.
3681
3682         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3683         when interpreting the structures.
3684         (nnimap-request-accept-article): Add \r\n to the lines to make this
3685         work with Cyrus.
3686
3687         * nndraft.el (nndraft-request-expire-articles): Use the group name
3688         instead if "nndraft".  Fix found by Nils Ackermann.
3689
3690 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3691
3692         * nnregistry.el: Add.
3693
3694 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3695
3696         * nnmail.el (group, group-art-list, group-art):
3697         Remove unneeded directives.
3698
3699 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3702         (mm-mime-charset)
3703         * rfc2047.el (rfc2047-syntax-table)
3704         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3705
3706         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3707         rather than `insert-file-contents' and `eval-region'.
3708
3709         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3710         construction.
3711
3712         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3713
3714         * time-date.el: No need to require cl for Emacs 21.
3715
3716 2010-09-29  Julien Danjou  <julien@danjou.info>
3717
3718         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3719         replacement of `gnus-gravatar-relief' to mimic
3720         `gnus-faces-properties-alist'.
3721         Add :version property.
3722
3723 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * mail-source.el (mail-source-report-new-mail)
3726         * message.el (message-default-mail-headers)
3727         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3728
3729         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3730
3731 2010-09-28  Julien Danjou  <julien@danjou.info>
3732
3733         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3734         mail-address contains the same string as real-name.
3735
3736         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3737         non-blank in header, otherwise it'll get stripped.
3738
3739         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3740         real-name, and then for mail address rather than doing : or , search.
3741
3742 2010-09-27  Julien Danjou  <julien@danjou.info>
3743
3744         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3745         right completing-read function.
3746         (gnus-use-ido): New variable
3747         (gnus-completing-read-with-default): Remove.
3748         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3749         (gnus-agent-add-group):
3750         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3751         * mm-view.el (mm-view-pkcs7-decrypt):
3752         * mm-util.el (mm-codepage-setup):
3753         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3754         * mml-smime.el (mml-smime-openssl-sign-query):
3755         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3756         (mml-insert-multipart):
3757         * gnus-msg.el (gnus-summary-yank-message):
3758         * gnus-int.el (gnus-start-news-server):
3759         * mm-decode.el (mm-interactively-view-part):
3760         * gnus-dired.el (gnus-dired-attach):
3761         * gnus.el (gnus-read-method):
3762         * gnus-bookmark.el (gnus-bookmark-jump):
3763         * gnus-art.el (gnus-mime-view-part-as-type)
3764         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3765         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3766         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3767         * nnmairix.el (nnmairix-create-server-and-default-group)
3768         (nnmairix-update-groups, nnmairix-get-server)
3769         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3770         (nnmairix-get-group-from-file-path):
3771         * nnrss.el (nnrss-find-rss-via-syndic8):
3772         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3773         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3774         (gnus-group-browse-foreign-server):
3775         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3776         (gnus-summary-execute-command, gnus-summary-respool-article)
3777         (gnus-read-move-group-name):
3778         * gnus-score.el (gnus-summary-increase-score)
3779         (gnus-summary-score-effect):
3780         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3781
3782 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3785         x-focus-frame.
3786
3787         * nnimap.el (auth-source-forget-user-or-password)
3788         (auth-source-user-or-password): Autoload.
3789
3790         * message.el (message-from-style, message-interactive)
3791         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3792         (message-yank-prefix, message-indentation-spaces, message-signature)
3793         (message-signature-file): Add comment.
3794
3795 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3798         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3799         new articles.
3800
3801         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3802         parts.
3803         (nnimap-request-article): Work with the t setting, too.
3804
3805         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3806         that you don't get flashes of other buffers.
3807         (gnus-summary-show-complete-article): Intern before setting.
3808
3809 2010-09-27  David Engster  <dengste@eml.cc>
3810
3811         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3812         well as HEADERS.
3813         (nnmairix-retrieve-headers): Provide new argument for the above.
3814
3815 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * gnus-sum.el (gnus-summary-move-article): Don't alter
3818         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3819         group.
3820
3821         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3822
3823         * message.el (message-cite-prefix-regexp): Revert my last edit.
3824
3825         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3826         variable instead of the Gnus variable.
3827
3828         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3829
3830         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3831
3832         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3833         since some servers don't like it.
3834         (nnimap-open-connection): Forget credentials if the server says the
3835         password was wrong.
3836         (nnimap-parse-line): Protect against invalid data.
3837
3838         * gnus-sum.el (gnus-summary-move-article): Add comment.
3839         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3840         nothing alters it while scanning for new messages.
3841
3842         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3843         which may or may not help.
3844         (nnimap-open-connection): If we're doing a stream connection, and then
3845         discover we're on a STARTTLS-capable server, then open a STARTTLS
3846         connection instead.
3847
3848 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * nnimap.el (utf7): Require.
3851
3852         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3853         prefix.
3854
3855 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3856
3857         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3858
3859 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * nnimap.el (nnimap-request-accept-article): Message the error on
3862         error.
3863
3864 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3867
3868 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * nndoc.el (nndoc-request-list): Return success always.
3871
3872         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3873         `fetch-old' -- we only want to fetch the articles we've requested.
3874         The rest are in the agent, probably.
3875         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3876         disappeared server" to something low.  It's not important.
3877
3878         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3879         arrived before the FETCH data.
3880
3881         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3882         target here, because we don't know the Gnus name of the group.
3883
3884         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3885         for the correct group.
3886
3887         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3888
3889         * gnus.el (gnus): Give a final warning after startup.
3890
3891         * gnus-util.el (gnus-action-message-log): New variable.
3892         (gnus-message): Use it.
3893         (gnus-final-warning): New function.
3894
3895         * nnimap.el (nnimap-open-connection): Record the greeting.
3896         (nnimap): Add greeting.
3897
3898 2010-09-26  Julien Danjou  <julien@danjou.info>
3899
3900         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3901         arguments.
3902         (gnus-html-wash-images): Fix spec computing to include start/end.
3903
3904         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3905
3906 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3909         deletion.
3910         (nnimap-retrieve-headers): Don't select the group, because that's
3911         already done by nnimap-possibly-change-group.
3912
3913         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3914         (gnus-picon-transform-address): Use it.
3915
3916         * mail-source.el (mail-source-value): Revert previous patch.
3917
3918         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3919         on failure.
3920         (nnimap-open-connection): Look up both virtual and physical server name
3921         credentials.
3922
3923         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3924
3925 2009-02-07  Dave Love  <fx@gnu.org>
3926
3927         * tls.el (open-tls-stream): Don't query killing process.
3928
3929 2009-02-08  Dave Love  <fx@gnu.org>
3930
3931         * gnus-win.el (gnus-window-to-buffer-helper)
3932         (gnus-all-windows-visible-p): Function needn't be a symbol.
3933
3934         * mail-source.el (mail-source-value): Function needn't be a symbol.
3935
3936 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * message.el (message-cite-prefix-regexp): Remove } from the cite
3939         prefix.
3940
3941         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3942         highlight again, so that the highlight is correct.
3943
3944         * gnus-picon.el (gnus-picon): Remove again.
3945         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3946
3947         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3948         doing the header highlightling, so that the background colour of the
3949         picon is correct.
3950
3951         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3952         (gnus-picon): Ditto.
3953         (gnus-picon): Reinstate.  The background colour for picons is white.
3954         (gnus-picon-insert-glyph): Make the background white.
3955
3956         * nnml.el (nnml-open-nov): Don't return dead buffers.
3957
3958         * auth-source.el (auth-source-create): Query the user for whether to
3959         store the credentials.
3960
3961         * netrc.el (netrc-store-data): New function.
3962
3963         * auth-source.el (auth-source-user-or-password): Use the existing auth
3964         sources, if any, for creation.
3965
3966         * gnus.el (gnus-group-fast-parameter): Return the last matching
3967         parameter instead of the first matching parameter.
3968
3969 2010-09-26  Julien Danjou  <julien@danjou.info>
3970
3971         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3972
3973 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * mml2015.el (mml2015-use): Remove gpg support.
3976
3977         * mml1991.el (mml1991-function-alist): Remove gpg function.
3978         (mml1991-gpg-sign): Remove.
3979
3980 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3981
3982         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3983         (gnus-browse-unsubscribe-current-group): Document it.
3984         (gnus-browse-unsubscribe-group): Use it.
3985
3986 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3989         address to the To list for easier response.
3990
3991         * gnus.el (gnus-play-startup-jingle): Remove.
3992         (gnus-splash): Don't play jingle.
3993         (gnus): Silence gnus-load message.
3994
3995         * gnus-art.el (gnus-treat-play-sounds): Remove.
3996
3997         * gnus.el (gnus-play-jingle): Remove audio support.
3998
3999         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4000
4001         * earcon.el: Remove -- no users.
4002
4003         * gnus-audio.el: Remove -- no users of this package.
4004
4005         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4006
4007         * gnus-start.el (gnus-setup-news): Remove nocem support.
4008
4009         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4010
4011         * gnus.el (gnus-use-nocem): Remove.
4012
4013         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4014         Remove.
4015
4016         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4017         uses NoCeM any more.
4018
4019         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4020         (gnus-button-ctan-handler): Ditto.
4021         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4022         (gnus-button-ctan-directory-regexp): Ditto.
4023         (gnus-button-handle-ctan): Ditto.
4024         (gnus-button-tex-level): Ditto.
4025         (gnus-button-alist): Remove CTAN stuff.
4026
4027 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4030         nnimap-streaming test.
4031
4032         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4033         servers twice.
4034
4035         * nnimap.el (nnimap-open-connection): Add more error reporting when
4036         nnimap fails early.
4037
4038         * nnheader.el (nnheader-get-report-string): New function.
4039         (nnheader-get-report): Use it.
4040
4041         * gnus-int.el (gnus-check-server): Say what the error was when opening
4042         failed.
4043
4044         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4045         using streaming.
4046
4047 2010-09-25  Julien Danjou  <julien@danjou.info>
4048
4049         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4050         gnus-window-inside-pixel-edges.
4051
4052 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4055
4056         * mm-decode.el (mm-save-part): Allow saving to other directories the
4057         normal Emacs way.
4058
4059         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4060         Suggested by Jay Berkenbilt.
4061
4062         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4063         there isn't a single byte.
4064
4065         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4066         just do it.  It doesn't really seem to matter what the user responds
4067         here, I think, so it's just a confusing question.
4068
4069         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4070         non-streaming case.
4071
4072         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4073         (gnus-article-encrypt-body): Use it.
4074
4075         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4076         keystroke.
4077
4078         * nnimap.el (nnimap-find-wanted-parts-1):
4079         Use gnus-fetch-partial-articles.
4080
4081         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4082
4083         * nnimap.el (nnimap-insert-partial-structure): New function.
4084         (nnimap-get-partial-article): New function.
4085         (nnimap-request-article): Use it.
4086         (nnimap-wait-for-response): Return whether the wait was successful.
4087         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4088         retrieval wasn't successful.
4089         (nnimap-retrieve-group-data-early): Allow throttling servers.
4090         (nnimap-streaming): New variable.
4091         (nnimap-fetch-partial-articles): Remove.
4092
4093         * mm-decode.el (mm-with-part): Protect against killed buffers.
4094
4095         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4096         for prettier summary display.
4097
4098 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4099
4100         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4101
4102 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4105         apparently third-party libraries depend on it.
4106
4107         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4108         before starting negotiation.
4109
4110         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4111         privacy reasons.
4112         (gnus-treat-mail-gravatar): Ditto.
4113
4114         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4115         buffer when inserting images.  Inserting text into the headers, for
4116         instance, can make them invalid.
4117
4118 2010-09-25  Julien Danjou  <julien@danjou.info>
4119
4120         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4121         variables.
4122
4123         * nnheader.el: Remove useless variables news-reply-yank-from and
4124         news-reply-yank-message-id.
4125
4126         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4127         variables.
4128
4129         * mml1991.el: Remove useless mml1991-verbose.
4130
4131         * gnus.el: Remove useless variable gnus-use-generic-from.
4132         Remove obsolete variable gnus-topic-indentation.
4133
4134         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4135
4136         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4137
4138         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4139
4140         * gnus-group.el: Remove useless gnus-group-icon-cache.
4141         Remove useless gnus-ephemeral-group-server.
4142
4143         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4144
4145         * mml2015.el: Remove useless mml2015-verbose.
4146
4147         * mml-smime.el: Remove useless mml-smime-verbose.
4148
4149         * gnus.el: Remove useless gnus-local-domain.
4150
4151         * gnus-gravatar.el (gnus-gravatar-transform-address):
4152         Use gnus-gravatar-size.
4153
4154         * gnus-art.el: Remove useless gnus-treat-translate.
4155
4156 2010-09-24  Julien Danjou  <julien@danjou.info>
4157
4158         * gnus-sum.el: Add support for Gravatars.
4159
4160         * gnus-art.el: Add support for Gravatars.
4161
4162         * gnus-gravatar.el: Add this file.
4163
4164         * gravatar.el: Add this file.
4165
4166 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4169
4170         * gnus-group.el (gnus-group-fetch-faq): Remove.
4171
4172         * gnus.el (gnus-group-faq-directory): Remove.
4173
4174         * gnus-group.el (gnus-group-fetch-charter): Remove.
4175
4176         * gnus.el (gnus-group-charter-alist): Remove.
4177
4178         * gnus-group.el (gnus-group-archive-directory): Remove.
4179         (gnus-group-recent-archive-directory): Ditto.
4180         (gnus-group-make-archive-group): Remove.
4181
4182         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4183
4184         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4185         use the same article number for all the cached articles.
4186
4187         * nnimap.el (nnimap-command): Register the last command time so
4188         that we can use it for idling NOOPs.
4189         (nnimap-open-connection): Start the keeplive timer.
4190         (nnimap-make-process-buffer): Store all the process buffers.
4191         (nnimap-keepalive): New function.
4192
4193         * starttls.el (starttls-open-stream): Add autoload cookie.
4194
4195 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4196
4197         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4198         handling.
4199
4200 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4203         its data structures.
4204
4205         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4206         instead of the cl.el copy-list.
4207         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4208         equalp.
4209
4210 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4213         and tool-bar-local-item-from-menu.
4214
4215         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4216         mode-line-highlight face for Emacs.
4217
4218         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4219         loading gnus-sum.elc; fix comment for canlock-verify.
4220         (gnus-article-jump-to-part): Use read-number.
4221         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4222         Remove Emacs pre-21 compatible code for help-echo.
4223         (gnus-article-next-page-1): No need to adjust the number of lines.
4224         (gnus-article-describe-bindings): Always use help-buffer.
4225
4226         * gnus-audio.el (gnus-audio-inline-sound)
4227         * gnus-cus.el (gnus-custom-mode)
4228         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4229
4230         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4231
4232         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4233         compatible code.
4234
4235 2010-09-24  Glenn Morris  <rgm@gnu.org>
4236
4237         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4238         visiting the fcc file in rmail-mode.
4239
4240         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4241
4242 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * nnir.el: Silence the byte compiler.
4245
4246         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4247         alias to browse-url-url-encode-chars if any.
4248         (gnus-html-encode-url): Use it.
4249
4250 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * gnus-start.el (gnus-use-backend-marks): New variable.
4253         (gnus-get-unread-articles-in-group): Use it.
4254
4255         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4256         makeover.
4257
4258 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4259
4260         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4261
4262 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4265         Remove.
4266         (gnus-setup-news-hook):
4267         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4268
4269         * gnus-int.el (gnus-request-update-info): Protect against backends not
4270         having the function.
4271
4272         * nnimap.el (nnimap-stream): Mention starttls.
4273         (nnimap-open-connection): Add starttls support.
4274
4275 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4276
4277         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4278
4279 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4282         BODYSTRUCTUREs.
4283         (nnimap-transform-headers): Unfold quoted {42} headers.
4284
4285         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4286         the info.
4287         (gnus-get-unread-articles): Only call updatep on backends that support
4288         it.
4289
4290         * nnweb.el (nnweb-request-update-info): NOOP.
4291
4292         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4293
4294         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4295         since it only deals with marks.
4296
4297         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4298         gnus-request-marks, and make a new gnus-request-update-info.
4299
4300         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4301         the active instead of the high number, which is usually too low.
4302
4303 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4304
4305         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4306         * encrypt.el: Remove.
4307
4308 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4311         server in symbolic form.
4312
4313         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4314
4315 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4318         (nnimap-update-info): Fix up code slightly.
4319
4320         * gnus-int.el (gnus-open-server): Add tracing for performance
4321         debugging.
4322
4323         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4324         (gnus-group-insert-group-line): Pass the real group name so that it
4325         gets the right data.
4326
4327         * gnus-start.el (gnus-get-unread-articles): Don't have
4328         `gnus-get-unread-articles-in-group' update info, since that can be
4329         really slow and doesn't seem to be needed?
4330
4331 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4332
4333         * time-date.el (date-to-time): Try using parse-time-string first before
4334         using the slower timezone-make-date-arpa-standard.
4335
4336 2010-09-22  Julien Danjou  <julien@danjou.info>
4337
4338         * gnus-group.el (gnus-group-insert-group-line):
4339         Call gnus-group-highlight-line.
4340         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4341         default hook list.
4342         (gnus-group-update-eval-form): Add new function.
4343         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4344         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4345
4346 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4349         immediate, then expire all articles.
4350         (nnimap-update-info): Fix off-by-one errors.
4351         (nnimap-flags-to-marks): Would return no marks lists for group with no
4352         flags.  Instead return the other data.
4353
4354 2010-09-22  Julien Danjou  <julien@danjou.info>
4355
4356         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4357         Only return an icon.
4358         (gnus-group-insert-group-line): Compute icon to return.
4359
4360         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4361         (gnus-html-image-fetched): Only cache if
4362         gnus-html-image-automatic-caching is set.
4363         (gnus-html-image-fetched): Check for errors.
4364
4365 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4368         once per method on `g'.  This ensures that backends like nnfolder don't
4369         open all their folders.
4370
4371         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4372         (nnimap-request-list): Nix out group in the correct buffer.
4373         (nnimap-parse-flags): Implement by using `read' instead of
4374         hand-parsing.
4375         (nnimap-flags-to-marks): Pass on permanent-flags.
4376         (nnimap-make-process-buffer): Record the server name.
4377         (nnimap-parse-flags): Fix typo.
4378         (nnimap-request-scan): Run split on the server in general, not just a
4379         single group.
4380
4381         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4382         parameter, and propagate this downwards.
4383
4384         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4385         since EXAMINE changes it on the server.
4386
4387         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4388         this command might take a while.
4389
4390 2010-09-22  Julien Danjou  <julien@danjou.info>
4391
4392         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4393         harmful if you have 2 images side-by-side, they can't be properly
4394         update on text deletion.  Using text-property is safer here.
4395         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4396         data.
4397
4398 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * nnimap.el (nnimap-expunge-inbox): Remove.
4401         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4402         (nnimap-expunge): Flip default to t.
4403
4404         * gnus.el (gnus-method-to-server): Don't push things to the cache
4405         unless it's unique.
4406         (gnus-server-to-method): Ditto.
4407
4408 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4409
4410         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4411
4412 2010-09-22  Julien Danjou  <julien@danjou.info>
4413
4414         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4415         get the start of data.
4416         (gnus-html-encode-url): Add this function to encode special chars in
4417         URL.
4418         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4419         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4420
4421         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4422         default.
4423         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4424
4425         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4426         images alt-text.
4427         (gnus-html-put-image): Put alt-text as help-echo.
4428
4429 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4432         * mm-util.el (mm-decompress-buffer)
4433         * nnir.el (nnir-run-find-grep)
4434         * pop3.el (pop3-list): Use 3rd arg of split-string.
4435
4436         * time-date.el (format-seconds): Comment fix.
4437
4438         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4439         and byte-optimize-form-code-walker.
4440         (dgnushack-make-auto-load): Don't advise make-autoload.
4441
4442         * lpath.el: Remove Emacs 21 stuff.
4443
4444 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4447         outside the active range.  Suggested by Dan Christensen.
4448
4449         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4450         slightly later to avoid double-getting it.
4451
4452         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4453         previous patch.
4454
4455         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4456
4457 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4458
4459         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4460
4461 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * gnus-int.el (gnus-open-server): Give a better error message in the
4464         "go offline" case.
4465
4466         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4467         marks for nnimap, which is seldom the right thing to do.
4468
4469         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4470         (gnus-same-method-different-name): New function.
4471
4472         * nnimap.el (parse-time): Require.
4473
4474         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4475         method in the presence of many similar methods.
4476
4477         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4478
4479         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4480         nnml-inhibit-expiry.
4481
4482         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4483         find out whether methods are equal.
4484
4485         * nnimap.el (nnimap-find-expired-articles): New function.
4486         (nnimap-process-expiry-targets): New function.
4487         (nnimap-request-move-article): Request the article before looking at
4488         what the Message-ID is.  Fix found by Andrew Cohen.
4489         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4490
4491         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4492         for oldness in addition to being a predicate.
4493
4494         * nnimap.el (nnimap-request-group): When we have zero articles, return
4495         the right data to Gnus.
4496         (nnimap-request-expire-articles): Only delete articles immediately if
4497         the target is 'delete.
4498
4499         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4500         method, this would bug out.
4501
4502         * gnus-group.el (gnus-group-expunge-group): Rename from
4503         gnus-group-nnimap-expunge, and implemented as a normal interface
4504         function.
4505
4506         * gnus-int.el (gnus-request-expunge-group): New function.
4507
4508         * nnimap.el (nnimap-request-create-group): Implement.
4509         (nnimap-request-expunge-group): New function.
4510
4511 2010-09-21  Julien Danjou  <julien@danjou.info>
4512
4513         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4514         (gnus-html-cache-expired): Add new function.
4515         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4516         wethever we should display image for fetch it.
4517         Compute alt-text earlier to pass it to the fetching function too.
4518         (gnus-html-schedule-image-fetching): Change function argument to only
4519         get one image at a time, not a list.
4520         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4521         cache.
4522         (gnus-html-get-image-data): New function to retrieve image data from
4523         cache.
4524         (gnus-html-put-image): Change buffer argument to use image data rather
4525         than file, and place image above region rather than inserting a new
4526         one.  Do not take alt-text as argument, since it's useless now: we place
4527         the image above alt-text.
4528         (gnus-html-prune-cache): Remove.
4529         (gnus-html-show-images): Start to fetch image when we find one, do not
4530         push into a temporary list.
4531         (gnus-html-prefetch-images): Only fetch image if they have expired.
4532         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4533         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4534
4535 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4538
4539 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4542         spec inser "*" if the group isn't active instead of 0.
4543
4544         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4545         opening the server.
4546         (nnimap-request-delete-group): Implement group deletion.
4547         (nnimap-transform-headers): Return the size of the entire message in
4548         the Bytes header, not just the size of the first part.
4549         (nnimap-request-move-article): When moving an article from nnimap,
4550         request the article first so the accepting form has an article to
4551         accept.  Reported by Dan Christensen.
4552         (nnimap-command): Make sure that the error message doesn't error out.
4553
4554 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4555
4556         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4557         we haven't requested anything.
4558
4559 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4562         "".  Fix found by Andrew Cohen.
4563
4564         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4565         instead of -encode-string.
4566
4567 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4570
4571         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4572         by mm-subst-char-in-string.
4573
4574 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4577         waiting for the connection string.
4578
4579         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4580         arriving.
4581
4582         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4583         bogus characters.  This allows selecting certain Gmail groups.
4584
4585         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4586         (nnimap-fetch-partial-articles): New variable.
4587         (nnimap-open-connection): When looking for credentials, also use the
4588         nnimap-server-port.
4589         (nnimap-request-article): Return the group/article number, so that Gnus
4590         `^' works as expected.
4591         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4592
4593         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4594         comments.
4595         (gnus-methods-sloppily-equal): New function.
4596         (gnus): When using the development version of Gnus, load the gnus-load
4597         file.
4598
4599         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4600         `gnus-open-server' on each method before trying to scan them etc.
4601         This ensures that all the backend parameters are set correctly.
4602
4603         * nnimap.el (nnimap-authenticator): New variable.
4604         (nnimap-open-connection): Allow anonymous login.
4605         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4606         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4607
4608         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4609         patch, found by Knut Anders Hatlen.
4610
4611 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4612
4613         * gnus-agent.el (gnus-agent-batch-confirmation)
4614         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4615         to gnus-message.
4616         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4617         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4618         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4619         * gnus-int.el (gnus-open-server): Likewise.
4620         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4621         (gnus-score-check-syntax): Likewise.
4622         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4623         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4624         Likewise.
4625         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4626
4627 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4630         calling conventions so that prefetch doesn't bug out.
4631
4632 2010-09-19  Julien Danjou  <julien@danjou.info>
4633
4634         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4635         rather than `subst-char-in-region' in order to be able to replace ASCII
4636         char by UTF-8 ones.
4637
4638         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4639         than curl.
4640         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4641         the right URL and ALT text on images.
4642         (gnus-html-wash-tags): Fix tag case.
4643         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4644         (gnus-article-html): Add -o display_ins_del=2 option.
4645         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4646
4647 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4650         the extra mail headers, which sometimes seem to happen for unknown
4651         reasons.
4652
4653         * mail-parse.el (mail-header-encode-parameter): Define as
4654         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4655         (or most, perhaps?) mail readers don't understand the latter, but do
4656         understand the former.
4657
4658         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4659         to nil, so that no methods are automatically agentized.  I think this
4660         is probably what most users want.
4661
4662         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4663         from url-retrieve, for instance about invalid URLs.
4664
4665         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4666         groups that have no articles.
4667         (nnimap-request-article): Check that we really got an article when we
4668         requested one.
4669
4670         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4671         doesn't exist.
4672
4673         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4674         nntp buffer so the agent can save it.
4675         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4676         that CRLF doesn't get translated to \n.
4677         (nnimap-open-connection): Don't make 'shell commands only send \n.
4678
4679 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4680
4681         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4682         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4683         Update var name.
4684         (nnml-generate-nov-file): Use dolist.
4685         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4686         Use with-current-buffer.
4687
4688 2010-09-18  Julien Danjou  <julien@danjou.info>
4689
4690         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4691         parallel.
4692
4693 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4696         the range update right.
4697         (nnimap-request-group): Don't make `M-g' bug out on group with no
4698         marks.
4699         (nnoo): Require, so that other packages can require nnimap.
4700         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4701         command we're looking for.  This helps when the server sends more
4702         responses after we've gotten everything we expected.
4703         (nnimap): Add a `newlinep' field to keep track of end-of-line
4704         conventions.
4705         Don't send CRLF to things that don't want it.
4706         (nnimap-request-accept-article): Ditto.
4707
4708 2010-09-18  Julien Danjou  <julien@danjou.info>
4709
4710         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4711         than curl to retrieve images.
4712
4713 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4716         the marks.
4717         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4718         (nnimap-wait-for-connection): New function.
4719         (nnimap-open-connection): If we have PREAUTH, don't query for login
4720         credentials.
4721         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4722         when doing a partial update.
4723
4724 2010-09-18  Julien Danjou  <julien@danjou.info>
4725
4726         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4727         tags.
4728
4729 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * nnimap.el (nnimap-credentials): New function.
4732         (nnimap-open-connection): Use the new function to look for credentials
4733         also on the numeric equivalents of "imap" and "imaps".
4734
4735         * gnus-start.el (gnus-activate-group): Send the info to
4736         gnus-request-group.
4737
4738         * nnimap.el (nnimap-request-group): Have the "check" version of the
4739         function parse flags and update the info, so that a `M-g' get a total
4740         resync of all flags from the group.
4741
4742         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4743         to allow backends to alter the info on group selection.  Also alter all
4744         the backend -request-group functions to take the parameter.
4745
4746         * nnimap.el (nnimap-store-info): New function.
4747         (nnimap-update-info): Store the info for later usage.
4748         (nnimap-request-group): Use the stored info for the dont-check case, so
4749         that we don't retrieve all marks when we enter a group.
4750
4751         * nnimap.el: Use deffoo instead of defun for interface functions.
4752
4753         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4754         update the group info.  This makes the nndraft groups, for instance, go
4755         back to their old behaviour.
4756
4757         * gnus-sum.el (gnus-select-newsgroup): Indent.
4758
4759         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4760         in.
4761         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4762         nothing.
4763
4764         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4765         from methods that are denied.
4766
4767         * gnus-int.el (gnus-method-denied-p): New function.
4768
4769         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4770         store the password instead of netrc.
4771         (nnimap-open-connection): Don't error out when we can't make a
4772         connections.
4773
4774         * auth-source.el (auth-source-create): In the password prompt, say what
4775         we're querying for.  Also prompt for user name if that hasn't been
4776         given.
4777
4778         * nnimap.el (nnimap-with-process-buffer): Remove.
4779
4780 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4783         method when we're reading from the agent.
4784
4785         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4786
4787         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4788         that's probably most useful for users.
4789
4790         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4791         "failed" all the time.
4792
4793         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4794         ...)) with (with-current-buffer ... ).
4795
4796         * nntp.el (nntp-open-server): Return whether the open was successful or
4797         not.
4798
4799         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4800         select an unread unseen article first.
4801
4802         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4803         /etc/services, supply some sensible port defaults.
4804
4805         * dgnushack.el: Define netrc-credentials.
4806
4807 2010-09-17  Julien Danjou  <julien@danjou.info>
4808
4809         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4810
4811 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4812
4813         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4814         doesn't have any parameters.
4815
4816 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4819         only upcased checks.
4820
4821         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4822
4823         * nnimap.el (nnimap-open-shell-stream): New function.
4824         (nnimap-open-connection): Use it.
4825         (nnimap-transform-headers): Get the number of lines in each message.
4826         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4827         number of lines.
4828         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4829         problem.
4830
4831         * utf7.el (utf7-encode): Autoload.
4832
4833         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4834         to allow the mail splitting to not return a default group.  This is
4835         useful for nnimap, which will leave unmatched mail in the inbox.
4836
4837         * nnimap.el: Rewritten.
4838
4839         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4840         nnimap usage.
4841
4842         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4843         if the move is internal, so that nnimap can do fast internal moves.
4844
4845         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4846         data.
4847         (gnus-read-active-for-groups): Support finishing the early retrieval of
4848         data.
4849
4850         * gnus-range.el (gnus-range-nconcat): New function.
4851
4852         * gnus-int.el (gnus-finish-retrieve-group-infos)
4853         (gnus-retrieve-group-data-early): New functions.
4854
4855 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4856
4857         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4858         (nnrss-retrieve-groups):
4859         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4860         (pop3-quit): Use with-current-buffer.
4861
4862 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4865         instead of nnheader-accept-process-output.
4866
4867         * dgnushack.el (dgnushack-compile): Add comment.
4868
4869         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4870
4871         * gnus-html.el (gnus-html-schedule-image-fetching)
4872         (gnus-html-prefetch-images): Replace process-kill-without-query by
4873         gnus-set-process-query-on-exit-flag.
4874
4875 2010-09-16  Romain Francoise  <romain@orebokech.com>
4876
4877         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4878
4879 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4882         parameter to unintern is mandatory-ish in Emacs 24.
4883
4884         * gnus-html.el (gnus-html-schedule-image-fetching)
4885         (gnus-html-prefetch-images): Check for curl before using it.
4886
4887         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4888         depend on curl, which isn't essential.
4889
4890         * imap.el: Revert back to version
4891         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4892         seem problematic.
4893
4894 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4895
4896         * gnus-registry.el (gnus-registry-install-shortcuts):
4897         Explicitly pass `obarray' to `unintern' to avoid a warning.
4898
4899 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4902         change.
4903
4904         * nnrss.el (nnrss-request-list): Remove this function and related
4905         functions, including the moreover stuff.
4906
4907 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908
4909         * nnrss.el (nnrss-retrieve-groups): New function.
4910
4911 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4912
4913         * .dir-locals.el: Add no-byte-compile cookie.
4914
4915 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * time-date.el (format-seconds): Comment fix.
4918
4919         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4920         for back end that doesn't support request-scan.
4921
4922 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4925         then do request scans from the backends.
4926
4927         * netrc.el (netrc-credentials): New conveniency function.
4928
4929         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4930         avoid running a hook per line, since this takes a lot of time,
4931         profiling shows.
4932         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4933         directly if gnus-visual-p is true.
4934
4935 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4938         groups; replace mapcar with dolist which is a bit faster; pass groups
4939         info to gnus-read-active-file-1.
4940         (gnus-read-active-file-1): Scan only specified groups if the new
4941         optional arg `infos' is given.
4942
4943 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4946
4947         * pop3.el (pop3-movemail): Remove.
4948         (pop3-streaming-movemail): Rename to pop3-movemail.
4949
4950         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4951         don't restrict end-tag searches to the end of the line.
4952
4953 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4956         articles of every unchecked group to t, which means unknown since the
4957         server has never been opened.
4958
4959 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * gnus-html.el (gnus-html-show-alt-text): New command.
4962         (gnus-html-browse-image): Ditto.
4963         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4964         to browse the image directly.
4965         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4966         better.
4967
4968         * gnus-async.el (gnus-async-article-callback):
4969         Call `gnus-html-prefetch-images' unconditionally.
4970
4971         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4972         before feeding URLs to curl.
4973
4974 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4977         internal images as deletable by `W D D'.
4978
4979         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4980         (gnus-async-article-callback): Fix typo.
4981
4982 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4985         current line to work around bugs in the output from w3m.
4986
4987         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4988         for groups that want that.
4989
4990         * nntp.el (nntp-wait-for-string): Supply a timeout for
4991         accept-process-output to ensure progress.
4992
4993         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4994         level to get unread articles from, then use that for foreign groups,
4995         too.
4996
4997         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4998         confuses the rest of the function.
4999
5000         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5001         for the methods that support -retrieve-groups, too.
5002
5003         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5004
5005 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5008         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5009
5010         * pop3.el: Require cl when compiling.
5011         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5012
5013 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5016         that aren't going to be activated.
5017         (gnus-get-unread-articles): Fix up the last commit.
5018
5019         * gnus-html.el (gnus-article-html): Allow calling without specifying
5020         the handle.  In that case, dissect the buffer first.
5021
5022         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5023
5024         * nnimap.el (nnimap-open-connection): Revert the change that would look
5025         into authinfo for imaps instead of imap.
5026
5027         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5028         say that you don't want to call gnus-request-group with don-check, but
5029         do check the reponse.  This is for virtual groups only.
5030         (gnus-get-unread-articles): Count the archive groups as secondary, so
5031         that they're activated the same way as before.
5032
5033         * imap.el (imap-message-map): Removed optional buffer parameter, since
5034         no callers use it.
5035         (imap-message-get): Ditto.
5036         (imap-message-put): Ditto.
5037         (imap-mailbox-map): Ditto.
5038         (imap-mailbox-put): Ditto.
5039         (imap-mailbox-get): Ditto.
5040         (imap-mailbox-get): Revert last change for this function.
5041
5042         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5043         case-insensitively.
5044         (nnimap-debug): Remove.
5045
5046         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5047         to use `imap-fetch' instead.  According to the comments, this should be
5048         safe, since all other IMAP clients use the 1:* syntax.
5049         (imap-enable-exchange-bug-workaround): Removed.
5050         (imap-debug): Removed -- doesn't seem very useful.
5051
5052         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5053         mail from a file, and the file doesn't exist.
5054
5055         * imap.el (imap-log): New convenience function used throughout instead
5056         of repeating the same code all over the place.
5057
5058         * pop3.el (pop3-streaming-movemail): Return t for success.
5059
5060         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5061         .authinfo if we're using ssl connection.
5062
5063         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5064         already have if we're in a main Gnus `g' run.
5065
5066         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5067
5068 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5071
5072         * nnmh.el (nnmh-request-list-1): Bind `file'.
5073
5074         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5075         alias to set-process-query-on-exit-flag or process-kill-without-query.
5076         (pop3-open-server): Use it.
5077
5078 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5081         box to the Incoming file.  Fixes mistake in previous checkin.
5082
5083         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5084         request loop (for debugging purposes) removed.
5085
5086         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5087         culprit is more visible.
5088         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5089         (nnml-add-incremental-nov): New functions to do "incremental" nov
5090         updates, where we just append to the end of the existing nov files
5091         without reading/writing them in full.
5092
5093         * mail-source.el (mail-source-delete-crash-box): Really only check the
5094         incoming files once in a while.
5095
5096         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5097
5098         * mail-source.el (mail-source-delete-crash-box): Only check the
5099         incoming files for deletion once per day to save a lot of file
5100         accesses.
5101
5102         * pop3.el (pop3-logon): Fix up unbound variable typo.
5103
5104         * mail-source.el (pop3-streaming-movemail): Autoload.
5105
5106         * pop3.el (pop3-streaming-movemail):
5107         Respect pop3-leave-mail-on-server.
5108
5109         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5110         retrieval.
5111
5112         * pop3.el (pop3-process-filter): Remove unused function.
5113         (pop3-streaming-movemail, pop3-send-streaming-command)
5114         (pop3-wait-for-messages, pop3-write-to-file)
5115         (pop3-number-of-responses): New functions for streaming pop3
5116         retrieval.
5117
5118         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5119         come from no known methods.
5120         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5121         list.
5122
5123         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5124         message sizes.
5125         (pop3-movemail): Use erase-buffer instead of looping and deleting
5126         regions, which seems rather odd.
5127
5128         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5129         file once per `g' run.
5130
5131         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5132         directories.  This makes the draft queue directory work.
5133
5134         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5135         data from the backends, so that we only request the list of groups from
5136         each method once.  This should speed things up considerably.
5137
5138         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5139         detect that it's not implemented.
5140
5141         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5142         we actually do recurse down into the tree, but don't stat all leaf
5143         nodes.
5144
5145         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5146         then say so instead of bugging out.
5147
5148         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5149         files exist before trying to read them.
5150
5151         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5152         around <pre_int>.
5153
5154         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5155
5156         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5157
5158 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * mm-util.el (mm-image-load-path): Just return the image directories,
5161         not all directories in the path in addition to the image directories.
5162         (mm-image-load-path): Maintain a cache of the image directories so that
5163         the `g' command in Gnus doesn't have to stat dozens of directories each
5164         time.
5165
5166         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5167         (gnus-html-wash-tags): Add a new `i' command to insert images.
5168         (gnus-html-insert-image): New command and keystroke.
5169         (gnus-html-redisplay-with-images): New command and keystroke.
5170         (gnus-html-show-images): Rename command.
5171         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5172         spacers.
5173         (gnus-html-wash-tags): Decode entities at the end, so that entities
5174         inside the tags don't mess up the rest of the "parsing".
5175
5176         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5177         so that nnimap methods aren't agentized by default.  There's apparently
5178         many problems related to agent/imap behaviour.
5179
5180         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5181
5182         * gnus-html.el: Doc fix.
5183
5184 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5187         specifier-spec-list for Emacs 21.
5188
5189         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5190         glyph-width and glyph-height instead of display-graphic-p and
5191         image-size; make avoidance of displaying small images work for XEmacs.
5192
5193         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5194         for XEmacs.
5195
5196         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5197         of symbol that holds plist data.
5198         (gnus-process-plist): Remove plist of process after getting it.
5199
5200 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * message.el (message-generate-hashcash): Change default to
5203         'opportunistic if hashcash is installed.
5204
5205         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5206         (gnus-html-put-image): Only call image-size once, since it's somewhat
5207         time-consuming on remote X servers.
5208
5209 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5212         type on data, not a file name.
5213
5214         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5215         window-pixel-edges for Emacs 21.
5216
5217         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5218         decoded contents.
5219         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5220
5221 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5224         group line format, since it isn't very interesting.
5225
5226         * gnus-agent.el (gnus-agent-short-article),
5227         (gnus-agent-long-article): Increase values for these two variables,
5228         since most people are likely to have more network connection and
5229         storage than before.
5230
5231         * gnus.el (gnus-refer-article-method): Change default to 'current.
5232         When referring an article, the common behaviour is to refer it from the
5233         current select method, not the native select method.  The chances of
5234         the native select method having the message in question is rather slim
5235         these days.
5236
5237         * gnus-sum.el (gnus-auto-select-subject): Change default to
5238         `unseen-or-unread'.  I think it's likely that most people want to
5239         select an unseen article over a previously seen, but unread one.
5240
5241         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5242         means that in the article buffer none of the minor mode elements will
5243         be shown, usually, and this is not desirable in most cases.
5244
5245         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5246         that commands like `d' (and the like) go to the next line in the
5247         buffer, instead of the next unread article.  I think this is the
5248         behaviour that is most natural for most users.
5249         (gnus-single-article-buffer): Change default to nil, so that people can
5250         have as many article buffers open as they have summary buffer.  I think
5251         this is the most natural way for the groups to behave.
5252
5253         * message.el (message-generate-new-buffers): Change default to
5254         `unsent', so that all new message buffers start their names with the
5255         string "*unsent", and it's easier to find the buffers if you move from
5256         them.
5257
5258 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5259
5260         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5261         small.  They're probably tracking images.
5262         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5263         (gnus-html-rescale-image): Yet another try at getting the image sizing
5264         right.
5265
5266         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5267         nntp-marks-file-name is nil.
5268
5269 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * gnus-html.el (gnus-html-wash-tags)
5272         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5273         Better logging.
5274
5275 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5278
5279         * gnus-html.el (gnus-html-wash-tags): Check the value of
5280         gnus-blocked-images in the summary buffer.
5281
5282 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5285
5286 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287
5288         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5289         like "a", it seems like.
5290         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5291         since it needs to be picked from the correct buffer.
5292
5293         * nnwfm.el: Remove.
5294
5295         * nnlistserv.el: Remove.
5296
5297 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5298
5299         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5300         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5301
5302 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * nnkiboze.el: Remove.
5305
5306         * nndb.el: Remove.
5307
5308         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5309         alt text.
5310         (gnus-html-rescale-image): Try to get the rescaling logic right for
5311         images that are just wide and not tall.
5312
5313         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5314         overshadow variable bindings.
5315
5316 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5317
5318         * gnus-html.el (gnus-html-wash-tags)
5319         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5320         Add extra logging.
5321
5322 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5325         (gnus-max-image-proportion): New variable.
5326         (gnus-html-rescale-image): New function.
5327         (gnus-html-put-image): Rescale images.
5328
5329 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5330
5331         Fix up some byte-compiler warnings.
5332         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5333         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5334         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5335         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5336         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5337         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5338         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5339
5340 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-html.el (gnus-article-html): Decode contents by charset.
5343
5344 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5347         (gnus-html-frame-width, gnus-blocked-images)
5348         * message.el (message-prune-recipient-rules): Add custom version.
5349         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5350
5351         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5352         functions.
5353
5354         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5355         gnus-process-get.
5356
5357 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5358
5359         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5360         instead of lsub directly.
5361
5362 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * nnwarchive.el: Remove.
5365
5366         * gnus-soup.el: Remove.
5367
5368         * nnsoup.el: Remove.
5369
5370         * nnultimate.el: Remove.
5371
5372         * gnus-html.el (gnus-blocked-images): New variable.
5373
5374         * message.el (message-prune-recipients): New function.
5375         (message-prune-recipient-rules): New variable.
5376
5377         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5378         guess whether a long line is natural text or not.
5379
5380         * gnus-html.el (gnus-html-schedule-image-fetching):
5381         Use gnus-process-plist and friends for compatibility.
5382
5383 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5384
5385         * gnus-html.el: Require packages that define macros used in this file.
5386         (gnus-article-mouse-face): Declare to silence byte-compiler.
5387         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5388         process-get.
5389         (gnus-html-put-image): Use plist-get to avoid getf.
5390         (gnus-html-prefetch-images): Use with-current-buffer.
5391
5392 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-ems.el: Provide compatibility functions for
5395         gnus-set-process-plist.
5396
5397         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5398         header-line-format for XEmacs 21.4.
5399
5400         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5401         * gnus.el (gnus-valid-select-methods)
5402         * message.el (message-send-mail-partially-limit)
5403         * mm-decode.el (mm-text-html-renderer)
5404         * mml.el (mml-insert-mime-headers-always)
5405         * smiley.el (smiley-regexp-alist): Bump custom version.
5406
5407 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408
5409         * gnus-html.el: require mm-url.
5410         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5411         with the url to `url'.
5412         (gnus-html-wash-tags): Support cid: URLs/images.
5413
5414 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5417         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5418         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5419
5420         * gnus-move.el: Remove file, since it doesn't really work.
5421
5422         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5423         UTF-8.  This seems to fix problems with some German web feeds.
5424
5425         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5426         at the top so that the proper colours are applied.
5427
5428         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5429         don't have dots in their names.
5430
5431         * gnus-art.el (gnus-article-view-part): Doc fix.
5432
5433         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5434         XEmacs-compatible.
5435         (gnus-html-put-image): Don't do images on non-graphic displays.
5436
5437         * nnslashdot.el: Remove this unused backend.
5438
5439         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5440         actions.
5441         (gnus-undo-register-1): Revert last change.
5442
5443         * gnus-group.el (gnus-group-completing-read): Protect against not
5444         having completion-styles bound.
5445
5446         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5447         make broken recipients happier.
5448
5449         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5450
5451         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5452         point parameter.
5453
5454         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5455
5456         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5457         completion-styles for group selection.
5458
5459 2009-02-04  Andreas Schwab  <schwab@suse.de>
5460
5461         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5462         headers and regexp-quote the match if necessary.
5463
5464 2009-03-24  Miles Bader  <miles@gnu.org>
5465
5466         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5467         the blinking smiley.
5468
5469 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5470
5471         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5472         blink smiley.
5473
5474 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5477         where the dribbel file lives exists.
5478
5479         * message.el (message-send-mail-partially-limit): Change the default to
5480         nil, since most people don't want this.
5481
5482         * mm-url.el (mm-url-decode-entities): Also decode entities like
5483         &#x3212.
5484
5485 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5486
5487         * gnus-sum.el (gnus-summary-idna-message):
5488         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5489         Hyperlink urls in docstrings with URL `...'.
5490
5491 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5492
5493         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5494         functions.
5495
5496 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5499         say what the mouseover text should be.
5500
5501         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5502         version of the mm-w3m-safe-url-regexp variable to only download images
5503         in the groups where we want that to happen.
5504
5505         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5506
5507         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5508         easier debugging.
5509         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5510         big pictures in the article buffer.
5511
5512         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5513         gnus-article-html.
5514         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5515         w3m.
5516
5517         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5518
5519 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520
5521         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5522         which doesn't exist.
5523
5524         * message.el (message-inhibit-ecomplete): New variable to allow some
5525         function to inhibit ecomplete address storage.
5526         (message-resend): Disable ecomplete message storage when resending
5527         messages.
5528
5529         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5530
5531 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5534         Save excursion while copying, moving, and deleting articles in order to
5535         prevent the cursor from jumping to unforeseen place.
5536
5537 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * lpath.el: No need to bind bookmark-current-buffer,
5540         bookmark-yank-point and bookmark-make-record-function.
5541
5542 2010-08-17  Glenn Morris  <rgm@gnu.org>
5543
5544         * gnus-sync.el: Require gnus components whose functions are used.
5545
5546         * gnus-art.el (bookmark-make-record-function):
5547         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5548         Declare for compiler.
5549
5550         * mm-url.el (mml-compute-boundary): Autoload.
5551
5552 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5555
5556 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         Typo fix "hoo4a" -> "hook".
5559
5560         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5561
5562 2010-08-14  Glenn Morris  <rgm@gnu.org>
5563
5564         * gnus-sync.el (gnus-sync): Fix defgroup version.
5565
5566 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5569
5570         * gnus-sync.el: Fix docs.
5571         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5572         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5573
5574 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         Optimizations for gnus-sync.el.
5577
5578         * gnus-sync.el: Add docs about gnus-sync-backend
5579         possibilities.
5580         (gnus-sync-save): Remove unnecessary message.
5581         (gnus-sync-read): Optimize and show what groups were skipped.
5582
5583 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5584
5585         Minor bug fixes for gnus-sync.el.
5586
5587         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5588         Don't read the sync on get-new-news.
5589
5590         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5591         quiet.
5592
5593         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5594         (fix typo).
5595
5596 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5597
5598         Make saving and restoring of hidden threads work with overlays.
5599         Patch applied by Ted Zlatanov.
5600
5601         * gnus-sum.el (gnus-hidden-threads-configuration)
5602         (gnus-restore-hidden-threads-configuration): Update to deal with text
5603         properties, rather than searching for a magic character.
5604
5605 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         New gnus-sync.el library for synchronization of marks.
5608
5609         * gnus-sync.el: New library for synchronization of marks.
5610
5611         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5612         renamed from `gnus-registry-grep-in-list'.
5613
5614         * gnus-registry.el (gnus-registry-follow-group-p):
5615         Use `gnus-grep-in-list'.
5616
5617         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5618
5619 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5622         determining charset of text fails.
5623
5624 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * nnmail.el (nnmail-get-new-mail-1): Revert.
5627
5628         * nnml.el (nnml-active-number): Make sure names of newly created groups
5629         in nnml-group-alist are encoded.
5630
5631 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5634         containing non-ASCII characters in active file for nnml back end.
5635
5636 2010-07-24  David Engster  <dengste@eml.cc>
5637
5638         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5639         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5640
5641 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5642
5643         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5644         tag (Bug#6654).
5645
5646 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5649         the article buffer, not the summary buffer.
5650
5651 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5654         Emacs 23 as well.
5655
5656 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5659         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5660
5661 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5662
5663         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5664         Patch applied by Karl Fogel.
5665
5666         * gnus-sum.el (gnus-summary-bookmark-make-record):
5667         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5668
5669 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5670
5671         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5672         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5673         C-w still not working correctly from Article buffers; Thierry's
5674         patch to fix that will be applied after this.
5675
5676         * gnus-art.el (bookmark-make-record-function): New local variable.
5677
5678         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5679         article buffer.
5680         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5681
5682 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5683
5684         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5685         on changes in bookmark.el.
5686
5687 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5690         `no-log' instead of message not to log prompt string.
5691
5692 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5693
5694         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5695         the *other* type of HTML form submission.
5696
5697 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5698
5699         * auth-source.el (auth-source-pick): If choice does not contain a
5700         questioned keyword, set the check to t.
5701
5702 2010-06-12  Romain Francoise  <romain@orebokech.com>
5703
5704         * gnus-util.el (gnus-date-get-time): Move up before first use.
5705
5706 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5709         (gnus-article-edit-part): Bind it to make last part that is substituted
5710         or deleted visible.
5711         (gnus-mime-display-single): Buttonize part of which id equals to
5712         gnus-mime-buttonized-part-id.
5713
5714 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5715
5716         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5717         (gnus-dd-mmm): Use gnus-date-get-time.
5718         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5719         simplify logic.
5720         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5721         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5722
5723 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5724
5725         * auth-source.el (top): Autoload `secrets-list-collections',
5726         `secrets-create-item', `secrets-delete-item'.
5727         (auth-sources): Fix tag string.
5728         (auth-get-source, auth-source-retrieve, auth-source-create)
5729         (auth-source-delete): New defuns.
5730         (auth-source-pick): Rewrite in order to avoid 2 passes.
5731         (auth-source-forget-user-or-password): New parameter USERNAME.
5732         (auth-source-user-or-password): New parameters CREATE-MISSING and
5733         DELETE-EXISTING.  Retrieve password interactively, if needed.
5734
5735 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5736
5737         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5738         deleting unused directories when gnus-expert-user is t.
5739
5740 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5743         for each temp file when gnus-article-browse-delete-temp is ask.
5744
5745 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5746
5747         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5748         Lisp calls to delete-backward-char by calls to delete-char.
5749
5750 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5751
5752         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5753
5754 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5755
5756         * password-cache.el (password-cache-remove): Fix docstring.
5757
5758 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5761         article unless decoding article to be saved.
5762
5763 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5766         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5767         generated within the mm-with-unibyte-current-buffer macro.
5768
5769 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5772         to nil when we're in a mml-preview buffer and no group is selected.
5773
5774 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5775
5776         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5777         when catching the `C-g'.  Reported by "Leo".
5778
5779 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * message.el (message-forward-make-body-plain)
5782         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5783         multibyte-string-p.
5784
5785         * lpath.el: Revert.
5786
5787 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * message.el (message-forward-make-body-mml): Assume original message
5790         is multibyte string; error on unibyte.
5791         (message-forward-make-body-plain): Ditto; don't add excessive newline
5792         in body end.
5793
5794         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5795
5796 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5797
5798         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5799         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5800
5801 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * mm-extern.el (mm-extern-url): Don't use
5804         mm-with-unibyte-current-buffer.
5805         (mm-extern-cache-contents): Use with-current-buffer instead of
5806         save-excursion + set-buffer.
5807
5808 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * mm-util.el (mm-emacs-mule): Remove.
5811
5812 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5813
5814         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5815         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5816         change.
5817
5818 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5821         bind the default value of enable-multibyte-characters to nil.
5822
5823 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * message.el (message-forward-make-body-plain)
5826         (message-forward-make-body-mml):
5827         Don't use mm-with-unibyte-current-buffer.
5828
5829 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5830
5831         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5832
5833 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5834
5835         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5836         (Bug#5592).
5837
5838 2010-05-07  Julien Danjou  <julien@danjou.info>
5839
5840         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5841         it to mm-pipe-part.
5842
5843         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5844         it is given.
5845
5846 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * binhex.el (binhex-decode-region-internal)
5849         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5850         (dns-query)
5851         * nnweb.el (nnweb-gmane-search)
5852         * pgg-parse.el (pgg-parse-armor)
5853         * pgg.el (pgg-verify-region)
5854         * sha1.el (sha1-string-external)
5855         * uudecode.el (uudecode-decode-region-internal)
5856         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5857         XEmacs.
5858
5859         * gnus-art.el (gnus-article-browse-html-parts)
5860         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5861         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5862         make-temp-file.
5863
5864         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5865         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5866         compiling.
5867
5868         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5869         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5870         XEmacs when compiling.
5871
5872         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5873         gnus-pick-mode-off-hook for XEmacs when compiling.
5874         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5875         gnus-binary-mode-off-hook for XEmacs when compiling.
5876
5877         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5878         Return nil if char-charset is not available.
5879
5880         * imap.el (imap-disable-multibyte)
5881         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5882         macros.
5883
5884         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5885         instead of encode-coding-string.
5886
5887         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5888         'xemacs) instead of mm-emacs-mule to switch function definitions.
5889         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5890
5891         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5892         bind temporary-file-directory for XEmacs;
5893         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5894         timer-set-function for XEmacs 21.4 and SXEmacs;
5895         bind timer-list for XEmacs 21.4 and SXEmacs;
5896         fbind char-charset and find-charset-region for non-Mule XEmacs;
5897         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5898         encode-coding-region and encode-coding-string for XEmacs having no
5899         file-coding feature.
5900
5901 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5902
5903         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5904
5905 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5908         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5909
5910 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5911
5912         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5913         alias `jka-compr-delete-temp-file' no longer exists.
5914
5915 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5916
5917         Use define-minor-mode in Gnus where applicable.
5918         * mml.el (mml-mode): Use define-minor-mode.
5919         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5920         (gnus-undo-mode): Use define-minor-mode.
5921         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5922         (gnus-dead-summary-mode): Use define-minor-mode.
5923         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5924         Initialize in declaration.
5925         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5926         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5927         (gnus-mailing-list-mode): Use define-minor-mode.
5928         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5929         (gnus-draft-mode): Use define-minor-mode.
5930         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5931         (gnus-dired-mode): Use define-minor-mode.
5932
5933 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5934
5935         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5936         handles on recursive mml-to-mime translation and check them for
5937         boundary delimiter collisions.  Reported by Greg Troxel.
5938
5939 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5942
5943 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5944
5945         * mm-util.el (mm-find-buffer-file-coding-system):
5946         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5947
5948 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5949
5950         * message.el (message-generate-headers): Record insertion of optional
5951         headers as well.  Otherwise the check to prevent repeated insertion of
5952         optional headers is a no-op.
5953
5954 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5955
5956         * smime.el: Don't mention CVS.
5957
5958         * nnrss.el (nnrss-fetch): Don't mention CVS.
5959
5960         * nnir.el: Don't mention CVS.
5961
5962 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5963
5964         * gnus-sum.el (gnus-summary-bookmark-make-record):
5965         Add `location' field.
5966
5967 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * lpath.el: Fbind bookmark-default-handler,
5970         bookmark-get-bookmark-record, bookmark-make-record-default,
5971         bookmark-prop-get for Emacs <23 and XEmacs.
5972
5973 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5974
5975         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5976         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5977         Use with-current-buffer to silence the byte-compiler.
5978         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5979         bother to require `gnus'.
5980         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5981
5982 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5983
5984         * gnus-sum.el (gnus-summary-bookmark-make-record)
5985         (gnus-summary-bookmark-jump): New functions.
5986         (gnus-summary-mode): Setup bookmark support.
5987
5988 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5989
5990         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5991         if set.
5992
5993 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5996         gnus-article-browse-html-save-cid-image; make it work recursively for
5997         forwarded messages as well.
5998         (gnus-article-browse-html-parts): Work when prefix arg is given.
5999         (gnus-article-browse-html-article): Doc fix.
6000
6001 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6002
6003         * message.el (message-default-mail-headers):
6004         (message-default-headers): Carry the value mail-default-headers over
6005         into message-default-mail-headers, rather than message-default-headers.
6006
6007 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6008
6009         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6010         charset.
6011
6012         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6013         charset into the <meta> tag when the article is encoded to utf-8.
6014
6015 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-art.el (gnus-article-browse-delete-temp-files):
6018         Delete directories as well.
6019         (gnus-article-browse-html-parts): Work for images that do not specify
6020         file names; delete temp directory when quitting; insert header at the
6021         right place; use file: scheme for image files.
6022
6023 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6024
6025         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6026         (gnus-article-browse-html-parts): Use it to make temporary cid image
6027         files in addition to html file so that browser may display them.
6028
6029 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6032
6033 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6034
6035         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6036
6037 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * auth-source.el (auth-sources): Change default to be simpler.
6040         Explain about Secret Service API sources.  Improve Customize options.
6041         (auth-source-pick): Change to accept any number of search parameters.
6042         Implement fallbacks iteratively, not recursively.  Add scoring on the
6043         second pass and sort by score.  Call Secret Service API when needed.
6044         (auth-source-user-or-password): Use it.  Call Secret Service API
6045         directly when needed to get the user name and the password.
6046
6047 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6048
6049         * message.el (message-interactive): Doc fix.
6050         (message-qmail-inject-args): Reflow.
6051         (message-kill-to-signature): Fix typo in docstring.
6052
6053         * smiley.el (smiley-buffer): Fix typo in docstring.
6054
6055 2010-03-24  Glenn Morris  <rgm@gnu.org>
6056
6057         * mail-source.el (gnus-message): Declare.
6058         (mail-source-delete-old-incoming): Require gnus-util.
6059
6060 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6063
6064         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6065
6066         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6067         password-cache's default if it is not bound.
6068         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6069         password-cache-expiry's default if it is not bound.
6070
6071         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6072         available in Emacs 21.
6073
6074         * lpath.el: Suppress compiler warnings for:
6075         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6076         XEmacs;
6077         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6078         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6079         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6080
6081 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6082
6083         * auth-source.el (auth-sources): Fix up definition so extra parameters
6084         are always inline.
6085
6086 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6087
6088         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6089         wasn't updated after mismatch.  Clear cached mailbox info correctly
6090         when uidvalidity changes.
6091         (nnimap-group-prefixed-name): New function to avoid some code
6092         duplication.
6093         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6094         (nnimap-request-group): Use it.
6095         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6096         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6097         with many imap folders.  This is done by caching the group status from
6098         the imap server persistently in a group parameter `imap-status'.  (This
6099         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6100         but not persistently, so every Gnus startup was still very slow.)
6101
6102 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6105         delete the extra newline.  Otherwise editing of :string and :number
6106         types don't work.
6107
6108 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6109
6110         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6111         secrets.el dependency.
6112         (auth-sources): Add optional user name.  Add secrets.el configuration
6113         choice (unused right now).
6114
6115 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * gnus-sum.el (gnus-summary-make-menu-bar):
6118         Let `gnus-registry-install-shortcuts' fill in the functions.
6119
6120         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6121         warnings.
6122         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6123         (gnus-registry-install-shortcuts): Populate and use it in a
6124         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6125
6126 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6127
6128         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6129         In-place substitutions for the group name encoding/decoding.
6130         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6131         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6132         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6133         (nnimap-update-unseen, nnimap-request-list)
6134         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6135         (nnimap-request-set-mark, nnimap-split-to-groups)
6136         (nnimap-split-articles, nnimap-request-newgroups)
6137         (nnimap-request-create-group, nnimap-request-accept-article)
6138         (nnimap-request-delete-group, nnimap-request-rename-group)
6139         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6140         `encoded-mbx' for consistency.
6141         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6142         variable `imap-current-mailbox'.
6143
6144         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6145         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6146
6147 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6148
6149         * pop3.el (pop3-display-message-size-flag): Display message size byte
6150         counts during POP3 download.
6151         (pop3-movemail): Use it.
6152         (pop3-list): Implement listing of available messages.
6153
6154 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6155
6156         * nnir.el (nnir-get-article-nov-override-function): New function to
6157         override the normal NOV retrieval.
6158         (nnir-retrieve-headers): Use it.
6159
6160 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6161
6162         * auth-source.el (netrc-machine-user-or-password): Autoload.
6163
6164 2010-03-19  Glenn Morris  <rgm@gnu.org>
6165
6166         Stop message.el from loading about 40 libraries it doesn't always need.
6167         The general approach is to autoload rather than require, and to
6168         require in the specific functions rather than the file.  (Bug#5642)
6169
6170         * gmm-utils.el: Don't require wid-edit.
6171         (widget-create-child-value, widget-convert, widget-default-get):
6172         Autoload.
6173
6174         * gnus-util.el: Don't require time-date, netrc.
6175         (message-fetch-field, gnus-group-name-decode): Declare rather than
6176         autoloading.
6177         (gnus-fetch-field): Require message.
6178         (gnus-decode-newsgroups): Require gnus-group.
6179
6180         * ietf-drums.el: Don't require time-date.
6181
6182         * message.el: Don't require hashcash, canlock, ecomplete.
6183         Do require mail-utils.  Require nnheader only when compiling.
6184         (smtpmail-default-smtp-server): Remove declaration.
6185         (message-send-mail-function): Check smtpmail-default-smtp-server
6186         is bound rather than requiring smtpmail.
6187         (message-auto-save-directory, message-insert-signature):
6188         Use expand-file-name rather than nnheader-concat.
6189         (nnheader-insert-file-contents): Autoload.
6190         (hashcash-wait-async): Declare.
6191         (message-send-mail): Only call gnus-setup-posting-charset if
6192         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6193         (message-send-mail-with-sendmail): Require sendmail.
6194         (canlock-password, canlock-password-for-verify): Declare.
6195         (message-canlock-password): Require canlock.
6196         (nnheader-get-report): Autoload.
6197         (gnus-setup-posting-charset): Declare.
6198         (message-send-news): Require gnus-msg.
6199         (message-make-references, message-make-in-reply-to): Use mail-header-id
6200         rather than the alias mail-header-message-id.
6201         (ecomplete-add-item, ecomplete-save): Declare.
6202         (message-put-addresses-in-ecomplete): Require ecomplete.
6203         (ecomplete-display-matches): Autoload.
6204
6205         * mm-decode.el: Don't require mailcap, gnus-util.
6206         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6207         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6208         Autoload.
6209         (mailcap-mime-extensions): Declare.
6210
6211         * mm-encode.el: Don't require mailcap.
6212         (mailcap-extension-to-mime): Autoload.
6213
6214         * mml-sec.el: Don't require password-cache.
6215
6216         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6217         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6218         (mml-minibuffer-read-type): Require mailcap.
6219         (mml-preview): Require gnus-msg.
6220
6221         * mml1991.el: Require password-cache.
6222         (password-cache-expiry): Remove declaration.
6223
6224         * mml2015.el: Require password-cache.
6225         (password-cache-expiry): Remove declaration.
6226
6227         * nneething.el (mailcap): Require mailcap.
6228
6229         * nnheader.el (declare-function): Add compatibility stub.
6230         (message-remove-header): Declare rather than autoload.
6231         (nnheader-replace-header): Require message.
6232
6233         * nnimap.el (declare-function): Add compatibility stub.
6234         (netrc-parse, netrc-machine-user-or-password): Declare.
6235         (nnimap-open-connection): Require netrc.
6236
6237         * nntp.el (declare-function): Add compatibility stub.
6238         (netrc-parse, netrc-machine, netrc-get): Declare.
6239         (nntp-send-authinfo): Require netrc.
6240
6241         * rfc2047.el: Don't require qp.
6242         (quoted-printable-encode-region, quoted-printable-decode-string):
6243         Autoload.
6244
6245         * sieve-mode.el: Don't require easymenu.
6246         (easy-menu-add-item): Autoload it.
6247
6248         * spam-stat.el (time-to-number-of-days): Autoload it.
6249
6250 2010-03-19  Glenn Morris  <rgm@gnu.org>
6251
6252         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6253
6254 2010-03-18  Glenn Morris  <rgm@gnu.org>
6255
6256         * hashcash.el (declare-function): Remove duplicate definition.
6257
6258 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6259
6260         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6261         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6262         value if any backslash escapes).
6263
6264 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6267         if it is available.  (bug#5647)
6268
6269         * lpath.el: Suppress compiler warning for coding-system-from-name for
6270         Emacs 21 and XEmacs.
6271
6272 2010-03-14  Juri Linkov  <juri@jurta.org>
6273
6274         * hmac-def.el:
6275         * hmac-md5.el:
6276         * netrc.el: Fix keywords.
6277
6278 2010-02-26  Glenn Morris  <rgm@gnu.org>
6279
6280         * message.el (message-send-mail-function): Change the default, so that
6281         it inherits from a customized send-mail-function.  (Bug#5643)
6282
6283 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6284
6285         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6286         shell-command-to-string signals an error (bug#5299).
6287
6288 2010-02-24  Glenn Morris  <rgm@gnu.org>
6289
6290         * message.el (message-smtpmail-send-it)
6291         (message-send-mail-with-mailclient): Doc fixes.
6292
6293 2010-02-16  Glenn Morris  <rgm@gnu.org>
6294
6295         * message.el (message-default-mail-headers): Change the default value
6296         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6297
6298 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6301         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6302
6303 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6304
6305         * time-date.el (date-to-time): Doc fix (Bug#5408).
6306
6307 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6308
6309         * message.el (message-mail): Just pass yank-action on to message-setup.
6310         (message-setup): Handle (FUN . ARGS) form of yank-action.
6311         (message-with-reply-buffer, message-widen-reply)
6312         (message-yank-original): Handle non-buffer values of
6313         message-reply-buffer (Bug#4080).
6314         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6315
6316 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6317
6318         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6319         Fix typo in docstring.
6320
6321 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6322
6323         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6324         response.
6325
6326 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6329
6330         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6331
6332         * message.el (message-check-news-header-syntax): Protect against a
6333         string that `rfc822-addresses' returns when parsing fails.
6334
6335 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6338         (gnus-previous-char-property-change): New functions.
6339
6340         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6341
6342 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6343
6344         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6345         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6346
6347 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6348
6349         * message.el (message-exchange-point-and-mark): Rework last change to
6350         avoid using optional arg of exchange-point-and-mark, for backward
6351         compatibility.
6352
6353 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6354
6355         * message.el (message-exchange-point-and-mark):
6356         Call exchange-point-and-mark with an argument rather than setting
6357         mark-active by hand (Bug#5175).
6358
6359 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * nntp.el (nntp-service-to-port): Work for service expressed with
6362         numeric string; replace [:digit:] with [0-9] for XEmacs.
6363
6364 2009-12-17  Glenn Morris  <rgm@gnu.org>
6365
6366         * gnus-group.el (gnus-bug-group-download-format-alist):
6367         Change emacs entry to debbugs.gnu.org.  Bump :version.
6368
6369 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6370
6371         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6372
6373 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * message.el (message-info): Explain why we use `Info-goto-node'.
6376
6377 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6380
6381 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6382
6383         * message.el (message-completion-in-region): New compatibility function.
6384         (message-expand-group): Use it.
6385
6386 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6389         with no unread article should be listed if the 2nd arg `predicate' is
6390         given.
6391
6392 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6395
6396 2009-11-29  Juri Linkov  <juri@jurta.org>
6397
6398         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6399         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6400         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6401
6402 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6403
6404         * sha1.el (sha1-string-external): default-directory "/" in case
6405         otherwise non-existent.  process-connection-type pipe for touch of
6406         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6407
6408 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6409
6410         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6411         it's comms related and sgml-mode.el has "comm" on that basis too.
6412
6413 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6416         containing tspecial characters if they have been already quoted.
6417
6418 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6419
6420         * dns-mode.el (auto-mode-alist): Purecopy string.
6421
6422 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6423
6424         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6425
6426 2009-10-24  Glenn Morris  <rgm@gnu.org>
6427
6428         * gnus-art.el (help-xref-stack-item): Define for compiler.
6429
6430 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6431
6432         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6433
6434 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6437
6438 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6441         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6442
6443 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6446         (gnus-overlays-in): New alias to overlays-in.
6447
6448         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6449         gnus-overlay-get, and gnus-delete-overlay.
6450         (gnus-summary-show-thread): Make it work as well for systems in which
6451         next-single-char-property-change is not available.
6452         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6453
6454         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6455         (gnus-overlay-get): New alias to extent-property.
6456         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6457
6458         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6459         SXEmacs.
6460
6461         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6462         SXEmacs.
6463
6464 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6465
6466         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6467
6468 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6469
6470         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6471         and XEmacs that don't have `remove-overlays'.
6472
6473 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6474
6475         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6476         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6477         selective display.  Use overlays instead.
6478
6479 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6480
6481         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6482
6483 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6484
6485         * spam-stat.el (spam-stat-load): Fix typo in message.
6486
6487 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6488
6489         * dig.el (dig-invoke): Fix typo in docstring.
6490         (query-dig): Reflow docstring.
6491
6492 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6493
6494         * gnus-art.el (gnus-article-encrypt-body):
6495         * message.el (message-check-recipients):
6496         * mm-util.el (mm-codepage-setup):
6497         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6498         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6499
6500 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6501
6502         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6503         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6504         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6505         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6506         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6507
6508 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6509
6510         * dig.el: Add "Keywords: comm", as per net-utils.el.
6511
6512 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * dig.el (dig-mode): Use define-derived-mode.
6515
6516 2009-09-19  Glenn Morris  <rgm@gnu.org>
6517
6518         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6519
6520 2009-09-18  Glenn Morris  <rgm@gnu.org>
6521
6522         * gnus-diary.el (gnus-diary-check-message):
6523         * message.el (message-insert-formatted-citation-line):
6524         * nnbabyl.el (top-level):
6525         * nndiary.el (nndiary-schedule):
6526         Fix typos in condition-case handlers.
6527
6528 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6531         configuration that provides the sole article window in a frame;
6532         position point correctly after deleting a part.
6533
6534 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6535
6536         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6537         (spam-resolve-registrations-routine): Use it to unregister articles
6538         that change status.
6539
6540 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6543         with XEmacs.
6544         (parse-time-string-chars): Use it.
6545
6546 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * imap.el (imap-interactive-login): Better messages.
6549         (imap-open): Fix bug with renamed buffer on reconnect.
6550         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6551         for easier debugging and cleaner code.  On successful (guessed based on
6552         server capabilities) secondary authentication, set imap-state
6553         correctly.
6554         (imap-last-authenticator): Define imap-last-authenticator as a variable
6555         to avoid warnings.
6556
6557 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * nnrss.el (nnrss-request-article): Remove binding of
6560         default-enable-multibyte-characters that has gotten needless by
6561         the 2007-07-13 change in rfc2047-encode-message-header.
6562
6563         * mml.el (mml-insert-multipart): Error on the message header.
6564         (mml-insert-part): Error on the message header; position point at
6565         the end of a MIME tag.
6566
6567 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * time-date.el (autoload): Expand define-obsolete-function-alias into
6570         defalias and make-obsolete for old Emacsen that Gnus supports.
6571         (with-no-warnings): Define it for old Emacsen.
6572         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6573         is available.
6574         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6575         float-time is available; suppress compile warning for time-to-seconds.
6576
6577         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6578         (gnus-float-time): Alias to float-time if it exists.
6579
6580         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6581         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6582         float-time is available; suppress compile warning for time-to-seconds.
6583
6584         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6585         XEmacs.
6586
6587 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6588
6589         * imap.el (imap-message-map): Docstring fix.
6590
6591 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6594         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6595         Add the optional argument `encoding' that overrides the default.
6596
6597         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6598         mm-encode-buffer.
6599
6600 2009-09-04  Glenn Morris  <rgm@gnu.org>
6601
6602         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6603         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6604         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6605         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6606         * mm-util.el (mm-with-unibyte-current-buffer)
6607         (mm-find-buffer-file-coding-system):
6608         * yenc.el (yenc-decode-region): Use default-value rather than
6609         default-enable-multibyte-characters.
6610
6611 2009-09-03  Glenn Morris  <rgm@gnu.org>
6612
6613         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6614         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6615         than default-enable-multibyte-characters.
6616
6617 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6618
6619         * gnus-art.el (gnus-article-read-summary-keys):
6620         Fix gnus-buffer-configuration's value temporarily used.
6621
6622 2009-09-02  Glenn Morris  <rgm@gnu.org>
6623
6624         * gnus-util.el (gnus-float-time): New function.
6625         * gnus-delay.el (gnus-delay-article):
6626         * gnus-sum.el (gnus-thread-latest-date):
6627         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6628         * nnspool.el (nnspool-request-newgroups):
6629         Use gnus-float-time rather than time-to-seconds.
6630         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6631
6632         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6633         (gnus-header-subject-face, gnus-header-newsgroups-face)
6634         (gnus-header-name-face, gnus-header-content-face):
6635         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6636         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6637         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6638         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6639         (gnus-cite-face-11):
6640         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6641         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6642         (gnus-server-closed-face, gnus-server-denied-face)
6643         (gnus-server-offline-face):
6644         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6645         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6646         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6647         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6648         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6649         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6650         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6651         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6652         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6653         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6654         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6655         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6656         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6657         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6658         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6659         (gnus-summary-high-undownloaded-face)
6660         (gnus-summary-low-undownloaded-face)
6661         (gnus-summary-normal-undownloaded-face)
6662         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6663         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6664         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6665         (gnus-splash-face):
6666         * message.el (message-header-to-face, message-header-cc-face)
6667         (message-header-subject-face, message-header-newsgroups-face)
6668         (message-header-other-face, message-header-name-face)
6669         (message-header-xheader-face, message-separator-face)
6670         (message-cited-text-face, message-mml-face):
6671         * sieve-mode.el (sieve-control-commands-face)
6672         (sieve-action-commands-face, sieve-test-commands-face)
6673         (sieve-tagged-arguments-face):
6674         * spam.el (spam-face):
6675         Mark face aliases with "-face" in the name as obsolete.
6676
6677 2009-09-01  Glenn Morris  <rgm@gnu.org>
6678
6679         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6680         than goto-line.
6681
6682 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6685         Don't move point if the command is invoked inside the message header.
6686
6687 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6688
6689         * imap.el (imap-send-command): Simplify.
6690         (imap-wait-for-tag): point-max -> buffer-size.
6691
6692 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6693
6694         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6695         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6696         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6697         * nnir.el (nnir-swish-e-index-file):
6698         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6699         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6700         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6701         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6702         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6703         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6704
6705 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6708         Don't save excursion.
6709
6710 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6711
6712         * nnheader.el (nnheader-find-file-noselect):
6713         * mm-util.el (mm-insert-file-contents):
6714         Use (default-value 'major-mode) instead of default-major-mode.
6715
6716 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6717
6718         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6719
6720 2009-08-26  Glenn Morris  <rgm@gnu.org>
6721
6722         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6723         than placing in files.el.
6724
6725 2009-08-25  Glenn Morris  <rgm@gnu.org>
6726
6727         * nnir.el (top-level): Don't require cl at run-time.
6728         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6729         Replace cl-function substitute with gnus-replace-in-string.
6730         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6731         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6732         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6733         simplified expansions.
6734
6735 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6736
6737         * dig.el (dig): Add autoload cookie.
6738
6739 2009-08-22  Glenn Morris  <rgm@gnu.org>
6740
6741         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6742         goto-line.
6743
6744 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6745
6746         * parse-time.el (parse-time-string-chars): Save match data.
6747
6748 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6749
6750         * parse-time.el (parse-time-string-chars): Compute using character
6751         classes, to handle non-ascii characters (Bug#3190).
6752
6753 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6756
6757         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6758         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6759         (gnus-mm-display-part, gnus-mime-display-single)
6760         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6761         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6762
6763         * gnus-sum.el
6764         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6765         (gnus-summary-move-article): Add expirable mark to articles copied or
6766         moved to group that has auto-expire turned on if the option is non-nil.
6767
6768 2009-07-24  Glenn Morris  <rgm@gnu.org>
6769
6770         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6771         Fix typo.  (Bug#3903)
6772
6773 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6776         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6777         that should not be used for draft articles.
6778         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6779         that has no concern in minor mode keys.
6780         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6781         Abolish.
6782
6783 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6786         article without making inquiry to a user for unknown encoding.
6787
6788         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6789         (nnmaildir--scan): Assume i-node and device number that file-attributes
6790         returns might be cons-cell.
6791
6792         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6793
6794         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6795
6796 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * auth-source.el: Remove docs now in auth.texi.  Don't use
6799         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6800         `auth-source-hide-passwords' and use them.
6801
6802 2009-07-15  Glenn Morris  <rgm@gnu.org>
6803
6804         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6805
6806 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6809         excessive whitespace from the default values of title and description.
6810
6811 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6814         mail-fetch-field to fetch Content-Description header in order to
6815         exclude newlines.
6816
6817 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6818
6819         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6820         format used by GnuPG 2.0.11.
6821
6822 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6825         to deleted part.
6826
6827 2009-05-30  David Engster  <dengste@eml.cc>
6828
6829         * nnmairix.el: Remove old documentation in the commentary block.
6830         (nnmairix-request-group): Do not update active file for nnml back ends.
6831         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6832         end so that overview files are ignored.
6833         (nnmairix-update-groups): Make updating the groups more robust by using
6834         marks.
6835         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6836         with dollar characters in message-id.
6837
6838 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6841         2008-12-25 in dns.el.
6842
6843 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6844
6845         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6846         could happen if the text is only composed of spaces and/or tabs.
6847
6848 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6849
6850         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6851         when sending a queued message to avoid extra mml tags.
6852
6853 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6856
6857 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6860         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6861         rmail-toggle-header for XEmacs;
6862         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6863
6864 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * gnus-dired.el: Remove autoload for gnus-setup-message.
6867         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6868         displaying Gnus logo; always use compose-mail.
6869
6870 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6873
6874 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6877         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6878         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6879         available.
6880         (gnus-nocem-epg-verify): New function.
6881
6882 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6885
6886 2009-02-15  Glenn Morris  <rgm@gnu.org>
6887
6888         * gnus-util.el (rmail-insert-rmail-file-header)
6889         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6890         autoloads.
6891         (rmail-default-rmail-file): Remove unnecessary declaration.
6892         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6893
6894 2009-02-14  Glenn Morris  <rgm@gnu.org>
6895
6896         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6897         variable (only used in gnus-util, which declares it anyway).
6898         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6899         which was only needed by gnus-art (changed to not use it any more).
6900         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6901         only used in gnus-util, which autoloads it itself.
6902         (rmail-update-summary): Fix autoload.
6903
6904         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6905         rather than rmail-output-to-rmail-file.
6906
6907 2009-02-07  Glenn Morris  <rgm@gnu.org>
6908
6909         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6910         autoload of function that no longer exists.
6911         (rmail-toggle-header): Declare.
6912         (message-forward-rmail-make-body): Handle mbox Rmail.
6913
6914 2009-01-31  Glenn Morris  <rgm@gnu.org>
6915
6916         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6917         2009-01-09 change.
6918
6919 2009-01-31  Dave Love  <fx@gnu.org>
6920
6921         * imap.el (imap-fetch-safe): Bind debug-on-error.
6922         (imap-debug): Add imap-fetch-safe.
6923
6924 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6925
6926         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6927         (auth-source-forget-all-cached): New convenience function.
6928         (auth-source-user-or-password): Accept list of modes or a single mode.
6929
6930         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6931         auth-source modes.
6932
6933         * netrc.el (netrc-machine-user-or-password): Use list of
6934         auth-source modes.
6935
6936         * nnimap.el (nnimap-open-connection): Use list of
6937         auth-source modes.
6938
6939         * nntp.el (nntp-send-authinfo): Use list of
6940         auth-source modes.
6941
6942 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6943
6944         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6945         now.
6946
6947 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6950         coding system in XEmacs; add a workaround for XEmacs.
6951
6952         * lpath.el: Fbind coding-system-aliasee.
6953
6954 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6957         of current-language-environment.
6958
6959 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6962         available at runtime.
6963
6964 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6967
6968 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6969
6970         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6971         the greatest positive fixnum value doesn't work under an XEmacs with
6972         bignum support; use the most-positive-fixnum constant instead,
6973         available since Emacs 21.1 with cl and XEmacs 21.1.
6974
6975 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6978         XEmacs gets not to work.
6979
6980 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * mm-util.el (mm-coding-system-priorities): Allow the value like
6983         "Japanese (UTF-8)" of current-language-environment.
6984
6985 2009-01-09  Glenn Morris  <rgm@gnu.org>
6986
6987         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6988         with last-command-event.
6989
6990 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6993         in the doc string.
6994
6995         * message.el (message-fix-before-sending): Amend comment.
6996
6997 2009-01-08  Dave Love  <fx@gnu.org>
6998
6999         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7000
7001 2009-01-07  David Engster  <dengste@eml.cc>
7002
7003         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7004         simplified server definitions by converting it via
7005         gnus-server-to-method.
7006
7007 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7010         parameter's operands.
7011
7012 2009-01-06  David Engster  <dengste@eml.cc>
7013
7014         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7015         primary select method (for gnus-group-mark-article-as-read).
7016
7017 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7018
7019         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7020         `(gnus)Face', not `(gnus)X-Face'.
7021
7022 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * mm-util.el (mm-ucs-to-char): New function.
7025
7026         * mm-url.el (mm-url-decode-entities): Use it.
7027
7028         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7029         unicode-to-char.
7030
7031 2009-01-05  Dave Love  <fx@gnu.org>
7032
7033         * time-date.el: Require cl for `declare'.
7034
7035 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7036
7037         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7038         Dave Love.
7039
7040 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * message.el (message-fix-before-sending): Add `eight-bit' to
7043         illegible-text check.
7044
7045 2009-01-03  Michael Olson  <mwolson@gnu.org>
7046
7047         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7048         `headers' is nil.  This can occur if the IMAP server does not have
7049         permissions to read messages from a folder, but can write new messages
7050         to the folder.
7051         (nnimap-request-article-part): Do not insert `data' if it is nil.
7052
7053         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7054         characters which will confuse `read', so skip past them.
7055
7056 2009-01-01  Dave Love  <fx@gnu.org>
7057
7058         * imap.el (imap-string-to-integer): Fix typo.
7059         (imap-fetch-safe): New function.
7060         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7061
7062         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7063
7064         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7065         (imap-parse-greeting): Fix doc strings.
7066         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7067         (imap-parse-flag-list): Make messages unique.
7068         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7069
7070         * nnimap.el: Fix author email.
7071         (nnimap-split-rule): Add FIXME comment.
7072         (nnimap-debug): Fix doc string.
7073
7074 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7077
7078 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7081         nslookup if resolv.conf isn't available.
7082         (dns-query): Rename from query-dns.
7083         (dns-query-cached): Rename from query-dns-cached.
7084
7085 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7088         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7089         to check if those variables exist (first appeared in Emacs 18.50).
7090
7091 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * mm-util.el (mm-line-number-at-pos): New function.
7094
7095         * spam-report.el (spam-report-process-queue): Use it.
7096
7097 2008-12-24  David Engster  <dengste@eml.cc>
7098
7099         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7100         parameters that haven't existed as variables as buffer-local variables.
7101
7102 2008-12-23  Dave Love  <fx@gnu.org>
7103
7104         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7105         cadar.
7106
7107         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7108         imap-starttls-p.
7109         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7110
7111 2008-12-22  Dave Love  <fx@gnu.org>
7112
7113         * imap.el: Fix author email.  Doc fixes.
7114         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7115         reply.
7116
7117 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * spam-report.el (spam-report-gmane-max-requests): New constant.
7120         (spam-report-gmane-wait): New variable.
7121         (spam-report-gmane-ham, spam-report-gmane-spam)
7122         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7123         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7124         the server.
7125
7126         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7127         Add explanations.
7128
7129         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7130         nnheader-accept-process-output and nnheader-read-timeout if available.
7131         (pop3-movemail): Use it.
7132
7133         * message.el (message-check-news-body-syntax): Fix signature check if
7134         there's an attachment.
7135
7136 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * mm-util.el: Add comments to the mm- emulating functions.
7139
7140 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7143         Reported by Stephen Berman <stephen.berman@gmx.net>.
7144
7145 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * mm-util.el (mm-substring-no-properties): New function.
7148         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7149         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7150         (mm-string-to-multibyte): Doc fix.
7151
7152         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7153
7154 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * mml.el (mml-attach-file): Strip text properties from file name.
7157         (Bug#1574)
7158
7159 2008-12-16  Glenn Morris  <rgm@gnu.org>
7160
7161         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7162
7163 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7166         knows since the charset specified might be a bogus alias that
7167         mm-charset-synonym-alist provides.
7168
7169 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7172         "ISO_8859-1".
7173
7174         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7175
7176 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * mm-util.el (mm-charset-eval-alist):
7179         Define it before mm-charset-to-coding-system.
7180         (mm-charset-to-coding-system): Add optional argument `silent';
7181         define it before mm-charset-override-alist.
7182         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7183         default value if it can be used in Emacs currently running;
7184         silence mm-charset-to-coding-system.
7185
7186 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7189         `allow-override' which says whether to use `mm-charset-override-alist'.
7190         (rfc2047-decode-encoded-words): Use it.
7191
7192         * mm-util.el (mm-charset-override-alist): Fix custom type;
7193         add `(gb2312 . gbk)' to choices.
7194
7195 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7198         fast.
7199
7200         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7201
7202         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7203
7204 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7205
7206         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7207         on links.
7208
7209         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7210
7211 2008-12-03  Lute Kamstra  <lute@gnu.org>
7212
7213         * sha1.el: Remove leading * from docstrings of defcustoms,
7214         deffaces, defconsts and defuns.
7215
7216 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7219         users' addresses that don't have domain parts.
7220         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7221         rather than message-narrow-to-head since there will be the message
7222         header separator.
7223
7224 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7225
7226         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7227         since the result is inserted in a unibyte buffer anyway.
7228         (nnimap-demule-use-string-to-multibyte): Remove.
7229         (nnimap-demule): Alias it to mm-string-to-multibyte.
7230
7231 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7234         variable for debugging bug#464 and bug#1174.
7235         (nnimap-demule): Use it.
7236
7237 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7240         score calculation correctly.
7241
7242 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7243
7244         * message.el (message-send-mail): Just set the buffer to unibyte
7245         rather than use mm-with-unibyte-current-buffer which does a lot more.
7246         (message-send-mail-partially): Don't bother with
7247         mm-with-unibyte-current-buffer since it's already been made unibyte by
7248         message-send-mail.
7249
7250 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7251
7252         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7253
7254 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7255
7256         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7257
7258 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7261         require itself and to remove `with-no-warnings'.
7262
7263 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * starttls.el (starttls-any-program-available): Get the name of the
7266         available TLS layer program.
7267         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7268         well as the host name in the "opening" message.
7269
7270         * auth-source.el (auth-source-cache, auth-source-do-cache)
7271         (auth-source-user-or-password): Cache passwords and logins by default,
7272         allow override with `auth-source-do-cache'.
7273         (auth-source-forget-user-or-password): Allow users to remove cache
7274         entries if needed.
7275
7276 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7277
7278         * md4.el (md4-buffer): Fix typo in docstring.
7279         (md4, md4-64): Doc fixes.
7280         (md4-pack-int32): Reflow docstring.
7281
7282 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7283
7284         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7285         condition-case to only the forward-sexp call.
7286
7287 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7290         quotes contained.  Make it more robust regardless by an extra
7291         condition-case wrapper.
7292
7293 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7296
7297 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * nnml.el (nnml-request-expire-articles): Check if the function set to
7300         `nnmail-expiry-target' returns the symbol `delete'.
7301
7302         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7303
7304         * nnmail.el (nnmail-expiry-target): Fix custom type.
7305
7306 2008-10-02  Glenn Morris  <rgm@gnu.org>
7307
7308         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7309         Silence compiler warning.
7310
7311 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7312
7313         * tls.el (open-tls-stream): Show the actual command being
7314         executed, instead of the format string.
7315
7316 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * lpath.el: Fbind codepage-setup for Emacs 23.
7319
7320 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7321
7322         * mml.el (mml-menu): Don't assume mml2015 is bound.
7323
7324 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7327         exists.
7328
7329 2008-09-27  Glenn Morris  <rgm@gnu.org>
7330
7331         * gnus-util.el (mail-header-remove-comments): Autoload it.
7332
7333 2008-09-27  Andreas Schwab  <schwab@suse.de>
7334
7335         * gnus-util.el (gnus-split-references): Strip comments.
7336         (gnus-parent-id): Likewise.
7337
7338 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * message.el (message-confirm-send): Fix version.
7341
7342 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * message.el (message-idna-to-ascii-rhs-1): Use
7345         mail-extract-address-components rather than mail-header-parse-addresses
7346         that is an alias by default to ietf-drums-parse-addresses that does not
7347         support non-ASCII names in headers' contents.
7348
7349 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7350
7351         * message.el (message-confirm-send): Fix variable documentation to
7352         avoid the "y/n" wording.
7353
7354 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7355
7356         * message.el (message-set-auto-save-file-name): Save to a different
7357         filename so multiple messages (especially drafts) can be recovered.
7358
7359 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7360
7361         * message.el (message-confirm-send): Add appropriate version.
7362
7363 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7364
7365         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7366         defvar.
7367
7368 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7369
7370         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7371         (mm-pkcs7-enveloped-magic): Ditto.
7372
7373 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7374
7375         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7376         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7377
7378 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7381         default, it's better.
7382
7383 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7386         summary line gnus-number property and ignore them (with a warning
7387         message).
7388
7389 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7392         macro caddr in the interactive form since it won't be expanded.
7393
7394 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7397         `charset'; fix name of function called recursively.
7398         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7399
7400 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7403         (gnus-mime-set-charset-parameters): New function.
7404         (gnus-mime-view-part-as-charset): Use it to correctly display part
7405         specifying wrong charset.
7406
7407 2008-09-08  David Engster  <dengste@eml.cc>
7408
7409         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7410         in completing-read for back end server.
7411
7412 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7413
7414         * message.el (message-confirm-send): New variable to confirm sending a
7415         message.
7416         (message-send): Use it.
7417
7418 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7421
7422 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7425
7426 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7427
7428         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7429         prevent tracking too many groups.
7430         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7431         Use it.
7432
7433 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7434
7435         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7436         moving point to the bottom of the window in order to avoid recentering.
7437
7438 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7441
7442         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7443         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7444         (gnus-article-beginning-of-window): Fix calculation.
7445
7446 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-msg.el (gnus-summary-supersede-article)
7449         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7450         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7451         message header.
7452
7453 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7454
7455         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7456         pending output coming after the status change.
7457
7458 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7459
7460         * message.el:
7461         * gnus-start.el:
7462         * gnus-registry.el: Remove VMS support.
7463
7464 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7467         macro.
7468         (rfc2104-hash): Use it.
7469
7470 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7473         (gnus-summary-sort-by-most-recent-date): New commands.
7474         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7475         and menu entries.
7476
7477 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7480         don't redisplay article for raw contents; remove plural articles stuff.
7481
7482         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7483         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7484         on gnus-summary-save-article; display results properly.
7485
7486 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * lpath.el: No need to fbind ns-focus-frame.
7489
7490 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7493
7494 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-art.el (gnus-summary-save-in-pipe):
7497         Consider gnus-save-all-headers.
7498
7499 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7500
7501         * gnus-util.el (ns-focus-frame): Remove declaration.
7502         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7503         like x.
7504
7505 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7506
7507         * rfc2104.el (rfc2104-zero): Delete defconst.
7508         (rfc2104-hex-alist): Likewise.
7509         (rfc2104-hex-to-int): Delete func.
7510         (rfc2104-hexstring-to-bitstring): Likewise.
7511         (rfc2104-nybbles): New defconst.
7512         (rfc2104-hash): Rewrite for speed.
7513
7514 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * tls.el (open-tls-stream): Make it work with the 2nd argument
7517         BUFFER that is a string but does not exist as a buffer object, as
7518         mentioned in the doc-string.
7519
7520 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7523         SXEmacs.
7524
7525 2008-07-16  Glenn Morris  <rgm@gnu.org>
7526
7527         * gnus-util.el (ns-focus-frame): Declare for compiler.
7528
7529 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7532         set as a group parameter.
7533         (gnus-summary-save-in-pipe): Work when it is called independently.
7534         (gnus-summary-pipe-to-muttprint): Don't modify
7535         gnus-summary-pipe-output-default-command.
7536
7537 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7538
7539         * message.el (message-send-mail-with-sendmail):
7540         Display the error message.
7541
7542 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-art.el (gnus-default-article-saver):
7545         Add gnus-summary-save-in-pipe to choices.
7546         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7547         gnus-summary-pipe-output-default-command as the default command.
7548         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7549         instead of gnus-last-shell-command.
7550
7551         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7552         New user option.
7553         (gnus-summary-muttprint-program): Mention the value will be changed.
7554         (gnus-summary-save-article): Force showing of all headers.
7555         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7556
7557 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7558
7559         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7560
7561 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7562
7563         * nnimap.el (nnimap-id):
7564         * sieve-manage.el (sieve-manage-open): Doc fixes.
7565
7566 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7567
7568         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7569         if available.
7570
7571 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7572
7573         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7574
7575         * nnkiboze.el (nnkiboze-generate-group):
7576         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7577
7578         * nnmairix.el: Require CL.
7579
7580 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * dgnushack.el: Autoload get-display-table and put-display-table for
7583         XEmacs 21.5.
7584
7585         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7586         21.4 and SXEmacs.
7587
7588 2008-06-15  David Engster  <dengste@eml.cc>
7589
7590         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7591
7592 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7593
7594         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7595         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7596         runtime choice under XEmacs.
7597
7598         * gnus-sum.el (gnus-summary-set-display-table):
7599         Use `gnus-put-display-table', `gnus-get-display-table',
7600         `gnus-set-display-table' for the display table, instead of `aset'.
7601
7602         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7603         Use `gnus-put-display-table', `gnus-get-display-table',
7604         `gnus-set-display-table' for the display table.
7605
7606 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * nnmairix.el: Add autoloads.
7609
7610 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * nnmairix.el (nnmairix-delete-recreate-group)
7613         (nnmairix-update-and-clear-marks): Fix error messages.
7614
7615 2008-06-14  David Engster  <dengste@eml.cc>
7616
7617         * nnmairix.el: Upgrade to version 0.6.
7618         (nnmairix-group-toggle-propmarks-this-group)
7619         (nnmairix-group-toggle-readmarks-this-group)
7620         (nnmairix-group-delete-recreate-this-group)
7621         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7622         (nnmairix-remove-tick-mark-original-article): New commands.
7623         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7624         (nnmairix-propagate-marks-to-nnmairix-groups)
7625         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7626         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7627         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7628         functions needed for marks propagation and manipulation of read marks.
7629         (nnmairix-update-groups): New function.
7630         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7631         (nnmairix-determine-original-group-from-registry)
7632         (nnmairix-determine-original-group-from-path)
7633         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7634         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7635         New helper functions.
7636         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7637         keystrokes for new commands.
7638         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7639         (nnmairix-request-group): Check allow-fast group parameter.
7640         (nnmairix-request-create-group): Set allow-fast group parameter if
7641         nnmairix-allowfast-default is set.
7642         (nnmairix-close-group): Propagate marks upon closing if needed.
7643         (nnmairix-group-toggle-threads-this-group): Use new.
7644         nnmairix-group-toggle-parameter helper function.
7645         (nnmairix-search): Better check for empty search result.
7646         (nnmairix-goto-original-article): Use new helper functions for
7647         determining original article.
7648         (nnmairix-show-original-article): Make sure message-id is in brackets.
7649         (nnmairix-call-mairix-binary): Change variable name.
7650         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7651         helper function.
7652         (nnmairix-widget-toggle-activate): Fix doc string.
7653
7654 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * nnir.el: Require edmacro when compiling with XEmacs.
7657         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7658         available in Emacs 21.
7659
7660 2008-06-11  Glenn Morris  <rgm@gnu.org>
7661
7662         * gnus-util.el (x-focus-frame):
7663         * gnus.el (image-size):
7664         * mm-decode.el (image-size): Declare.
7665
7666         * gnus-picon.el (declare-function): Add compat definition.
7667         (image-size): Declare.
7668
7669         * gnus-group.el (tool-bar-map):
7670         * gnus-sum.el (tool-bar-map): Define for compiler.
7671
7672         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7673
7674         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7675
7676         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7677         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7678         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7679         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7680         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7681         * sieve-manage.el, spam-report.el, spam.el:
7682         Remove unnecessary eval-and-compile of autoloads.
7683
7684 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7685
7686         * auth-source.el: Precise Tramp doc.
7687
7688 2008-06-07  Glenn Morris  <rgm@gnu.org>
7689
7690         * nnmairix.el: Remove unnecessary eval-when-compile.
7691
7692 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * lpath.el: Fbind propertize for XEmacs 21.4.
7695
7696 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * nnir.el: Move here from ../contrib.
7699
7700 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7701
7702         * gnus-util.el (gnus-read-shell-command): New function.
7703         * mm-decode.el (mm-pipe-part):
7704         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7705
7706 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7709
7710 2008-06-03  Glenn Morris  <rgm@gnu.org>
7711
7712         * pop3.el (nnheader-accept-process-output): Autoload it.
7713
7714 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7717         are not 2-digit hexadecimal characters that follow `%'s.
7718
7719 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * message.el (message-bogus-recipient-p): Fix type in doc string.
7722         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7723         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7724         Improve custom options.
7725         (message-bogus-recipient-p): Adjust accordingly.
7726
7727 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7728
7729         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7730         long-form month and day names.
7731
7732 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * dgnushack.el: Autoload debug, eudc-expand-inline and
7735         pgg-snarf-keys-region for XEmacs.
7736
7737         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7738
7739         * nnmairix.el: Require edmacro when compiling with XEmacs.
7740
7741 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7744         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7745
7746 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7747
7748         * auth-source.el: Add more docs.
7749
7750         * netrc.el (netrc-machine): Always match if the port is not given.
7751
7752 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7755         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7756         retrieval faster in some cases, but might make CPU usage larger.
7757         If this has any bad side effects, we might revert this change.
7758
7759         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7760         seems to make mail retrieval much, much faster.
7761         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7762         unconditionally.
7763
7764         * gnus-draft.el (gnus-group-send-queue):
7765         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7766
7767 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7768
7769         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7770
7771         * message.el (message-bogus-address-regexp): Fix and improve custom
7772         type.
7773         (message-setup-hook): Add message-check-recipients as custom option.
7774
7775 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * message.el (message-cite-function): Remove bogus autoload which crept
7778         in during merge from v5-10.
7779
7780 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7781
7782         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7783
7784         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7785
7786         * auth-source.el: Preliminary Tramp docs.
7787         (auth-sources): Change the default auth-sources to use
7788         EPA .gpg files.
7789
7790 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7791
7792         * nntp.el: Autoload `auth-source-user-or-password'.
7793         (nntp-send-authinfo): Use it.
7794
7795         * nnimap.el: Autoload `auth-source-user-or-password'.
7796         (nnimap-open-connection): Use it.
7797
7798         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7799         for the gnus-message function.
7800         (auth-source-user-or-password): Use it.
7801
7802 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7803
7804         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7805         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7806         (rfc2104-hash): Use it.
7807
7808 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7809
7810         * gnus-art.el (gnus-article-toggle-truncate-lines):
7811         Don't use `iff' in docstring.
7812
7813 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7814
7815         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7816
7817         * gnus-util.el (gnus-extract-address-component-name)
7818         (gnus-extract-address-component-email): Convenience functions around
7819         `gnus-extract-address-components'.
7820
7821         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7822         Use `gnus-extract-address-component-email' to fix bug of comparing full
7823         sender name to `user-mail-address'.
7824
7825 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7826
7827         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7828         catch/throw to optimize.
7829         (gnus-registry-find-keywords): Just use member to find a keyword.
7830
7831 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7832
7833         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7834         is current before calling gnus-server-prepare.
7835         (gnus-server-setup-buffer, gnus-server-update-server)
7836         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7837
7838 2008-05-04  Juri Linkov  <juri@jurta.org>
7839
7840         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7841         (mailcap-file-default-commands): Use mailcap-replace-in-string
7842         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7843         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7844
7845 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7846
7847         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7848
7849 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7850
7851         * gnus.el: Bump version to 0.11.
7852
7853 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7854
7855         * gnus.el: No Gnus v0.10 is released.
7856
7857 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7858
7859         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7860         hooks.
7861         (gnus-update-read-articles): Speed up non-marks-using users.
7862         (gnus-use-marks): Define gnus-use-marks.
7863         (gnus-propagate-marks): Rename variable to something more sensible.
7864
7865 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7866
7867         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7868         (gmm-image-load-path-for-library): Fix typos in docstrings.
7869         (gmm-message): Reflow docstring.
7870
7871 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7872
7873         * mail-source.el (mail-source-set-1, mail-source-bind):
7874         Move auth-source code out of the macro to clean it up and fix bugs.
7875
7876 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7877
7878         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7879         by sender if it's equal to user-mail-address, it's likely to be
7880         useless.
7881
7882         * mail-source.el (mail-source-bind): Don't use user or password if they
7883         are not bound.  Unintern them if they are nil.  Don't use server unless
7884         it's bound, and default it to empty string otherwise.
7885
7886 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7887
7888         * mail-source.el: Load auth-source.el.
7889         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7890         get user name or password, if auth-sources is set up.
7891
7892         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7893         strategy of splitting with parent.
7894         (gnus-registry-split-fancy-with-parent)
7895         (gnus-registry-post-process-groups): Use it and fix prior
7896         bug (returning a list as the split result).
7897
7898         * auth-source.el (auth-sources): Remove server parameter.
7899         (auth-source-pick, auth-source-user-or-password)
7900         (auth-source-user-or-password-imap)
7901         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7902         (auth-source-user-or-password-sftp)
7903         (auth-source-user-or-password-smtp): Remove server parameter.
7904
7905 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7906
7907         * smime.el (smime-sign-region, smime-encrypt-region)
7908         (smime-decrypt-region):
7909         Remove redundant calls to `generate-new-buffer-name'.
7910
7911 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7912
7913         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7914         Don't use QP for message/rfc822.
7915         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7916
7917 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7918
7919         * sieve-manage.el (sieve-string-bytes): Remove.
7920         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7921         correct byte-length only if the process's coding-system is the same as
7922         the one used internally by Emacs to represent strings.
7923
7924 2008-04-22  Juri Linkov  <juri@jurta.org>
7925
7926         * mailcap.el (mailcap-file-default-commands): New function.
7927
7928 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * message.el (message-signature-separator, message-cite-function):
7931         Change custom version.
7932
7933 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7934
7935         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7936         commands.
7937         (tls-checktrust): Ditto.
7938
7939 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * mm-decode.el (mm-display-external): Make temp file read-only.
7942
7943 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7944
7945         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7946         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7947         `C-c C-f d'.
7948
7949 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7950
7951         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7952
7953 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus.el: Bump version to 0.9.
7956
7957 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * gnus.el: No Gnus v0.8 is released.
7960
7961 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7962
7963         * mail-source.el (mail-source-value):
7964         Prefer fboundp to functionp so it works with macros as well.
7965
7966 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7967
7968         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7969         Fix last change in case the element is not even a symbol.
7970
7971 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7972
7973         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7974         Prefer fboundp to functionp so it works with macros as well.
7975
7976 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7977
7978         * auth-source.el: Add docs.
7979         (auth-sources): Modify format to support server.
7980         (auth-source-pick, auth-source-user-or-password)
7981         (auth-source-user-or-password-imap)
7982         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7983         (auth-source-user-or-password-sftp)
7984         (auth-source-user-or-password-smtp): Add server parameter.
7985
7986 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7987
7988         * gnus-registry.el: Initialize the registry when gnus-registry-install
7989         is t.
7990
7991 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * compface.el (uncompface): Make buffer unibyte.
7994
7995 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7996
7997         * mail-source.el (mail-source-value):
7998         Prefer fboundp to functionp so it works with macros as well.
7999
8000 2008-04-05  Glenn Morris  <rgm@gnu.org>
8001
8002         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8003
8004 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8005
8006         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8007         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8008
8009         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8010         multibyteness after rather than before erasing it.
8011
8012         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8013         mm-with-multibyte.
8014         (gnus-request-article-this-buffer): Make sure the proper decoding is
8015         used if gnus-original-article-buffer happens to be unibyte.
8016
8017         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8018         default-enable-multibyte-characters.
8019
8020         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8021         default-enable-multibyte-characters.
8022
8023         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8024
8025         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8026
8027 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8028
8029         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8030         Fix last change in case the element is not even a symbol.
8031
8032 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8033
8034         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8035         (imap-message-copyuid-1): Use it.
8036         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8037         J. Williams in
8038         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8039
8040         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8041         imap-enable-exchange-bug-workaround.
8042         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8043
8044 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8045
8046         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8047         a 100 byte status-checks into a 2-3MB transfer for each group.
8048         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8049         to enable bug workaround or not.
8050         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8051
8052 2008-03-31  Glenn Morris  <rgm@gnu.org>
8053
8054         * message.el (mml2015-use): Declare for compiler.
8055         (message-info): Require mml2015 when appropriate.
8056
8057 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8060         whitespace.
8061
8062 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8063
8064         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8065         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8066         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8067         (nntp-service-to-port): New function.
8068         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8069         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8070         (nntp-open-netcat-stream): New function.
8071         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8072
8073 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8074
8075         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8076
8077 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8078
8079         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8080
8081 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8082
8083         * dns.el (dns-write): Use set-buffer-multibyte.
8084
8085 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8086
8087         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8088
8089 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * message.el (message-signature-separator): Change default.
8092         Improve custom type.
8093         (message-cite-function): Change default to
8094         message-cite-original-without-signature.
8095
8096         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8097         toggle.
8098
8099         * message.el (message-check-news-body-syntax): Fix signature check.
8100         (message-setup-1): Mark buffer as unmodified _after_ running
8101         message-setup-hook and handling message-alternative-emails.
8102         (message-shorten-references): Be more strict when building list of
8103         valid references to comply with GNKSA.
8104
8105         * gnus-group.el (gnus-read-ephemeral-bug-group)
8106         (gnus-read-ephemeral-debian-bug-group)
8107         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8108
8109         * message.el (message-info): Don't use booleanp which isn't supported
8110         in Emacs 21 and XEmacs.
8111
8112 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8115         gnus-group-gmane-group-download-format.
8116         (gnus-group-read-ephemeral-gmane-group): Rename from
8117         gnus-group-read-ephemeral-gmane-group.
8118         (gnus-read-ephemeral-gmane-group-url): Rename from
8119         gnus-group-read-ephemeral-gmane-group-url.
8120         (gnus-bug-group-download-format-alist): New variable.
8121         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8122         (gnus-read-ephemeral-emacs-bug-group): New commands.
8123
8124 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8127         (gnus-visible-headers): Improve custom type.
8128
8129 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * mml.el (mml-menu): Add workarounds for XEmacs.
8132
8133         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8134         X-Boundary header.
8135
8136         * message.el (message-simplify-recipients): Fix previous commit.
8137
8138 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8139
8140         * mm-util.el (mm-set-buffer-multibyte): New function.
8141         * mm-decode.el (mm-copy-to-buffer): Use it.
8142
8143         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8144         Prefer fboundp to functionp so it works with macros as well.
8145
8146 2008-03-19  Glenn Morris  <rgm@gnu.org>
8147
8148         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8149         Accidentally removed in the sync process with Emacs.
8150
8151 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * message.el (message-alter-recipients-discard-bogus-full-name):
8154         New function.
8155         (message-alter-recipients-function): New variable.
8156         (message-get-reply-headers): Use it.
8157         (message-replace-header): New helper function.
8158         (message-recipients-without-full-name): New variable.
8159         (message-simplify-recipients): New command.
8160
8161         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8162
8163         * message.el (message-info): Handle EasyPG manual.
8164
8165         * mml.el (mml-menu): Add entry for EasyPG.
8166
8167 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8168
8169         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8170         parameter.
8171
8172         * message.el (message-disassociate-draft): Specify drafts group name
8173         fully.
8174
8175 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8176
8177         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8178         Eliminate unnecessary duplicates from the match list.
8179
8180 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8183
8184         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8185
8186         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8187         args of `how-many' of which the XEmacs version doesn't take; declare
8188         Info-index-next as function.
8189
8190 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * gnus-score.el (gnus-score-headers): Fix handling of
8193         gnus-inhibit-slow-scoring.
8194
8195         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8196         string.
8197         (gnus-button-url-regexp): Improve handling of parenthesis.
8198         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8199         (gnus-button-handle-info-keystrokes): Handle index entries.
8200
8201 2008-03-15  Glenn Morris  <rgm@gnu.org>
8202
8203         * parse-time.el (parse-time-string): Simplify.
8204
8205 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8208         Incoming* files.
8209
8210 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8211
8212         * auth-source.el (auth-sources): Rename from auth-source-choices.
8213         (auth-source-pick): Use it.
8214
8215 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8216
8217         * binhex.el (binhex-decode-region-internal):
8218         * uudecode.el (uudecode-decode-region-internal):
8219         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8220         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8221         setting default-enable-multibyte-characters.
8222
8223 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8224
8225         * auth-source.el (auth-source-protocols)
8226         (auth-source-protocols-customize, auth-source-choices): Add and
8227         modified variable customizations and defaults.
8228         (auth-source-pick, auth-source-user-or-password)
8229         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8230         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8231         (auth-source-user-or-password-sftp)
8232         (auth-source-user-or-password-smtp): Use new variables and provide an
8233         interface to netrc.el.
8234
8235 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8238         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8239         Make sure the nntp port to specify is a string.
8240
8241 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8242
8243         * nntp.el: Use with-current-buffer.
8244         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8245         dubious mm-with-unibyte-current-buffer.
8246         (nntp-with-open-group-function): New function extracted from
8247         nntp-with-open-group macro.
8248         (nntp-with-open-group): Use the function, so it's easier to debug.
8249         Add indentation and debugging info.
8250         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8251         Recommend the use of the netcat alternatives.
8252
8253         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8254         Avoid mm-string-as-multibyte as well.
8255
8256         * nnweb.el (nnweb-insert-html):
8257         Remove use of nnheader-string-as-multibyte.
8258
8259         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8260         (nnheader-string-as-multibyte): Remove.
8261
8262         * mm-view.el: Use inhibit-read-only.
8263         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8264         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8265         or unibyte-string.
8266
8267         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8268         (mm-uu-yenc-extract): Use with-current-buffer.
8269
8270         * gnus-soup.el (gnus-soup-send-packet): Don't use
8271         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8272
8273         * nnmh.el: Use with-current-buffer.
8274         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8275         mm-string-as-multibyte on the output of mm-encode-coding-string.
8276
8277         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8278         (nnimap-request-move-article): Use with-current-buffer.
8279
8280         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8281         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8282         conversion uses string-make-unibyte rather than string-as-unibyte.
8283
8284         * gnus-msg.el: Use with-current-buffer.
8285
8286         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8287
8288 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8289
8290         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8291         string for caching if it is 'PIN.
8292
8293 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * lpath.el: Consider the case without Emacs/W3.
8296
8297 2008-03-08  Glenn Morris  <rgm@gnu.org>
8298
8299         * time-date.el (date-to-time, time-subtract, time-add)
8300         (safe-date-to-time): Doc fixes.
8301
8302 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * mail-source.el (mail-source-delete-old-incoming-confirm):
8305         Change default to nil.
8306         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8307
8308 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * lpath.el: Rearrange.
8311
8312         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8313         (gnus-article-goto-prev-page): Work for articles having ^L's.
8314
8315         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8316
8317         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8318
8319 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8320
8321         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8322         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8323         (gnus-bookmark-jump): Adjust some variable names.
8324
8325 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         * auth-source.el: New package.
8328         (auth-source-choices): Add customization entry point variable.
8329
8330         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8331         bug.
8332
8333 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8334
8335         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8336         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8337         (gnus-registry-install-shortcuts): Rename from
8338         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8339         the `gnus-registry-mark-map' keymap dynamically from
8340         `gnus-registry-marks'.  The generated functions update the summary line
8341         when a registry mark is added or deleted, and will call
8342         `gnus-registry-install-p' (see the comments in the code).
8343         (gnus-registry-user-format-function-M): Use concat intelligently.
8344
8345         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8346         the registry mark functions.
8347
8348 2008-03-05  Glenn Morris  <rgm@gnu.org>
8349
8350         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8351         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8352         gnus-art.
8353         (top-level): No need to load own source when compiling.
8354
8355 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8358         Suggested by <chris.anderton@zetnet.co.uk>.
8359
8360 2008-03-04  Glenn Morris  <rgm@gnu.org>
8361
8362         * gnus-sum.el (top-level): No need to require gnus when compiling,
8363         since unconditionally required near start of file.
8364         (gnus-summary-display-while-building): Move definition before use.
8365
8366 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8367
8368         * gnus-registry.el (gnus-registry-user-format-function-M):
8369         Add formatting function.
8370
8371 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8374         with plists.
8375         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8376         Use new format.
8377
8378 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8381         `where-is-internal' that returns a range of key sequences.
8382
8383 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8384
8385         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8386
8387         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8388         (gnus-summary-jump-to-group): Consider windows on other displayed
8389         frames as well.  Similar changes might be needed elsewhere, but that's
8390         the one I've bumped into during my use.
8391
8392         * nndoc.el (nndoc-oe-dbx-type-p):
8393         * gnus-msg.el (gnus-debug):
8394         * gnus-group.el (gnus-update-group-mark-positions):
8395         Use mm-string-to-multibyte.
8396
8397 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8400         doesn't handle NotDashEscaped.
8401
8402         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8403         (mml-dnd-attach-options): Fix typo in custom choice.
8404
8405         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8406         Change nndoc-article-type to mbox.
8407         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8408
8409         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8410         to nil, instead of html2text.
8411
8412         * imap.el (imap-debug): Add `imap-ping-server'.
8413
8414         * gnus-bookmark.el: Add FIXMEs.
8415
8416         * message.el (message-form-letter-separator)
8417         (message-send-form-letter-delay): New variables.
8418         (message-send-form-letter): Use them.  New command to send form
8419         letters.  Requested by Uwe Siart.
8420         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8421
8422 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * Update copyright years.
8425
8426 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         Sync from EMACS_22_BASE.
8429
8430         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8431
8432 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8433
8434         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8435         empty author.
8436
8437 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8438
8439         * gnus-registry.el (gnus-registry-marks): Add variable for
8440         customization of marks and their appearance.
8441         (gnus-registry-read-mark): Use it.
8442         (gnus-registry-do-marks): Add utility function to loop through
8443         `gnus-registry-marks'.
8444         (gnus-registry-install-shortcuts-and-menus): Add function to install
8445         shortcuts and menus.
8446         (gnus-registry-initialize): Use it.
8447         (gnus-registry-default-mark): Clarify documentation.
8448
8449 2008-02-29  Glenn Morris  <rgm@gnu.org>
8450
8451         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8452         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8453         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8454         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8455         Change defcustom :version from 23.0 to 23.1.
8456
8457 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * gnus-registry.el (gnus-registry-follow-group-p)
8460         (gnus-registry-post-process-groups): Add functions to aid registry
8461         splitting and improve logging.  Clarify behavior in function
8462         documentation.
8463         (gnus-registry-split-fancy-with-parent): Use them.
8464
8465 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8466
8467         * gnus-art.el: Use with-current-buffer.
8468
8469 2008-02-27  David Engster  <dengste@eml.cc>
8470
8471         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8472         Express real group name in the response.
8473
8474 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8477         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8478         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8479         autoload gnus-registry-fetch-group when compiling.
8480         (nnmairix-request-group-with-article-number-correction):
8481         Remove unreferenced argument passed to nnmairix-call-backend.
8482
8483 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8486         (mm-uu-extract): Improve face for low color ttys.
8487         Reported by Sascha Wilde.
8488
8489 2008-02-27  Glenn Morris  <rgm@gnu.org>
8490
8491         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8492         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8493         variables to defconsts.  Convert comments to doc-strings.
8494         (nnmairix-last-server, nnmairix-current-server): Convert from free
8495         variables to defvars.  Convert comments to doc-strings.
8496         (gnus-registry-fetch-group): Autoload.
8497         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8498         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8499         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8500         caddr.
8501         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8502         nnmairix-request-group-with-article-number-correction call.
8503         (nnmairix-fast, nnmairix-group): New, less general names, for free
8504         variables passed from nnmairix-request-group to
8505         nnmairix-request-group-with-article-number-correction.  Declare.
8506         (nnmairix-request-group-with-article-number-correction):
8507         Use nnmairix-fast, nnmairix-group rather than fast, group.
8508
8509 2008-02-26  David Engster  <dengste@eml.cc>
8510
8511         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8512         version 0.5.
8513
8514 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8515
8516         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8517         instead of making an extra function call.  Don't add the current group
8518         to articles only when they have the group.  Use
8519         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8520         Reported by David <de_bb@arcor.de>.
8521
8522 2008-02-24  Miles Bader  <miles@gnu.org>
8523
8524         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8525         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8526         (mm-find-mime-charset-region):
8527         * mm-bodies.el (mm-encode-body):
8528         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8529
8530 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8533         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8534
8535 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * mail-source.el (mail-source-delete-incoming): Change default.
8538         Supplement doc string.
8539
8540         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8541
8542 2008-02-14  Glenn Morris  <rgm@gnu.org>
8543
8544         * time-date.el (format-seconds): New function.
8545
8546 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * nnmail.el (nnmail-message-id-cache-file): Derive from
8549         `gnus-home-directory'.
8550
8551 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8554         Document negative prefix.
8555
8556         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8557
8558 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * message.el (message-unsent-separator): Add the Exim bounce
8561         separator.
8562
8563 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8564
8565         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8566         list.
8567         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8568         recipient/signer list.
8569
8570 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * Makefile.in (datarootdir): Define.
8573         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8574         name that might contain whitespace.
8575
8576 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8579         fbound (Emacs 23 unicode), signal an error.
8580
8581 2008-02-08  Glenn Morris  <rgm@gnu.org>
8582
8583         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8584
8585 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8586
8587         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8588         ports to the calls to `netrc-machine-user-or-password' in addition to
8589         "imap" and "imaps".
8590
8591 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8592
8593         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8594
8595         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8596
8597 2008-02-01  Kenichi Handa  <handa@m17n.org>
8598
8599         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8600         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8601         (rfc2104-hash): Convert the result of concat to unibyte string.
8602
8603 2008-02-01  Dave Love  <fx@gnu.org>
8604
8605         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8606         coding-system-for-read.
8607         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8608
8609 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8612         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8613         <hanche@math.ntnu.no>.
8614
8615 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8618
8619         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8620
8621 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8622
8623         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8624         * message.el (message-beginning-of-line): Use featurep instead of bound
8625         tests in order to resolve conditionals at compile time.
8626
8627 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8628
8629         * mail-source.el (mail-sources): Add `group' choice.
8630
8631         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8632         parameter `in-group' to control into which group the articles go.
8633         Add treatment of `group' mail-source.
8634
8635 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8638
8639         * mm-decode.el (mm-dissect-buffer): Decode description.
8640
8641         * mml.el (mml-to-mime): Encode message header first.
8642
8643 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8646         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8647
8648         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8649         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8650
8651 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8652
8653         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8654
8655 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8658         prefix keys.
8659         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8660         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8661         gnus-xmas.el.
8662
8663         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8664         (gnus-xmas-article-describe-bindings): New function.
8665         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8666         gnus-xmas-article-describe-bindings.
8667
8668         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8669
8670 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8671
8672         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8673         Add new variables for article mark management.
8674         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8675         list of extra data entries which, when present, will indicate that the
8676         article ID should not be trimmed from the registry.
8677         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8678         functions.
8679         (gnus-registry-read-mark): New function to read a mark name from the
8680         user.
8681         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8682         (gnus-registry-set-article-mark-internal): New functions to add and
8683         remove marks.
8684         (gnus-registry-get-article-marks): New function to show the marks for
8685         an article, or retrieve them for further use.
8686
8687 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8690         keys when no argument is given.
8691
8692 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * imap.el (imap-ping-server): New variable.
8695         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8696         (imap-ping-server): Minor doc string fixes.
8697
8698 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8699
8700         * imap.el (imap-ping-server): New function.
8701         (imap-opened): Call imap-ping-server.
8702
8703 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * gnus-sum.el (gnus-article-sort-by-random)
8706         (gnus-thread-sort-by-random): Fix doc strings.
8707         Reported by jidanni@jidanni.org.
8708
8709 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-art.el (gnus-article-describe-bindings): New function.
8712         (gnus-article-read-summary-keys): Use it.
8713         (gnus-article-mode-map): Bind `C-h b' to it.
8714
8715 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8718         XEmacs.
8719         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8720         Protect against non-character events.
8721
8722         * lpath.el: Fbind map-keymap for Emacs 21.
8723
8724 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8727         New command.
8728         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8729         instead of END.  Change name of the temp file.
8730         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8731         customizable.
8732
8733 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8736         bind `S W' to gnus-article-wide-reply-with-original; set default
8737         binding to gnus-article-read-summary-send-keys.
8738         (gnus-article-read-summary-keys): Fix the order of keys; display
8739         continuation keys correctly in the echo area; describe bindings
8740         correctly when keys end with `C-h'.
8741         (gnus-article-read-summary-send-keys): New function.
8742         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8743         Work for gnus-article-read-summary-send-keys; display continuation keys
8744         correctly in the echo area.
8745         (gnus-article-reply-with-original): Ignore prefix argument.
8746         (gnus-article-wide-reply-with-original): New function.
8747
8748         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8749         Emacs 21.
8750
8751 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8754         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8755
8756 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8759         (gnus-group-read-ephemeral-gmane-group): New command.
8760
8761 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8762
8763         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8764
8765 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * message.el (message-send-mail-function): Increase custom version.
8768
8769         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8770         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8771
8772 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8773
8774         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8775         for the cases where imap-authenticate is called with a nil buffer
8776         parameter.
8777
8778 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8781         html parts correctly; support forwarded messages.
8782         (gnus-article-browse-html-article): Remove work buffers.
8783
8784         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8785         compiling.
8786         (netrc-bound-and-true-p): New macro.
8787         (netrc-parse): Use it instead of bound-and-true-p that is not available
8788         in XEmacs 21.4.
8789
8790 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8791
8792         * gnus-registry.el (gnus-registry-mark-article)
8793         (gnus-registry-article-marks): Add functionality to mark articles
8794         through the Gnus registry.
8795
8796         * encrypt.el: Clarify documentation for the new pgg method.
8797         (encrypt-file-alist): Add PGG option.
8798         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8799         functionality.  Abstract password key and messaging to external
8800         functions.
8801         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8802         (encrypt-message-method-and-cipher): Add new convenience external
8803         functions.
8804         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8805         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8806
8807         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8808         (netrc-parse): Use encrypt-file-alist to determine if
8809         encrypt-find-model or encrypt-insert-file-contents should be used.
8810
8811         * encrypt.el: Clarify documentation.  Load password-cache or
8812         password, whichever one is found first, instead of autoloading.
8813
8814 2007-12-19  Glenn Morris  <rgm@gnu.org>
8815
8816         * mml.el (message-options-set, message-narrow-to-head)
8817         (message-in-body-p, message-mail-p, message-encode-message-body):
8818         Autoload.
8819         (message-remove-header, message-narrow-to-headers-or-head)
8820         (message-subscribed-p, message-make-mail-followup-to)
8821         (message-position-on-field, message-news-p)
8822         (message-options-set-recipient, message-generate-headers)
8823         (message-sort-headers): Declare as functions.
8824
8825 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8828         convention in doc string.
8829
8830 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8833         title to html parts.
8834         (gnus-article-browse-html-article): Pass message header to it.
8835
8836         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8837
8838 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8841         or password compatible with XEmacs.
8842
8843 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8846         format document.
8847         (gnus-mime-delete-part): Don't write description line if empty.
8848         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8849
8850 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8851
8852         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8853         (gnus-summary-mark-read-and-unread-as-read)
8854         (gnus-summary-mark-current-read-and-unread-as-read)
8855         (gnus-summary-mark-unread-as-ticked): Doc fix.
8856         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8857
8858 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8861         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8862
8863 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8866         yes-or-no-p.
8867
8868 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * mm-decode.el (mm-add-meta-html-tag): New function.
8871         (mm-save-part-to-file, mm-pipe-part): Use it.
8872
8873         * gnus-art.el (gnus-article-browse-delete-temp-files):
8874         Use gnus-y-or-n-p instead of y-or-n-p.
8875         (gnus-article-browse-html-parts): Work with message/external-body; use
8876         mm-add-meta-html-tag.
8877
8878 2007-12-11  Glenn Morris  <rgm@gnu.org>
8879
8880         * gnus-cache.el: Require gnus-sum not just when compiling.
8881
8882         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8883
8884         * gnus-int.el (gnus-server-opened, gnus-status-message):
8885         Move definitions before use.
8886
8887         * mm-decode.el: Require gnus-util.
8888         (mm-remove-part): Only call delete-annotation on XEmacs.
8889
8890         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8891
8892         * nnmail.el: Require gnus-int.
8893
8894         * spam.el: Move `require's before `eval-when-compile's.
8895
8896         * gnus-ems.el (gnus-alive-p):
8897         * gnus-fun.el (message-goto-eoh):
8898         * gnus-util.el (gnus-group-name-decode):
8899         * mail-source.el (gnus-compress-sequence):
8900         * message.el (Info-goto-node, format-spec):
8901         * mm-bodies.el (message-options-get):
8902         * mm-decode.el (mm-view-pkcs7):
8903         * mm-util.el (gmm-write-region):
8904         * mml-smime.el (mml-compute-boundary)
8905         (gnus-completing-read-with-default):
8906         * mml.el (widget-button-press, gnus-make-hashtable):
8907         * mml1991.el (mm-decode-content-transfer-encoding)
8908         (mm-encode-content-transfer-encoding)
8909         (message-options-get, message-options-set):
8910         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8911         * nnfolder.el (gnus-request-group):
8912         * nnheader.el (ietf-drums-unfold-fws):
8913         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8914         * smime.el (gnus-run-mode-hooks):
8915         * spam-stat.el (gnus-message): Autoload.
8916
8917         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8918         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8919         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8920         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8921         Add declare-function compatibility definition.
8922
8923         * gnus-cache.el (nnvirtual-find-group-art):
8924         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8925         (gnus-add-image, gnus-add-wash-type):
8926         * gnus-group.el (nnkiboze-score-file):
8927         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8928         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8929         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8930         (message-tokenize-header, gnus-get-buffer-create)
8931         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8932         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8933         * gnus.el (gnus-group-decoded-name):
8934         * mail-source.el (imap-capability):
8935         * mm-bodies.el (message-options-set):
8936         * mm-decode.el (gnus-configure-windows):
8937         * mm-extern.el (message-goto-body):
8938         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8939         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8940         (epg-sub-key-validity, message-options-set):
8941         * mml.el (widget-event-point, gnus-configure-windows):
8942         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8943         * mml2015.el (epg-check-configuration, epg-configuration)
8944         (message-options-set):
8945         * nndb.el (nndb-request-article):
8946         * nnfolder.el (gnus-request-create-group):
8947         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8948         * nnmaildir.el (gnus-group-mark-article-read):
8949         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8950         * rfc1843.el (message-fetch-field):
8951         * spam.el (gnus-extract-address-components):
8952         Declare as functions.
8953
8954 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8957
8958         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8959
8960         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8961         bind show-trailing-whitespace for XEmacs.
8962
8963 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8966         new no-op macro for backward compatibility.
8967
8968         * imap.el (imap-string-to-integer): New function.
8969
8970 2007-12-09  Glenn Morris  <rgm@gnu.org>
8971
8972         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8973
8974         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8975         * message.el, mm-view.el, sieve-manage.el, smime.el:
8976         Add declare-function compatibility definition.
8977
8978         * gnus-art.el (w3-region, w3m-region, Info-menu):
8979         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8980         * gnus-sum.el (gnus-get-predicate):
8981         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8982         * message.el (mail-abbrev-in-expansion-header-p):
8983         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8984         (w3m-detect-meta-charset, w3m-region):
8985         * sieve-manage.el (password-read, password-cache-add)
8986         (password-cache-remove):
8987         * smime.el (password-read-and-add): Declare as functions.
8988
8989 2007-12-08  David Kastrup  <dak@gnu.org>
8990
8991         * gnus-sum.el (gnus-summary-simplify-subject-query):
8992         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8993         `message'.
8994
8995 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8998         it to bind idna-program, installation-directory, defined-colors, and
8999         face-attribute for XEmacs of the version that compiles defcustom forms.
9000
9001 2007-12-07  Glenn Morris  <rgm@gnu.org>
9002
9003         * gnus-art.el (article-make-date-line): Revert previous change.
9004
9005 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9008
9009 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9010
9011         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9012         Call gnus-add-to-range ranges only once with a prepared article-list.
9013
9014 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9015
9016         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9017         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9018         group names with backslashes.
9019         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9020
9021 2007-12-06  Deepak Goel  <deego3@gmail.com>
9022
9023         * gnus-art.el (article-make-date-line):
9024         * gnus-start.el (gnus-load):
9025         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9026
9027 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-art.el (gnus-use-idna)
9030         * gnus-start.el (gnus-site-init-file)
9031         * message.el (message-use-idna)
9032         * mm-uu.el (mm-uu-hide-markers)
9033         * smiley.el (smiley-style): Revert changes that suppress warnings.
9034
9035 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9038         specify charset to html source.
9039         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9040
9041 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9044         idna-program in order to suppress byte compile warning issued by XEmacs
9045         that came to byte compile the default value section of defcustom forms
9046         recently.
9047
9048         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9049         value of installation-directory.
9050
9051         * message.el (message-use-idna): Don't directly refer to the value of
9052         idna-program.
9053
9054         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9055
9056         * smiley.el (smiley-style): Don't directly call face-attribute.
9057
9058 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9061
9062         * gnus-dired.el: Reduce Gnus dependencies.
9063         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9064         Don't require.  Use autoloads instead.
9065         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9066         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9067         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9068         (gnus-dired-mode): Adjust doc string.
9069         (gnus-dired-mail-mode): New variable.
9070         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9071         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9072         (gnus-dired-mail-buffers): New function.  Return mail or message
9073         composition buffers.
9074         (gnus-dired-attach): Use it.
9075         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9076         NO-DECODE.
9077         (gnus-dired-print): Use `gnus-print-buffer' depending on
9078         `gnus-dired-mail-mode'.
9079
9080 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * rfc2047.el (rfc2047-encoded-word-regexp)
9083         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9084         explaining what regexp patterns are for.
9085
9086 2007-12-04  Glenn Morris  <rgm@gnu.org>
9087
9088         * password.el: Move to password-cache.el.
9089
9090         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9091         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9092         * mml-smime.el (password-read, password-cache-add)
9093         (password-cache-remove):
9094         No need to autoload, since mml-sec requires password.
9095
9096         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9097         * message.el (gnus-extract-address-components):
9098         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9099
9100         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9101         password.
9102
9103 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * mailcap.el: Reduce dependencies.
9106         (mail-header-parse-content-type): Autoload.
9107         (mailcap-delete-duplicates): New alias.
9108         (mailcap-mime-info): Add optional argument NO-DECODE.
9109         (mailcap-mime-types): Use mailcap-delete-duplicates.
9110
9111         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9112
9113 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9114
9115         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9116         (imap-parse-status): Upcase status-att for servers that sends them
9117         lower-case (e.g., MS Exchange 2007).
9118
9119 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9122         function.
9123
9124         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9125         (gnus-uu-yenc-article): New function.
9126
9127         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9128
9129         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9130
9131 2007-12-02  Glenn Morris  <rgm@gnu.org>
9132
9133         * binhex.el (binhex): New custom group.
9134         (binhex-decoder-program, binhex-decoder-switches)
9135         (binhex-use-external): Move to the binhex custom group.
9136
9137         * uudecode.el (uudecode): New custom group.
9138         (uudecode-decoder-program, uudecode-decoder-switches)
9139         (uudecode-use-external): Move to the uudecode custom group.
9140
9141         * netrc.el (top-level): Don't load `encrypt' features.
9142         (netrc-parse): Don't use encrypt.
9143         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9144
9145         * encrypt.el: Remove file.
9146
9147 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9150         matches on patches.
9151
9152         * gnus-art.el (gnus-article-browse-html-article):
9153         Mention `mm-text-html-renderer' in the doc string.
9154
9155         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9156         string.  Add comments.
9157
9158         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9159         if rhs is ASCII.
9160
9161 2007-12-01  Glenn Morris  <rgm@gnu.org>
9162
9163         * mail-source.el (top-level): Require format-spec before
9164         eval-when-compile.
9165
9166 2007-11-30  Glenn Morris  <rgm@gnu.org>
9167
9168         * encrypt.el: Require password, rather than autoloading password-read.
9169
9170 2007-11-29  Glenn Morris  <rgm@gnu.org>
9171
9172         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9173         (sasl-make-client, sasl-next-step, sasl-step-data)
9174         (sasl-step-set-data): Declare as functions.
9175
9176 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9179
9180 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9181
9182         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9183         certs should be verified and what is to be done in the event of a
9184         verification failure.
9185
9186         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9187         caller can indicate whether the cache should be disregarded for this
9188         call.  This way the result of the call is reproducible at all times and
9189         can be considered a canonical server name for the supplied method.
9190         (gnus-agent-method-p): Canonicalize server names by pushing their
9191         method through `gnus-method-to-server' using the no-cache argument.
9192
9193         * gnus-srvr.el (gnus-server-insert-server-line):
9194         Call `gnus-method-to-server' with `no-cache' argument.
9195
9196         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9197         gnus-agent-possibly-synchronize-flags as this should be called when the
9198         server is actually being opened.
9199         (gnus-agent-possibly-synchronize-flags)
9200         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9201         flags file of an agentized server to the latter function.
9202
9203         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9204         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9205         after a connection has been established successfully.
9206
9207 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * gnus-art.el (article-display-face): Force to display face if called
9210         interactively; check if gnus-article-x-face-too-ugly matches author.
9211         (article-display-x-face): Display face even if From header is missing
9212         as article-display-face does.
9213
9214 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9215
9216         * hashcash.el (message-narrow-to-headers-or-head)
9217         (message-fetch-field, message-goto-eoh)
9218         (message-narrow-to-headers): Declare as functions.
9219
9220 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * mail-source.el (mail-sources): Default to fetch from file for
9223         compatibility with default of nnmail-spool-file.
9224
9225 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9228         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9229         to look for encoded word that should be encoded again.
9230         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9231         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9232         encoding pattern.
9233         (rfc2047-decode-region): Switch strict regexp and loose one according
9234         to rfc2047-allow-irregular-q-encoded-words.
9235
9236 2007-11-25  Romain Francoise  <romain@orebokech.com>
9237
9238         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9239
9240 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * tls.el (tls-program): Provide more custom choices from
9243         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9244         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9245
9246 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9249         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9250
9251         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9252         `nnmail-spool-file'.
9253
9254         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9255         `nnmail-spool-file'.
9256
9257         * gnus-move.el (gnus-change-server): Ditto.
9258
9259         * gnus-kill.el (gnus-batch-score): Ditto.
9260
9261         * gnus-cache.el (gnus-jog-cache): Ditto.
9262
9263         * gnus-msg.el (gnus-summary-reply):
9264         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9265
9266 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9269         version.  Minor improvement to doc strings.
9270         (tls-program): Add comment.
9271
9272 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9273
9274         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9275         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9276         mismatch between the hostname provided in the certificate and the name
9277         of the host connnecting to.
9278         (open-tls-stream): Use them.  Check certificates against trusted root
9279         certificates.
9280
9281 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-cache.el (gnus-cache-generate-nov-databases):
9284         Use nnml-generate-nov-databases-directory instead of
9285         nnml-generate-nov-databases-1.
9286
9287 2007-11-24  Glenn Morris  <rgm@gnu.org>
9288
9289         * message.el (message-tool-bar-retro): Update for rename
9290         mail_send.xpm->mail-send.xpm.
9291
9292 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9295         `smime-ldap-search' for Emacs 22 and up.
9296
9297 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9298
9299         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9300
9301         * message.el (message-send-mail-function): Fix error convention.
9302         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9303         (message-widen-reply, message-send-mail, message-talkative-question)
9304         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9305         (message-clone-locals, message-send-news): Use with-current-buffer.
9306         (message-insert-or-toggle-importance): Remove unused var `valid'.
9307         (message-make-references): Remove unused var `new-references'.
9308         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9309
9310 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9311
9312         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9313         (spam-split-symbolic-return-positive): Reflow docstring.
9314         (spam-backends, spam-summary-exit-behavior)
9315         (spam-mark-ham-unread-before-move-from-spam-group)
9316         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9317         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9318         (spam-clear-cache, spam-backend-check, spam-install-backend)
9319         (spam-install-statistical-backend, spam-list-of-processors)
9320         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9321         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9322         (spam-check-crm114, spam-initialize, spam-unload-hook):
9323         Fix typos in docstrings.
9324
9325 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9328         been checked if they have never been read and those group levels are
9329         higher than the one that a user specified.
9330
9331 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9334         foreign groups unless a group level is specified by a user.
9335         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9336
9337 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * message.el (message-send-mail-function): Require sendmail.
9340
9341 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * message.el (message-send-mail-function): Check for smtpmail too.
9344
9345         * utf7.el (utf7-encode, utf7-decode): Use coding system
9346         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9347
9348         * message.el (message-send-mail-function): New function.
9349         (message-send-mail-function): Set default using
9350         message-send-mail-function.  Adjust doc string.
9351         (message-send-mail-with-mailclient): New function.
9352
9353 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9354
9355         * smime.el (from):
9356         * rfc2047.el (message-posting-charset):
9357         * qp.el (mm-use-ultra-safe-encoding):
9358         * pop3.el (parse-time-months):
9359         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9360         * nnml.el (files):
9361         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9362         (jka-compr-compression-info-list, ange-ftp-path-format)
9363         (efs-path-regexp):
9364         * nndiary.el (files):
9365         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9366         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9367         (epg-digest-algorithm-alist, inhibit-redisplay)
9368         (password-cache-expiry):
9369         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9370         (pgg-output-buffer, password-cache-expiry):
9371         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9372         (efs-path-regexp):
9373         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9374         (inhibit-redisplay):
9375         * mm-uu.el (file-name, start-point, end-point, entry)
9376         (gnus-newsgroup-name, gnus-newsgroup-charset):
9377         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9378         (latin-unity-ucs-list):
9379         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9380         (mm-uu-binhex-decode-function):
9381         * message.el (gnus-message-group-art, gnus-list-identifiers)
9382         (rmail-enable-mime-composing, gnus-local-organization)
9383         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9384         (gnus-read-active-file, facemenu-add-face-function)
9385         (facemenu-remove-face-function, gnus-article-decoded-p)
9386         (tool-bar-mode):
9387         * mail-source.el (display-time-mail-function):
9388         * gnus-util.el (nnmail-pathname-coding-system)
9389         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9390         (gnus-original-article-buffer, gnus-user-agent)
9391         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9392         (xemacs-codename, sxemacs-codename, emacs-program-version):
9393         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9394         * gnus-start.el (gnus-agent-covered-methods)
9395         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9396         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9397         (gnus-newsgroup-headers, gnus-group-list-mode)
9398         (gnus-group-mark-positions, gnus-newsgroup-data)
9399         (gnus-newsgroup-unreads, nnoo-state-alist)
9400         (gnus-current-select-method, mail-sources)
9401         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9402         (nnmail-spool-file, gnus-cache-active-hashtb):
9403         * gnus-mh.el (mh-lib-progs):
9404         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9405         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9406         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9407         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9408         (gnus-group-buffer):
9409         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9410         (font-lock-set-defaults):
9411         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9412         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9413         (gnus-summary-post-menu, total-parts, type, condition, length):
9414         * gnus-agent.el (gnus-agent-read-agentview):
9415         * flow-fill.el (show-trailing-whitespace):
9416         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9417         eval-and-compile wrappers for byte compiler pacifiers.
9418
9419         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9420         (mm-display-inline-fontify): Check for featurep 'xemacs not
9421         extent-list.
9422
9423         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9424         itimer-list.
9425         (mm-create-image-xemacs): Only do something for XEmacs.
9426         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9427
9428         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9429
9430         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9431         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9432
9433 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9434
9435         * nnimap.el (nnimap-split-download-body):
9436         * gnus-demon.el (gnus-demon):
9437         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9438
9439 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9442         New macros.
9443         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9444         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9445         copy data from unibyte buffer to multibyte current buffer.
9446         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9447         to copy data from unibyte current buffer to multibyte buffer.
9448         (nntp-make-process-buffer): Make process buffer unibyte.
9449
9450         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9451
9452 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9453
9454         * pop3.el (pop3-open-server): Accept and process data more robustly at
9455         connexion start to avoid spurious "POP SSL connexion failed" errors.
9456
9457 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9460         read group names.
9461
9462 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9465
9466 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9469         (nnmail-save-active): Use a unibyte buffer when saving active file,
9470         which may contain non-ASCII group names.
9471
9472         * nnml.el (nnml-request-group): Decode group names in messages.
9473
9474 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * message.el (message-citation-line-function)
9477         (message-insert-formatted-citation-line): Fix spelling of
9478         `message-insert-formated-citation-line'.
9479
9480 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9483
9484 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9487         nnmail-pathname-coding-system.
9488
9489         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9490         that a user enters; decode group names in messages.
9491
9492         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9493
9494 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9497
9498         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9499
9500         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9501         risky local variable.
9502
9503         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9504
9505 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9506
9507         * encrypt.el: Improve documentation to fix function name typo.
9508         Reported by Daiki Ueno <ueno@unixuser.org>.
9509
9510 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9513         even if the point is not in the last page of an article.
9514         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9515         back to the previous page.
9516
9517 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9520
9521 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9524
9525 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9526
9527         * message.el (message-check-news-body-syntax):
9528         Avoid mm-string-as-multibyte.
9529         (message-hide-headers): Don't assume (point-min)==1.
9530
9531 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * message.el (message-remove-blank-cited-lines): Fix if remove is
9534         given.
9535         (message-bogus-address-regexp): New variable.
9536         (message-bogus-recipient-p): New function.
9537         (message-check-recipients): New command.
9538         (message-syntax-checks): Add `bogus-recipient'.
9539         (message-fix-before-sending): Add `bogus-recipient'.
9540
9541         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9542         (gnus-treat-body-boundary): Don't test window-system.
9543
9544 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9545
9546         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9547
9548 2007-10-28  Miles Bader  <miles@gnu.org>
9549
9550         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9551         at compile-time too.
9552
9553 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-msg.el (gnus-message-setup-hook):
9556         Add `message-remove-blank-cited-lines' to options.
9557
9558 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * message.el (message-remove-blank-cited-lines): New function.
9561         Suggested by Karl Plästerer.
9562
9563 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9566         mapc.
9567
9568         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9569         (top-level): Use mapc to set functions to be traced for debugging.
9570
9571         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9572         called for effect with while loop.
9573
9574         * message.el (message-talkative-question): Replace mapcar called for
9575         effect with mapc.
9576
9577         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9578         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9579         called for effect with dolist.
9580
9581         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9582
9583         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9584         gnus-extra-headers and nnmail-extra-headers.
9585
9586         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9587         called for effect with dolist.
9588         (top-level): Use mapc to set functions to be traced for debugging.
9589
9590         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9591         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9592         dolist.
9593
9594         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9595         Replace mapcar called for effect with mapc.
9596         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9597         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9598         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9599         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9600
9601         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9602         remove-if that's a cl function.
9603
9604         * webmail.el (webmail-debug): Replace mapcar called for effect with
9605         dolist.
9606
9607         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9608         with mapc.
9609
9610 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9613         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9614         with while loop.
9615
9616         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9617         functions from article-* functions.
9618         (gnus-multi-decode-header): Replace mapcar called for effect with
9619         dolist.
9620
9621         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9622         (gnus-bookmark-show-details): Replace mapcar called for effect with
9623         while loop.
9624
9625         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9626         called for effect with while loop.
9627
9628         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9629         with dolist.
9630
9631         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9632         Replace mapcar called for effect with dolist.
9633
9634         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9635
9636         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9637         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9638         Replace mapcar called for effect with dolist.
9639         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9640         mapc.
9641
9642         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9643         Replace mapcar called for effect with dolist.
9644         (gnus-topic-list): Replace mapcar called for effect with mapc.
9645
9646         * gnus.el: Use mapc instead of mapcar to add autoloads.
9647
9648 2007-10-23  Richard Stallman  <rms@gnu.org>
9649
9650         * gnus-group.el (gnus-group-highlight): Mark as risky.
9651
9652 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus.el (gnus-server-to-method): Return method found first in
9655         gnus-newsrc-alist.
9656
9657         * gnus-art.el (gnus-article-highlight-signature)
9658         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9659         button overlay without the front stickiness.
9660
9661 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9662
9663         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9664         overview buffer needed a catch to receive its throw.
9665         (gnus-agent-flush-cache): Declare as interactive to make this function
9666         easier to use.
9667
9668 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9671         `next-line'.
9672
9673 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9676         exclude address matching message-dont-reply-to-names.
9677
9678 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-util.el (gnus-string<): New function.
9681
9682         * gnus-sum.el (gnus-article-sort-by-author)
9683         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9684
9685 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9688         the frame-focus tag is set in gnus-buffer-configuration.
9689
9690 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9693         the front stickiness.
9694
9695 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9698         url pattern; remove duplicate one.
9699         (gnus-article-extend-url-button): New function.
9700         (gnus-article-add-buttons): Use it.
9701         (gnus-button-push): Use concatenated url that it makes.
9702
9703 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9704
9705         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9706
9707 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9708
9709         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9710         Don't hardcode point-min==1.
9711
9712 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9715         Fix comment about "iso8859-1".
9716
9717 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9718
9719         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9720         ones returned from the verify-function.
9721
9722         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9723         Call mml2015-extract-cleartext-signature if extraction failed.
9724
9725 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9726
9727         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9728         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9729         failed.
9730
9731 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9734
9735 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9738         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9739         recommends to use EasyPG instead of PGG.
9740
9741         * pgg.el: Revert to revision 6.23.2.16.
9742
9743         * pgg-def.el: Revert to revision 6.6.2.14.
9744
9745         * pgg-gpg.el: Revert to revision 6.23.2.34.
9746
9747 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9748
9749         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9750         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9751         thread for both the null and zero (kill/expire thread) universal prefix
9752         cases.
9753         (gnus-summary-expire-thread): Add new function to expire a thread,
9754         using gnus-summary-kill-thread.
9755         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9756         shortcuts for gnus-summary-expire-thread.
9757         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9758         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9759
9760 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9761
9762         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9763         extras value, so an extras entry can be deleted.
9764         (gnus-registry-delete-extra-entry): Use it.
9765         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9766         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9767         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9768         storage through the gnus-registry, and provide an appropriate API for
9769         it.
9770
9771 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9774         Suggested by Leo <sdl.web@gmail.com>.
9775
9776         * gnus.el: Do.
9777
9778 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9781         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9782
9783         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9784
9785         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9786         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9787
9788 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9791         newline.
9792         (nnmbox-request-accept-article): Don't change article in source buffer;
9793         narrow to header to use message-fetch-field rather than
9794         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9795         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9796         as delimiters; make sure article ends with newline.
9797         (nnmbox-delete-mail): Correct last position of article to be deleted;
9798         ignore X-Gnus-Newsgroup header in article body.
9799         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9800         positions; make sure article ends with newline.
9801
9802         * message.el (message-display-abbrev): Don't infloop when a user
9803         inserts SPC in the beginning of header.
9804
9805         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9806         coding-system-for-read and coding-system-for-write for XEmacs having no
9807         file-coding feature.
9808
9809         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9810
9811 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9812
9813         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9814         list of groups not followed by default.  Fix type to be regexp.
9815         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9816
9817 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9818
9819         * hmac-def.el (define-hmac-function): Switch from old-style to
9820         new-style backquotes.
9821
9822         * md4.el (md4-make-step): Likewise.
9823
9824 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9827         raw-text coding system when saving .newsrc file, which may contain
9828         non-ASCII group names.
9829
9830 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-cus.el (gnus-score-extra): New widget.
9833         (gnus-score-extra-convert): New function.
9834         (gnus-score-customize): Use it for Extra.
9835
9836 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9837
9838         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9839         (mml2015-mailcrypt-clear-verify): Use it.
9840         (mml2015-gpg-clear-verify): Use it.
9841         (mml2015-pgg-clear-verify): Use it.
9842         (mml2015-epg-clear-verify): Replace the current part with the output
9843         from GnuPG; don't extract the plaintext by itself.
9844
9845         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9846         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9847         mml2015-clear-verify-function; don't touch the armor headers or
9848         dash-escaped text here.
9849
9850 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9853         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9854         parts, or application/octet-stream as a last resort.
9855         (gnus-mime-view-part-as-type): Don't toggle display.
9856         (gnus-mime-view-part-as-charset): Don't turn off display before
9857         querying charset.
9858
9859         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9860         stuff to undisplayer function in Emacs.
9861         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9862
9863         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9864         text/calendar parts.
9865
9866 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9869         decoding text/calendar parts.
9870
9871         * message.el (message-forward-make-body-mime): Always mark body as
9872         having no illegible text; remove signed-or-encrypted argument.
9873         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9874
9875         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9876         (mml-generate-mime-1): Don't encode body if it is specified to be in
9877         raw form; don't make buffer be unibyte when inserting multibyte string.
9878
9879 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9880
9881         * sha1.el: Fix up comment style.
9882         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9883         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9884
9885         * hex-util.el: Fix up comment style.
9886         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9887
9888         * gnus-salt.el: Use with-current-buffer.
9889         (gnus-pick-setup-message): Fix long-standing typo.
9890
9891 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * imap.el (imap-logout-timeout): New variable.
9894         (imap-logout, imap-logout-wait): New functions.
9895         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9896
9897         * nnimap.el (nnimap-logout-timeout): New server variable.
9898         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9899         nnimap-logout-timeout.
9900
9901         * gnus-art.el (gnus-article-summary-command-nosave)
9902         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9903
9904 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus.el (gnus-maximum-newsgroup): New variable.
9907
9908         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9909         according to gnus-maximum-newsgroup.
9910
9911         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9912         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9913         Limit the range of articles according to gnus-maximum-newsgroup.
9914
9915 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9916
9917         * gnus-art.el (gnus-sticky-article): Fix problems described in
9918         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9919         Don't perform gnus-configure-windows here; reuse existing sticky
9920         article buffer.
9921
9922         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9923         it doesn't exist in gnus-article-mode.
9924
9925 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9928         (gnus-agent-decoded-group-name): New function.
9929         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9930         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9931
9932 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9933
9934         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9935         Add binding for gnus-sticky-article.
9936         (gnus-summary-exit): Don't kill sticky article buffers.
9937
9938         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9939         article buffer.
9940         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9941         (gnus-kill-sticky-article-buffers): New commands.
9942
9943 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * nntp.el (nntp-xref-number-is-evil): New server variable.
9946         (nntp-find-group-and-number): If it is non-nil, don't trust article
9947         numbers in the Xref header.
9948
9949 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-agent.el (gnus-agent-read-group): New function.
9952         (gnus-agent-flush-group, gnus-agent-expire-group)
9953         (gnus-agent-regenerate-group): Use it.
9954         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9955         nnmail-pathname-coding-system.
9956
9957 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9960
9961         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9962         that are unread as unread, and also as selected so that information of
9963         marks having been changed by a user may be updated when exiting group.
9964
9965 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9968
9969 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9972         calculated ignoring signature parts to gnus-treat-article.
9973
9974 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9977         a point here in order to keep the window start.
9978         (gnus-insert-mime-security-button): Make a button overlay without the
9979         front stickiness.
9980         (gnus-mime-display-security): Goto the end of a button.
9981
9982         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9983
9984 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9987         group-name-at-point.
9988         (gnus-group-completing-read): New function that offers decoded
9989         non-ASCII group names for completion.
9990         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9991         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9992         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9993         (gnus-group-fetch-control): Use it.
9994         (gnus-fetch-group): Use group-name-at-point for the initial value
9995         rather than the default value; use gnus-alive-p.
9996
9997         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9998         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9999         (gnus-summary-post-news): Use gnus-group-completing-read.
10000
10001         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10002         (gnus-read-move-group-name): Decode group name for completion.
10003
10004 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10007         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10008         Yamaoka slightly modified the code).
10009
10010 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10013         (nnmail-split-incoming): Bind it.
10014
10015         * nnml.el (nnml-group-name-charset): New function.
10016         (nnml-decoded-group-name): Use it; don't decode group name if
10017         nnmail-group-names-not-encoded-p is non-nil.
10018         (nnml-encoded-group-name): New function.
10019         (nnml-group-pathname): Inline nnml-decoded-group-name.
10020         (nnml-request-expire-articles): Decode group name in message.
10021         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10022         nnmail-pathname-coding-system.
10023         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10024         not decoded ones according to nnmail-group-names-not-encoded-p.
10025         (nnml-generate-active-info): Use nnml-encoded-group-name.
10026
10027 2007-08-08  Glenn Morris  <rgm@gnu.org>
10028
10029         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10030         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10031         doc-strings and comments.
10032
10033 2007-07-25  Glenn Morris  <rgm@gnu.org>
10034
10035         * Relicense all FSF files to GPLv3 or later.
10036
10037 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gnus-sum.el (gnus-summary-move-article):
10040         Make gnus-summary-respool-article work.
10041
10042 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10045         string.
10046
10047 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10048
10049         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10050         that should be ignored when comparing distant RSS articles with local
10051         ones.
10052         (nnrss-make-hash-index): New function.  Create a hash index according
10053         to the ignored fields.
10054         (nnrss-check-group): Use it.
10055
10056 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10059
10060         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10061
10062         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10063         the new optional argument ENCODED is non-nil.
10064         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10065         coding system for encoding group name.
10066         (gnus-group-make-rss-group): Pass un-encoded group name to
10067         gnus-group-make-group.
10068         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10069         encoded.
10070
10071         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10072         Encode group name to which articles are moved or copied.
10073         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10074         coding system for encoding Newsgroup, Followup-To and Xref headers.
10075
10076         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10077         marks; use nnheader-file-coding-system to write a file.
10078         (nnagent-retrieve-headers): Bind file-name-coding-system to
10079         nnmail-pathname-coding-system.
10080
10081         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10082
10083         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10084         (nnml-request-article, nnml-request-create-group)
10085         (nnml-request-rename-group, nnml-find-id)
10086         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10087         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10088         (nnml-save-marks): Use nnml-group-pathname instead of
10089         nnmail-group-pathname.
10090
10091         (nnml-request-create-group, nnml-request-expire-articles)
10092         (nnml-request-move-article, nnml-request-delete-group)
10093         (nnml-deletable-article-p, nnml-possibly-create-directory)
10094         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10095         (nnml-open-marks): Bind file-name-coding-system to
10096         nnmail-pathname-coding-system.
10097
10098         (nnml-request-article): Pass server argument to nnml-find-group-number.
10099         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10100         Pass server argument to nnml-possibly-create-directory.
10101         (nnml-request-accept-article): Pass server argument to
10102         nnml-active-number and nnml-save-mail.
10103         (nnml-find-group-number): Pass server argument to nnml-find-id.
10104         (nnml-request-update-info): Pass server argument to
10105         nnml-marks-changed-p.
10106
10107         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10108         (nnml-save-mail, nnml-active-number): Add server argument.
10109
10110         (nnml-request-delete-group): Warn if group is missing.
10111         (nnml-get-nov-buffer): Decode group name.
10112         (nnml-generate-active-info): Encode group name.
10113         (nnml-open-marks): Decode group name in messages.
10114
10115 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10118         if it is not specified.
10119         (gnus-article-pipe-part, gnus-article-save-part)
10120         (gnus-article-interactively-view-part, gnus-article-copy-part)
10121         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10122         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10123         (gnus-article-replace-part, gnus-article-delete-part)
10124         (gnus-article-view-part-as-type): Pass raw prefix argument to
10125         gnus-article-part-wrapper.
10126
10127 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-agent.el (gnus-agent-save-active):
10130         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10131
10132         * gnus-cache.el (gnus-cache-save-buffers)
10133         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10134         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10135         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10136         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10137         (gnus-cache-generate-active, gnus-cache-rename-group)
10138         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10139         (gnus-cache-update-overview-total-fetched-for):
10140         Bind file-name-coding-system to nnmail-pathname-coding-system.
10141         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10142         New variables.
10143         (gnus-cache-decoded-group-name): New function.
10144         (gnus-cache-file-name): Use it.
10145         (gnus-cache-generate-active): Use non-decoded group name for active.
10146
10147         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10148         right place.
10149         (gnus-write-active-file): Don't break non-ASCII group names.
10150
10151         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10152         nnmail-pathname-coding-system.
10153
10154         * lpath.el: Bind default-file-name-coding-system,
10155         file-name-coding-system and language-info-alist for XEmacs.
10156
10157         * gnus-uu.el (gnus-uu-decode-save): Typo.
10158
10159 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10162
10163 2007-07-14  David Kastrup  <dak@gnu.org>
10164
10165         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10166         finishing actions if we did not edit the article.
10167
10168 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10171         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10172         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10173         (gnus-agent-flush-group, gnus-agent-flush-cache)
10174         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10175         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10176         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10177         (gnus-agent-regenerate-group)
10178         (gnus-agent-update-files-total-fetched-for)
10179         (gnus-agent-update-view-total-fetched-for):
10180         Bind file-name-coding-system to nnmail-pathname-coding-system.
10181         (gnus-agent-group-pathname): Don't encode file names by
10182         nnmail-pathname-coding-system.
10183         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10184         coding-system-for-write instead of buffer-file-coding-system to
10185         gnus-agent-file-coding-system.
10186
10187         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10188         Decode group name.
10189
10190         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10191
10192         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10193         (gnus-read-newsrc-el-file): Make group names unibyte.
10194
10195         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10196         nnmail-pathname-coding-system.
10197
10198         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10199         (nnrss-request-delete-group): Bind file-name-coding-system to
10200         nnmail-pathname-coding-system.
10201         (nnrss-read-server-data, nnrss-read-group-data):
10202         Bind file-name-coding-system correctly.
10203         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10204
10205         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10206         (nntp-server-to-method-cache): New variable.
10207         (nntp-group-pathname): New function that decodes non-ASCII group names.
10208         (nntp-possibly-create-directory, nntp-marks-changed-p)
10209         (nntp-save-marks, nntp-open-marks): Use it.
10210         (nntp-possibly-create-directory, nntp-open-marks):
10211         Bind file-name-coding-system to nnmail-pathname-coding-system.
10212         (nntp-open-marks): Decode group names when bootstrapping marks.
10213
10214         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10215         Newsgroups and Folowup-To headers.
10216
10217 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10220         (gnus-server-closed-face, gnus-server-denied-face)
10221         (gnus-server-offline-face): Remove variable.
10222         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10223
10224         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10225         of modifying message-stack directly for XEmacs.
10226
10227         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10228         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10229         if the coding-system argument is nil for XEmacs.
10230
10231         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10232         mm-charset-override-alist.
10233
10234         * rfc2047.el: Don't require base64; require rfc2045 for the function
10235         rfc2045-encode-string.
10236         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10237         to quote the parameter value.
10238
10239 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10242         form in gnus-group-name-charset-method-alist.
10243
10244         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10245         overrides the default layout edit-form.
10246
10247         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10248
10249         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10250
10251 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10254         as unfetched articles.
10255
10256 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10259
10260 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10263         original back end that keeps marks in the local system.
10264
10265 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10268         arg of pop-to-buffer for XEmacs.
10269         (gnus-article-read-summary-keys): Ditto; don't restore window
10270         configuration if summary command ends up with neither article buffer
10271         nor summary buffer; describe bindings if summary keys end with C-h.
10272
10273 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * message.el (message-fix-before-sending): Skip raw message part to be
10276         forwarded while checking illegible text.
10277         (message-forward-make-body-mime, message-forward-make-body):
10278         Mark signed or encrypted raw message as having no illegible text.
10279
10280 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10283         (gnus-message-with-timestamp-1): New macro.
10284         (gnus-message-with-timestamp): New function.
10285         (gnus-message): Use them.
10286
10287         * nnheader.el (nnheader-message): Use them.
10288
10289 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10292         .newsrc.eld file.
10293
10294 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus-agent.el (gnus-agent-fetch-headers)
10297         (gnus-agent-retrieve-headers):
10298         Bind gnus-decode-encoded-address-function to identity.
10299
10300         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10301         available also when the server returns simply a dot.
10302
10303         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10304
10305 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10308
10309 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-ems.el (gnus-x-splash): Make it work.
10312
10313         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10314         from being used.
10315
10316         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10317
10318 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10321         4th and the 5th arguments.
10322
10323         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10324         the front stickiness.
10325         (gnus-article-summary-command-nosave): Correct the order of the
10326         arguments passed to pop-to-buffer.
10327         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10328         summary command ends up with the article buffer.
10329
10330         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10331         the same faces.
10332
10333 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10334
10335         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10336
10337 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10338
10339         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10340         * gnus-sum.el (gnus-summary-highlight):
10341         * pgg.el (pgg-sign-region, pgg-sign):
10342         * mail-source.el (mail-source-delete-old-incoming-confirm):
10343         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10344
10345 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-art.el (gnus-mime-view-part-externally)
10348         (gnus-mime-view-part-internally): Fix predicate function passed to
10349         completing-read.
10350
10351         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10352
10353         * gnus.el (gnus-update-message-archive-method): Add :version.
10354
10355 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus.el (gnus-update-message-archive-method): New variable.
10358
10359         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10360         according to gnus-message-archive-method if
10361         gnus-update-message-archive-method is non-nil.
10362
10363 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10366         Suggested by Loic Dachary <loic@dachary.org>.
10367         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10368
10369 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * message.el (message-pop-to-buffer): Add switch-function argument.
10372         (message-mail): Pass switch-function argument to it.
10373
10374 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10377         Improve doc string.
10378
10379 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10382         (gnus-header-content)
10383         * gnus-cite.el (gnus-cite-10)
10384         * gnus-srvr.el (gnus-server-closed)
10385         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10386         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10387         (gnus-group-mail-3-empty, gnus-group-mail-low)
10388         (gnus-group-mail-low-empty, gnus-splash)
10389         * message.el (message-header-to, message-header-cc)
10390         (message-header-subject, message-header-other, message-header-name)
10391         (message-header-xheader, message-separator, message-cited-text)
10392         (message-mml): Lighten colors of faces used for dark background.
10393
10394 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10395
10396         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10397         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10398
10399 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * message.el (message-narrow-to-headers-or-head):
10402         Ignore mail-header-separator in the body.
10403
10404 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10407         same as window size.
10408
10409 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10410
10411         * message.el (message-font-lock-keywords): Use message-header-xheader
10412         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10413         ahead of the anything pattern, to get it recognised.
10414
10415 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10418         spam.el loads uses it in the compiled defadvice form.
10419
10420 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10421
10422         * gnus-sum.el (gnus-articles-to-read)
10423         (gnus-summary-insert-old-articles): Don't truncate group name for
10424         `read-string'.
10425
10426         * gnus-util.el (gnus-limit-string): Delete this function.
10427
10428         * gnus-sum.el (gnus-simplify-subject-fully):
10429         Use `truncate-string-to-width' instead.
10430
10431 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10432
10433         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10434         Tell if, on summary exit, the next group has to be selected.
10435         (gnus-summary-exit): Use it.
10436
10437 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10440         non-break space.
10441
10442 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10445         Check if group is not a directory.
10446         (nnfolder-request-expire-articles): Don't delete articles if the target
10447         group is not available.
10448
10449         * nnml.el (nnml-request-create-group): Properly check if group is not a
10450         file.
10451         (nnml-request-expire-articles): Don't delete articles if the target
10452         group is not available.
10453
10454         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10455         Don't quote characters that are within parentheses.
10456
10457 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10460         (gnus-handle-ephemeral-exit): Select article according to it.
10461
10462 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * message.el (message-insert-formated-citation-line): Remove newline.
10465         (message-citation-line-format): Add final \n here so that the user can
10466         avoid a blank line.
10467
10468 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10469
10470         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10471         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10472         Update lanl/arXiv support.
10473
10474 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * gnus.el: Bump version number.
10477
10478 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10479
10480         * gnus.el (gnus-version-number): Bump version.
10481
10482 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10483
10484         * gnus.el: No Gnus v0.6 is released.
10485
10486 2007-04-27  Didier Verna  <didier@xemacs.org>
10487
10488         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10489         * gmm-utils.el (gmm-regexp-concat): ... here.
10490         * message.el: Don't require 'gnus-util.
10491         (message-dont-reply-to-names): Handle name change above.
10492         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10493
10494 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10497         since the initial value varies according to the system.
10498
10499 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10502
10503 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10504
10505         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10506
10507 2007-04-24  Didier Verna  <didier@xemacs.org>
10508
10509         Improve the type of gnus-ignored-from-addresses.
10510         * gnus-util.el (gnus-orify-regexp): New function.
10511         * message.el (gnus-util): Require it.
10512         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10513         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10514         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10515
10516 2007-04-24  Didier Verna  <didier@xemacs.org>
10517
10518         * gnus-sum.el:
10519         * gnus-utils.el: Fix some trailing whitespaces.
10520
10521 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10524         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10525         article's Message-ID; refer parent article in summary buffer.
10526
10527         * message.el (message-bounce): Call mime-to-mml.
10528
10529         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10530         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10531         optimize and/or forms properly.
10532
10533 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10536         URL.
10537
10538 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10541
10542 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10545         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10546         displayed of multipart/alternative part if it is invoked from summary
10547         buffer.
10548
10549         * mm-view.el (mm-inline-text-html-render-with-w3m)
10550         (mm-inline-text-html-render-with-w3m-standalone)
10551         (mm-inline-render-with-function): Use mail-parse-charset by default.
10552
10553 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10554
10555         * parse-time.el (parse-time-string-chars): Check if CHAR
10556         is less than the length of parse-time-syntax.
10557
10558 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10561         from gnus-newsgroup-processable.
10562
10563 2007-04-16  Didier Verna  <didier@xemacs.org>
10564
10565         * gnus-msg.el (gnus-configure-posting-styles):
10566         Handle message-signature-directory properly with :file syntax.
10567         Reported by "Leo".
10568
10569 2007-04-11  Didier Verna  <didier@xemacs.org>
10570
10571         New user option: message-signature-directory.
10572         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10573         * message.el (message-insert-signature): Ditto.
10574         * message.el (message-signature-file): Doc update.
10575         * message.el (message-signature-directory): New.
10576
10577 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-msg.el (gnus-inews-yank-articles):
10580         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10581
10582 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * message.el (message-yank-original): Make sure cited text ends with
10585         newline; don't exchange point and mark.
10586
10587 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10588
10589         * tls.el (open-tls-stream): Properly handle case where there
10590         is no associated buffer.
10591
10592 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10593
10594         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10595         message-yank-original, make sure (< mark TEXT point).
10596
10597 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * message.el (message-fill-column): New variable.
10600         (message-mode): Use it.  Add comment on a possible new hook.
10601
10602         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10603         (nnmail-get-new-mail): Reformat.
10604
10605         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10606
10607         * gmm-utils.el: Fix Commentary.
10608         (gmm-tool-bar-from-list): Fix typo in doc string.
10609
10610 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10611
10612         * message.el (message-yank-original): Don't switch point and mark
10613         unnecessarily to put point and mark as documented.
10614
10615 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10616
10617         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10618         from the message heads.
10619
10620 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10621
10622         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10623         article buffer does not have a window.  This may not be the best
10624         solution but is certainly better than setting the start of the null,
10625         that is the current, window.
10626
10627 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10630         (gnus-draft-setup): Run it.
10631
10632         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10633         gnus-score-fast-scoring.  Allow regexp.
10634         (gnus-score-headers): Use it.
10635
10636         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10637         XEmacs.
10638
10639         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10640         string.
10641         (gnus-button-alist): Also catch `<f1> k ...'.
10642         (gnus-treat-display-x-face): Fix doc string.
10643
10644 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10645
10646         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10647         evaluation of gnus-extended-version to ensure correct generation of the
10648         User-Agent header when message-generate-headers-first is used.
10649
10650 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10651
10652         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10653         hashcash-path is nil.  Don't call callback with incorrect number of
10654         parameters if val is 0.
10655
10656 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10657
10658         * message.el (message-required-news-headers):
10659         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10660
10661 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10662
10663         * tls.el (open-tls-stream): In handshake-waiting loop,
10664         don't wait more if there is output available to process.
10665
10666 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10667
10668         * tls.el (tls-program): Doc fix.
10669
10670 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * message.el (message-generate-new-buffers): Change the meaning of the
10673         nil value; add `standard' to the choices; treat t as `unique'; improve
10674         doc string.
10675         (gnus-select-frame-set-input-focus): Autoload.
10676         (message-buffer-name): Search for the existing message buffer if
10677         message-generate-new-buffers is nil or `standard'; treat the value t of
10678         message-generate-new-buffers as `unique'.
10679         (message-pop-to-buffer): Raise the frame already displaying the message
10680         buffer; clear the echo area after querying.
10681         (message-setup): Pass the `continue' argument to compose-mail.
10682         (message-mail): Prefer `switch-function' if it is given; search for the
10683         existing message buffer if the `continue' argument is non-nil; pass
10684         continue and switch-function arguments to compose-mail by way of
10685         message-setup.
10686         (message-mail-other-window): Adjust argument of message-setup.
10687         (message-mail-other-frame): Ditto.
10688
10689 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10692         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10693         to turn font-lock on when turning gnus-message-citation-mode on.
10694
10695 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10696
10697         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10698         (mml-smime-function-alist): New variable; add epg as the backend.
10699         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10700         mml-smime- functions instead.
10701         * mm-view.el: Require smime.
10702
10703 2007-03-05  Didier Verna  <didier@xemacs.org>
10704
10705         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10706         instead of just inheritance for posting styles.
10707         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10708
10709 2007-02-24  Chris Moore  <dooglus@gmail.com>
10710
10711         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10712         * pgg-pgp.el (pgg-pgp-encrypt-region):
10713         * pgg-gpg.el (pgg-gpg-encrypt-region):
10714         Check pgg-encrypt-for-me if no other recipients.
10715
10716 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10717
10718         * tls.el (tls-certtool-program): Fix custom type.
10719
10720 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10723         and point-at-eol instead of line-(beginning|end)-position.
10724
10725         * assistant.el (assistant-parse-buffer): Ditto.
10726
10727         * netrc.el (netrc-parse-services): Ditto.
10728
10729 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10730
10731         * mml2015.el (mml2015-epg-find-usable-key): New function.
10732         (mml2015-epg-sign): Use it.
10733         (mml2015-epg-encrypt): Use it.
10734
10735 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * message.el (message-make-in-reply-to): Quote name containing
10738         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10739         if there are special characters.  Reported by NAKAJI Hiroyuki
10740         <nakaji@jp.freebsd.org>.
10741
10742 2007-02-27  Didier Verna  <didier@xemacs.org>
10743
10744         Include the group parameters as well as the topic ones in the
10745         inheritance filter process.
10746         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10747         argument GROUP-PARAMS-LIST.
10748         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10749
10750 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * nntp.el (nntp-never-echoes-commands)
10753         (nntp-open-connection-functions-never-echo-commands): New variables.
10754         (nntp-send-command): Use them.
10755
10756 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10757
10758         * mml2015.el (mml2015-epg-verify): Simplify.
10759
10760 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * mml.el (mml-content-disposition-alist): New user option.
10763         (mml-content-disposition): New function.
10764         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10765         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10766
10767 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10768
10769         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10770         verification.
10771
10772 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10773
10774         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10775         articles posted in the last 24 hours.
10776
10777 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10778
10779         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10780
10781 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10782
10783         * nntp.el (nntp-send-command): Don't wait for echoes when
10784         nntp-open-ssl-stream is used.
10785
10786 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10789         (gnus-message-add-citation-keywords)
10790         (gnus-message-remove-citation-keywords): Remove.
10791         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10792         directly, make the variables in font-lock-defaults buffer-local, add
10793         gnus-message-citation-keywords to them and then update the value of
10794         font-lock-keywords.
10795
10796 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * message.el (message-cite-original-1): Don't call
10799         gnus-article-highlight-citation.
10800
10801         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10802         citations; fix line count.
10803
10804 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10807         (gnus-message-add-citation-keywords)
10808         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10809         versions of font-lock-add-keywords and font-lock-remove-keywords to
10810         work with XEmacs correctly.
10811
10812 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-cite.el (gnus-cite-face-list): Set the values of
10815         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10816         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10817         (gnus-message-cite-prefix-regexp): New variable.
10818         (gnus-message-search-citation-line): Use it; protect against long
10819         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10820         the 0th match data for Emacs.
10821         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10822         (gnus-message-add-citation-keywords): Append keywords rather than
10823         prepending; emulate font-lock-add-keywords if it is not available.
10824         (gnus-message-remove-citation-keywords):
10825         Emulate font-lock-remove-keywords if it is not available.
10826
10827         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10828
10829         * message.el (message-cite-prefix-regexp): Set the value of
10830         gnus-message-cite-prefix-regexp.
10831
10832 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10833
10834         * nnweb.el (nnweb-google-parse-1): Update parser.
10835
10836 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10837
10838         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10839
10840 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10841
10842         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10843         regexp.
10844
10845 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10848         string-to-multibyte.
10849         (uudecode-decode-region-internal): Use it.
10850
10851         * lpath.el: Fbind string-as-multibyte for XEmacs.
10852
10853 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10856         Fix custom choice.
10857
10858         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10859
10860 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10861
10862         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10863
10864         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10865         `write-region' to respect `mm-inhibit-file-name-handlers'.
10866
10867 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10870         Use gnus-home-directory instead of "~/" or "$HOME".
10871
10872 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10873
10874         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10875         to mention filename.
10876         Add comments at beginning regarding usage.
10877         (encrypt-write-file-contents): Change interactive so a string is
10878         acceptable.  If the file has no associated model, show an error instead
10879         of a nonsense prompt.
10880
10881 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10882
10883         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10884         Thanks to Yoshihiko Yamada for kind notification of this typo.
10885
10886 2007-01-12  Kenichi Handa  <handa@m17n.org>
10887
10888         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10889         multibyte buffer.
10890
10891 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * gnus-score.el (gnus-score-fast-scoring): New variable.
10894         (gnus-score-headers): Use it.
10895
10896         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10897
10898         * message.el (message-cite-original-1):
10899         Call gnus-article-highlight-citation if requested.
10900         (message-make-from): Allow name and address as optional arguments.
10901
10902         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10903
10904         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10905         bugs to doc string.
10906         (gnus-button-alist): Add mid\\|message-id.
10907         (gnus-button-fetch-group): Extend for use in
10908         `browse-url-browser-function'.
10909         (gnus-button-url-regexp): Try to catch paired parentheses like in
10910         Wikipedia URLs.
10911
10912         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10913         Suggested by Simon Krahnke <overlord@gmx.li>.
10914
10915 2007-01-13  Romain Francoise  <romain@orebokech.com>
10916
10917         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10918         Update copyright.
10919
10920 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10921
10922         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10923
10924 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10925
10926         * gnus-registry.el (gnus-registry-unfollowed-groups)
10927         (gnus-registry-split-fancy-with-parent): Fix documentation.
10928
10929 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10932         from nnweb groups.
10933
10934 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10937         Xref urls.  Erase buffer before requesting head.
10938
10939         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10940
10941 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10944         customizable.
10945
10946 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10947
10948         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10949         no signing key is found.
10950         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10951         no encrypting and/or signing key is found.
10952
10953 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10956
10957 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10958
10959         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10960         headers read from disk with the ones newly found in the current search.
10961         This should no longer cause problems, because the article numbers in
10962         Gmane's `nov.php' output are ignored since the previous change.
10963
10964 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10965
10966         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10967
10968 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10971         replace-regexp-in-string; bind url-version; fbind display-images-p and
10972         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10973         find-face and set-itimer-function for Emacs; bind itimer-list for
10974         Emacs.
10975
10976         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10977
10978 2007-01-01  Romain Francoise  <romain@orebokech.com>
10979
10980         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10981
10982 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10983
10984         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10985         `define-minor-mode' macro definition expanded properly.
10986         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10987         exclude it there.
10988
10989         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10990         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10991         `fboundp' test.
10992         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10993         This is OK to autoload in (S)XEmacs now.
10994
10995 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10998         keystroke.
10999         (gnus-summary-limit-to-singletons): Fix typo.
11000
11001         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11002         else fails.
11003
11004 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11005
11006         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11007         docstring.
11008
11009         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11010         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11011         (gnus-summary-insert-dormant-articles): Fix typo in message.
11012
11013 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11016         nil for XEmacs.
11017         (gnus-message-citation-mode): Don't autoload in XEmacs.
11018
11019         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11020
11021 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11022
11023         * nnimap.el (nnimap-expunge-search-string):
11024         Mention nnimap-search-uids-not-since-is-evil in docstring.
11025
11026 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * spam.el: Revert to make-obsolete-variable because
11029         define-obsolete-variable-alias is not supported in Emacs 21.
11030
11031         * spam.el (spam-ifile-path, spam-ifile-database-path)
11032         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11033         make-obsolete-variable.
11034         (spam-bsfilter-path, spam-bsfilter-program)
11035         (spam-spamassassin-path, spam-spamassassin-program)
11036         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11037         Don't use "path" inappropriately.
11038         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11039         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11040         variable names.
11041
11042 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11043
11044         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11045         summary buffer.
11046
11047         * password.el (password-cache-remove): Use clear-string to burn
11048         password, if available.
11049
11050 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11053
11054         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11055
11056         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11057         (gnus-message-highlight-citation): Move defcustom here from
11058         gnus-cite.el.
11059         (gnus-message-citation-mode): Autoload.
11060
11061         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11062         checks to make it compile with XEmacs.
11063         (gnus-message-citation-mode): New minor mode.
11064         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11065         (gnus-message-highlight-citation): New variables.
11066         (gnus-message-search-citation-line)
11067         (gnus-message-add-citation-keywords)
11068         (gnus-message-remove-citation-keywords)
11069         (turn-on-gnus-message-citation-mode)
11070         (turn-off-gnus-message-citation-mode): New functions.
11071
11072 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11073
11074         * gnus-cite.el: Enable highlighting of different citation levels in
11075         message-mode.
11076
11077 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * message.el (message-make-fqdn): Fix comment.
11080         (message-bogus-system-names): Add ".local".
11081
11082         * spam.el (spam-ifile-path, spam-ifile-program)
11083         (spam-ifile-database-path, spam-ifile-database)
11084         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11085         Don't use "path" inappropriately.
11086         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11087         strings.
11088         (spam-check-ifile, spam-ifile-register-with-ifile)
11089         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11090         Use new variable names.
11091
11092         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11093         (gnus-treat-display-smileys): Simplify using
11094         gnus-image-type-available-p.
11095
11096         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11097         available.
11098
11099         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11100         Use `display-images-p' if available.
11101
11102 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11105         one after turning on the buffer's multibyteness instead of decoding
11106         them directly in the unibyte buffer that causes unexpected conversion
11107         in Emacs 23 (unicode).
11108
11109 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11110
11111         * message.el (message-generate-hashcash): Fix custom type.
11112
11113 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11116
11117 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11120         disconnect icons.  Add help text.
11121
11122 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11123
11124         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11125         negated to be consistent with the others we handle.
11126
11127 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11130         version of gnus-summary-buffer to something, so that we can use two
11131         article buffers at the same time.
11132
11133 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11134
11135         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11136         trigger all the extra headers.
11137         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11138         sorting.
11139
11140 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11141
11142         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11143         solid groups.
11144
11145 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11146
11147         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11148
11149 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * legacy-gnus-agent.el: Add Copyright notice.
11152
11153 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11154
11155         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11156
11157 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11160
11161         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11162         to make it work reliably in CVS Emacs.
11163         (gnus-summary-limit-strange-charsets-predicate)
11164         (gnus-summary-limit-to-predicate): New functions.
11165
11166 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11167
11168         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11169         specifying array size.
11170         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11171         array if it is too small.
11172         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11173         (gnus-sort-threads-loop): New function.
11174
11175 2006-12-06  Chris Moore  <dooglus@gmail.com>
11176
11177         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11178         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11179
11180 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11181
11182         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11183         options.
11184
11185 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11186
11187         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11188         DOS-ing the recipient.
11189
11190         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11191         the headers when creating the mapping to avoid mismappings.
11192         (nnweb-gmane-create-mapping): Always nix out old mapping.
11193
11194 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11197         and mm-verify-option to never.
11198
11199 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * message.el (message-signed-or-encrypted-p): New function.
11202         (message-forward-make-body): Use it.
11203
11204         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11205         Replace encode-coding-string with mm-encode-coding-string.
11206
11207 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * nneething.el (nneething-decode-file-name):
11210         Replace decode-coding-string with mm-decode-coding-string.
11211
11212         * gnus-int.el (gnus-open-server): Say failed server's name.
11213
11214 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11215
11216         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11217         strings to a single string.  Quote `errors-file-name'.
11218         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11219         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11220         Adjust calls.  Use `shell-quote-argument'.
11221
11222 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11223
11224         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11225         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11226
11227         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11228         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11229         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11230         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11231         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11232         (gnus-subscribe-newsgroup, gnus-1):
11233         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11234         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11235         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11236         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11237
11238 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11241         keystroke.
11242         (gnus-summary-limit-to-bodies): Implement headersp.
11243
11244 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11247
11248 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11251
11252 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253
11254         * message.el (message-generate-hashcash): Expand range of values to
11255         include `opportunistic'.
11256         (message-send-mail): Use it.
11257
11258 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11259
11260         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11261         and comment it.
11262
11263         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11264
11265 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * gnus-util.el (gnus-extract-address-components): Improve comment.
11268
11269 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-util.el (gnus-extract-address-components): Work with address in
11272         which the name portion contains @.
11273
11274         * lpath.el: Fbind custom-autoload.
11275
11276 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus.el (gnus-start): Move custom group up.
11279         (gnus-select-method): Don't autoload, but make it available for
11280         `customize-variable'.
11281         (gnus-getenv-nntpserver): Don't autoload.
11282
11283 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11284
11285         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11286
11287 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * message.el (message-sendmail-extra-arguments): New variable.
11290         (message-send-mail-with-sendmail): Use it.
11291
11292 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11295         mm-with-unibyte-current-buffer to make string unibyte.
11296
11297         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11298         mm-string-as-multibyte.
11299
11300 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11301
11302         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11303         Reported by Werner Koch <wk@gnupg.org>.
11304
11305 2006-11-14  Daiki Ueno  <ueno@p360>
11306
11307         * mml2015.el: Autoload epa-select-keys when compiling.
11308
11309 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11310
11311         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11312         message-options.
11313         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11314
11315 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11316
11317         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11318         EasyPG (< 0.0.6).
11319         (mml2015-always-trust): New user option.
11320         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11321         prompt.
11322
11323 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * nntp.el (nntp-authinfo-force): New variable.
11326         (nntp-send-authinfo): Use it.
11327
11328 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11331         decode encoded words.  Improve prompt.  Add comment about forwarding.
11332         (message-replacement-char): Move up.
11333
11334 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11335
11336         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11337         instead of gnus-intersection because arguments of gnus-sorted-nunion
11338         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11339
11340 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11343         (message-simplify-subject-functions):
11344         Enable message-strip-subject-encoded-words by default.
11345
11346 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * message.el (message-strip-subject-encoded-words): New function.
11349         (message-simplify-subject-functions): New variable.
11350         (message-simplify-subject): Use it.  Fix typo in doc string.
11351         Support message-strip-subject-encoded-words.
11352
11353 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11354
11355         * gnus-diary.el (gnus-diary-delay-format-function):
11356         * nndiary.el (nndiary-reminders):
11357         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11358
11359 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * gnus-art.el (article-hide-boring-headers): Fetch date from
11362         gnus-original-article-buffer to avoid problems with localized date
11363         strings.
11364
11365 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11368
11369 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11372         New variables.
11373         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11374         (mm-charset-synonym-alist): Move some entries to
11375         mm-codepage-iso-8859-list.
11376         (mm-charset-synonym-alist, mm-charset-override-alist):
11377         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11378
11379 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11382
11383 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11386         with Emacs 21 and XEmacs.
11387
11388 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11389
11390         * spam.el (spam-parse-address): New function for better parsing,
11391         catching errors, etc.
11392         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11393
11394 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * mm-view.el: Add interactive arg to html2text autoload.
11397
11398 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11401
11402 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11405         New variables.
11406         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11407         (mm-charset-synonym-alist): Move some entries to
11408         mm-codepage-iso-8859-list.
11409
11410         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11411
11412 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * message.el (message-citation-line-format)
11415         (message-insert-formated-citation-line): Fix implementation of %E, %N
11416         and %n according to the doc string.
11417
11418 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11419
11420         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11421         Use car-safe to avoid bad parses.
11422
11423 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11426         names.
11427
11428         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11429
11430 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11433         header.
11434
11435         * message.el (message-draft-headers): Add Date.
11436         (message-headers-to-generate): Fix typo in docstring.
11437
11438         * nndraft.el (nndraft-required-headers): New variable.
11439         (nndraft-generate-headers): Use it.
11440
11441         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11442
11443 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11444
11445         * gnus-registry.el (gnus-registry-wash-for-keywords)
11446         (gnus-registry-find-keywords): New functions to allow easy searching of
11447         articles that are in the registry.
11448
11449 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11450
11451         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11452         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11453         Reported by Damien Elmes <damien@repose.cx>.
11454
11455 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * gnus.el (gnus-mime): Remove unused custom group.
11458
11459 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11460
11461         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11462         "blank line" when searching for end of armor headers.
11463
11464 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gmm-utils.el (gmm-write-region): Fix variable name.
11467
11468 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * gmm-utils.el (gmm-write-region): New function based on compatibility
11471         code from `mm-make-temp-file'.
11472
11473         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11474
11475         * nnmaildir.el (nnmaildir--update-nov)
11476         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11477         Use `gmm-write-region'.
11478
11479 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11482         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11483
11484         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11485
11486         * message.el (message-replacement-char): New variable.
11487         (message-fix-before-sending): Use it.
11488         (message-simplify-subject): New function to remove duplicate code.
11489         (message-reply, message-followup): Use it.
11490
11491         * gnus-sum.el (gnus-summary-make-menu-bar):
11492         Clarify gnus-summary-limit-to-articles.
11493
11494 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * gnus-util.el (gnus-with-local-quit): New macro.
11497
11498         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11499
11500 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11501
11502         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11503         ignore non-string data.
11504
11505 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11506
11507         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11508         non-string data (needs to be done in the registry too).
11509
11510 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11511
11512         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11513         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11514         (gnus-registry-split-fancy-with-parent)
11515         (gnus-registry-fetch-simplified-message-subject-fast)
11516         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11517         Remove text properties on ingress into the registry and when it's saved.
11518         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11519         registry from entries with no groups.
11520
11521 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11522
11523         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11524         function to remove string properties.
11525
11526 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * gmm-utils.el (gmm): Adjust custom version.
11529
11530         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11531         Adjust custom version.
11532
11533         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11534
11535 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gnus-art.el (gnus-insert-prev-page-button)
11538         (gnus-insert-next-page-button): Simplify.  Reformat.
11539
11540 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11541
11542         * gnus-art.el (gnus-insert-prev-page-button)
11543         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11544
11545 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11546
11547         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11548
11549 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11550
11551         * gnus-art.el (gnus-insert-mime-button)
11552         (gnus-insert-mime-security-button):
11553         Apply gnus-article-button-face to MIME and security buttons.
11554
11555 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11558         readable.
11559
11560 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11563
11564 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11565
11566         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11567         `browse-url-of-file' instead of `browse-url'.
11568
11569 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11570
11571         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11572         regexp.  Articles containing quotation were cut prematurely.
11573
11574 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * message.el (message-cite-original-1): Use nobody by default for the
11577         value of From header.
11578         (message-reply): Ditto.
11579
11580 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11581
11582         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11583         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11584         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11585
11586 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11589         mails in the doc string.  Add some URLs in comment.
11590         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11591
11592 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11595         backslashes handling and the way to find boundaries of quoted strings.
11596
11597 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11598
11599         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11600         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11601         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11602         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11603
11604 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11605
11606         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11607         doc string.
11608         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11609
11610 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * lpath.el: Fbind epg-check-configuration.
11613
11614 2006-09-06  Simon Josefsson  <jas@extundo.com>
11615
11616         * mml2015.el (mml2015-use): Doc fix, mention epg.
11617
11618 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11619
11620         * mml2015.el (mml2015-use): Default to epg, if available.
11621
11622 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11623
11624         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11625         message-sender.
11626         (mml1991-epg-encrypt): Ditto.
11627         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11628         message-sender.
11629         (mml2015-epg-encrypt): Ditto.
11630
11631 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11632
11633         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11634         several common directories.
11635
11636 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11637
11638         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11639         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11640
11641 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * gnus-art.el (article-decode-encoded-words): Make it fast.
11644
11645 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11648
11649         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11650         in quoted string into `\'.
11651
11652 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11655         Use standard-syntax-table.
11656
11657 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-art.el (gnus-decode-address-function): New variable.
11660         (article-decode-encoded-words): Use it to decode headers which are
11661         assumed to contain addresses.
11662         (gnus-mime-delete-part): Remove useless `or'.
11663
11664         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11665         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11666         (gnus-nov-parse-line): Use it to decode From header.
11667         (gnus-get-newsgroup-headers): Ditto.
11668         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11669
11670         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11671         (mail-decode-encoded-address-string): New alias.
11672
11673         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11674         New function.
11675         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11676         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11677         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11678         (rfc2047-decode-string): Ditto.
11679         (rfc2047-decode-address-region): New function.
11680         (rfc2047-decode-address-string): New function.
11681
11682 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * message.el (message-caesar-buffer-body): Allow rotating headers.
11685
11686         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11687
11688         * message.el (message-insert-formated-citation-line): Fix %f.
11689         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11690
11691 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11694         (gnus-bookmark-mouse-available-p): New macro.
11695         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11696         (gnus-bookmark-bmenu-show-infos): Use it.
11697         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11698         (gnus-bookmark-bmenu-hide-infos): Ditto.
11699         (gnus-bookmark-remove-properties): New function.
11700         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11701         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11702         (gnus-bookmark-write-file): Bind coding-system-for-write.
11703         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11704         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11705         group before selecting it.
11706         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11707         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11708         quit-window if it is not available; use gnus-mouse-2 and bind it to
11709         gnus-bookmark-bmenu-select-by-mouse.
11710         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11711         (gnus-bookmark-bmenu-select-by-mouse): New function.
11712
11713 2006-08-13  Romain Francoise  <romain@orebokech.com>
11714
11715         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11716         space.
11717
11718 2006-08-10  Romain Francoise  <romain@orebokech.com>
11719
11720         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11721         (dns-mode-soa-auto-increment-serial): New user option.
11722         (dns-mode-soa-maybe-increment-serial): New function.
11723         (dns-mode): Add the latter to `write-contents-functions'.
11724
11725 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * compface.el (uncompface): Use binary rather than raw-text-unix.
11728
11729 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * compface.el (uncompface): Make sure the eol conversion doesn't take
11732         place when communicating with the external programs.
11733         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11734
11735 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11738
11739 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11740
11741         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11742         Make it more robust by parsing author and date independently.
11743
11744 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11747
11748 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11749
11750         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11751         first matching secret key.
11752         (mml2015-epg-encrypt): Ditto.
11753
11754         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11755         first matching secret key.
11756         (mml1991-epg-encrypt): Ditto.
11757
11758         * mml2015.el (mml2015-encrypt-to-self): New user option.
11759         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11760         mml2015-epg-encrypt-to-self is set.
11761
11762         * mml1991.el (mml1991-encrypt-to-self): New variable.
11763         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11764         mml1991-epg-encrypt-to-self is set.
11765
11766         * mml2015.el (mml2015-signers): New user option.
11767         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11768         (mml2015-epg-encrypt): Allow to select signing keys.
11769
11770         * mml1991.el (mml1991-signers): New variable.
11771         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11772         (mml1991-epg-encrypt): Allow to select signing keys.
11773
11774 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * nnheader.el (nnheader-insert-head): Make it work even if the file
11777         uses CRLF for the line-break code.
11778
11779 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11780
11781         * mml2015.el: Require mml-sec instead of password.
11782         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11783         (mml2015-cache-passphrase): Inherit the default value from
11784         mml-secure-cache-passphrase.
11785         (mml2015-passphrase-cache-expiry): Inherit the default value from
11786         mml-secure-passphrase-cache-expiry.
11787
11788         * mml1991.el: Require mml-sec instead of password.
11789         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11790         (mml1991-cache-passphrase): Inherit the default value from
11791         mml-secure-cache-passphrase.
11792         (mml1991-passphrase-cache-expiry): Inherit the default value from
11793         mml-secure-passphrase-cache-expiry.
11794
11795         * mml-sec.el: Require password.
11796         (mml-secure-verbose): New user option.
11797         (mml-secure-cache-passphrase): New user option.
11798         (mml-secure-passphrase-cache-expiry): New user option.
11799
11800 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11801
11802         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11803         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11804         andreas@altroot.de (Andreas Vögele).
11805
11806         FIXME: Use `tiny change'?
11807
11808 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11809
11810         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11811         workaround for the url package included with Emacs.
11812
11813         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11814
11815 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11818         correctly.  This fixes a bug caused by the 2006-05-12 change.
11819
11820 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11821
11822         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11823         some information about the error when saying that the `bogus' mail
11824         group will be used.
11825
11826 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11829         string.
11830
11831 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11832
11833         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11834
11835 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11836
11837         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11838
11839 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11840
11841         * mml1991.el (mml1991-function-alist): Add epg.
11842         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11843         (mml1991-epg-encrypt): New functions.
11844
11845 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11846
11847         * mml2015.el (mml2015-verbose): New variable.
11848         (mml2015-cache-passphrase): Ditto.
11849         (mml2015-passphrase-cache-expiry): Ditto.
11850         (mml2015-function-alist): Add epg.
11851         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11852         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11853         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11854         New functions.
11855
11856 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11857
11858         * message.el (message-cite-original-1): Preserve region when removing
11859         quoted text due to X-No-Archive in order to avoid bogus attribution
11860         when citing multiple messages.
11861
11862 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11863
11864         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11865         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11866
11867 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * gnus-diary.el (gnus-user-format-function-d)
11870         (gnus-user-format-function-D): Autoload.
11871
11872         * imap.el (Commentary): Fix typo.
11873
11874         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11875         2006-04-22 contribution.
11876
11877 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11878
11879         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11880         It didn't really fix the bogosity I'm seeing with solid web groups.
11881
11882 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11883
11884         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11885         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11886         created using server names.  If we use the feature without declaring
11887         it, Gnus does not properly manage server and group state.
11888
11889         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11890         bound.
11891
11892 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11893
11894         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11895         looking up the method using GROUP's prefix before inventing a new one.
11896         It is used on killed/unknown groups in various places where returning
11897         an all-new method isn't expected by the caller.
11898
11899         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11900         and match semantics of gnus-group-real-prefix.
11901
11902 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * nnmail.el (nnmail-broken-references-mailers): New variable.
11905         (nnmail-ignore-broken-references): New function generalizing
11906         nnmail-fix-eudora-headers.
11907         (nnmail-fix-eudora-headers): Now obsolete.
11908
11909         * gnus-art.el (gnus-button-handle-custom):
11910         Support `customize-apropos*'.
11911
11912 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11913
11914         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11915
11916         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11917         articles.
11918
11919 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * message.el (message-cite-reply-above): New variable.
11922         (message-yank-original): Use it.
11923
11924 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11927
11928 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11931         as read.
11932
11933         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11934
11935 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11938         (gnus-bookmark-default-file): Use gnus-directory.
11939         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11940         Remove "*" in doc string.
11941         (gnus-bookmark-write-file): Simplify.
11942         (gnus-bookmark-maybe-sort-alist): Use `when'.
11943         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11944         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11945         Add FIXME about Emacs 21 and XEmacs compatibility.
11946         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11947         compatibility.
11948         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11949         compatibility.
11950         (gnus-bookmark-menu-heading): Fix version.
11951
11952 2006-06-19  Bastien Guerry  <bzg@altern.org>
11953
11954         * gnus-bookmark.el: New file.
11955
11956 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * message.el (message-syntax-checks): Doc fix.
11959
11960 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11961
11962         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11963         unsubscribed groups as if they were killed ones.  It causes duplicate
11964         entries in gnus-newsrc-alist.
11965
11966 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * message.el (message-syntax-checks): Doc fix.
11969         (message-send-mail): Add check for continuation headers.
11970         (message-check-news-header-syntax): Fix regexp used to check for
11971         continuation headers.
11972
11973 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11976
11977 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11980
11981 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11984         default-truncate-lines.
11985
11986 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11989         to fill the utf-8 entry.
11990
11991         * lpath.el: Fbind unicode-precedence-list.
11992
11993 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11994
11995         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11996
11997 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11998
11999         * gnus-agent.el (directory-files-and-attributes): Move all the way
12000         forward (the third and final move).
12001         (gnus-agent-read-agentview): Trap reconstruction errors due to
12002         nonexistent directory.  Handle by returning nil.
12003
12004 2006-05-30  Didier Verna  <didier@xemacs.org>
12005
12006         * message.el (message-dont-reply-to-names): Update the custom type.
12007         * message.el (message-dont-reply-to-names): New defsubst: potentially
12008         convert a list of regexps into a single one.
12009         * message.el (message-get-reply-headers): Use it.
12010         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12011
12012 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-agent.el (directory-files-and-attributes): Move forward.
12015
12016 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * gnus-ml.el (gnus-mailing-list-subscribe)
12019         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12020         (gnus-mailing-list-message): Fix doc strings.
12021
12022 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12023
12024         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12025         of doing it manually.
12026
12027 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12030         comment.
12031
12032 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12033
12034         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12035         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12036         (gnus-agent-read-local): All symbols allocated in my-obarray.
12037         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12038         (gnus-agent-regenerate-group): Check numeric names to see if they are
12039         messages or groups.
12040         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12041         better way of do this...)
12042
12043         * gnus-cache.el (gnus-agent-total-fetched-for):
12044         Ignore 'dummy.group' (there should be a better way of do this...)
12045
12046 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12049         (gnus-saved-headers): Ditto.
12050         (gnus-default-article-saver): Mention functions may have properties.
12051         (gnus-article-save): Override gnus-save-all-headers and
12052         gnus-saved-headers by :headers property which saver function may have.
12053         (gnus-summary-save-in-file): Add :headers property.
12054         (gnus-summary-write-to-file): Ditto.
12055
12056         * gnus-sum.el (gnus-summary-save-article): Bind
12057         gnus-prompt-before-saving to t when saving many articles in a file;
12058         always show all headers.
12059
12060         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12061
12062 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12065         marks.
12066
12067         * message.el (message-indent-citation): Add optional arguments to allow
12068         using it outside of message buffers.
12069
12070         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12071         (gnus-article-treat-unfold-headers): Use it.
12072         (gnus-article-truncate-lines): New variable.
12073         (gnus-article-mode): Use it.
12074         (gnus-article-toggle-truncate-lines): New function.
12075
12076         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12077         Add gnus-article-toggle-truncate-lines.
12078
12079         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12080         coding system in XEmacs, use binary.
12081
12082 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12085         after-load-alist.
12086
12087         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12088         this function should save decoded articles.
12089         (gnus-summary-write-to-file): Use property to specify this function
12090         should save decoded articles and specify gnus-summary-save-in-file
12091         should be used to save articles other than the first one when saving
12092         many articles.
12093         (gnus-summary-save-body-in-file): Use property to specify this
12094         function should save decoded articles.
12095         (gnus-summary-write-body-to-file): Use property to specify this
12096         function should save decoded articles and specify
12097         gnus-summary-save-body-in-file should be used to save articles other
12098         than the first one when saving many articles.
12099
12100         * gnus-sum.el (gnus-summary-save-article): Simplify.
12101
12102 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * gnus-art.el (gnus-default-article-saver):
12105         Add gnus-summary-write-body-to-file.
12106         (gnus-article-save-coding-system): Don't use coding system object
12107         in XEmacs.
12108         (gnus-read-save-file-name): Add optional `dir-var' argument which
12109         specifies directory in which files are saved; work even if optional
12110         `variable' argument is not specified.
12111         (gnus-summary-write-to-file): Read file name.
12112         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12113         (gnus-summary-write-body-to-file): New function.
12114
12115         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12116         (gnus-summary-local-variables): Add it.
12117         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12118         (gnus-summary-save-article): Remove optional `decode' argument;
12119         determine whether to decode articles by the value of
12120         gnus-default-article-saver; when saving many files using
12121         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12122         it first and use gnus-summary-save-in-file or
12123         gnus-summary-save-body-in-file thereafter unless
12124         gnus-prompt-before-saving is always; move point to article which
12125         will be saved.
12126         (gnus-summary-save-article-file): Revert.
12127         (gnus-summary-write-article-file): Revert.
12128         (gnus-summary-save-article-body-file): Revert.
12129         (gnus-summary-write-article-body-file): New function.
12130
12131 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus-art.el (gnus-default-article-saver): Doc fix.
12134         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12135         from gnus-summary-save-article-coding-system, and default to a
12136         certain coding system.
12137         (gnus-output-to-file): Add coding cookie and encode text according
12138         to gnus-article-save-coding-system; don't use mm-append-to-file.
12139
12140         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12141         gnus-art.el and rename to gnus-article-save-coding-system.
12142         (gnus-summary-save-article): Require gnus-art; don't show all
12143         headers if it decodes articles; don't add coding cookie here;
12144         don't bind mm-text-coding-system-for-write.
12145         (gnus-summary-save-article-file): Save decoded articles.
12146         (gnus-summary-write-article-file): When saving many files, use
12147         gnus-summary-write-to-file first and gnus-summary-save-in-file
12148         thereafter unless gnus-prompt-before-saving is always.
12149         (gnus-summary-save-article-body-file): Save decoded articles.
12150
12151         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12152
12153 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * nnrss.el (nnrss-check-group): Bind hash-index.
12156
12157 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12158
12159         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12160         its hash index.  Store this hash in `nnrss-group-data'.
12161         (nnrss-read-group-data): Update accordingly.
12162
12163 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12166         entry.
12167
12168         * gnus-sum.el (gnus-summary-make-menu-bar):
12169         Add gnus-article-browse-html-article.
12170
12171 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12172
12173         * gnus-sum.el (gnus-summary-mime-map):
12174         Add gnus-article-browse-html-article.
12175
12176         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12177
12178 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12181         suitable coding systems in customize.
12182
12183 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12184
12185         * mail-source.el (mail-sources): Fix custom type.
12186
12187 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12190         (gnus-summary-expire-articles-now): Shorten prompt.
12191
12192         * gmm-utils.el (wid-edit): Require.
12193         (defun-gmm): Rename from `gmm-defun-compat'.
12194         (gmm-image-search-load-path): Use it.
12195         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12196
12197 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gnus-sum.el (gnus-summary-save-article-coding-system):
12200         New variable.
12201         (gnus-summary-save-article): Add optional `decode' argument.
12202         If it is set and gnus-summary-save-article-coding-system is non-nil,
12203         save decoded article.
12204         (gnus-summary-write-article-file): Save decoded article if
12205         gnus-summary-save-article-coding-system is non-nil.
12206
12207         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12208         type.
12209
12210 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12213
12214 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12217         first to test gnus-single-article-buffer which may be buffer-local.
12218
12219         * gnus-sum.el (gnus-summary-setup-buffer):
12220         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12221         group; make gnus-article-buffer, gnus-article-current, and
12222         gnus-original-article-buffer always buffer-local.
12223         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12224         group.
12225         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12226
12227 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * nnml.el (nnml-request-compact-group): Compressed files might not
12230         have .gz extension.
12231
12232 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12233
12234         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12235         (mm-copy-to-buffer): Use with-current-buffer.
12236         (mm-display-part): Simplify.
12237         (mm-inlinable-p): Add optional arg `type'.
12238
12239 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12240
12241         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12242         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12243         Try harder to show the attachment internally or externally using
12244         gnus-mime-view-part-as-type.
12245
12246 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * message.el (message-from-style, message-signature-separator)
12249         (message-user-organization-file, message-send-mail-function)
12250         (message-citation-line-function, message-yank-prefix)
12251         (message-indent-citation-function, message-signature)
12252         (message-signature-file, message-signature-insert-empty-line):
12253         Remove autoloads.
12254
12255         * gnus-art.el (gnus-buttonized-mime-types):
12256         Remove "multipart/signed".  Revert 2006-04-26 change.
12257
12258 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * gnus.el (gnus-version-number): Bump version.
12261
12262 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12263
12264         * gnus.el: No Gnus v0.5 is released.
12265
12266 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12267
12268         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12269         fetching articles by message-id.
12270
12271 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12272
12273         * message.el (hashcash): Require hashcash as normal.
12274
12275         * ecomplete.el (ecomplete-highlight-match-line):
12276         Use point-at-eol.
12277         (ecomplete-highlight-match-line): Use `highlight', because that
12278         face exists in both Emacs and XEmacs.
12279
12280         * message.el (message-display-abbrev): Use point-at-bol.
12281
12282         * mail-source.el: Don't require timer/timer-funcs.
12283
12284         * gnus-async.el: Ditto.
12285
12286         * password.el: Ditto.
12287
12288         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12289
12290         * mm-url.el: Ditto.
12291
12292         * gnus-xmas.el: Don't require timer-funcs.
12293
12294         * mm-util.el: Require timer/timer-funcs.
12295
12296 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12297
12298         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12299         Close.
12300
12301 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12304         unibyte after clear-decrypt function runs.
12305
12306         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12307         returns as a unibyte string.
12308
12309 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * lpath.el: Revert.
12312
12313         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12314         (pgg-gpg-process-sentinel): Revert.
12315
12316         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12317         (pgg-pgp-lookup-key): Revert.
12318
12319         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12320         (pgg-pgp5-lookup-key): Revert.
12321
12322         * pgg.el (pgg-fetch-key): Revert.
12323
12324 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * lpath.el: Fbind string-as-multibyte for XEmacs.
12327
12328         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12329         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12330         (mml1991-pgg-encrypt): Ditto.
12331
12332         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12333         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12334         a multibyte buffer.
12335
12336         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12337         (pgg-pgp-lookup-key): Ditto.
12338
12339         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12340         (pgg-pgp5-lookup-key): Ditto.
12341
12342         * pgg.el (pgg-fetch-key): Ditto.
12343
12344 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12345
12346         * message.el (message-user-organization-file): Check several
12347         locations of the organization file.
12348
12349         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12350         Add gnus-article-view-part-as-type.
12351
12352         * gnus-art.el (gnus-article-view-part-as-type): New function.
12353
12354         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12355         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12356
12357         * mml.el: Simplify autoload.
12358         (mml-mode): defvar dnd-protocol-alist instead of using
12359         symbol-value.
12360         (mml-default-directory): New variable.
12361         (mml-minibuffer-read-file): Use it.
12362         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12363
12364         * message.el (message-citation-line-format): New variable.
12365         (message-insert-formated-citation-line): New function.
12366         (message-citation-line-function):
12367         Add `message-insert-formated-citation-line' to custom type.
12368
12369         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12370         to doc string.
12371
12372         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12373         depending on mm-verify-option.
12374
12375 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12378         binding pgg-* variables; reimplement the section which prevents
12379         MIME header from being signed.
12380         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12381         pgg-text-mode; remove a blank line at the top of body.
12382
12383         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12384         lines at the top of body; use gnus-newsgroup-charset if there's no
12385         Charset header.
12386
12387 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * message.el (message-self-insert-commands): Doc fix.
12390
12391         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12392         (mm-uu-pgp-encrypted-test): Ditto.
12393         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12394         between header and body; return application/pgp-encrypted handle
12395         if decryption failed; decode decrypted body by charset.
12396
12397         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12398         element match to application/pgp-*.
12399
12400 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12401
12402         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12403         HTML.
12404
12405 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12406
12407         * mail-source.el (mail-source-call-script): Message the error
12408         string.
12409
12410 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12411
12412         * gnus-util.el (gnus-byte-compile): Use it.
12413
12414 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12415
12416         * gnus-util.el (kill-empty-logs): New function.
12417
12418 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * message.el (message-mail-alias-type): Doc fix.
12421         (message-mail-alias-type-p): New function.
12422         (message-send): Use it.
12423         (message-mode): Ditto.
12424         (message-strip-forbidden-properties): Ditto.
12425
12426         * ecomplete.el (ecomplete-database-file-coding-system):
12427         New variable.
12428         (ecomplete-save): Use it.
12429         (ecomplete-setup): Use it.
12430
12431 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * message.el (message-self-insert-commands): New variable.
12434         (message-strip-forbidden-properties): Use it.
12435
12436 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12437
12438         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12439         that doesn't make XEmacs choke.
12440
12441 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * gnus-util.el (gnus-replace-in-string):
12444         Prefer replace-regexp-in-string over of replace-in-string.
12445
12446 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus-util.el (gnus-select-frame-set-input-focus):
12449         Use select-frame-set-input-focus if it is available in XEmacs; use
12450         definition defined in Emacs 22 for old Emacsen.
12451
12452         * dgnushack.el: Autoload unmorse-region for XEmacs.
12453
12454         * lpath.el: Bind cursor-in-non-selected-windows and
12455         select-frame-set-input-focus for XEmacs.
12456
12457 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12460
12461 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12462
12463         * gnus-registry.el (gnus-registry-cache-save): Remove text
12464         properties when saving via the temp buffer.
12465
12466 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * message.el (message-generate-hashcash): Honor custom type.
12469
12470 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12471
12472         * message.el (message-generate-hashcash): Default to non-nil when
12473         hashcash is found.
12474
12475         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12476         (gnus-refer-thread-limit): Increase default to 500.
12477
12478         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12479
12480         * flow-fill.el (fill-flowed): Allow delete-space.
12481
12482 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12485         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12486         Remove autoloads.
12487
12488 2006-04-18  Simon Josefsson  <jas@extundo.com>
12489
12490         * message.el (message-generate-hashcash): Default to.
12491
12492 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12495         concatenating segments rather than before concatenating them.
12496
12497 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12500
12501 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12502
12503         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12504
12505         * message.el (message-forward-make-body-plain):
12506         Allow message-forward-ignored-headers to be a list.
12507         (message-remove-ignored-headers): Factor out into function.
12508         (message-forward-make-body-mml): Use it.
12509
12510         * imap.el (imap-quote-specials): New function.
12511         (imap-login-auth): Quote specials.
12512
12513         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12514         (rfc2231-parse-string): Allow concatanation of parameters that
12515         aren't contiguous.  The test case is
12516           (mail-header-parse-content-type "message/external-body;
12517             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12518             access-type=LOCAL-FILE;
12519             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12520
12521 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12522
12523         * nntp.el (nntp-accept-process-output): Return the value of
12524         `nnheader-accept-process-output'.
12525
12526 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12527
12528         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12529         (gnus-button-alist): Recognize more diff formats.
12530         (gnus-button-patch): Strip directory.
12531
12532 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12535         Emacs 22 when setting focus.
12536
12537 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12538
12539         * gnus-art.el (gnus-article-treat-types): Do treatment of
12540         text/x-verbatim parts.
12541         (gnus-button-patch): New command.
12542
12543         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12544         addresses that contain invalid characters.
12545
12546 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12547
12548         * message.el (message-put-addresses-in-ecomplete):
12549         Use gnus-replace-in-string.
12550         (message-is-yours-p): Use the more correct
12551         mail-header-parse-address instead of
12552         mail-extract-address-components.
12553         (message-put-addresses-in-ecomplete): Fix typo.
12554
12555         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12556         keystroke.
12557
12558         * gnus-art.el (gnus-treatment-function-alist): Change order of
12559         newsgroups/generic header folding to avoid double-folding.
12560
12561         * message.el (message-hidden-headers): Add X-Draft-From.
12562
12563         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12564         New command.
12565         (gnus-summary-repeat-search-article-backward): New command.
12566
12567         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12568         groups in the parent topic.
12569
12570 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12571
12572         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12573         (spam-extra-header-to-number): Return the CRM114 number as a
12574         number instead of a string.
12575
12576 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12577
12578         * gnus-art.el (gnus-face-properties-alist): Move here from
12579         gnus-fun.
12580
12581         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12582
12583 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12584
12585         * message.el (message-strip-forbidden-properties): Only display on
12586         self-insert-command.
12587
12588         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12589         reindent.
12590         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12591
12592 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12593
12594         * smiley.el (smiley-style): Fix typo.
12595
12596 2006-03-23  Kenichi Handa  <handa@m17n.org>
12597
12598         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12599         instead of set-buffer-multibyte.
12600
12601 2006-03-23  Kenichi Handa  <handa@m17n.org>
12602
12603         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12604         buffer and then decode the buffer text if necessary.
12605         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12606         first, and after mm-encode-body, change the buffer to unibyte.
12607
12608 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12609
12610         * hashcash.el (hashcash-insert-payment-async-2):
12611         Use message-goto-eoh instead of doing it manually.
12612         (mail-add-payment): Use message-narrow-to-header instead of trying
12613         to do the same itself.
12614
12615         * message.el (message-hidden-headers): Add Face.
12616
12617         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12618         reparenting code.
12619         (gnus-summary-reparent-children): Refactored out code.
12620         (gnus-summary-thread-map): New keystroke.
12621         (gnus-summary-reparent-children): Make into command.
12622
12623         * smiley.el (smiley-style): Default to `medium' if using a large
12624         font.
12625
12626         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12627         does it itself.
12628
12629         * message.el (message-point-in-header-p): Simplify definition.
12630
12631 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632
12633         * nnagent.el (nnagent-request-set-mark): Silence log file
12634         writing.
12635         (nnagent-request-set-mark): Use write-region instead of
12636         append-to-file.
12637
12638         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12639         strange select method.
12640
12641         * ecomplete.el (ecomplete-display-matches): Get highlightling
12642         right.
12643         (ecomplete-display-matches): Use literals.
12644         (ecomplete-display-matches): Disable message logging.
12645
12646         * message.el (message-display-abbrev): Small optimization.
12647
12648         * ecomplete.el (ecomplete-display-matches): Allow automatic
12649         display.
12650
12651         * message.el (message-strip-forbidden-properties):
12652         Display abbrevs.
12653         (message-display-abbrev): Get automatic display right.
12654
12655         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12656         keystrokes.
12657
12658 2006-04-13  Romain Francoise  <romain@orebokech.com>
12659
12660         TODO: Backport to v5-10!
12661
12662         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12663         Move here (and rename) from gnus-registry.el.
12664
12665         * gnus-registry.el: Require gnus-util.
12666         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12667
12668 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669
12670         * gnus-group.el (gnus-group-catchup-current):
12671         Change if-then-else-if-then-else into cond.
12672         (gnus-group-catchup): Indent.
12673         (group-name-at-point): New function.
12674         (gnus-fetch-group): Provide default from thing at point.
12675
12676 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12677
12678         * message.el (message-display-abbrev): Fix regexp.
12679
12680         * ecomplete.el (ecomplete-highlight-match-line):
12681         Reimplement choosing.
12682         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12683         dead variables.
12684
12685         * message.el (message-newline-and-indent): Remove debugging.
12686         (message-display-abbrev): Use new implementation.
12687
12688 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * gnus-art.el (gnus-article-mode):
12691         Set cursor-in-non-selected-windows to nil.
12692
12693         * smiley.el: Revert previous change.
12694         (smiley-data-directory): defvar it before using it in the
12695         defcustom of `smiley-style'.
12696
12697 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * message.el (message-newline-and-indent): New function.
12700
12701         * ecomplete.el: Implement more bits.
12702
12703         * message.el (message-put-addresses-in-ecomplete): Clean up the
12704         string.
12705
12706         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12707
12708         * gnus-sum.el (gnus-summary-save-parts):
12709         Bind gnus-summary-save-parts-counter and use it to make unique file
12710         names.
12711
12712         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12713
12714         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12715         parameter to say whether to actually parse the individual
12716         addresses.
12717
12718         * message.el (message-put-addresses-in-ecomplete): New function.
12719         (ecomplete): Require.
12720         (message-mail-alias-type): Add ecomplete as an option.
12721
12722 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12723
12724         * flow-fill.el (fill-flowed): Remove trailing space from blank
12725         quoted lines.
12726
12727 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * smiley.el (smiley-style): Move definition later to avoid a
12730         compilation warning.
12731
12732 2006-04-12  Kenichi Handa  <handa@m17n.org>
12733
12734         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12735         buffer and then decode the buffer text if necessary.
12736         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12737         first, and after mm-encode-body, change the buffer to unibyte.
12738         Use mm-disable-multibyte instead of set-buffer-multibyte.
12739
12740 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12743         Content-Type header instead of Content-Disposition header.
12744         (gnus-mime-inline-part): Ditto.
12745         (gnus-mime-view-part-as-charset): Ignore charset that the part
12746         specifies.
12747
12748         * mm-decode.el (mm-display-part): Work with external parts and
12749         usual parts similarly.
12750
12751         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12752         instead of gnus-display-mime.
12753
12754         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12755         instead of with-temp-buffer.
12756
12757         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12758         tag to summarized topics part in order to encode non-ASCII text.
12759
12760 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * smiley.el (smiley-style): New variable.
12763         (smiley-directory): New function.
12764         (smiley-data-directory): Derive from `smiley-style' using
12765         `smiley-directory'.
12766         (smiley-regexp-alist): Add new entries.
12767
12768         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12769         (gnus-article-browse-delete-temp): Add :version.
12770
12771 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12772
12773         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12774         the sieve region.
12775
12776 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * gnus.el (gnus-version-number): Bump version.
12779
12780 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * gnus.el: No Gnus v0.4 is released.
12783
12784 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12785
12786         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12787         layout.
12788
12789         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12790         unknown charset.
12791
12792         * message.el (message-header-synonyms): Add Original-To to the
12793         default.
12794
12795         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12796         optional parameter.
12797
12798 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * gnus-fun.el (gnus): Require it for gnus-directory.
12801
12802 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12805
12806 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12807
12808         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12809
12810 2006-04-05  Simon Josefsson  <jas@extundo.com>
12811
12812         * password.el (password-reset): New function.
12813
12814 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12815
12816         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12817         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12818
12819 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12820
12821         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12822         Some whitespace was matched into the url, which broke browsing hits
12823         > 100 when mm-url-use-external was nil.
12824
12825 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12828         Check gnus-extra-headers for 'Newsgroups.
12829
12830         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12831         bound.
12832
12833 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12834
12835         * pgg-gpg.el: Clean up process buffers every time gpg processes
12836         complete.
12837
12838 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12841         doc string.
12842
12843 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12844
12845         * pgg-gpg.el (pgg-gpg-process-filter)
12846         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12847
12848         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12849         lines, temporary fix.
12850
12851 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12854
12855 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12856
12857         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12858         default-enable-multibyte-characters.  This reverts the change from
12859         revision 6.17 which is no longer necessary because the passphrase
12860         is sent separately now.  GnuPG messages are unreadable under
12861         multibyte locales with default-enable-multibyte-characters set to
12862         nil.
12863
12864 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * message.el (message-tool-bar-gnome): Move "spell".
12867
12868 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12871         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12872         instead.
12873
12874 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12875
12876         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12877         Improve newsgroups handling for NNTP overviews which don't include
12878         Newsgroups.
12879
12880 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12881
12882         * message.el (message-resend): Bind message-generate-hashcash to nil.
12883
12884 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12885
12886         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12887         when searching for already-paid recipients.
12888
12889 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12890
12891         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12892         passphrases when it is not needed.
12893         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12894         passphrase stuff from gpg, should only be necessary when you use
12895         gpg with a smartcard.
12896
12897 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * mml.el (mml-insert-mime): Ignore cached contents of
12900         message/external-body part.
12901
12902         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12903         (mm-insert-part): Ditto.
12904
12905 2006-03-23  Simon Josefsson  <jas@extundo.com>
12906
12907         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12908         Reiner.
12909         (pgg-gpg-use-agent-p): Use it again.
12910
12911 2006-03-23  Simon Josefsson  <jas@extundo.com>
12912
12913         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12914         older emacsen.
12915         (pgg-gpg-use-agent-p): Don't use it.
12916
12917 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12920         if we can.
12921
12922 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12923
12924         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12925         (pgg-gpg-update-agent): New function.
12926         (pgg-gpg-use-agent-p): New function.
12927         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12928         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12929         (pgg-gpg-sign-region): Use it.
12930
12931 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12934         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12935
12936 2006-03-21  Simon Josefsson  <jas@extundo.com>
12937
12938         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12939         <wilde@sha-bang.de>.
12940         (pgg-gpg-use-agent): New variable.
12941         (pgg-gpg-process-region): Use it.
12942         (pgg-gpg-encrypt-region): Likewise.
12943         (pgg-gpg-encrypt-symmetric-region): Likewise.
12944         (pgg-gpg-decrypt-region): Likewise.
12945         (pgg-gpg-sign-region): Likewise.
12946         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12947
12948 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12951
12952         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12953         Add comment on version.
12954
12955 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * smiley.el: Add missing test smiley.
12958
12959 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * mm-decode.el (mm-with-part): New macro.
12962         (mm-get-part): Use it; work with message/external-body as well.
12963         (mm-save-part): Treat name and filename equally.
12964
12965         * mm-extern.el (mm-extern-cache-contents): New function.
12966         (mm-inline-external-body): Use it; force the part to be displayed;
12967         move undisplayer added to the cached handle to the parent.
12968
12969         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12970         (gnus-mime-view-part-as-type): Work with message/external-body.
12971
12972         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12973
12974 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12977         images in image-load-path.  [Sync with image.el, revision 1.60, in
12978         Emacs.]
12979
12980 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12983         path rather than symbol.  Always return list of directories.
12984         Guarantee that image directory comes first.  [Sync with image.el,
12985         revision 1.59, in Emacs.]
12986
12987         * message.el (message-make-tool-bar): Adjust to new API of
12988         `gmm-image-load-path-for-library'.
12989
12990         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12991
12992         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12993
12994 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12995
12996         * gnus-art.el (gnus-article-only-boring-p):
12997         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12998         intangible text.
12999         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13000
13001 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13004         Use `defun' instead of `gmm-defun-compat'.
13005
13006 2006-03-14  Simon Josefsson  <jas@extundo.com>
13007
13008         * message.el (message-unique-id): Don't use message-number-base36
13009         if (user-uid) is a float.
13010         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13011
13012 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13015
13016         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13017         empty line between a part and a message part.
13018
13019 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * smiley.el: Add more test smileys.
13022         (smiley-data-directory, smiley-regexp-alist)
13023         (gnus-smiley-file-types): Fix doc strings.
13024         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13025         adding new elements.
13026         (smiley-mouse-map): Unused code.  Make it a comment.
13027
13028 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13031         scan latest NoCeM messages instead of old ones.
13032         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13033         delimiters that are recently used.
13034         (gnus-nocem-load-cache): Add autoload cookie.
13035
13036         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13037
13038         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13039         level which is larger than gnus-use-nocem is specified.
13040
13041         * gnus-group.el (gnus-group-get-new-news): Ditto.
13042
13043 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * gnus-util.el (gnus-tool-bar-update): New function.
13046
13047         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13048         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13049
13050         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13051
13052         * gnus-group.el (gnus-group-redraw-when-idle)
13053         (gnus-group-redraw-check): Remove.
13054         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13055
13056 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13059         if optional last element is specified in splits (FIELD VALUE...).
13060
13061 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13064         to gmm-image-load-path-for-library.  Call with no-error argument.
13065         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13066
13067         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13068
13069         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13070
13071         * gmm-utils.el (gmm-image-load-path): Remove alias.
13072
13073 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * gmm-utils.el (gmm-image-load-path): Add alias.
13076
13077         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13078         nnml-generate-nov-databases-1.
13079         (nnml-generate-nov-databases): Use it.
13080         (nnml-generate-nov-databases-directory): Document no-active
13081         argument.
13082
13083         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13084         directory if path is t.  Add no-error.
13085
13086         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13087         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13088
13089         * gnus-art.el (gnus-article-browse-delete-temp-files):
13090         Simplify resetting gnus-article-browse-html-temp-list.
13091
13092         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13093         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13094         Add example to docstring.  Rename local variables.  Move error
13095         checks to default case in cond and simplify.
13096
13097 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13100         handle is multipart when calling it recursively.
13101         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13102
13103 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13104
13105         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13106         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13107
13108 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13111         is loaded.
13112
13113         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13114         loaded.
13115
13116 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13119         to "Emacs 23 (unicode)" in doc string.
13120
13121         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13122         "Emacs 23 (unicode)" in comment.
13123
13124 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13127
13128         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13129         characters 160 through 255 in Emacs 23.
13130
13131 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13134         gnus-article-browse-html-temp.
13135         (gnus-article-browse-delete-temp): Make it customizable.
13136         Add `file'.  Adjust doc string.
13137         (gnus-article-browse-delete-temp-files): Add argument.
13138         Allow query for each file.  Adjust doc string.
13139         (gnus-article-browse-html-parts):
13140         Add `gnus-article-browse-delete-temp-files' to
13141         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13142
13143 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13144
13145         * gnus-art.el (gnus-article-browse-html-temp)
13146         (gnus-article-browse-delete-temp): New variables.
13147         (gnus-article-browse-delete-temp-files): New function.
13148         (gnus-article-browse-html-parts): Use it.
13149
13150 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13153
13154         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13155         string.
13156
13157         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13158         gnus-summary-insert-new-articles when unplugged.
13159         Remove gnus-summary-search-article-forward.
13160
13161         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13162         display-visual-class instead of display-color-cells.
13163
13164 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * dgnushack.el: Autoload customize-group for XEmacs.
13167
13168         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13169         message/* containing non-ASCII text properly.
13170
13171 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * message.el: Require gmm-utils, remove autoloads.
13174         (message-tool-bar): Set default based on
13175         gmm-tool-bar-style.
13176         (message-tool-bar-gnome): Add gmm-customize-mode.
13177
13178         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13179         gmm-tool-bar-style.
13180         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13181
13182         * gnus-group.el (gnus-group-tool-bar): Set default based on
13183         gmm-tool-bar-style.
13184         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13185
13186         * gmm-utils.el (gmm-image-directory): Rename variable from
13187         gmm-image-load-path.
13188         (gmm-image-load-path): Use gmm-image-directory.
13189         (gmm-customize-mode): New function.
13190         (gmm-tool-bar-style): New variable.
13191
13192         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13193         gnus-group-redraw-line-number.
13194         (gnus-group-redraw-check): Simplify.
13195         (gnus-group-tool-bar-update): Remove redraw check.
13196         (gnus-group-make-tool-bar): Add redraw check.
13197
13198 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13199
13200         * gnus-art.el (gnus-button): Add missing parentheses.
13201
13202 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * lpath.el: Fbind line-number-at-pos.
13205
13206 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13209
13210 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * gnus-art.el (gnus-button): New face.
13213         (gnus-article-button-face): Use it.
13214
13215         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13216         Add gnus-summary-next-page.  Re-order.
13217
13218         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13219         next-node are now included.
13220         (gnus-group-redraw-line-number): New internal variable.
13221         (gnus-group-redraw-check): Helper function for updating the tool
13222         bar.
13223         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13224
13225         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13226
13227         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13228         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13229         Use it to match format of Spamassassin 3.0 and later.
13230         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13231         (spam-check-bogofilter)
13232         (spam-bogofilter-register-with-bogofilter): Fix args of
13233         `gnus-error' calls.
13234
13235 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13238         unnecessary interaction when sending queued mails.
13239         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13240
13241 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13244         first or last are nil.
13245
13246 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13247
13248         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13249
13250 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13251
13252         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13253
13254 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255
13256         * dns.el (query-dns): Protect more against buggy tcp output.
13257
13258 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13261         nov.php.
13262
13263 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13264
13265         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13266         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13267         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13268         output on the server side.
13269         (nnweb-google-create-mapping): Update regexps and add some
13270         progress indication.
13271
13272 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * gnus-group.el (gnus-group-tool-bar-gnome):
13275         Fix gnus-agent-toggle-plugged.  Re-order icons.
13276         (gnus-group-tool-bar-gnome):
13277         Add gnus-group-{prev,next}-unread-group.
13278         (gnus-group-tool-bar-gnome): Re-order icons.
13279
13280         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13281         Move gnus-summary-insert-new-articles.
13282
13283         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13284         Fix comments.
13285
13286         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13287         also available in Emacs 21.3.
13288
13289         * message.el (message-fix-before-sending): Change "Emacs 22" to
13290         "Emacs 23 (unicode)" in comment.
13291
13292         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13293         "Emacs 23 (unicode)" in comment.
13294
13295         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13296         comment.
13297         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13298
13299         * mm-view.el (mm-fill-flowed): Add :version.
13300
13301 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13304         and load-path.
13305
13306 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * message.el: Autoload gmm-image-load-path.
13309         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13310         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13311         consitency.
13312
13313         * gmm-utils.el (gmm-image-load-path): Also search in
13314         "../etc/images".  Don't set gmm-image-load-path if we don't find
13315         the image.
13316
13317 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gmm-utils.el (gmm-image-load-path): Don't make
13320         `gmm-image-load-path' include subdirectories which the second arg
13321         `image' might specify.
13322
13323         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13324         subdirectory to icon file names.
13325
13326         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13327
13328 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13331         gmm-image-load-path calls.
13332
13333         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13334
13335         * message.el (message-make-tool-bar): Ditto.
13336
13337         * mml.el (mml-preview): Add comment concerning tool bar icons.
13338
13339         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13340         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13341
13342         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13343         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13344
13345         * message.el (message-tool-bar-gnome): Use new icon names.
13346         (message-make-tool-bar): Use `gmm-image-load-path'.
13347
13348         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13349         New functions from MH-E.
13350         (gmm-image-load-path): New variable from MH-E.
13351         (gmm-image-load-path): New function from MH-E.  Add arguments
13352         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13353         *-image-load-path-called-flag.
13354
13355 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13356
13357         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13358
13359 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13360
13361         * nnimap.el (nnimap-request-move-article): Change folder back to
13362         source group before deleting.
13363
13364 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13367
13368         * gnus-art.el (mm-url-insert-file-contents-external):
13369         Autoload mm-url.
13370
13371         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13372
13373 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13376         coding system which mm-charset-to-coding-system returns for a
13377         given charset is valid.
13378
13379 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13380
13381         * html2text.el (html2text-remove-tag-list):
13382         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13383
13384 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13385
13386         * gnus-cus.el: Revert 2005-10-17 change.
13387
13388 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-art.el (article-strip-banner):
13391         Call article-really-strip-banner only when the regexp match is made.
13392
13393 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-art.el (article-strip-banner):
13396         Use gnus-extract-address-components instead of
13397         mail-header-parse-addresses to make it work with non-ASCII text;
13398         remove mail-encode-encoded-word-string.
13399
13400         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13401         values which are surrounded with \"...\"; make it never cause a
13402         Lisp error; give up parsing of parameters if it failed in
13403         extracting type.
13404
13405 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13406
13407         * smime.el (smime-cert-by-ldap-1): Fix bug where
13408         `smime-ldap-search' returns results without userCertificates.
13409
13410 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13413
13414 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * spam.el (spam-check-spamassassin-headers): Adapt format for
13417         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13418         <ari@mbf.ocn.ne.jp>.
13419         (spam-list-of-processors): Add spam-use-gmane.
13420
13421 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13424         make-temp-file; make it work with XEmacs as well.
13425
13426         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13427         mm-make-temp-file.
13428
13429         * mm-decode.el (mm-display-external): Use the 3rd arg of
13430         mm-make-temp-file.
13431         (mm-create-image-xemacs): Ditto.
13432
13433 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13436         with message-narrow-to-headers.
13437         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13438         (gnus-draft-check-draft-articles): New function.
13439         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13440
13441 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * gnus-art.el (gnus-article-browse-html-parts):
13444         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13445         Don't use suffix argument for mm-make-temp-file for Emacs 21
13446         compatibility.  Remove useless `format'.
13447
13448 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13449
13450         * nnweb.el (nnweb-google-wash-article): Update regexps.
13451         (nnweb-group-alist): Use defvoo instead of defvar.
13452
13453 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13456         re-loading nn* modules.
13457
13458 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13461         for `tool-bar-mode' and don't check it's default-value.
13462
13463         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13464
13465         * message.el (message-make-tool-bar): Ditto.
13466
13467         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13468         `substring'.  Shorten tmp-file name.
13469
13470         * gnus.el: Remove bogus comment.
13471
13472 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13473
13474         * gnus-art.el (gnus-article-browse-html-parts): New function.
13475         (gnus-article-browse-html-article): New function for viewing html
13476         articles with a browser.
13477
13478 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13479
13480         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13481         in elisp.
13482         (pgg-gpg-encrypt-symmetric-region): Ditto.
13483         (pgg-gpg-sign-region): Ditto.
13484
13485         * pgg-def.el (pgg-text-mode): New variable.
13486
13487         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13488         (mml2015-pgg-encrypt): Ditto.
13489
13490         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13491         (mml1991-pgg-encrypt): Ditto.
13492
13493 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * nnfolder.el (nnfolder-insert-newsgroup-line):
13496         Use message-make-date instead of current-time-string.
13497
13498         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13499         to gnus-decoded which mm-uu might set.
13500
13501 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13504         don't decode quoted parameters; remove misimported Emacs code.
13505         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13506         (rfc2231-decode-encoded-string): Don't use split-string which
13507         behaves differently according to Emacs version; use
13508         mm-decode-coding-region to convert charset to coding-system.
13509         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13510         (rfc2231-encode-string): Remove misimported Emacs code.
13511
13512 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13515         when calling mail-header-parse-content-type.
13516         (article-de-quoted-unreadable): Ditto.
13517         (article-de-base64-unreadable): Ditto.
13518         (article-wash-html): Ditto.
13519
13520         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13521         calling mail-header-parse-content-type and
13522         mail-header-parse-content-disposition.
13523         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13524         mail-header-parse-content-type.
13525
13526         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13527         insert charset and format parameters; encode description after
13528         inserting it to buffer.
13529         (mml-insert-parameter): Fold lines properly even if a parameter is
13530         segmented into two or more lines; change the max column to 76.
13531
13532         * rfc1843.el (rfc1843-decode-article-body): Don't use
13533         ignore-errors when calling mail-header-parse-content-type.
13534
13535         * rfc2231.el (rfc2231-parse-string): Return at least type if
13536         possible; don't cause an error even if it fails in parsing of
13537         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13538         (rfc2231-encode-string): Don't break lines at the beginning, leave
13539         it to mml-insert-parameter.
13540
13541         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13542         calling mail-header-parse-content-type.
13543
13544 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * spam-report.el (spam-report-gmane-use-article-number):
13547         Improve doc string.
13548         (spam-report-gmane-internal): Check if a suitable header was found
13549         in the article.
13550
13551 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13554         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13555
13556 2006-02-05  Romain Francoise  <romain@orebokech.com>
13557
13558         Update copyright notices of all files in the gnus directory.
13559
13560 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13561
13562         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13563
13564 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13567         segmented lines of parameter value to cope with Thunderbird 1.5
13568         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13569         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13570         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13571
13572 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13573
13574         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13575         parts.
13576
13577 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13578
13579         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13580         there's only one active file for all servers.
13581         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13582         solid groups.  Gnus might have used a FAST request to select the group.
13583         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13584         and nnweb-search redundantly in the active file.
13585         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13586         (nnweb-request-create-group): Don't use ARGS.
13587         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13588         initialisations.  Let nnoo do the work.
13589
13590 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13593         Say the part has been decoded.
13594
13595         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13596
13597 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13598
13599         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13600         mailcap-viewer-test-cache when there's no 'test clause, since that
13601         will invert the meaning of a "nil" test previously determined by
13602         mailcap-mailcap-entry-passes-test.
13603
13604 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13607         compiling.
13608
13609         * gnus-sum.el: Ditto.
13610
13611         * message.el: Don't bind tool-bar-map when compiling.
13612
13613 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13616
13617 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13618
13619         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13620         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13621         current Google Groups.
13622
13623 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13626         and tool-bar-mode.
13627
13628         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13629         and tool-bar-mode.
13630
13631         * message.el (message-tool-bar-update): Simplify.
13632         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13633
13634         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13635         gnus-summary-buffer.
13636         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13637         gnus-summary-reply.
13638
13639         * gmm-utils.el (gmm): Add :version.
13640
13641 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * Makefile.in (clean): New rule.
13644         (distclean): Use it.
13645
13646 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13647
13648         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13649         Don't autoload.
13650
13651 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gmm-utils.el (gmm-verbose): Add :group.
13654
13655 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13656
13657         * message.el: Change some comments WRT tool-bars.
13658
13659         * gnus-sum.el (gnus-summary-tool-bar)
13660         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13661         (gnus-summary-tool-bar-zap-list): New variables.
13662         (gnus-summary-make-tool-bar): Complete rewrite using
13663         `gmm-tool-bar-from-list'.
13664
13665         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13666         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13667         New variables.
13668         (gnus-group-make-tool-bar): Complete rewrite using
13669         `gmm-tool-bar-from-list'.
13670         (gnus-group-tool-bar-update): New function.
13671
13672         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13673
13674 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13677         is dissected into a single part of which the type is the same as
13678         the given one; decode charset.
13679
13680 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13681
13682         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13683         into alists as symbol not string, since that's what
13684         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13685         look for.
13686
13687 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13688
13689         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13690         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13691
13692         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13693
13694 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13697         (gnus-xmas-mime-security-button-menu): New function.
13698
13699         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13700         (gnus-mime-security-button-menu): New definition.
13701         (gnus-mime-security-button-map): Use them.
13702         (gnus-mime-security-button-menu): New function.
13703         (gnus-insert-mime-security-button): Addition to help echo.
13704         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13705         (gnus-mime-security-pipe-part): New functions.
13706
13707         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13708         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13709
13710         * mm-decode.el (mm-handle-set-disposition): Remove.
13711         (mm-handle-set-description): Remove.
13712
13713 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13716         (mm-w3m-standalone-supports-m17n-p): New function.
13717         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13718         w3m usage.
13719
13720         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13721         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13722
13723 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13724
13725         * message.el (message-tool-bar-zap-list):
13726         Use gmm-tool-bar-zap-list as custom type.
13727         (message-tool-bar-update): New function.
13728         (message-tool-bar, message-tool-bar-gnome)
13729         (message-tool-bar-retro): Add message-tool-bar-update.
13730         (message-tool-bar-gnome): Add flyspell-buffer.
13731
13732         * gnus-util.el (gnus-error): Describe `args'.
13733
13734         * gmm-utils.el (gmm-error): Describe `args'.
13735         (gmm-tool-bar-zap-list): New widget.
13736         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13737
13738 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13741         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13742         the number of recursive calls.
13743
13744         * mm-decode.el (mm-handle-set-disposition): New macro.
13745         (mm-handle-set-description): New macro.
13746
13747 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13750         encoding.
13751
13752 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * message.el (message-tool-bar-zap-list, message-tool-bar)
13755         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13756         (message-tool-bar-local-item-from-menu): Remove.
13757         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13758         (message-make-tool-bar): New function.
13759         (message-mode): Use `message-make-tool-bar'.
13760
13761         * gmm-utils.el: New file.
13762         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13763         (gmm-lazy): New widget copied from `nnmail.el'.
13764         (gmm-tool-bar-from-list): New function for creating customizable
13765         tool bars.
13766         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13767         output.
13768         (gmm): Add :prefix to defgroup.
13769
13770 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13771
13772         * gmm-utils.el (gmm-widget-p): New function.
13773
13774 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * mml.el (mml-attach-file): Describe `description' in doc string.
13777         (mml-menu): Add Emacs MIME manual and PGG manual.
13778
13779 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13780
13781         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13782
13783 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13784
13785         * nntp.el (nntp-end-of-line): Doc fix.
13786
13787 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13788
13789         * imap.el (imap-open): Handle case where buffer is a buffer
13790         object.
13791
13792 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13793
13794         * gnus-delay.el (gnus-delay): Don't autoload.
13795         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13796         to be re-loaded when customizing the `gnus-delay' group.
13797
13798 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13799
13800         * message.el (message-insert-citation-line): Use newlines.
13801
13802 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13803
13804         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13805         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13806         these routines, so the passphrase can be managed externally and
13807         passed in to the system.
13808         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13809         pgg-add-passphrase-to-cache function.
13810
13811         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13812         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13813         these routines, so the passphrase can be managed externally and
13814         passed in to the system.
13815         (pgg-pgp5-sign-region): Use new name of
13816         pgg-add-passphrase-to-cache function.
13817
13818 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13819
13820         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13821         part of the decoded armor to find the key-identifier.
13822         (pgg-gpg-lookup-key-owner): New function to return the
13823         human-readable identifier of a key owner.
13824         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13825         itself.
13826         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13827         the key value) if we have a key and can match it against a secret
13828         key.  Also, added a note pointing out fact that the prompt only
13829         indicates the first matching key.
13830
13831         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13832         pgg-decrypt-region.
13833         (pgg-add-passphrase-to-cache): Rename from
13834         `pgg-add-passphrase-cache' to reduce confusion (all callers
13835         changed).
13836         (pgg-remove-passphrase-from-cache): Rename from
13837         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13838         changed).
13839         (pgg-read-passphrase, pgg-add-passphrase-cache)
13840         (pgg-remove-passphrase-cache): Add informative docstrings.
13841         (pgg-decrypt): Convey provided passphrase in subordinate call to
13842         pgg-decrypt-region.
13843
13844 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13845
13846         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13847         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13848         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13849         'passphrase' argument, so the passphrase can be managed externally
13850         and then passed in to the system.
13851
13852         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13853         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13854         so the passphrase cache can be used reliably with identifiers
13855         besides a pgp packet's key id.
13856
13857         * pgg-gpg.el (pgg-gpg-encrypt-region)
13858         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13859         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13860         these routines, so the passphrase can be managed externally and
13861         passed in to the system.
13862
13863         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13864         'notruncate' argument, so the passphrase cache can be used
13865         reliably with identifiers besides a pgp packet's key id.
13866
13867 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13868
13869         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13870         symmetric encryption.
13871         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13872         encrypted session key.
13873         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13874         message ask for the passphrase in a proper way.
13875
13876         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13877         New user commands for symmetric encryption.
13878
13879 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13882
13883         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13884
13885 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13886
13887         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13888
13889 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * mm-decode.el (mm-inlined-types): Add application/pgp.
13892         (mm-automatic-display): Ditto.
13893
13894         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13895         part as text.
13896
13897 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * nnrss.el: Update copyright.
13900         (nnrss-opml-import): Query whether to subscribe to each entry.
13901
13902         * gnus-art.el:
13903         * gnus-sum.el:
13904         * gnus-xmas.el:
13905         * messagexmas.el:
13906         * mm-uu.el:
13907         * mm-view.el: Update copyright.
13908
13909 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * message.el (message-info): New function.
13912         (message-mode-menu): Add it.
13913         Update copyright.
13914
13915         * ChangeLog: Fix and update copyright.
13916
13917 2006-01-13  Romain Francoise  <romain@orebokech.com>
13918
13919         * message.el (message-forward-subject-name-subject): Prefer the
13920         address to 'nowhere' if the sender has no name.
13921         Fix typo.  Update copyright year.
13922
13923 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-art.el (article-wash-html):
13926         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13927         (gnus-article-wash-html-with-w3m-standalone): New function.
13928
13929         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13930         mm-inline-text-html-render-with-w3m-standalone.
13931         (mm-text-html-washer-alist): Map w3m-standalone to
13932         gnus-article-wash-html-with-w3m-standalone.
13933         (mm-inline-text-html-render-with-w3m-standalone): New function.
13934
13935 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13936
13937         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13938         Improve LaTeX.
13939
13940 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13943         (nnrss-request-article): Render text/plain parts as HTML.
13944
13945         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13946         the buffer.
13947
13948 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13951         custom definition of `gnus-posting-styles'.
13952
13953         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13954         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13955
13956 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13957
13958         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13959         Use nntp for bug archive.
13960
13961 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13964         parts.
13965         (nnrss-normalize-date): New function converts ISO 8601 date into
13966         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13967         (nnrss-check-group): Use it.
13968
13969 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13972
13973         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13974         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13975         (nnrss-insert-w3): Ditto.
13976
13977 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13980         the articles to be forwarded including the case where neither a
13981         number of articles nor a region is specified.
13982
13983 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * nnrss.el (nnrss-request-article): Fix last change; fill
13986         text/plain parts.
13987
13988 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13991         in text/plain part.
13992         (nnrss-check-group): Don't add excessive newline to dc:subject.
13993
13994 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13995
13996         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13997         article.
13998
13999 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14002         (nnml-use-compressed-files, nnml-save-mail): Support other
14003         comression programs such as bzip2.
14004
14005 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14006
14007         * dns.el (query-dns): Make sure we check the buffer size before
14008         removing tcp headers.
14009
14010 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14013         remove MIME buttons associated with multipart/alternative parts.
14014         (gnus-mime-display-alternative): Tag buttons using `article-type'
14015         text property.
14016
14017         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14018         associated with multipart/alternative parts.
14019
14020         * gnus-art.el (gnus-signature-separator): Fix custom type.
14021
14022         * mm-decode.el (mm-inlined-types): Fix custom type.
14023         (mm-keep-viewer-alive-types): Ditto.
14024         (mm-automatic-display): Ditto.
14025         (mm-attachment-override-types): Ditto.
14026         (mm-inline-override-types): Ditto.
14027         (mm-automatic-external-display): Ditto.
14028
14029 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * spam-report.el (spam-report-user-mail-address)
14032         (spam-report-user-agent): New variables.
14033         (spam-report-url-ping-plain): Use spam-report-user-agent.
14034
14035 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14036
14037         * gnus-art.el (gnus-button-handle-custom): Do not just use
14038         `customize-apropos' for any "M-x customize-*" button but the
14039         function called for.  Accept both the function name and its
14040         argument in order to achieve this.
14041         (gnus-button-alist): Remove support for "custom:" URL's.
14042         Pass function name to `gnus-button-handle-custom' in case of "M-x
14043         customize-*" buttons.
14044
14045 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14048         multipart/alternative and add xref to mm-discouraged-alternatives
14049         in doc string.
14050
14051         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14052         gnus-buttonized-mime-types in doc string.
14053
14054 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14057         Suggest image/.* in the doc string.
14058
14059 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14062         message-marks (Debian bug #342521).
14063
14064 2005-12-12  Simon Josefsson  <jas@extundo.com>
14065
14066         * password.el (password-read-from-cache): Add.
14067         (password-read): Use it.
14068
14069 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * rfc2047.el (rfc2047-charset-to-coding-system):
14072         Recognize us-ascii as a MIME charset.
14073
14074         * mm-bodies.el (mm-decode-content-transfer-encoding):
14075         Protect against the case where the 2nd arg TYPE is nil.
14076
14077 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * pop3.el (pop3-stream-type): Fix custom version.
14080
14081         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14082
14083 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14084
14085         * mm-decode.el (mm-display-external): Add missing cdr.
14086
14087 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14090         RFC1524) if it is in mailcap or add a suffix according to
14091         mailcap-mime-extensions when generating a temp filename; postpone
14092         deleting a temp file for 2 seconds for some wrappers, shell
14093         scripts, and so on, which might exit right after having started a
14094         viewer command as a background job.
14095
14096 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * nntp.el (nntp-marks-directory): Fix custom group.
14099
14100         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14101         steps when < 10.
14102
14103         * gnus-start.el (gnus-no-server-1):
14104         Mention `gnus-level-default-subscribed' in doc string.
14105
14106 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14107
14108         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14109         parens.
14110
14111 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * gnus-xmas.el (gnus-use-toolbar): Revert.
14114         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14115         gnus-use-toolbar is default.
14116
14117         * messagexmas.el (message-use-toolbar): Revert.
14118         (message-setup-toolbar): Use global default-toolbar if
14119         message-use-toolbar is default.
14120
14121 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14124         according to default-toolbar-visible-p.
14125
14126         * messagexmas.el (message-use-toolbar): Ditto.
14127
14128 2005-11-26  Dave Love  <fx@gnu.org>
14129
14130         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14131         (tls-program, tls-success): Provide openssl alternative.
14132
14133         * starttls.el: Doc fixes.
14134         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14135         SERVICE to PORT.
14136
14137         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14138         port null or service name.
14139         (starttls-negotiate): Autoload.
14140
14141 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * message.el (message-kill-to-signature): Fix interactive spec.
14144
14145 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * pop3.el (pop3-open-server): Recognize a string as a service name.
14148
14149 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14150
14151         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14152
14153 2005-11-23  Dave Love  <fx@gnu.org>
14154
14155         Add pop3s, pop3/starttls.
14156
14157         * pop3.el (pop3-authentication-scheme): Clarify doc.
14158         (open-tls-stream, starttls-open-stream): Autoload.
14159         (pop3-stream-type): New.
14160         (pop3-open-server): Use it.
14161
14162         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14163         for POP.
14164         (mail-source-keyword-map): Add :stream for POP.
14165         (mail-source-fetch-pop): Use pop3-stream-type.
14166
14167 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14170         of current-time-string.
14171
14172 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14173
14174         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14175         date header.
14176
14177 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14178
14179         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14180         it can seriously impact performance as it bypasses the agent's
14181         local caches.
14182
14183 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14184
14185         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14186         must be explicitly online rather than "not explicitly offline" for
14187         its flags to be synchronized.
14188
14189         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14190         that gnus-uu-unmark-thread will function correctly.
14191
14192         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14193         1024K is instead displayed as 1M.
14194
14195 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14196
14197         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14198
14199 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14200
14201         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14202
14203 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14204
14205         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14206         error message to display actual error condition.
14207         (gnus-agent-save-local): Avoid saving symbols that are bound to
14208         nil as they simply result in a warning message in
14209         gnus-agent-read-local.
14210
14211 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14214         rather than make-variable-buffer-local for file-precious-flag.
14215
14216 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14217
14218         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14219         for duplicates which are removed.  The invalid sort check then
14220         triggers a rescan after the sort as sorting may have moved
14221         duplicate entries such that they can be cheaply detected.
14222
14223 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14226
14227 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14228
14229         * gnus-agent.el (gnus-agent-article-alist-save-format):
14230         Change internal variable to a custom variable.  Change default value
14231         from compressed(2) to uncompressed(1).
14232         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14233         support for uncompressed agentview files.  Taken together, reading
14234         the agentview file should now be 6-7 times faster.
14235
14236 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14237
14238         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14239         as a buffer-local variable.  This avoids creating truncated
14240         dribble files as a result of a hang up, eg.
14241
14242 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14243
14244         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14245         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14246         XEmacs.
14247
14248 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * gnus-start.el (gnus-start-draft-setup):
14251         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14252
14253         * gnus.el (gnus-splash): Change custom group.
14254         (gnus-group-get-parameter, gnus-group-parameter-value):
14255         Describe allow-list argument.
14256
14257         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14258         string.
14259
14260 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * gnus-art.el (gnus-default-article-saver): Add user-defined
14263         `function' to custom type.
14264
14265 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14266
14267         * imap.el (imap-open): Handle case where buffer is a buffer
14268         object.
14269
14270 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14273         long lines.
14274         (gnus-cache-delete-group): Wrap doc strings.
14275
14276         * gnus-agent.el (gnus-agent-rename-group)
14277         (gnus-agent-delete-group): Wrap doc strings.
14278
14279 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * messagexmas.el (message-use-toolbar): Change the valid values
14282         into default, top, bottom, left, and right.
14283         (message-toolbar-thickness): New variable.
14284         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14285         well.
14286         (message-setup-toolbar): Make it work.
14287
14288         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14289         (gnus-use-toolbar): Change the valid values into default, top,
14290         bottom, left, and right.
14291         (gnus-toolbar-thickness): New variable.
14292         (gnus-xmas-setup-toolbar): New function.
14293         (gnus-xmas-setup-group-toolbar): Use it.
14294         (gnus-xmas-setup-summary-toolbar): Use it.
14295
14296 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14297
14298         * gnus-start.el (gnus-1): Add "native" to
14299         gnus-predefined-server-alist.
14300
14301         * gnus.el (gnus-method-to-server): Don't add "native" to the
14302         lists here, because that leads to problems when
14303         gnus-select-method is bound.
14304
14305 2005-11-09  Simon Josefsson  <jas@extundo.com>
14306
14307         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14308         use (not sort-by-date) instead.
14309
14310 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14311
14312         * gnus-delay.el (gnus-delay-group): Don't autoload.
14313         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14314         to be re-loaded when customizing the `gnus-delay' group.
14315
14316 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14317
14318         * message.el: Revert last changes.
14319         (message-insert-citation-line): Use newlines.
14320
14321 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14322
14323         * message.el (message-courtesy-message)
14324         (message-mark-insert-begin, message-mark-insert-end)
14325         (message-elide-ellipsis, message-cancel-message)
14326         (message-add-header, message-change-subject)
14327         (message-cross-post-followup-to-header)
14328         (message-cross-post-insert-note, message-reduce-to-to-cc)
14329         (message-widen-reply, message-delete-not-region)
14330         (message-kill-to-signature, message-insert-signature)
14331         (message-insert-importance-high, message-insert-importance-low)
14332         (message-insert-or-toggle-importance)
14333         (message-insert-disposition-notification-to)
14334         (message-indent-citation, message-yank-original)
14335         (message-cite-original-without-signature, message-cite-original)
14336         (message-insert-citation-line, message-position-on-field)
14337         (message-fix-before-sending, message-send-mail-partially)
14338         (message-send-mail, message-send-mail-with-sendmail)
14339         (message-send-mail-with-qmail, message-send-news)
14340         (message-check-news-header-syntax, message-generate-headers)
14341         (message-insert-courtesy-copy, message-fill-address)
14342         (message-fill-header, message-shorten-references)
14343         (message-setup-1, message-cancel-news)
14344         (message-forward-make-body-plain, message-forward-make-body-mime)
14345         (message-forward-make-body-mml, message-encode-message-body)
14346         (message-forward-make-body-digest-plain)
14347         (message-forward-make-body-digest-mime)
14348         (message-use-alternative-email-as-from): Insert `hard-newline'
14349         instead of ordinary newlines.
14350
14351 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * message.el (message-generate-headers): Downcase the argument
14354         given to message-check-element.
14355
14356 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14357
14358         * nntp.el (nntp-authinfo-rejected): New error condition.
14359         (nntp-wait-for): Use new error condition to signal authentication
14360         error.
14361         (nntp-retrieve-data): Rethrow new error condition to break out of
14362         recursive call to nntp-send-authinfo.
14363
14364 2005-11-08  Romain Francoise  <romain@orebokech.com>
14365
14366         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14367         (gnus-summary-exit-map): Bind to `Z p'.
14368         (gnus-summary-make-menu-bar): Add menu item.
14369
14370 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14371
14372         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14373         (gnus-treat-*): Add `first' in all doc strings.
14374
14375         * gnus-group.el (gnus-group-compact-group): Fix typo.
14376
14377 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus.el (gnus-parameters-case-fold-search): New variable.
14380         (gnus-parameters-get-parameter): Use it.
14381
14382         * gnus-score.el (gnus-home-score-file): Doc fix.
14383
14384 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14385
14386         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14387
14388 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * mm-util.el (mm-special-display-p): New function.
14391
14392         * mml.el (mml-preview): Use it; doc fix.
14393
14394 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14395
14396         * imap.el (imap-open): Handle case where buffer is a buffer object.
14397
14398 2005-10-29  Romain Francoise  <romain@orebokech.com>
14399
14400         * message.el (message-fix-before-sending): Fix comment.
14401
14402 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14403
14404         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14405
14406 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14407
14408         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14409         Used in gnus-score.el.
14410
14411 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14414
14415 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14418         whitespace removed in revision 7.8.  Use concatenated string to
14419         protect trailing whitespace.
14420
14421 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14422
14423         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14424         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14425         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14426         Courier IMAP ("some version from 2004").  Mostly based on similar
14427         code in the same function.
14428
14429 2005-10-26  Didier Verna  <didier@xemacs.org>
14430
14431         * gnus-group.el (gnus-group-compact-group): Invalidate original
14432         article buffer.
14433         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14434         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14435         NOV database and in article itself.
14436         Invalidate article backlog.
14437
14438 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14441
14442 2005-10-26  Simon Josefsson  <jas@extundo.com>
14443
14444         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14445         part of 2004-07-25 change.
14446
14447 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * message.el (message-display-completion-list): New function.
14450         (message-expand-group): Use it; make sure the Completions buffer
14451         is modifiable.
14452 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14453
14454         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14455         user-mail-name is an empty string.
14456
14457 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14460         depending on gnus-score-decay-constant.
14461
14462         * encrypt.el (encrypt-insert-file-contents)
14463         (encrypt-write-file-contents): Don't use `gnus-message'.
14464
14465         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14466         arguments.
14467         (mm-uu-type-alist): Add message-marks and insert-marks.
14468         Pass arguments to mm-uu-verbatim-marks-extract.
14469         (mm-uu-hide-markers): New variable.
14470         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14471
14472         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14473         (gnus-convert-image-to-face-command): Use "convert" by default to
14474         allow other input image formats.
14475         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14476         accordingly.
14477
14478 2005-10-23  Simon Josefsson  <jas@extundo.com>
14479
14480         * imap.el (imap-gssapi-program): Align command line parameters
14481         with latest GNU SASL.
14482         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14483
14484 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14485
14486         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14487         HTML.
14488         (nnslashdot-request-article): Ditto.
14489
14490         * lpath.el (featurep): Add nobreak-char-display.
14491
14492 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14493
14494         * mail-source.el (mail-source-fetch-pop): Require pop3.
14495         (mail-source-check-pop): Ditto.
14496
14497 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14500         errors.
14501
14502 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14505         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14506
14507         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14508
14509         * mm-bodies.el (mm-decode-string):
14510         Call `mm-charset-to-coding-system' with allow-override argument.
14511
14512 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14515         (rfc2047-charset-to-coding-system): New function.
14516         (rfc2047-decode-encoded-words): New function.
14517         (rfc2047-decode-region): Use them.
14518         (rfc2047-decode-cte): Remove.
14519         (rfc2047-parse-and-decode): Remove.
14520         (rfc2047-decode): Remove.
14521
14522 2005-10-15  Kenichi Handa  <handa@m17n.org>
14523
14524         * rfc2047.el (rfc2047-decode-cte): New function.
14525         (rfc2047-decode-region): Change the way to decode successive
14526         encoded-words: decode B- or Q-encoding in each encoded-word,
14527         concatenate them, and decode it as charset.
14528
14529 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * lpath.el: Fbind codepage-setup for XEmacs.
14532
14533 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14534
14535         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14536         widget-move-and-invoke.
14537         (gnus-custom-mode): Use gnus-custom-map.
14538
14539 2005-10-15  Bill Wohler  <wohler@newt.com>
14540
14541         * message.el (message-tool-bar-map): Rename image file from
14542         mail_send to mail/send.
14543
14544 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14545
14546         * message.el (message-expand-group): Pass the common
14547         prefix substring of completion to `display-completion-list'.
14548
14549 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * mml-sec.el (mml-secure-method): New internal variable.
14552         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14553         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14554         New functions using mml-secure-method.
14555
14556         * mml.el (mml-mode-map): Add key bindings for those functions.
14557         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14558         Harder <harder@myrealbox.com>.
14559         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14560         Goto end of message if point is the headers of the message.
14561
14562         * message.el (message-in-body-p): New function.
14563
14564         * assistant.el: Autoload gnus-util and netrc.
14565
14566         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14567         Use `mm-charset-override-alist' only when decoding.
14568
14569         * mm-bodies.el (mm-decode-body):
14570         Call `mm-charset-to-coding-system' with allow-override argument.
14571
14572         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14573         `filename' from Content-Disposition if Content-Type doesn't
14574         provide `name'.
14575         (gnus-mime-view-part-as-type): Set default instead of
14576         initial-input.
14577
14578 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14579
14580         * format-spec.el (format-spec): Propagate text properties of % spec.
14581
14582 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * gnus-art.el (gnus-treat-predicate): Add `first'.
14585
14586 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14587
14588         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14589         (mm-charset-override-alist): New variable.
14590         (mm-charset-to-coding-system): Use it.
14591         (mm-codepage-setup): New helper function.
14592         (mm-charset-eval-alist): New variable.
14593         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14594         Warn about unknown charsets.
14595
14596         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14597
14598 2005-10-04  David Hansen  <david.hansen@gmx.net>
14599
14600         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14601         (nnrss-check-group): Ditto.
14602
14603 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14606         Rename x-gnus-verbatim to x-verbatim.
14607         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14608
14609         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14610         x-verbatim.
14611
14612         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14613
14614         * gnus-util.el (gnus-remove-duplicates): Remove.
14615
14616         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14617         instead of gnus-remove-duplicates.
14618
14619         * message.el (message-remove-duplicates): Remove.
14620         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14621         message-remove-duplicates.
14622
14623         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14624         available, else use implementation from `delete-dups'.
14625
14626         * message.el (message-insert-expires): New function.
14627         (message-mode-map): Add key binding.
14628         (message-mode-field-menu): Add menu entry.
14629         (message-mode): Document it.
14630         (message-make-expires-date): Use `message-make-date'.
14631
14632 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14633
14634         * message.el (message-make-expires-date): New function.
14635
14636 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * Makefile.in (list-installed-shadows): New entry.
14639         (install): Use it.
14640         (remove-installed-shadows): New entry.
14641
14642         * dgnushack.el (dgnushack-default-load-path): New variable.
14643         (dgnushack-find-lisp-shadows): New function.
14644         (dgnushack-remove-lisp-shadows): New function.
14645
14646 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * Makefile.in (install-el-elc): New entry.
14649         (install): Use it so that .el files are necessarily installed.
14650
14651 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14654
14655 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14656
14657         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14658         function rather than the diff-mode.el package.
14659         (mm-display-external): Use with-current-buffer.
14660         (mm-viewer-completion-map, mm-viewer-completion-map):
14661         Move initialization inside declaration.
14662
14663 2005-09-29  Simon Josefsson  <jas@extundo.com>
14664
14665         * spam.el: Load hashcash when compiling, to avoid warnings.
14666         Don't autoload mail-check-payment.
14667         (spam-check-hashcash): Define unconditionally, since hashcash.el
14668         is part of Gnus now.  Ignore errors from payment checking.
14669
14670 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * message.el (message-bold-region, message-unbold-region):
14673         Rename from `bold-region' and `unbold-region'.
14674
14675         * message.el: Remove useless autoloads.
14676
14677 2005-09-28  Simon Josefsson  <jas@extundo.com>
14678
14679         * message.el (message-use-idna): Default to t.
14680         (message-use-idna): Test whether encoding works too.  Doc fix.
14681
14682 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * nntp.el (nntp-warn-about-losing-connection): Remove.
14685
14686 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14689         customizable.  Change default value.
14690         (mm-uu-diff-groups-regexp): Change default value.
14691         (mm-uu-type-alist): Add doc string.
14692         (mm-uu-configure): Add doc string.  Make it interactive.
14693         (mm-uu-tex-groups-regexp): New variable.
14694         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14695         (mm-uu-type-alist): Add LaTeX documents.
14696         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14697         of "text/verbatim".
14698         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14699
14700         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14701         instead of "text/verbatim".
14702
14703         * message.el (message-mark-inserted-region)
14704         (message-mark-insert-file): Use slrn style marks when called with
14705         prefix argument.
14706
14707 2005-09-27  Simon Josefsson  <jas@extundo.com>
14708
14709         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14710
14711 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14712
14713         * message.el (message-remove-duplicates): New function.
14714         Implementation borrowed from `gnus-remove-duplicates'.
14715         (message-idna-to-ascii-rhs): Also encode idna addresses in
14716         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14717         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14718         only ask about the same idna domain once per header and also tell
14719         in what header to replace the idna domain.
14720
14721         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14722         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14723         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14724         a header is decoded and not just the last one.
14725
14726 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14729         has been decoded.
14730
14731         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14732         (mm-insert-part): Don't modify text if it has been decoded.
14733
14734         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14735         decoded.
14736
14737         * mm-view.el (mm-inline-text): Don't strip text props unless
14738         decoding enriched or richtext parts.
14739
14740 2005-09-25  Romain Francoise  <romain@orebokech.com>
14741
14742         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14743         * gnus-start.el (gnus-subscribe-interactively):
14744         * gnus-uu.el (gnus-uu-grab-articles):
14745         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14746         space.
14747
14748 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14749
14750         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14751         * mm-view.el (mm-view-pkcs7-decrypt):
14752         * gnus-sum.el (gnus-summary-limit-to-extra)
14753         (gnus-summary-respool-article, gnus-read-move-group-name):
14754         * gnus-score.el (gnus-summary-increase-score):
14755         * gnus-util.el (gnus-completing-read-with-default):
14756         * gnus-art.el (gnus-read-save-file-name)
14757         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14758         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14759         * message.el (message-check-news-header-syntax):
14760         Follow convention for reading with the minibuffer.
14761
14762 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * spam-report.el (spam-report-url-ping-plain):
14765         Use gnus-extended-version as User-Agent.
14766
14767         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14768         default value is nil.
14769
14770         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14771         (mm-uu-verbatim-marks-extract): New function.
14772         (mm-uu-extract): New face.
14773         (mm-uu-copy-to-buffer): Use it.
14774
14775         * spam-report.el (spam-report-gmane-ham): Rename from
14776         `spam-report-gmane-unspam'.
14777         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14778         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14779
14780         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14781         Autoload.
14782         (spam-report-gmane-unregister-routine):
14783         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14784
14785 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14786
14787         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14788         (spam-report-gmane-unregister-routine): Add support for gmane
14789         unregistration.
14790
14791         * spam-report.el (spam-report-gmane-unspam)
14792         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14793         (spam-report-gmane): Change to take a single article and do unspam
14794         registration.
14795
14796 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * mm-url.el (mm-url-decode-entities): Fix regexp.
14799
14800 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14801
14802         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14803         default to nil, to be able to use Gnus at all.  If the default
14804         switches to something else, then the function should be fixed not
14805         be exceedingly slow.
14806
14807 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14808
14809         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14810         fail hard.
14811
14812         * spam-report.el: Add better Keywords line.
14813
14814         * spam.el: Add Maintainer and better Keywords line.
14815
14816 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14817
14818         * gnus-art.el (gnus-article-replace-part)
14819         (gnus-mime-replace-part): New functions.
14820         (gnus-mime-action-alist, gnus-mime-button-commands)
14821         (gnus-mime-save-part-and-strip): Add file argument.
14822         (gnus-article-part-wrapper): Add interactive argument.
14823
14824         * gnus-sum.el (gnus-summary-mime-map):
14825         Add `gnus-article-replace-part'.
14826
14827 2005-09-19  Didier Verna  <didier@xemacs.org>
14828
14829         The nnml compaction feature:
14830         * nnml.el (nnml-request-compact-group): New function.
14831         * nnml.el (nnml-request-compact): New function.
14832         * gnus-int.el (gnus-request-compact-group): New function.
14833         * gnus-int.el (gnus-request-compact): New function.
14834         * gnus-group.el (gnus-group-compact-group): New function.
14835         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14836         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14837         * gnus-srvr.el (gnus-server-compact-server): New function.
14838         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14839         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14840
14841 2005-09-18  Deepak Goel  <deego@gnufans.org>
14842
14843         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14844         format spec.
14845
14846 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14849
14850 2005-09-15  Romain Francoise  <romain@orebokech.com>
14851
14852         * message.el (message-fill-paragraph): Clarify docstring.
14853
14854 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * gnus-art.el (gnus-mime-display-part): Protect against broken
14857         MIME messages.
14858
14859 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14862         before parsing header.
14863
14864 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14865
14866         * html2text.el (html2text-replace-list): Add new entities.
14867
14868 2005-09-11  Romain Francoise  <romain@orebokech.com>
14869
14870         * message.el (message-alternative-emails): Improve docstring.
14871         (message-setup-1): Call `message-use-alternative-email-as-from'
14872         after `message-setup-hook' to give it precedence over posting
14873         styles, etc.
14874         (message-use-alternative-email-as-from): Add docstring.
14875         Remove the original From header if present.
14876
14877         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14878         (nnml-save-mail): Use it.
14879
14880         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14881         articles.  Add new argument `silent'.
14882         (gnus-uu-mark-all): Report the total number of marked articles.
14883
14884 2005-09-10  Romain Francoise  <romain@orebokech.com>
14885
14886         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14887         (gnus-uu-mark-series): Likewise.
14888
14889 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * spam-report.el (spam-report-gmane): Fix generation of spam
14892         report URL.
14893
14894 2005-09-10  Simon Josefsson  <jas@extundo.com>
14895
14896         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14897         t, based on discussion on the ding list with Robert Epprecht
14898         <epprecht@solnet.ch>.
14899
14900 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * spam-report.el (spam-report-gmane): Make it work without
14903         X-Report-Spam header.  Gmane now only provides Archived-At.
14904         This is only used if `spam-report-gmane-use-article-number' is nil.
14905         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14906
14907         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14908         make `gnus-summary-sort-by-recipient' work with threading.
14909
14910         * nnweb.el (nnweb-google-wash-article): Print a message if article
14911         is not available.
14912
14913 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14914
14915         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14916         change.  Decode text/* parts content before displaying.
14917
14918 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14921
14922 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14925
14926         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14927         url-package-name, url-package-version,
14928         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14929         w3m-display-inline-images, and w3m-minor-mode-map.
14930
14931 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * message.el (message-tab-body-function): Fix mismatched custom type.
14934
14935         * gnus.el (gnus-group-change-level-function): Ditto.
14936
14937         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14938
14939         * gnus-art.el (gnus-signature-limit)
14940         (gnus-article-mime-part-function): Ditto.
14941
14942 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * mml.el (mml-mode): Silence the byte compiler.
14945
14946         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14947         using `(sit-for 0)' before moving the point to the specified part;
14948         skip unbuttonized parts.
14949         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14950         return to the summary window if gnus-auto-select-part is non-nil.
14951
14952 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14955         New variables.
14956         (mml-dnd-attach-file, mml-mode): Use them.
14957
14958         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14959         Make fetching article by MID work again for Google Groups.
14960         Add FIXME concerning gnus-group-make-web-group.
14961
14962         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14963         Don't depend on Gnus by using mail-extract-address-components if
14964         gnus-extract-address-components is not bound.
14965
14966 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14967
14968         * gnus-art.el (gnus-mime-display-security): Don't display the
14969         signature, but only the signed part.
14970
14971 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14974
14975         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14976         list, not listp.
14977
14978 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14979
14980         * mm-encode.el (mm-encode-content-transfer-encoding):
14981         Likewise when encoding.
14982
14983         * mm-bodies.el (mm-decode-content-transfer-encoding):
14984         De-canonicalize CRLF for all text content types, not just
14985         text/plain.
14986
14987 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14990         valid article; point arrow and cursor at the MIME button.
14991
14992 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14995         Suggested by Dan Christensen <jdc@uwo.ca>.
14996
14997         * mm-decode.el (mm-save-part): Enable change of prompt.
14998
14999 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15000
15001         * gnus-msg.el (gnus-inews-add-send-actions):
15002         Make `message-post-method' lambda parameter ARG `&optional'.
15003
15004 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15005
15006         * gnus-sum.el (gnus-summary-mime-map):
15007         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15008         gnus-article-jump-to-part.
15009
15010         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15011         (gnus-article-edit-part): Use it.
15012         (gnus-article-part-wrapper): Add no-handle argument.
15013         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15014         New functions.
15015
15016 2005-08-29  Romain Francoise  <romain@orebokech.com>
15017
15018         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15019         docstring.
15020         (gnus-face-from-file): Likewise.
15021
15022 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15025         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15026         non-nil.
15027         (gnus-auto-select-part): New variable.
15028         (gnus-article-jump-to-part): New function.
15029         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15030         (gnus-mime-delete-part): Allow selecting specified part after
15031         deleting or stripping parts.
15032         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15033         part if argument is bogus.
15034
15035 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15036
15037         * gnus-art.el (w3m-minor-mode-map):
15038         * gnus-spec.el (gnus-newsrc-file-version):
15039         * gnus-util.el (nnmail-active-file-coding-system)
15040         (gnus-original-article-buffer, gnus-user-agent):
15041         * gnus.el (gnus-ham-process-destinations)
15042         (gnus-parameter-ham-marks-alist)
15043         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15044         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15045         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15046         * mm-decode.el (gnus-current-window-configuration):
15047         * mm-extern.el (gnus-article-mime-handles):
15048         * mm-url.el (url-current-object, url-package-name)
15049         (url-package-version):
15050         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15051         (smime-keys, w3m-cid-retrieve-function-alist)
15052         (w3m-current-buffer, w3m-display-inline-images)
15053         (w3m-minor-mode-map):
15054         * mml-smime.el (gnus-extract-address-components):
15055         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15056         (gnus-newsrc-hashtb, message-default-charset)
15057         (message-deletable-headers, message-options)
15058         (message-posting-charset, message-required-mail-headers)
15059         (message-required-news-headers):
15060         * mml1991.el (mc-pgp-always-sign):
15061         * mml2015.el (mc-pgp-always-sign):
15062         * nnheader.el (nnmail-extra-headers):
15063         * rfc1843.el (gnus-decode-encoded-word-function)
15064         (gnus-decode-header-function, gnus-newsgroup-name):
15065         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15066
15067 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15068
15069         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15070         the end of the date treatments.
15071
15072 2005-08-15  Simon Josefsson  <jas@extundo.com>
15073
15074         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15075         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15076         Capello and Romain Francoise.
15077         (pgg-fetch-key-function): Remove, not used?
15078         (pgg-insert-url-with-w3): Require url, to get
15079         url-insert-file-contents regardless of where it is defined.
15080
15081 2005-08-13  Romain Francoise  <romain@orebokech.com>
15082
15083         * message.el (message-cite-original-1): New function.
15084         (message-cite-original): Use it.
15085         (message-cite-original-without-signature): Ditto.
15086
15087 2005-08-08  Romain Francoise  <romain@orebokech.com>
15088
15089         * message.el (message-yank-empty-prefix): New variable.
15090         (message-indent-citation): Use it.
15091         (message-cite-original-without-signature): Respect X-No-Archive.
15092
15093 2005-08-08  Simon Josefsson  <jas@extundo.com>
15094
15095         * pgg.el: Autoload url-insert-file-contents instead of loading
15096         w3/url.
15097         (pgg-insert-url-with-w3): Don't load url here.
15098
15099 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15100
15101         * message.el (message-kill-to-signature): Don't insert newline at
15102         bol.
15103         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15104
15105 2005-08-06  Romain Francoise  <romain@orebokech.com>
15106
15107         * message.el (message-user-fqdn): Fix typo in docstring.
15108
15109 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15110
15111         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15112
15113         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15114
15115 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * mm-bodies.el (mm-encode-body): Use coding system rather than
15118         charset to encode text.
15119
15120         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15121         number of charsets if utf-8 is available (XEmacs).
15122
15123 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15126         taken from `gnus-button-mid-or-mail-regexp'.
15127         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15128         (gnus-button-alist): Improve regexp for domain part of the MIDs
15129         for news:localpart@domain buttons.
15130         (gnus-button-ctan-directory-regexp): Update.
15131
15132 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * sieve-manage.el (sieve-manage-interactive-login):
15135         Use make-local-variable rather than make-variable-buffer-local.
15136         (sieve-manage-open): Ditto.
15137         (sieve-manage-authenticate): Ditto.
15138
15139         * mml.el (mml-generate-mime-1): Make the content type default to
15140         text/plain if the filename is not specified.
15141
15142 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15145         instead of insert-buffer.
15146
15147         * message.el (message-yank-original): Ditto; set the mark at the
15148         end of the yanked message.
15149
15150 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15153         lines to scroll rather than to stop it.
15154
15155         * mml.el (mml-generate-default-type): Add doc string.
15156         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15157         default to application/octet-stream when determining the content
15158         type if it is not specified for the part or the mml contents; add
15159         a comment about mml-generate-default-type.
15160
15161 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15164         make it default to application/octet-stream when determining the
15165         content type if it is not specified for the external contents.
15166
15167 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15170         segmented parameter but also other parameters might be there.
15171
15172 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * mm-decode.el (mm-display-external): Delete temp file, directory
15175         and buffer immediately if the external process is exited.
15176
15177 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15180         fewer lines than that of scroll-margin.
15181         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15182
15183 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-art.el (gnus-article-next-page): Revert.
15186         (gnus-article-beginning-of-window): New macro.
15187         (gnus-article-next-page-1): Use it.
15188         (gnus-article-prev-page): Ditto.
15189         (gnus-article-edit-part): Use insert-buffer-substring instead of
15190         insert-buffer.
15191         (gnus-article-edit-exit): Ditto.
15192
15193         * gnus-util.el (gnus-beginning-of-window): Remove.
15194         (gnus-end-of-window): Remove.
15195
15196         * lpath.el: Don't bind header-line-format and scroll-margin.
15197
15198 2005-07-25  Simon Josefsson  <jas@extundo.com>
15199
15200         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15201         to have the url package without w3.  Reported by Daiki Ueno
15202         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15203
15204 2005-07-20  Didier Verna  <didier@xemacs.org>
15205
15206         * gnus-diary.el: Remove the description comment (nndiary is now
15207         properly documented in the Gnus manual).
15208         Fix the spelling of "Back End".
15209         * nndiary.el: Ditto.
15210         Fix the copyright notice.
15211
15212 2005-07-18  Romain Francoise  <romain@orebokech.com>
15213
15214         * gnus-sum.el (gnus-summary-to-prefix)
15215         (gnus-summary-newsgroup-prefix): New variables.
15216         (gnus-summary-from-or-to-or-newsgroups): Use them.
15217
15218 2005-07-17  Romain Francoise  <romain@orebokech.com>
15219
15220         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15221         space as it's generally not especially interesting to the user.
15222
15223 2005-07-16  Romain Francoise  <romain@orebokech.com>
15224
15225         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15226         nil to avoid prompting and file modification if one of the
15227         messages at the top of the nnfolder file contains a copyright
15228         notice.
15229         Update copyright notice.
15230
15231         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15232         instead of `current-time-string' as the latter creates a time
15233         string that is not RFC 2822 compliant (it lacks the zone).
15234         Update copyright notice.
15235
15236 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15237
15238         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15239         for text/rtf.  Display default in prompt.  Pass default for M-n.
15240
15241         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15242
15243 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15244
15245         * gnus-msg.el (gnus-button-mailto):
15246         Remove save-selected-window-window hackery because it relies on
15247         save-selected-window internals.
15248
15249 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15252         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15253         (gnus-article-prev-page): Ditto.
15254
15255         * gnus-util.el (gnus-beginning-of-window): New function.
15256         (gnus-end-of-window): New function.
15257
15258         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15259
15260 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15261
15262         * gnus-score.el (gnus-score-edit-all-score):
15263         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15264         gnus-message.
15265
15266 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15267
15268         * gnus-msg.el (gnus-button-mailto):
15269         Remove save-selected-window-window hackery because it relies on
15270         save-selected-window internals.
15271
15272 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15275         add-minor-mode.
15276         (gnus-binary-mode): Ditto.
15277
15278         * gnus-topic.el (gnus-topic-mode): Ditto.
15279
15280 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15281
15282         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15283         (gnus-article-prev-page): Take scroll-margin into consideration.
15284
15285 2005-07-04  Lute Kamstra  <lute@gnu.org>
15286
15287         Update FSF's address in GPL notices.
15288
15289 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15290
15291         * gnus.el (gnus-exit):
15292         * gnus-group.el (gnus-group-icons):
15293         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15294
15295         * gnus-nocem.el (gnus-nocem):
15296         * message.el (message-various, message-buffers, message-sending)
15297         (message-interface, message-forwarding, message-insertion)
15298         (message-headers, message-news, message-mail):
15299         * pgg-gpg.el (pgg-gpg):
15300         * pgg-parse.el (pgg-parse):
15301         * pgg-pgp.el (pgg-pgp):
15302         * pgg-pgp5.el (pgg-pgp5):
15303         * pop3.el (pop3): Finish `defgroup' description with period.
15304
15305 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-art.el (article-display-face): Improve the efficiency.
15308         (article-display-x-face): Ditto; remove grey x-face stuff.
15309
15310 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-art.el (article-display-face): Correct the position in
15313         which Faces are inserted.
15314
15315 2005-06-29  Didier Verna  <didier@xemacs.org>
15316
15317         * gnus-art.el (article-display-face): Display faces in correct
15318         order.
15319
15320 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15323         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15324         (gnus-nocem-check-article): Fetch the Type header.
15325         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15326         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15327         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15328         make sure gnus-nocem-hashtb is initialized.
15329         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15330         (gnus-nocem-unwanted-article-p): Ditto.
15331
15332         * pgg.el (pgg-verify): Return the verification result.
15333
15334 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15335
15336         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15337         is ascii.
15338
15339 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15340
15341         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15342         `show-nonbreak-escape'.
15343
15344 2005-06-23  Lute Kamstra  <lute@gnu.org>
15345
15346         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15347
15348         * dig.el (dig-mode):
15349         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15350
15351 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15352
15353         * nnimap.el (nnimap-split-download-body): Fix spellings.
15354
15355 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15356
15357         * gnus-art.el (gnus-article-encrypt-body):
15358         * gnus-cus.el (gnus-score-customize):
15359         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15360         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15361
15362 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15363
15364         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15365         header by looking for magic "MII" at the beginnig.
15366
15367 2005-06-16  Miles Bader  <miles@gnu.org>
15368
15369         * gnus-xmas.el (gnus-xmas-group-startup-message):
15370         Use renamed gnus-splash face.
15371
15372         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15373         (assistant-field-face): New backward-compatibility alias for renamed
15374         face.
15375         (assistant-render-text): Use renamed assistant-field face.
15376
15377         * spam.el (spam): Remove "-face" suffix from face name.
15378         (spam-face): New backward-compatibility alias for renamed face.
15379         (spam-face, spam-initialize): Use renamed spam face.
15380
15381         * message.el (message-header-to, message-header-cc)
15382         (message-header-subject, message-header-newsgroups)
15383         (message-header-other, message-header-name)
15384         (message-header-xheader, message-separator, message-cited-text)
15385         (message-mml): Remove "-face" suffix from face names.
15386         (message-header-to-face, message-header-cc-face)
15387         (message-header-subject-face, message-header-newsgroups-face)
15388         (message-header-other-face, message-header-name-face)
15389         (message-header-xheader-face, message-separator-face)
15390         (message-cited-text-face, message-mml-face):
15391         New backward-compatibility aliases for renamed faces.
15392         (message-font-lock-keywords): Use renamed message faces.
15393
15394         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15395         (sieve-test-commands, sieve-tagged-arguments):
15396         Remove "-face" suffix from face names.
15397         (sieve-control-commands-face, sieve-action-commands-face)
15398         (sieve-test-commands-face, sieve-tagged-arguments-face):
15399         New backward-compatibility aliases for renamed faces.
15400         (sieve-control-commands-face, sieve-action-commands-face)
15401         (sieve-test-commands-face, sieve-tagged-arguments-face):
15402         Use renamed sieve faces.
15403
15404         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15405         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15406         (gnus-group-news-3-empty, gnus-group-news-4)
15407         (gnus-group-news-4-empty, gnus-group-news-5)
15408         (gnus-group-news-5-empty, gnus-group-news-6)
15409         (gnus-group-news-6-empty, gnus-group-news-low)
15410         (gnus-group-news-low-empty, gnus-group-mail-1)
15411         (gnus-group-mail-1-empty, gnus-group-mail-2)
15412         (gnus-group-mail-2-empty, gnus-group-mail-3)
15413         (gnus-group-mail-3-empty, gnus-group-mail-low)
15414         (gnus-group-mail-low-empty, gnus-summary-selected)
15415         (gnus-summary-cancelled, gnus-summary-high-ticked)
15416         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15417         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15418         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15419         (gnus-summary-low-undownloaded)
15420         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15421         (gnus-summary-low-unread, gnus-summary-normal-unread)
15422         (gnus-summary-high-read, gnus-summary-low-read)
15423         (gnus-summary-normal-read, gnus-splash):
15424         Remove "-face" suffix from face names.
15425         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15426         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15427         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15428         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15429         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15430         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15431         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15432         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15433         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15434         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15435         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15436         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15437         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15438         (gnus-summary-normal-ticked-face)
15439         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15440         (gnus-summary-normal-ancient-face)
15441         (gnus-summary-high-undownloaded-face)
15442         (gnus-summary-low-undownloaded-face)
15443         (gnus-summary-normal-undownloaded-face)
15444         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15445         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15446         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15447         (gnus-splash-face):
15448         New backward-compatibility aliases for renamed faces.
15449         (gnus-group-startup-message): Use renamed gnus faces.
15450
15451         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15452         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15453         (gnus-server-agent): Remove "-face" suffix from face names.
15454         (gnus-server-agent-face, gnus-server-opened-face)
15455         (gnus-server-closed-face, gnus-server-denied-face)
15456         (gnus-server-offline-face):
15457         New backward-compatibility aliases for renamed faces.
15458         (gnus-server-agent-face, gnus-server-opened-face)
15459         (gnus-server-closed-face, gnus-server-denied-face)
15460         (gnus-server-offline-face): Use renamed gnus faces.
15461
15462         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15463         Remove "-face" suffix from face names.
15464         (gnus-picon-xbm-face, gnus-picon-face):
15465         New backward-compatibility aliases for renamed faces.
15466
15467         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15468         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15469         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15470         (gnus-cite-11): Remove "-face" suffix from face names.
15471         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15472         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15473         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15474         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15475         New backward-compatibility aliases for renamed faces.
15476         (gnus-cite-attribution-face, gnus-cite-face-list)
15477         (gnus-article-boring-faces): Use renamed gnus faces.
15478
15479         * gnus-art.el (gnus-signature, gnus-header-from)
15480         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15481         (gnus-header-content): Remove "-face" suffix from face names.
15482         (gnus-signature-face, gnus-header-from-face)
15483         (gnus-header-subject-face, gnus-header-newsgroups-face)
15484         (gnus-header-name-face, gnus-header-content-face):
15485         New backward-compatibility aliases for renamed faces.
15486         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15487
15488         * gnus-sum.el (gnus-summary-selected-face)
15489         (gnus-summary-highlight): Use renamed gnus faces.
15490         * gnus-group.el (gnus-group-highlight): Likewise.
15491
15492 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15493
15494         * gnus-sieve.el (gnus-sieve-article-add-rule):
15495         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15496         * spam-stat.el (spam-stat-buffer-change-to-spam)
15497         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15498
15499         * message.el (message-is-yours-p):
15500         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15501
15502 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * mm-view.el (mm-inline-text): Withdraw the last change.
15505
15506 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15509         executing enriched-decode.
15510
15511 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15514         charset of tar files.
15515
15516 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15517
15518         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15519
15520 2005-06-04  Lute Kamstra  <lute@gnu.org>
15521
15522         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15523         information is never recorded.
15524
15525 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15526
15527         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15528
15529 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * pop3.el (pop3-apop): Run md5 in the binary mode.
15532
15533         * starttls.el (starttls-set-process-query-on-exit-flag):
15534         Use eval-and-compile.
15535
15536 2005-05-31  Simon Josefsson  <jas@extundo.com>
15537
15538         * smime.el (smime-replace-in-string): Define.
15539         (smime-cert-by-ldap-1): Use it.
15540
15541 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-art.el (article-display-x-face): Replace
15544         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15545
15546         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15547         set-process-query-on-exit-flag or process-kill-without-query.
15548
15549         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15550         loop instead of replace-regexp.
15551
15552         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15553         instead of process-kill-without-query if it is available.
15554
15555         * lpath.el: Fbind ldap-search-entries.
15556
15557         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15558         instead of find-file-hooks if it is available.
15559
15560         * mml1991.el: Bind pgg-default-user-id when compiling.
15561
15562         * mml2015.el: Bind pgg-default-user-id when compiling.
15563
15564         * nndraft.el (nndraft-request-associate-buffer):
15565         Use write-contents-functions instead of write-contents-hooks if it is
15566         available.
15567
15568         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15569         instead of find-file-hooks if it is available.
15570
15571         * nntp.el (nntp-open-connection): Replace
15572         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15573         (nntp-open-ssl-stream): Ditto.
15574         (nntp-open-tls-stream): Ditto.
15575
15576         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15577         set-process-query-on-exit-flag or process-kill-without-query.
15578         (starttls-open-stream-gnutls): Use it instead of
15579         process-kill-without-query.
15580         (starttls-open-stream): Ditto.
15581
15582 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15583
15584         * smime.el (smime-cert-by-ldap-1): Don't use
15585         replace-regexp-in-string.
15586
15587 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15588
15589         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15590
15591         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15592         in PEM format.  Adjust to the XEmacs compability.
15593
15594 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15597         by `string-to-number'.
15598         * gnus-agent.el (gnus-agent-regenerate-group)
15599         (gnus-agent-fetch-articles): Ditto.
15600         * gnus-art.el (gnus-button-fetch-group): Ditto.
15601         * gnus-cache.el (gnus-cache-generate-active)
15602         (gnus-cache-articles-in-group): Ditto.
15603         * gnus-group.el (gnus-group-set-current-level)
15604         (gnus-group-insert-group-line): Ditto.
15605         * gnus-score.el (gnus-score-set-expunge-below)
15606         (gnus-score-set-mark-below, gnus-summary-score-effect)
15607         (gnus-summary-score-entry): Ditto.
15608         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15609         (gnus-soup-pack): Ditto.
15610         * gnus-spec.el (gnus-xmas-format): Ditto.
15611         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15612         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15613         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15614         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15615         * nndb.el (nndb-get-remote-expire-response): Ditto.
15616         * nndiary.el (nndiary-parse-schedule-value)
15617         (nndiary-string-to-number, nndiary-request-replace-article)
15618         (nndiary-request-article): Ditto.
15619         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15620         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15621         * nneething.el (nneething-make-head): Ditto.
15622         * nnfolder.el (nnfolder-request-article)
15623         (nnfolder-retrieve-headers): Ditto.
15624         * nnheader.el (nnheader-file-to-number): Ditto.
15625         * nnkiboze.el (nnkiboze-request-article): Ditto.
15626         * nnmail.el (nnmail-process-unix-mail-format)
15627         (nnmail-process-babyl-mail-format): Ditto.
15628         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15629         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15630         (nnmh-request-create-group, nnmh-request-list-1)
15631         (nnmh-request-group, nnmh-request-article): Ditto.
15632         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15633         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15634         * nnsoup.el (nnsoup-make-active): Ditto.
15635         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15636         * nntp.el (nntp-find-group-and-number)
15637         (nntp-retrieve-headers-with-xover): Ditto.
15638         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15639         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15640         (pgg-format-key-identifier): Ditto.
15641         * pop3.el (pop3-last, pop3-stat): Ditto.
15642         * qp.el (quoted-printable-decode-region): Ditto.
15643
15644         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15645         of concat.
15646
15647 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15650
15651         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15652
15653         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15654
15655         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15656
15657         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15658
15659         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15660
15661         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15662         (gnus-carpal-mode): Ditto.
15663
15664         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15665         (gnus-browse-mode): Ditto.
15666
15667         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15668
15669         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15670
15671 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15672
15673         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15674
15675 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * gnus-util.el (gnus-run-mode-hooks): New function.
15678
15679         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15680
15681         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15682         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15683
15684 2005-05-27  Lute Kamstra  <lute@gnu.org>
15685
15686         * dns-mode.el (dns-mode): Specify customization group.
15687
15688 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15689
15690         * gnus-agent.el (gnus-agent-make-mode-line-string):
15691         Use mode-line-highlight as mouse-face.
15692
15693 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * canlock.el (canlock): Change the parent group to news.
15696
15697         * deuglify.el (gnus-outlook-deuglify): Add :group.
15698
15699         * dig.el (dig): Add :group.
15700
15701         * dns-mode.el (dns-mode): Add :group.
15702
15703         * encrypt.el (encrypt): Add :group.
15704
15705         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15706         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15707         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15708         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15709         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15710
15711         * gnus-diary.el (gnus-diary): Add :group.
15712
15713         * gnus.el (gnus-group-news-1-face): Add :group.
15714         (gnus-group-news-1-empty-face): Ditto.
15715         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15716         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15717         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15718         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15719         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15720         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15721         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15722         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15723         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15724         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15725         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15726         (gnus-summary-high-ticked-face): Ditto.
15727         (gnus-summary-low-ticked-face): Ditto.
15728         (gnus-summary-normal-ticked-face): Ditto.
15729         (gnus-summary-high-ancient-face): Ditto.
15730         (gnus-summary-low-ancient-face): Ditto.
15731         (gnus-summary-normal-ancient-face): Ditto.
15732         (gnus-summary-high-undownloaded-face): Ditto.
15733         (gnus-summary-low-undownloaded-face): Ditto.
15734         (gnus-summary-normal-undownloaded-face): Ditto.
15735         (gnus-summary-high-unread-face): Ditto.
15736         (gnus-summary-low-unread-face): Ditto.
15737         (gnus-summary-normal-unread-face): Ditto.
15738         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15739         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15740
15741         * hashcash.el (hashcash): New custom group.
15742         (hashcash-default-payment): Add :group.
15743         (hashcash-payment-alist): Ditto.
15744         (hashcash-default-accept-payment): Ditto.
15745         (hashcash-accept-resources): Ditto.
15746         (hashcash-path): Ditto.
15747         (hashcash-extra-generate-parameters): Ditto.
15748         (hashcash-double-spend-database): Ditto.
15749         (hashcash-in-news): Ditto.
15750
15751         * message.el (message-minibuffer-local-map): Add :group.
15752
15753         * netrc.el (netrc): Add :group.
15754
15755         * sieve-manage.el (sieve-manage-log): Add :group.
15756         (sieve-manage-default-user): Diito.
15757         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15758         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15759         (sieve-manage-authenticators): Ditto.
15760         (sieve-manage-authenticator-alist): Ditto.
15761         (sieve-manage-default-port): Ditto.
15762
15763         * sieve-mode.el (sieve-control-commands-face): Add :group.
15764         (sieve-action-commands-face): Ditto.
15765         (sieve-test-commands-face): Ditto.
15766         (sieve-tagged-arguments-face): Ditto.
15767
15768         * smime.el (smime): Add :group.
15769
15770         * spam-report.el (spam-report): Add :group.
15771
15772         * spam.el (spam, spam-face): Add :group.
15773
15774 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15775
15776         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15777         return \n.\n.\n at the end of articles.  Protect against that.
15778         (nntp-with-open-group): Allow debugging.
15779
15780         * nnheader.el (mail-header-set-extra): Make into a function
15781         because I just could't understand how to quote the list properly.
15782
15783         * dns.el (query-dns-cached): New function.
15784
15785 2005-05-26  Lute Kamstra  <lute@gnu.org>
15786
15787         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15788
15789 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15792
15793         * gnus-art.el: Don't autoload mail-extract-address-components.
15794
15795         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15796         eval-and-compile to evaluate it.
15797
15798         * hashcash.el: Don't autoload executable-find.
15799
15800         * nndb.el: Don't declare the nndb back end two or more times; don't
15801         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15802
15803         * nntp.el: Autoload format-spec instead of format; use
15804         eval-and-compile to evaluate autoload forms.
15805
15806 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15807
15808         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15809
15810 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15811
15812         * gnus.el (gnus-version-number): Bump version.
15813
15814 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15815
15816         * gnus.el: No Gnus v0.3 is released.
15817
15818 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15819
15820         * lpath.el (featurep): Bind show-nonbreak-escape.
15821
15822 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-art.el (gnus-article-edit-part): Disable undo.
15825
15826 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15829         gnus-article-date-lapsed-new-header is t if date timer is active;
15830         skip headers in which the original date value is empty.
15831         (gnus-article-save-original-date): Redefine it as a macro.
15832         (gnus-display-mime): Use it.
15833
15834 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-art.el (article-date-ut): Support converting date in
15837         forwarded parts as well.
15838         (gnus-article-save-original-date): New function.
15839         (gnus-display-mime): Use it.
15840
15841 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15842
15843         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15844         enclosure element of <item>.
15845
15846 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * message.el (message-kill-buffer-query): Rename from
15849         `message-kill-buffer-query-if-modified'.  Add :version.
15850
15851 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15854         window layout.
15855
15856 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * mml.el: Autoload dnd when compiling.
15859
15860 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15861
15862         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15863         x-dnd-*.
15864
15865 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * qp.el (quoted-printable-encode-region): Save excursion.
15868
15869 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15870
15871         * message.el (message-kill-buffer-query-if-modified): Add new variable
15872         so the user can kill a modified message buffer quickly.
15873         (message-kill-buffer): Use it.
15874
15875 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * lpath.el: Fbind display-time-event-handler; don't fbind
15878         string-to-multibyte.
15879
15880         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15881
15882 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15885         contained in text because xml.el decodes entities) with LFs.
15886
15887 2005-04-11  Lute Kamstra  <lute@gnu.org>
15888
15889         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15890         differently.
15891
15892 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15893
15894         * mm-util.el (mm-detect-coding-region): Typo.
15895
15896 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15899
15900 2005-04-06  Deepak Goel  <deego@gnufans.org>
15901
15902         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15903         user-function allow user modifications of the scores.
15904         (spam-stat-score-buffer-user): New function, to allow
15905         user-computed modifications to the score.
15906         (spam-stat-score-buffer-user-functions): List of additional
15907         scoring functions.
15908         (spam-stat-error-holder): Global temporary error holder.
15909         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15910         variable.
15911
15912 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15913
15914         * gnus-registry.el (gnus-registry-clean-empty-function)
15915         (gnus-registry-trim, gnus-registry-fetch-groups)
15916         (gnus-registry-delete-group): Groups that match
15917         `gnus-registry-ignored-groups' are removed from the registry
15918         entries, not just ignored for splitting.  This helps clean up the
15919         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15920         to get all the groups a message ID is in.
15921
15922         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15923         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15924         (spam-stat-score-buffer-user-functions): Add :number custom type.
15925
15926 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15929         argument in XEmacs.
15930
15931         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15932         (nnrss-request-group): Decode group name first.
15933         (nnrss-request-article): Make a text/plain article if mml-to-mime
15934         failed.
15935         (nnrss-get-encoding): Return a compatible encoding according to
15936         nnrss-compatible-encoding-alist.
15937         (nnrss-find-el): Use consp instead of listp.
15938         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15939
15940 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15943         which Emacs 20 doesn't support.
15944         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15945
15946 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15947
15948         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15949         silence the byte compiler inside the defun.
15950
15951         * gnus-demon.el (parse-time-string): Add autoload.
15952
15953         * gnus-delay.el (parse-time-string): Add autoload.
15954
15955         * gnus-art.el (parse-time-string): Add autoload.
15956
15957         * nnultimate.el (parse-time): Require for `parse-time-string'.
15958
15959 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15962
15963         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15964
15965         * smime.el (smime-ldap-host-list): Add :version.
15966
15967 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15970         pass it to `gnus-browse-read-group'.
15971         (gnus-browse-read-group): Add NUMBER argument and pass it to
15972         `gnus-group-read-ephemeral-group'.
15973
15974         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15975         argument and pass it to `gnus-group-read-group'.
15976
15977 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15978
15979         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15980         mm-xemacs-find-mime-charset-1 if we have the mule feature
15981         available at runtime.
15982
15983 2005-03-25  Werner Lemberg  <wl@gnu.org>
15984
15985         * nnmaildir.el: Replace `illegal' with `invalid'.
15986
15987 2005-03-23  Lute Kamstra  <lute@gnu.org>
15988
15989         * time-date.el: Add comment on time value formats.
15990         Don't require parse-time.
15991         (with-decoded-time-value): New macro.
15992         (encode-time-value): New function.
15993         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15994         (days-to-time): Return a valid time value when arg is huge.
15995         (time-since): Use time-subtract.
15996         (time-to-number-of-days): Use time-to-seconds.
15997
15998 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15999
16000         * gnus-start.el (gnus-display-time-event-handler):
16001         Check display-time-timer at runtime rather than only at load time
16002         in case display-time-mode is turned off in the mean time.
16003
16004 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16007         used.
16008
16009         * nneething.el (nneething-map-file-directory): Derive from
16010         `gnus-directory'.
16011
16012         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16013         the To/Cc button.
16014
16015 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * nnmaildir.el (nnmaildir-request-accept-article):
16018         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16019
16020 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16021
16022         * gnus-async.el: Require timer-funcs at compile time when in
16023         XEmacs for `run-with-idle-timer'.
16024
16025 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16026
16027         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16028         autoloaded function.
16029
16030 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16031
16032         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16033
16034 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16035
16036         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16037
16038 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16039
16040         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16041         Add gnus-expert-user to default.
16042
16043 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16044
16045         * nnimap.el (nnimap-open-server): Ditto.
16046
16047         * imap.el (imap-authenticate): Fix typo.
16048
16049 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16050
16051         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16052         buffer (since IMAP server might return FETCH response out of
16053         order, and the nntp buffer must be sorted).
16054
16055 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16056
16057         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16058         comparison on string.
16059
16060         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16061         (gnus-agent-score): Rename category keywords to match gnus-cus.
16062         (gnus-agent-summary-fetch-series): Modify to protect against
16063         gnus-agent-summary-fetch-group clearing processable flags.
16064         (gnus-agent-synchronize-group-flags): Update live group buffer as
16065         synchronization may occur due to the user toggle the plugged
16066         status.
16067         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16068         successfully downloaded.
16069         (gnus-agent-expire-group-1): Avoid using markers when the overview
16070         is in ascending order; greatly improves performance.
16071         (gnus-agent-regenerate-group):
16072         Use gnus-agent-synchronize-group-flags to reset read status in both
16073         gnus and server.
16074         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16075
16076 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * message.el: Don't autoload former message-utils variables.
16079         (message-strip-subject-trailing-was): Change doc string.
16080
16081         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16082         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16083         (nnweb-google-search): Add "hl=en" here.
16084         (nnweb-google-parse-1, nnweb-google-create-mapping):
16085         Don't hardcode URL.
16086
16087 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * message.el (message-get-reply-headers, message-followup):
16090         Mention related variables `message-use-followup-to' and
16091         `message-use-mail-followup-to', in the information buffer.
16092
16093         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16094         of broken groups(-beta).google.com.
16095
16096 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16097
16098         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16099         parameter to invoked gnus-request-move-article; remove the
16100         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16101         all at once instead of once per article.
16102         (gnus-summary-remove-process-mark): Accept a list of articles as
16103         well as a single article for processing.
16104
16105         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16106         parameter.
16107
16108         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16109
16110         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16111
16112         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16113         parameter.
16114
16115         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16116         parameter.
16117
16118         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16119         parameter and remove the gnus-sum-hint-move-is-internal variable.
16120
16121         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16122         parameter.
16123
16124         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16125         parameter.
16126
16127         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16128         parameter.
16129
16130         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16131
16132         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16133         parameter.
16134
16135         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16136         parameter.
16137
16138 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16139
16140         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16141         a more conservative way.
16142
16143 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16144
16145         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16146         buffer, so it moves the window's cursor.
16147
16148 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16149
16150         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16151         `mm-dissect-multipart' and receive the from field as an (optional)
16152         argument from `mm-dissect-multipart'.
16153         (mm-dissect-multipart): Receive the from field as an argument and
16154         pass it on when we call `mm-dissect-buffer' on MIME parts.
16155         Fixes verification/decryption of signed/encrypted MIME parts.
16156
16157 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16158
16159         * gnus-sum.el (gnus-summary-move-article):
16160         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16161         whatever it calls (right now, only nnimap-request-move article
16162         respects it).
16163
16164         * nnimap.el (nnimap-request-move-article):
16165         When gnus-sum-hint-move-is-internal is set, don't do the extra
16166         nnimap-request-article.
16167
16168 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16171
16172         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16173         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16174
16175         * gnus-sum.el (gnus-summary-caesar-message):
16176         Apply `gnus-treat-article' after rotation.
16177
16178         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16179         doc string.
16180
16181 2005-02-22  Simon Josefsson  <jas@extundo.com>
16182
16183         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16184         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16185         <arne@arnested.dk>.
16186         (encrypt): Add password-cache and password-cache-expiry as group
16187         members.
16188
16189 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16190
16191         * smime.el (smime-ldap-host-list): Doc fix.
16192         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16193         cache) password.
16194         (smime-sign-region): Use it.
16195         (smime-decrypt-region): Use it.
16196         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16197         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16198         fails.
16199         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16200         certificate from DER to PEM format rather than calling openssl.
16201
16202         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16203
16204         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16205         for signing/encryption.
16206
16207         * mml.el (mml-parse-1): Use them.
16208
16209 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16210
16211         * nnrss.el (nnrss-verbose): Remove.
16212         (nnrss-request-group): Use `nnheader-message' instead.
16213
16214 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16215
16216         * nnrss.el (nnrss-verbose): New variable.
16217         (nnrss-request-group): Make it say nnrss is requesting a group.
16218
16219 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16220
16221         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16222         Handle news URL with given port correctly.
16223
16224 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16227         containing special characters.
16228
16229         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16230
16231         * mml.el (mime-to-mml): Ditto.
16232
16233         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16234         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16235         (rfc2047-decode-region): Quote decoded words containing special
16236         characters when rfc2047-quote-decoded-words-containing-tspecials
16237         is non-nil.
16238
16239 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16240
16241         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16242
16243         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16244
16245 2005-02-15  Simon Josefsson  <jas@extundo.com>
16246
16247         * nnimap.el (nnimap-debug): Doc fix.
16248
16249         * imap.el (imap-debug): Doc fix.
16250
16251 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16254
16255 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * gnus.el (spam-contents): Improve docs for spam-contents
16258         parameter in its variable incarnation.
16259
16260 2005-02-14  Simon Josefsson  <jas@extundo.com>
16261
16262         * smime-ldap.el: Use require instead of load-library for ldap.
16263         (smime-ldap-search): Indent.
16264         (smime-ldap-search-internal): Shorten line.
16265
16266         * smime.el (smime-cert-by-dns): Add doc-string.
16267         (smime-cert-by-ldap-1): Indent.
16268
16269         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16270         mml-smime-get-dns-ldap.
16271         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16272
16273 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16274
16275         * smime.el: Require smime-ldap.
16276         (smime-ldap-host-list): New variable.
16277         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16278
16279         * mml-smime.el (mml-smime-encrypt-query): New function.
16280         (mml-smime-encrypt-query): Use it.
16281
16282         * smime-ldap.el: New file.
16283
16284 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16287
16288 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16289
16290         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16291         argument in doc string.  Make query for type more clear.
16292
16293 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16294
16295         * gnus.el (gnus-group-startup-message): Search for gnus images in
16296         etc/images/gnus.
16297         * mm-util.el (mm-image-load-path): Likewise.
16298         * smiley.el (smiley-data-directory): Search for smilies in
16299         etc/images/smilies.
16300
16301 2005-02-09  Kim F. Storm  <storm@cua.dk>
16302
16303         Change Emacs release version from 21.4 to 22.1 throughout.
16304         Change Emacs development version from 21.3.50 to 22.0.50.
16305
16306 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16309
16310         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16311         non-Mule XEmacs as well.
16312         (mm-decompress-buffer): Signal an error intentionally if it does
16313         not decompress compressed data because auto-compression-mode is
16314         disabled.
16315
16316 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16317
16318         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16319         an ID in the registry even if it has no groups.
16320
16321 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16324         merge it into mm-decompress-buffer.
16325         (gnus-mime-copy-part): Use the MIME part charset, the value which
16326         a user specified or gnus-newsgroup-charset for decoding, like
16327         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16328         save-buffer what was used.  Suggested by Kevin Ryde
16329         <user42@zip.com.au>.
16330         (gnus-mime-inline-part): Allow the name parameter as well as the
16331         filename parameter; force decompressing of compressed data; always
16332         display contents being not decoded as unibyte.
16333
16334         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16335         as well as the filename parameter.
16336
16337         * mm-util.el (mm-decompress-buffer):
16338         Merge gnus-mime-jka-compr-maybe-uncompress.
16339         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16340         of compressed data.
16341
16342 2005-02-08  Simon Josefsson  <jas@extundo.com>
16343
16344         * imap.el (imap-log): Doc fix.
16345
16346 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16349         the coding cookies; decompress compressed parts.
16350
16351         * mml.el (mml-generate-mime-1): Add the charset parameter according
16352         to the value which a user specified manually or the coding cookie.
16353
16354         * mm-util.el (mm-string-to-multibyte): New function.
16355         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16356         (mm-coding-system-to-mime-charset): New function.
16357         (mm-decompress-buffer): New function.
16358         (mm-find-buffer-file-coding-system): New function.
16359
16360         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16361         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16362         parts.
16363
16364 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16365
16366         * mm-view.el (mm-display-inline-fontify): Decode a part according
16367         to the charset parameter.
16368
16369 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16370
16371         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16372         prefix arg is neither nil nor a number, as info specifies.
16373
16374 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16377         timestamps.
16378
16379 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16380
16381         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16382         groups error checking and notify user.
16383
16384 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16385
16386         * message.el (message-send-mail-function): Check existence of
16387         sendmail-program first before using default value
16388         `message-send-mail-with-sendmail'.  Otherwise use more generic
16389         `smtpmail-send-it'.
16390
16391 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * nntp.el (nntp-request-update-info): Always return nil.
16394
16395 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16396
16397         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16398
16399 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16400
16401         * message.el (message-beginning-of-line): Change the behavior when
16402         invoked between BOL and : so that it first moves backward.
16403
16404 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16407         article buffer when editing of the article is discarded.
16408         (gnus-article-prepare): Revert.
16409
16410 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * gnus-art.el (gnus-article-prepare):
16413         Remove message-strip-forbidden-properties from the local hook.
16414
16415 2005-01-27  Simon Josefsson  <jas@extundo.com>
16416
16417         * password.el (password-cache-add): Only start one timer per key.
16418         Reported by Derek Atkins <warlord@MIT.EDU>.
16419
16420 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16421
16422         * run-at-time.el: Remove.  It is no longer needed as
16423         timer-funcs.el in the xemacs-base package has a working version of
16424         `run-at-time'.
16425
16426         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16427
16428         * password.el: Require timer-funcs instead of run-at-time in
16429         XEmacs.
16430         Remove `password-run-at-time' macro.
16431         (password-cache-add): Use `run-at-time' instead of
16432         `password-run-at-time'.
16433
16434         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16435         Remove `nnheader-cancel-function-timers' alias,
16436         `cancel-function-timers' exists in XEmacs in timer-funcs.
16437
16438         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16439         for `run-with-idle-timer'.
16440
16441         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16442         for `run-at-time'.
16443
16444         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16445         for `with-timeout'.
16446
16447         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16448         the same as for XEmacs 21.4.
16449         No need to ignore `run-with-idle-timer', this function exists in
16450         XEmacs now in timer-funcs.el in the xemacs-base package.
16451         (dgnushack-compile): No need to delete
16452         run-at-time.el from the list of files to compile because it
16453         doesn't exist anymore.
16454
16455 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16458         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16459
16460 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16461
16462         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16463         sensitively.
16464
16465 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16466
16467         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16468
16469 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16472         which will be inserted according to the multibyteness of a buffer
16473         rather than the type of contents.  Suggested by ARISAWA Akihiro
16474         <ari@mbf.ocn.ne.jp>.
16475
16476         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16477         of string which old xml.el may return rather than a string.
16478
16479 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16482
16483 2005-01-16  Simon Josefsson  <jas@extundo.com>
16484
16485         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16486         idn/idna.el isn't available.
16487         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16488         <michael@waxrat.com>.
16489
16490         * hashcash.el: Remove non-FSF copyright header.
16491
16492         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16493         (hashcash-generate-payment): Use it.
16494         (hashcash-generate-payment-async): Use it.
16495
16496 2005-01-15  Simon Josefsson  <jas@extundo.com>
16497
16498         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16499         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16500
16501         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16502         gnus-summary-idna-message.
16503         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16504         (gnus-summary-idna-message): New function.
16505
16506 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16509         gnus-novice-user.
16510
16511 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * nnrss.el (nnrss-request-delete-group): Delete entries in
16514         nnrss-group-alist as well.
16515         (nnrss-save-server-data): Insert newline.
16516
16517 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16518
16519         * gnus.el (gnus-user-agent): Use list of symbols instead of
16520         symbols.  Display full version number for (S)XEmacs.
16521         Optionally display (S)XEmacs codename.
16522
16523         * gnus-util.el (gnus-emacs-version): Update for new
16524         `gnus-user-agent'.
16525
16526         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16527         Gnus version.
16528
16529 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16530
16531         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16532         which is unreadable in some setups.
16533
16534 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * gnus-spec.el (gnus-update-format-specifications): Flush the
16537         group format spec cache if it doesn't support decoded group names.
16538
16539 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16542         Allow to apply decay on score files matching a regexp.
16543
16544 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16547         compatibility in %g and %c.
16548
16549 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16552         name for only %g and %c.
16553         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16554         of gnus-tmp-group to decoded group name.
16555         (gnus-group-make-rss-group): Exclude `/'s from group names.
16556
16557 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * nnrss.el (nnrss-get-encoding): Fix regexp.
16560
16561 2004-12-27  Simon Josefsson  <jas@extundo.com>
16562
16563         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16564         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16565         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16566
16567 2004-12-17  Kim F. Storm  <storm@cua.dk>
16568
16569         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16570
16571         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16572
16573 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16574
16575         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16576
16577 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * nnrss.el: Require rfc2047 and mml.
16580         (nnrss-file-coding-system): New variable.
16581         (nnrss-format-string): Redefine it as an inline function.
16582         (nnrss-decode-group-name): New function.
16583         (nnrss-string-as-multibyte): Remove.
16584         (nnrss-retrieve-headers): Decode group name; don't use
16585         nnrss-format-string.
16586         (nnrss-request-group): Decode group name.
16587         (nnrss-request-article): Decode group name; allow a Message-ID as
16588         well as an article number; don't use nnrss-format-string; encode a
16589         Message-ID string which may contain non-ASCII characters; use
16590         mml-to-mime to compose a MIME article.
16591         (nnrss-request-expire-articles): Decode group name.
16592         (nnrss-request-delete-group): Decode group name.
16593         (nnrss-fetch): Clarify error message.
16594         (nnrss-read-server-data): Use insert-file-contents instead of load;
16595         bind file-name-coding-system; use multibyte buffer.
16596         (nnrss-save-server-data): Bind coding-system-for-write to the
16597         value of nnrss-file-coding-system; bind file-name-coding-system;
16598         add coding cookie.
16599         (nnrss-read-group-data): Use insert-file-contents instead of load;
16600         bind file-name-coding-system; use multibyte buffer.
16601         (nnrss-save-group-data): Bind coding-system-for-write to the
16602         value of nnrss-file-coding-system; bind file-name-coding-system.
16603         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16604         make it work with non-ASCII text.
16605         (nnrss-find-el): Make it work with old xml.el as well.
16606
16607 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16608
16609         * nnrss.el (nnrss-get-encoding): New function.
16610         (nnrss-fetch): Use unibyte buffer initially; bind
16611         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16612         decode contents according to the encoding attribute.
16613         (nnrss-save-group-data): Add coding cookie.
16614         (nnrss-mime-encode-string): New function.
16615         (nnrss-check-group): Use it to encode subject and author.
16616
16617 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16618
16619         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16620         imaginary variable.
16621
16622 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16625         correctly even if there are wide characters.
16626
16627 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16628
16629         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16630         downcased symbol names; make a new cache instead of reusing
16631         bbdb-hashtable.
16632
16633 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16636         concatenating segments rather than before concatenating them.
16637         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16638
16639         * message.el (message-get-reply-headers): Bind `extra'.
16640
16641 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16642
16643         * message.el (message-extra-wide-headers): New variable.
16644         (message-get-reply-headers): Use it.
16645
16646 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16649         (gnus-agent-group-pathname): Ditto.
16650
16651         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16652
16653         * gnus-group.el (gnus-group-make-group): Decode group name.
16654         (gnus-group-make-rss-group): Register the group data after opening
16655         the nnrss group.
16656
16657 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16658
16659         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16660         by expiry now get marked as read.
16661
16662 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16665
16666 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16667
16668         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16669         unify Latin characters in XEmacs.
16670         (mm-find-mime-charset-region): Use it.
16671
16672 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-util.el (gnus-delete-directory): New function.
16675
16676         * gnus-agent.el (gnus-agent-delete-group): Use it.
16677
16678         * gnus-cache.el (gnus-cache-delete-group): Use it.
16679
16680 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16683         names.
16684
16685 2004-12-16  Simon Josefsson  <jas@extundo.com>
16686
16687         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16688
16689 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16692
16693         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16694         (gnus-group-set-current-level): Decode group name.
16695
16696 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16697
16698         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16699         failed.
16700
16701 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-group.el (gnus-group-delete-group): Decode group name.
16704         (gnus-group-make-rss-group): Encode group name.
16705         (gnus-group-catchup-current): Decode group name.
16706         (gnus-group-kill-group): Decode group name.
16707
16708 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16709
16710         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16711
16712 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * gnus-group.el (gnus-group-make-rss-group):
16715         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16716
16717         * gnus-start.el (gnus-setup-news): Honor user's setting to
16718         gnus-message-archive-method.  Suggested by Lute Kamstra
16719         <lute@gnu.org>.
16720
16721 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16722
16723         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16724         global counterparts of the buffer-local variables.
16725
16726 2004-11-16  Romain Francoise  <romain@orebokech.com>
16727
16728         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16729         counterparts of the buffer-local variables.
16730
16731 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16732
16733         * message.el (message-forbidden-properties): Fix typo in doc
16734         string.
16735
16736 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16737
16738         * gnus-util.el (gnus-replace-in-string): Add doc string.
16739
16740         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16741         to avoid problems when splitting mails with many recipients.
16742
16743 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16744
16745         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16746         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16747
16748 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16749
16750         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16751         if there is no hashtable in memory or file modification time is
16752         newer than cached timestamp.
16753
16754 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16755
16756         * gnus-sum.el (gnus-summary-limit-to-recipient):
16757         Implement not-matching option.
16758
16759 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16760
16761         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16762         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16763         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16764         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16765         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16766         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16767
16768 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * message.el (message-forward-make-body-mml): Remove headers
16771         according to message-forward-ignored-headers if a message is decoded.
16772
16773 2004-12-02  Romain Francoise  <romain@orebokech.com>
16774
16775         * message.el (message-forward-make-body-plain): Always remove
16776         headers according to message-forward-ignored-headers.
16777
16778 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16779
16780         * spam.el (spam-summary-prepare-exit): Remove the
16781         gnus-summary-limit pop for now, it has problems with ham marks for
16782         me.
16783
16784 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16785
16786         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16787         correctly.
16788
16789 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16790
16791         * format-spec.el (format-spec): Message the char.
16792
16793 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16794
16795         * gnus-art.el (gnus-split-methods): Reformat comments.
16796
16797         * spam.el (spam-summary-prepare-exit): Remove article limits
16798         before exiting the summary buffer.
16799
16800 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16803         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16804
16805         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16806         order to silence the byte compiler.
16807
16808         * spam.el: Fix the way to silence the byte compiler, which
16809         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16810         bbdb-search-simple, spam-BBDB-register-routine,
16811         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16812         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16813         spam-stat-buffer-is-spam, spam-stat-load,
16814         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16815         spam-stat-save and spam-stat-split-fancy.
16816
16817 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16820         which may confuse users.
16821         (canlock-password-for-verify): Ditto.
16822
16823         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16824
16825         * gnus-art.el (gnus-emphasis-alist): Ditto.
16826
16827         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16828
16829         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16830
16831         * gnus-start.el (gnus-save-killed-list): Ditto.
16832
16833         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16834         (gnus-sum-thread-tree-root): Ditto.
16835         (gnus-sum-thread-tree-false-root): Ditto.
16836         (gnus-sum-thread-tree-single-indent): Ditto.
16837
16838         * message.el (message-courtesy-message): Ditto.
16839         (message-archive-note): Ditto.
16840         (message-subscribed-address-file): Ditto.
16841         (message-user-fqdn): Ditto.
16842
16843         * spam-report.el (spam-report-gmane-regex): Ditto.
16844
16845         * spam.el (spam-blackhole-good-server-regex): Ditto.
16846
16847 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * mml.el (mml-preview): Widen the message buffer before copying
16850         the contents to the preview buffer; sort headers before previewing.
16851
16852         * message.el (message-hidden-headers): Fix the way to avoid a bug
16853         in the `repeat' widget in Emacs 21.3 or earlier.
16854
16855 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * message.el (message-hidden-headers): Default to "^References:".
16858         Improve customization type.  Suggested by Reiner Steib
16859         <Reiner.Steib@gmx.de>.
16860
16861 2004-11-25  Romain Francoise  <romain@orebokech.com>
16862
16863         * message.el (message-strip-forbidden-properties): Remove check for
16864         obsolete `message-hidden' text property, hidden headers are not
16865         accessible in the buffer anymore.
16866
16867 2004-11-22  Romain Francoise  <romain@orebokech.com>
16868
16869         * message.el (message-header-format-alist): Add `From' in list
16870         so that it can be sorted.
16871         (message-fix-before-sending): Widen and sort headers before
16872         sending.
16873         (message-hide-headers): Use narrowing to hide headers by moving
16874         them to the top of the buffer and narrowing to the region
16875         underneath.
16876
16877 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16878
16879         * message.el (message-strip-forbidden-properties):
16880         Bind buffer-read-only (etc) to nil.
16881
16882 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16885         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16886
16887 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16888
16889         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16890
16891 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16892
16893         * dns.el (query-dns): Use sit-for to time instead of
16894         accept-process-output, since that doesn't seem to work on udp
16895         sockets.
16896
16897 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16900
16901 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16902
16903         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16904         doc string.  Improve doc string.
16905
16906 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * nntp.el (nntp-request-update-info): Return nil if
16909         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16910         may not call gnus-activate-group which uselessly issues the GROUP
16911         commands for all nntp groups and wastes time.  Reported by Romain
16912         Francoise <romain@orebokech.com>.
16913
16914         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16915
16916 2004-11-15  Simon Josefsson  <jas@extundo.com>
16917
16918         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16919         headers separately.
16920         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16921         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16922
16923 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * gnus-start.el (gnus-convert-old-newsrc):
16926         Assign legacy-gnus-agent to 5.10.7.
16927
16928 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16929
16930         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16931         start of the lines.
16932
16933 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16934
16935         * hashcash.el (hashcash-default-payment): Change default to 20.
16936         (hashcash-default-accept-payment): Change default to 20.
16937         (hashcash-process-alist): New variable.
16938         (hashcash-generate-payment-async): Add.
16939         (hashcash-already-paid-p): Add.
16940         (hashcash-insert-payment): Don't generate payments twice.
16941         (hashcash-insert-payment-async): Add.
16942         (hashcash-insert-payment-async-2): Add.
16943         (hashcash-cancel-async): Add.
16944         (hashcash-wait-async): Add.
16945         (hashcash-processes-running-p): Add.
16946         (hashcash-wait-or-cancel): Add.
16947         (mail-add-payment): New optional argument.  Conditionally start
16948         asynchronous calculation.
16949         (mail-add-payment-async): Add.
16950
16951         * message.el (message-send-mail): Wait for asynchronous hashcash
16952         results.  Don't clobber existing X-Hashcash headers.
16953         (message-setup-1): Call mail-add-payment-async when
16954         message-generate-hashcash is non-nil.
16955
16956 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16957
16958         * message.el (message-use-alternative-email-as-from): Examine the
16959         From header as well; use message-make-from in order to include a
16960         user's full name.
16961
16962 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16965         default; improve customization type.
16966         (gnus-emphasis-custom-with-format): New macro.
16967         (gnus-emphasis-custom-value-to-external): New function.
16968         (gnus-emphasis-custom-value-to-internal): New function.
16969
16970 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16971
16972         * dns.el (query-dns): Resolve reverse addresses.
16973
16974 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16975
16976         * gnus-group.el (gnus-group-get-new-news): Use it.
16977
16978         * gnus-start.el (gnus-check-reasonable-setup): New function.
16979
16980 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16983         "Args out of range" error.  Reported by Arnaud Giersch
16984         <arnaud.giersch@free.fr>.
16985
16986 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16987
16988         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16989
16990 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16991
16992         * spam.el (spam group): Add :version.
16993
16994         * pgg-def.el (pgg group): Add :version.
16995
16996 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * gnus-art.el (gnus-article-edit-article): Don't associate the
16999         article buffer with a draft file.  This is a temporary measure
17000         against the 2004-08-22 change to gnus-article-edit-mode.
17001
17002 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17005         (html2text-format-tags): Remove unused variable `attr'.
17006
17007 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17008
17009         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17010
17011         * tls.el (tls-process-connection-type, tls-success)
17012         (tls-certtool-program): Add :version.
17013
17014         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17015         (starttls-extra-arguments, starttls-process-connection-type)
17016         (starttls-connect, starttls-failure, starttls-success): Add :version.
17017
17018         * spam-stat.el (spam-stat): Add :version.
17019
17020         * sieve.el (sieve): Add :version.
17021
17022         * sha1.el (sha1): Add :version.
17023         (sha1-use-external): Remove redundant version.
17024
17025         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17026         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17027         (nnmail-split-fancy-match-partial-words)
17028         (nnmail-split-lowercase-expanded): Add :version.
17029
17030         * nndiary.el (nndiary): Add :version.
17031
17032         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17033
17034         * mml-sec.el (mml-default-sign-method)
17035         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17036         Add :version.
17037
17038         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17039
17040         * mm-url.el (mm-url-use-external, mm-url-program)
17041         (mm-url-arguments): Add :version.
17042
17043         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17044         (mm-attachment-file-modes, mm-decrypt-option)
17045         (mm-w3m-safe-url-regexp): Add :version.
17046
17047         * message.el (message-cite-prefix-regexp)
17048         (message-sendmail-envelope-from, message-minibuffer-local-map)
17049         (message-user-fqdn, message-completion-alist): Add :version.
17050
17051         * gnus-win.el (gnus-configure-windows-hook)
17052         (gnus-use-frames-on-any-display): Add :version.
17053
17054         * gnus-art.el (gnus-article-address-banner-alist)
17055         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17056         (gnus-treat-from-picon, gnus-treat-mail-picon)
17057         (gnus-treat-x-pgp-sig): Add :version.
17058
17059         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17060         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17061         (gnus-summary-article-delete-hook)
17062         (gnus-summary-display-while-building): Add :version.
17063
17064         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17065         (gnus-get-top-new-news-hook): Add :version.
17066
17067         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17068         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17069
17070         * gnus-registry.el (gnus-registry): Add :version.
17071
17072         * gnus-spec.el (gnus-use-correct-string-widths)
17073         (gnus-make-format-preserve-properties): Add :version.
17074
17075         * gnus.el (gnus-group-charter-alist)
17076         (gnus-group-fetch-control-use-browse-url)
17077         (gnus-install-group-spam-parameters): Add :version.
17078
17079         * gnus-diary.el (gnus-diary): Add :version.
17080
17081         * gnus-delay.el (gnus-delay): Add :version.
17082
17083         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17084         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17085         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17086         Add :version.
17087
17088         * gnus-agent.el (gnus-agent-max-fetch-size)
17089         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17090         (gnus-agent-prompt-send-queue): Add :version.
17091
17092         * deuglify.el (gnus-outlook-deuglify): Add :version.
17093
17094         * html2text.el: Beautify code.  Improve doc strings.
17095         Some checkdoc cleanup.
17096         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17097
17098 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17099
17100         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17101
17102 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17103
17104         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17105         when package is loaded.
17106
17107         * spam.el (spam-summary-score-preferred-header): Add global preference
17108         for people who want to override the default SpamAssassin over
17109         Bogofilter preference (when both are set).
17110         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17111         (spam-user-format-function-S):
17112         Check spam-summary-score-preferred-header.
17113         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17114         (spam-user-format-function-S): Format the score correctly.
17115
17116 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17119         signature file.  Suggested by Manoj Srivastava
17120         <srivasta@golden-gryphon.com>.
17121
17122         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17123         iso-2022-jp even in the Japanese language environment.
17124         Suggested by Jason Rumney <jasonr@gnu.org>.
17125
17126 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17129         use the same characters as the dummy marks; make it free from
17130         getting affected by the language environment.
17131         (gnus-summary-read-group-1): Update mark positions only when the
17132         format spec is updated.
17133
17134         * gnus-spec.el (gnus-update-format-specifications): Return a list
17135         of updated types.
17136
17137 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17140         of boundp to check if display-warning is available.
17141
17142 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17143
17144         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17145
17146 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * nnspool.el (nnspool-spool-directory): Use news-path if the
17149         news-directory variable is not bound.
17150
17151         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17152         function instead of display-warning if it is not available.
17153
17154 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17157         v5-10: Use `point-at-bol'.
17158
17159 2004-10-26  Simon Josefsson  <jas@extundo.com>
17160
17161         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17162         <chenggao@gmail.com>.
17163
17164 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17167         instead.
17168
17169 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17170
17171         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17172         to remove a server from the nnimap-server-buffer-alist.
17173         (nnimap-open-connection, nnimap-close-server): Use it.
17174
17175         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17176
17177 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17180         running the major-mode function.
17181
17182 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17185         dummy marks in the right way.
17186
17187 2004-10-18  David Edmondson  <dme@dme.org>
17188
17189         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17190         excessively.
17191
17192 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17193
17194         * gnus-util.el (gnus-split-references): Accept a nil references
17195         string and go on blissfully.
17196
17197         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17198         cases where the references string is non-nil but has no references.
17199
17200         * encrypt.el: Add autoload tags.
17201
17202         * spam.el (spam-resolve-registrations-routine): Remove article
17203         from unregistration list too.  Reported by David Hanak
17204         <dhanak@isis.vanderbilt.edu>
17205
17206 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17207
17208         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17209         nil.  Change custom type.
17210
17211 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17212
17213         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17214
17215         * gnus-sum.el (gnus-summary-move-article): Use it.
17216
17217 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17218
17219         * encrypt.el: Add autoload cookies.
17220
17221         * spam.el (spam-backend-article-list-property)
17222         (spam-backend-get-article-todo-list)
17223         (spam-backend-put-article-todo-list)
17224         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17225         Resolve registrations separately.
17226         (spam-register-routine): Format comments.
17227         (spam-unregister-routine, spam-register-routine): Always call with
17228         specific-articles, no default list.
17229         (spam-summary-prepare-exit): Use the spam-classifications function.
17230
17231         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17232         gnus-encrypt.el.
17233
17234         * encrypt.el: Copied from gnus-encrypt.el.
17235
17236         * gnus-encrypt.el: Commented that it's obsolete.
17237
17238 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17239
17240         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17241         (gnus-score-save): Use it.
17242
17243         * message.el (message-bury): Use `window-dedicated-p'.
17244
17245 2004-10-15  Simon Josefsson  <jas@extundo.com>
17246
17247         * pop3.el (top-level): Don't require nnheader.
17248         (pop3-read-timeout): Add.
17249         (pop3-accept-process-output): Add.
17250         (pop3-read-response, pop3-retr): Use it.
17251
17252 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17253
17254         * spam.el (spam-register-routine): Move comment.
17255         (spam-verify-bogofilter): Use 'unknown for the initial
17256         spam-bogofilter-valid state, not 'never.
17257
17258         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17259         for netrc-machine.
17260
17261         * nnimap.el (nnimap-open-connection):
17262         Use netrc-machine-user-or-password.
17263
17264 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17265
17266         * gnus-registry.el (gnus-registry-unload-hook):
17267         Set as a variable with add-hook.
17268
17269         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17270         of news-path.
17271
17272         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17273
17274         * spam.el: Delete duplicate `provide'.
17275         (spam-unload-hook): Set as a variable with add-hook.
17276
17277 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17278
17279         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17280         in the doc string.
17281
17282         * message.el (message-ignored-news-headers)
17283         (message-ignored-supersedes-headers)
17284         (message-ignored-resent-headers)
17285         (message-forward-ignored-headers): Improve custom type.
17286
17287 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * message.el (message-tokenize-header): Fix 2004-09-06 change
17290         which used point-min in the wrong place.
17291
17292 2004-10-12  Simon Josefsson  <jas@extundo.com>
17293
17294         * tls.el (tls-certtool-program): New variable.
17295         (tls-certificate-information): New function, based on
17296         ssl-certificate-information.
17297
17298 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * compface.el: Move the version of ELisp-based uncompface program
17301         to the contrib directory because of the copyright problem.
17302
17303 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * message.el (message-kill-buffer): Raise the current frame.
17306
17307 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17310
17311         * gnus.el (message-y-or-n-p): Autoload.
17312
17313         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17314         (pop3-password-required, pop3-authentication-scheme)
17315         (pop3-leave-mail-on-server): Make customizable.
17316         (pop3): New custom group.
17317         (pop3-retr): Remove `sleep-for' statements.
17318         Suggested by Dave Love <fx@gnu.org>.
17319
17320         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17321         Windows/DOS.
17322
17323         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17324         (imap-parse-body): Fix incorrect use of `assert'.
17325         Suggested by Dave Love <fx@gnu.org>.
17326
17327         * mml.el (mml-minibuffer-read-disposition): Require match.
17328         Suggested by Dave Love <fx@gnu.org>.
17329
17330 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17331
17332         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17333         doc string.
17334
17335 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17338
17339 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17340
17341         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17342         instead of calling `mm-insert-inline', to decode text/* parts
17343         before displaying them.
17344
17345 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * mm-uu.el (mm-uu-text-plain-type): New variable.
17348         (mm-uu-pgp-signed-extract-1): Use it.
17349         (mm-uu-pgp-encrypted-extract-1): Use it.
17350         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17351         bind mm-uu-text-plain-type with that value.
17352         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17353         mm-uu-dissect.
17354
17355 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * gnus-group.el (gnus-update-group-mark-positions):
17358         * gnus-sum.el (gnus-update-summary-mark-positions):
17359         * message.el (message-check-news-body-syntax):
17360         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17361         of string-as-multibyte.
17362
17363 2004-10-05  Juri Linkov  <juri@jurta.org>
17364
17365         * gnus-group.el (gnus-update-group-mark-positions):
17366         * gnus-sum.el (gnus-update-summary-mark-positions):
17367         * message.el (message-check-news-body-syntax):
17368         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17369         8-bit unibyte values to a multibyte string for search functions.
17370
17371 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17374         (mm-uu-dissect-text-parts): New function.
17375
17376         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17377         dissect text parts.
17378
17379         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17380         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17381
17382         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17383
17384         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17385         Use gnus-current-topics instead of gnus-current-topic.
17386
17387 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17390
17391 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17392
17393         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17394         where approriate.
17395
17396         * nnml.el (nnml-generate-active-info): do.
17397
17398         * nndiary.el (nndiary-generate-active-info): do.
17399
17400         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17401         (gnus-topic-move): do.
17402
17403         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17404         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17405
17406         * gnus-srvr.el (gnus-server-prepare)
17407         (gnus-server-open-all-servers): do.
17408
17409         * gnus-msg.el (gnus-summary-cancel-article)
17410         (gnus-summary-resend-message)
17411         (gnus-summary-mail-crosspost-complaint): do.
17412
17413         * gnus-move.el (gnus-change-server): do.
17414
17415         * gnus-group.el (gnus-group-unmark-all-groups)
17416         (gnus-group-set-current-level): do.
17417
17418 2004-10-04  Simon Josefsson  <jas@extundo.com>
17419
17420         * message.el (message-generate-hashcash): Doc fix.
17421
17422 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17423
17424         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17425         avoid infinite recursion via gnus-get-function.
17426
17427 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17428
17429         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17430
17431         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17432
17433         * nnmail.el (nnmail-split-history): do.
17434
17435         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17436         (nnml-request-delete-group): do.
17437
17438         * nnslashdot.el (nnslashdot-read-groups): do.
17439
17440         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17441         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17442
17443         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17444         (nnspool-sift-nov-with-sed): Use last.
17445         (nnspool-retrieve-headers-with-nov): Use mapc.
17446         (nnspool-request-newgroups): Use dolist.
17447         (nnspool-request-group): Use last.
17448
17449         * nntp.el (nntp-read-server-type): Use dolist.
17450
17451         * nnvirtual.el (nnvirtual-create-mapping)
17452         (nnvirtual-update-read-and-marked): Use dolist.
17453         (nnvirtual-convert-headers): Simplify.
17454
17455 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17456
17457         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17458         Add support for sync'ing tick marks.
17459
17460 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17463         there's no visible header.
17464
17465 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17466
17467         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17468         When necessary, pass full group name to gnus-request-set-marks.
17469
17470 2004-10-01  Simon Josefsson  <jas@extundo.com>
17471
17472         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17473         acroread.
17474
17475 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17476
17477         * spam-report.el (spam-report-gmane): Fix interactive.
17478
17479         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17480
17481         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17482         when writing file.
17483         (gnus-agent-synchronize-flags): Don't default to being
17484         interactive.
17485
17486 2004-09-30  Simon Josefsson  <jas@extundo.com>
17487
17488         * message.el (message-generate-hashcash): Add.
17489         (message-send-mail): Use it, call mail-add-payment.
17490
17491 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17492
17493         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17494
17495 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17496
17497         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17498         gnus-requst-update-info with explicit code to sync the in-memory
17499         info read flags with the marks being sync'd to the backend.
17500
17501         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17502
17503 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17504
17505         * spam.el (spam-verify-bogofilter): Add new function.
17506         (spam-check-bogofilter)
17507         (spam-bogofilter-register-with-bogofilter): Use it.
17508         (spam-verify-bogofilter): Add small fixes.
17509
17510 2004-09-28  Simon Josefsson  <jas@extundo.com>
17511
17512         * hashcash.el (hashcash-generate-payment): Revert.
17513
17514 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17515
17516         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17517         Use gnus-extract-references instead of gnus-split-references.
17518
17519         * gnus-util.el (gnus-extract-references): Add new function, analogous
17520         to gnus-split-references but extracts only the message-ID without
17521         anything extra.
17522
17523         * hashcash.el (hashcash-generate-payment)
17524         (hashcash-check-payment): Do the right thing if hashcash-path is
17525         nil (because the hashcash program could not be found).
17526
17527         * spam.el (spam-use-hashcash): Remove comment.
17528
17529 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17530
17531         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17532         (gnus-cache-enter-article, gnus-cache-remove-article)
17533         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17534
17535         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17536
17537         * gnus-art.el (article-hide-boring-headers)
17538         (article-translate-strings, article-display-face)
17539         (gnus-article-mime-match-handle-first)
17540         (gnus-article-highlight-headers)
17541         (gnus-article-add-buttons-to-head): do.
17542
17543 2004-09-27  Simon Josefsson  <jas@extundo.com>
17544
17545         * hashcash.el: New version, from
17546         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17547         ../contrib/.
17548
17549 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17552
17553 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * gnus-dup.el (gnus-dup-open): Use mapc.
17556         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17557
17558         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17559         Reported by Stefan Wiens <s.wi@gmx.net>.
17560
17561         * gnus.el (gnus-shutdown): Use dolist.
17562
17563         * gnus-undo.el (gnus-undo): Use mapc.
17564
17565         * nnrss.el (nnrss-generate-active): do.
17566
17567         * message.el (message-cite-original-without-signature)
17568         (message-cite-original): Use mapc.
17569         (message-do-actions, message-make-forward-subject): Use dolist.
17570
17571 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17572
17573         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17574         deletion to remove entire duplicate line.  Fixes merged article
17575         number bug.
17576
17577 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17578
17579         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17580         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17581         first ask if you want to open a server and then, even when you
17582         responded with no, asking if you want to synchronize the server's
17583         flags.
17584         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17585         multi-line expressions.
17586         (gnus-agent-synchronize-group-flags): New internal function.
17587         Updates marks in memory (in the info structure) AND in the
17588         backend.
17589
17590         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17591
17592         * nnagent.el (nnagent-request-set-mark):
17593         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17594         method, to ensure that synchronization updates marks in the
17595         backend and in the info (in memory) structure.
17596
17597 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17600         convention fully; don't miss the root article of a thread; make
17601         the X-Draft-From header with correct article numbers.
17602
17603 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17604
17605         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17606         unless plugged.  Disable the agent so that an open failure causes
17607         an error.
17608
17609         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17610         Revert 2004-09-21 change.  The backend must be opened while
17611         synchronizing flags even when the backend stores the flags
17612         locally.
17613
17614 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17615
17616         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17617         in `header' match.  Reported by Svend Tollak Munkejord.
17618
17619         * message.el (message-cite-original): Fix use of
17620         `message-cite-articles-with-x-no-archive'.
17621
17622 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17625         (gnus-window-to-buffer): Ditto.
17626
17627         * mml.el (mml-preview-buffer): New variable.
17628         (mml-preview): Manage window layout with gnus-buffer-configuration.
17629
17630         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17631         X-Draft-From header even if those articles aren't quoted.
17632
17633 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17634
17635         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17636         (gnus-request-set-mark, gnus-request-update-mark): Use new
17637         g-s-t-u-l-m to decide to use backend even when unplugged.
17638
17639 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17642         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17643
17644 2004-09-20  Simon Josefsson  <jas@extundo.com>
17645
17646         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17647         "utf-16-le".
17648
17649 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17650
17651         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17652
17653 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * uudecode.el (uudecode-use-external): Add :version.
17656
17657         * smime.el (smime-CA-file, smime-encrypt-cipher)
17658         (smime-dns-server): Add :version.
17659
17660         * smiley.el (gnus-smiley-file-types): Add :version.
17661
17662         * sha1.el (sha1-use-external): Add :version.
17663
17664         * pgg-def.el (pgg-query-keyserver): Add :version.
17665
17666         * nnmail.el (nnmail-fancy-expiry-targets)
17667         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17668         Add :version.
17669
17670         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17671         (nnimap-retrieve-groups-asynchronous): Add :version.
17672         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17673
17674         * mml.el (mml-content-disposition-parameters)
17675         (mml-insert-mime-headers-always): Add :version.
17676
17677         * mm-util.el (mm-coding-system-priorities): Add :version.
17678
17679         * mm-decode.el (mm-inline-text-html-with-images)
17680         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17681         (mm-verify-option): Add :version.
17682         (mm-text-html-renderer): Change :version.
17683
17684         * message.el (message-fcc-externalize-attachments)
17685         (message-required-headers, message-draft-headers)
17686         (message-subject-trailing-was-query)
17687         (message-subject-trailing-was-ask-regexp)
17688         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17689         (message-mark-insert-end, message-archive-header)
17690         (message-archive-note, message-cross-post-default)
17691         (message-cross-post-note, message-followup-to-note)
17692         (message-cross-post-note-function, message-use-mail-followup-to)
17693         (message-subscribed-address-functions)
17694         (message-subscribed-address-file, message-subscribed-addresses)
17695         (message-subscribed-regexps, message-allow-no-recipients)
17696         (message-yank-cited-prefix, message-signature-insert-empty-line)
17697         (message-hidden-headers, message-hierarchical-addresses)
17698         (message-mail-user-agent, message-use-idna)
17699         (message-valid-fqdn-regexp)
17700         (message-strip-special-text-properties, message-header-synonyms)
17701         (message-beginning-of-line, message-tab-body-function): Add :version.
17702         (message-insert-canlock, message-wide-reply-confirm-recipients):
17703         Change :version.
17704
17705         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17706         and :version.
17707         (mail-source-delete-old-incoming-confirm)
17708         (mail-source-movemail-program): Add :version.
17709
17710         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17711         (gnus-agent-cache, gnus-agent): Change :version.
17712
17713         * gnus-util.el (gnus-use-byte-compile): Change :version.
17714
17715         * gnus-sum.el (gnus-summary-make-false-root-always)
17716         (gnus-summary-default-high-score)
17717         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17718         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17719         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17720         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17721         (gnus-sum-thread-tree-single-indent)
17722         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17723         (gnus-sum-thread-tree-leaf-with-other)
17724         (gnus-sum-thread-tree-single-leaf): Add :version.
17725         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17726         (gnus-article-loose-mime): Change :version.
17727
17728         * gnus-start.el (gnus-backup-startup-file)
17729         (gnus-save-startup-file-via-temp-buffer): Add :version.
17730
17731         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17732         (gnus-server-offline-face): Add :version.
17733
17734         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17735
17736         * gnus-msg.el (gnus-gcc-externalize-attachments)
17737         (gnus-debug-files, gnus-debug-exclude-variables)
17738         (gnus-discouraged-post-methods): Change :version.
17739         (gnus-confirm-mail-reply-to-news)
17740         (gnus-confirm-treat-mail-like-news): Add :version.
17741
17742         * gnus-int.el (gnus-server-unopen-status): Add :version.
17743
17744         * gnus-group.el (gnus-group-jump-to-group-prompt)
17745         (gnus-large-ephemeral-newsgroup)
17746         (gnus-fetch-old-ephemeral-headers): Add :version.
17747
17748         * gnus-fun.el (gnus-x-face-directory)
17749         (gnus-convert-pbm-to-x-face-command)
17750         (gnus-convert-image-to-x-face-command)
17751         (gnus-convert-image-to-face-command): Add :version.
17752
17753         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17754
17755         * gnus-cite.el (gnus-cite-blank-line-after-header)
17756         (gnus-article-boring-faces): Add :version.
17757
17758         * gnus-art.el (gnus-buttonized-mime-types)
17759         (gnus-inhibit-mime-unbuttonizing)
17760         (gnus-treat-display-face)
17761         (gnus-treat-body-boundary): Change :version.
17762         (gnus-body-boundary-delimiter, gnus-picon-databases)
17763         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17764         (gnus-treat-date-english, gnus-treat-fold-headers)
17765         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17766         (gnus-treat-mail-picon, gnus-treat-wash-html)
17767         (gnus-article-encrypt-protocol)
17768         (gnus-use-idna, gnus-article-over-scroll)
17769         (gnus-mime-display-multipart-alternative-as-mixed)
17770         (gnus-mime-display-multipart-related-as-mixed)
17771         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17772         (gnus-ctan-url, gnus-button-ctan-handler)
17773         (gnus-button-handle-ctan-bogus-regexp)
17774         (gnus-button-ctan-directory-regexp)
17775         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17776         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17777         (gnus-button-man-level, gnus-button-emacs-level)
17778         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17779
17780         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17781         (gnus-agent-go-online): Change :version.
17782         (gnus-agent-expire-unagentized-dirs)
17783         (gnus-agent-auto-agentize-methods): Add :version.
17784
17785         * flow-fill.el (fill-flowed-display-column)
17786         (fill-flowed-encode-column): Add :version.
17787
17788         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17789         (gnus-outlook-deuglify-unwrap-max)
17790         (gnus-outlook-deuglify-cite-marks)
17791         (gnus-outlook-deuglify-unwrap-stop-chars)
17792         (gnus-outlook-deuglify-no-wrap-chars)
17793         (gnus-outlook-deuglify-attrib-cut-regexp)
17794         (gnus-outlook-deuglify-attrib-verb-regexp)
17795         (gnus-outlook-deuglify-attrib-end-regexp)
17796         (gnus-outlook-display-hook): Add :version.
17797
17798         * binhex.el (binhex-use-external): Add :version.
17799
17800 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17801
17802         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17803         and `invisible'.
17804
17805 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17806
17807         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17808         in gnus-registry-trim.
17809
17810 2004-09-13  Simon Josefsson  <jas@extundo.com>
17811
17812         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17813
17814         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17815
17816         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17817         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17818         <yamaoka@jpl.org>.
17819         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17820         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17821         <yamaoka@jpl.org>.
17822
17823         * sieve.el (sieve-manage-mode): Ditto.
17824
17825 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17826
17827         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17828
17829 2004-09-11  Simon Josefsson  <jas@extundo.com>
17830
17831         * dns-mode.el: Add.
17832
17833         * mm-view.el (mm-display-dns-inline): Add.
17834
17835         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17836         (mm-automatic-display): Ditto.
17837
17838         * mailcap.el (mailcap-mime-data): Add text/dns.
17839         (mailcap-mime-extensions): Map .soa to text/dns.
17840
17841 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17842
17843         * gnus-art.el (article-decode-mime-words, article-babel)
17844         (gnus-article-highlight-signature, gnus-article-add-buttons)
17845         (gnus-signature-toggle): Remove unnecessary bindings of
17846         `inhibit-read-only' inherited from v5.10 merge.
17847
17848 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17849
17850         * nntp.el (nntp): New customization group.
17851         (nntp-authinfo-file): Add customization group.
17852
17853         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17854
17855         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17856
17857         * gnus.el (to-address, to-list, subscribed)
17858         (large-newsgroup-initial): Ditto.
17859
17860         * flow-fill.el (fill-flowed-display-column)
17861         (fill-flowed-encode-column): Ditto.
17862
17863 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17864
17865         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17866         Use point-min rather than 1.
17867         (message-send-mail): Use buffer-size rather than point-max.
17868
17869         * gnus-sum.el (gnus-summary-search-article-forward):
17870         Signal a specific `search-failed' rather than a generic `error'.
17871
17872         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17873         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17874         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17875
17876 2004-09-10  Simon Josefsson  <jas@extundo.com>
17877
17878         * nndb.el (require): Remove tcp and duplicate cl.
17879
17880 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-agent.el (directory-files-and-attributes): Move forward.
17883
17884 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17885
17886         * gnus-agent.el (directory-files-and-attributes):
17887         Optionally defined to support XEmacs.
17888
17889 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17890
17891         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17892         to avoid run-time CL dependencies.
17893         (gnus-agent-unfetch-articles): New function.
17894         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17895         article numbers even when local .overview file is missing.
17896         (gnus-agent-read-article-number): New function.  Only accepts
17897         27-bit article numbers.
17898         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17899         Use gnus-agent-read-article-number.
17900         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17901         from backend while recognizing that article numbers in .overview
17902         must be valid.
17903         (gnus-agent-update-files-total-fetched-for):
17904         Use directory-files-and-attributes to improve performance.
17905         * gnus-int.el (gnus-request-move-article):
17906         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17907         improve performance.
17908
17909         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17910         some users confused by references to .newsrc when they only have a
17911         .newsrc.eld file.
17912         (gnus-convert-mark-converter-prompt)
17913         (gnus-convert-converter-needs-prompt): Fix use of property list.
17914         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17915         New function.  Used internally to only display 'gnus converting
17916         files' message when actually necessary.
17917
17918         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17919         methods now autoloaded.
17920
17921 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17924         identifiers.
17925
17926 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17927
17928         * gnus-picon.el: Fix indentation and closing parenthesis.
17929
17930 2004-09-01  Simon Josefsson  <jas@extundo.com>
17931
17932         * message.el (message-canlock-generate): Require sha1, not
17933         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17934         to require within a function.  Sadly, if sha1.el isn't loaded, the
17935         let binding in m-c-g will hide the defcustom definition, which is
17936         bad.)
17937
17938         * canlock.el: Require sha1, not sha1-el.
17939
17940         * message.el: Don't autoload sha1 (there is a autoload cookie in
17941         sha1.el).
17942
17943         * sha1-el.el: Rename to sha1.el.
17944
17945 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17946
17947         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17948
17949 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17950
17951         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17952
17953 2004-08-30  Kim F. Storm  <storm@cua.dk>
17954
17955         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17956
17957         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17958         Add :group 'nnimap.
17959
17960 2004-08-30  Andreas Schwab  <schwab@suse.de>
17961
17962         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17963         ?* and ?\;.
17964
17965         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17966         and ?\' to symbol instead of whitespace.
17967
17968 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17971
17972         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17973         instead of re-search-forward.
17974
17975         * gnus-uu.el (gnus-uu-save-article): Ditto.
17976         (gnus-uu-post-encode-uuencode): Ditto.
17977
17978         * html2text.el (html2text-clean-list-items): Ditto.
17979         (html2text-clean-dtdd): Ditto.
17980         (html2text-format-tags): Ditto.
17981
17982         * message.el (message-send-mail-with-sendmail): Fix regexp.
17983         (message-fill-field-general): Use search-forward instead of
17984         re-search-forward.
17985         (unbold-region): Ditto.
17986
17987         * nnrss.el (nnrss-request-article): Ditto.
17988
17989         * nnslashdot.el (nnslashdot-request-article): Ditto.
17990
17991         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17992
17993         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17994         "Unrecognized menu descriptor" error in XEmacs.
17995
17996 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17997
17998         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17999         parent article of a sparse article in the thread hashtb.
18000
18001 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18002
18003         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18004         (nnmail-expand-newtext): Lowercase expanded entries if
18005         nnmail-split-lowercase-expanded is non-nil.
18006
18007 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18010
18011         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18012         of gnus-tmp-news-method into string under XEmacs.  It will be
18013         passed to gnus-correct-length which takes only a string argument.
18014
18015 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * gnus-util.el (gnus-bind-print-variables): New macro.
18018         (gnus-prin1): Use it.
18019         (gnus-prin1-to-string): Use it.
18020         (gnus-pp): New function.
18021         (gnus-pp-to-string): New function.
18022
18023         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18024         Replace pp-to-string with gnus-pp-to-string.
18025         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18026         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18027         * gnus-msg.el (gnus-debug): Ditto.
18028         * gnus-score.el (gnus-score-save): Ditto.
18029         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18030         gnus-pp-to-string.
18031         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18032         with gnus-pp.
18033         * score-mode.el (gnus-score-pretty-print): Ditto.
18034         * webmail.el (webmail-debug): Ditto.
18035
18036 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * gnus-art.el (article-display-face, article-display-x-face):
18039         Use buffer-read-only.
18040
18041 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * gnus-art.el (article-hide-list-identifiers):
18044         Bind inhibit-read-only as t.
18045
18046 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18047
18048         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18049
18050 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18051
18052         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18053         (gnus-narrow-to-page): Don't assume point-min == 1.
18054         (gnus-article-edit-mode): Derive from message-mode.
18055
18056         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18057         point-min == 1.
18058
18059         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18060         Disable incorrect use of `assert'.
18061
18062         * message.el (message-mode): Set comment-start-skip.
18063
18064
18065 2004-08-22  Sam Steingold  <sds@gnu.org>
18066
18067         * pop3.el (pop3-leave-mail-on-server): New user variable.
18068         (pop3-movemail): Delete mail only when it is nil.
18069
18070 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18071
18072         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18073
18074         * mml.el (mml-preview): Use `pop-to-buffer'.
18075
18076         * message.el (message-goto-mail-followup-to): Insert after "To".
18077         (message-carefully-insert-headers): Add comment.
18078
18079         * gnus.el: Remove unused variable `gnus-article-check-size'.
18080
18081         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18082
18083         * gnus-art.el (gnus-button-alist):
18084         Improve `gnus-button-handle-library' entry.
18085
18086 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18087
18088         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18089         Use downcase, since XEmacs capitalizes error messages differently.
18090
18091 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18092
18093         * nntp.el: Add (require 'gnus) due to reference to
18094         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18095
18096 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18097
18098         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18099         Bind `mm-fill-flowed'.
18100
18101         * mm-decode.el (mm-dissect-singlepart): Check it.
18102
18103 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18104
18105         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18106         'imap' for netrc parsing.
18107
18108 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * mailcap.el (mailcap-mime-data): Mark as risky.
18111
18112 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18115         may be included in the encoded word.
18116         (rfc2047-encode): Don't append a space if the encoded word
18117         includes close parenthesis.
18118
18119 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18122         of text within parentheses.
18123
18124 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18125
18126         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18127         (gnus-encrypt-write-file-contents): Make the password key the file
18128         name PLUS the cipher, not just the cipher.  Also remove failed
18129         passwords from the cache.
18130
18131 2004-08-06  Simon Josefsson  <jas@extundo.com>
18132
18133         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18134         Doc fix.
18135
18136 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18139         LWSP.
18140
18141 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18142
18143         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18144         Try to append in-reply-to: data to the references: header.
18145
18146         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18147         (netrc-parse): Use gnus-encrypt.el functions.
18148
18149         * gnus-encrypt.el: Add new file for encryption support; currently
18150         does only a few GPG ciphers and an internal XOR cipher.
18151
18152         * password.el: Add comments on using password-read-and-add.
18153         (password-read-and-add): Add function to read and add the
18154         password to the cache at once.
18155
18156 2004-07-28  Simon Josefsson  <jas@extundo.com>
18157
18158         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18159         parameter (but don't use it, for now).
18160
18161         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18162         instead of hard coding to nil.
18163
18164 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18167         as mm-inline-image-xemacs does.
18168
18169 2004-07-26  Simon Josefsson  <jas@extundo.com>
18170
18171         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18172         Revert part of 2004-07-17 change below.
18173
18174 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18177         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18178
18179 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18180
18181         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18182         quotes that actually start with ">" at the beginning of the
18183         lines.
18184
18185 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18186
18187         * rfc2047.el (rfc2047-encode-region): Fix last change.
18188         (rfc2047-encode-parameter): Remove useless concat.
18189
18190 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18193         encode special characters; fix some kind of misconfigured headers;
18194         signal a real error if debug-on-quit or debug-on-error is non-nil.
18195         (rfc2047-encode-max-chars): New variable.
18196         (rfc2047-encode-1): Use it.
18197         (rfc2047-encode-parameter): New function.
18198
18199         * mml.el (mml-insert-parameter): Remove an excessive space.
18200
18201 2004-07-17  Simon Josefsson  <jas@extundo.com>
18202
18203         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18204         Kai Grossjohann <kai@emptydomain.de>.
18205         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18206         (gnus-group-make-menu-bar): Ditto.
18207
18208         * gnus-util.el (gnus-group-server): Add.
18209
18210 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18211
18212         * message.el (message-clone-locals): Clone sendmail and smtp
18213         variables.
18214
18215 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * rfc2047.el (rfc2047-encode-region): Fix last change.
18218
18219 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18222         characters as non-special.
18223
18224 2004-07-09  Simon Josefsson  <jas@extundo.com>
18225
18226         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18227         Users will lose all flag changes made while unplugged with
18228         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18229         good default.  See numerous reports on ding mailing list.
18230
18231 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18234         add generate-head-function and generate-article-function to the
18235         rfc822-forward entry.
18236         (nndoc-rfc822-forward-generate-article): New function.
18237         (nndoc-rfc822-forward-generate-head): New function.
18238
18239         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18240
18241 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18242
18243         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18244         respect display group parameter and gnus-summary-expunge-below.
18245         (gnus-articles-to-read): Remove unused reference to display group
18246         parameter.
18247
18248 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18249
18250         * nnheader.el (nnheader-uniquify-message-id): New experimental
18251         variable.
18252         (nnheader-nov-read-message-id): Use it.
18253
18254         * spam-report.el (spam-report-gmane): Add interactive.
18255
18256 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * mm-encode.el (mm-content-transfer-encoding-defaults):
18259         Use qp-or-base64 for the application/* types.
18260
18261 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18262
18263         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18264
18265 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18266
18267         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18268         trim value.
18269
18270 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18271
18272         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18273         New macro and function.
18274         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18275
18276 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18279         after-load-alist.
18280
18281 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18282
18283         * gnus-group.el (gnus-group-get-new-news-this-group):
18284         Don't update info that isn't there.
18285
18286 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18287
18288         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18289         entry.
18290
18291 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * mm-view.el (mm-inline-render-with-function): Use multibyte
18294         buffer; decode html source by charset.
18295
18296         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18297
18298         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18299         Mule-UCS is loaded under XEmacs.
18300         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18301
18302 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18303
18304         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18305
18306 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * mm-util.el (mm-coding-system-p): Return a coding-system.
18309         (mm-mime-mule-charset-alist): Use shift_jis instead of
18310         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18311         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18312         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18313         instead of japanese-shift-jis and iso-latin-1 respectively in
18314         order to share the default value with both Emacs and XEmacs-mule.
18315         (mm-mule-charset-to-mime-charset):
18316         Make mm-coding-system-priorities effective.
18317         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18318         while predicating of candidates upon the priorities.
18319
18320 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18321
18322         * gnus-sum.el (gnus-summary-make-menu-bar):
18323         Add gnus-uu-invert-processable.
18324
18325         * gnus.el: Autoload gnus-uu-invert-processable.
18326
18327 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * mm-util.el (mm-with-multibyte-buffer): New macro.
18330
18331         * rfc2047.el (rfc2047-encode-string): Use it.
18332         (rfc2047-encode-region): Move point to the end of the region after
18333         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18334
18335 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18338         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18339
18340 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18341
18342         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18343         (gnus-cite-parse): Ignore quoted envelope From_.
18344         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18345
18346 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18347
18348         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18349         invalid addresses.
18350
18351 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18352
18353         * spam.el: Change section markers, revise TODO list.
18354         (spam-backends): Make new master list of all installed backends.
18355         (spam-summary-exit-behavior): Add new variable to determine how
18356         messages moves are done at summary exit.
18357         (spam-move-spam-nonspam-groups-only)
18358         (spam-process-ham-in-nonham-groups)
18359         (spam-process-ham-in-spam-groups): Remove variables, the
18360         spam-summary-exit-behavior variable should be used to manage this
18361         behavior.
18362         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18363         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18364         and spam-old-spam-articles.
18365         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18366         Add empty variables, placeholders for the backends they represent.
18367         (spam-set-difference): Move, unchanged.
18368         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18369         unless the user has a processor variable.
18370         (spam-classifications, spam-classification-valid-p)
18371         (spam-backend-properties, spam-backend-property-valid-p)
18372         (spam-backend-function-type-valid-p)
18373         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18374         (spam-report-articles-gmane, spam-report-articles-resend):
18375         Remove functions, they are not needed.
18376         (spam-install-backend-super, spam-backend-list)
18377         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18378         (spam-backend-function, spam-backend-ham-registration-function)
18379         (spam-backend-spam-registration-function)
18380         (spam-backend-ham-unregistration-function)
18381         (spam-backend-spam-unregistration-function)
18382         (spam-backend-statistical-p, spam-backend-mover-p)
18383         (spam-install-backend-alias, spam-install-checkonly-backend)
18384         (spam-install-mover-backend, spam-install-nocheck-backend)
18385         (spam-install-backend, spam-install-statistical-backend)
18386         (spam-install-statistical-checkonly-backend): Add backend installation
18387         support.
18388         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18389         (spam-group-processor-p): Use the new backend code and respect the
18390         summary exit behavior.
18391         (spam-mark-spam-as-expired-and-move-routine): Remove.
18392         (spam-summary-prepare): Change to use the new spam-old-articles
18393         variable.
18394         (spam-copy-or-move-routine, spam-copy-spam-routine)
18395         (spam-move-spam-routine, spam-copy-ham-routine)
18396         (spam-move-ham-routine): Add code to copy/move ham or spam.
18397         (spam-fetch-field-fast): Improve doc and code, plus allow the
18398         'number request.
18399         (spam-list-of-checks, spam-list-of-statistical-checks):
18400         Remove variables.
18401         (spam-split, spam-find-spam): Use the new backend code.
18402         (spam-registration-functions): Remove variable.
18403         (spam-unregister-routine): Add convenience wrapper.
18404         (spam-log-undo-registration, spam-register-routine)
18405         (spam-log-processing-to-registry)
18406         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18407         where possible.
18408         (spam-check-gmane-xref, spam-check-regex-headers)
18409         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18410         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18411         (spam-check-bogofilter-headers, spam-check-spamoracle)
18412         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18413         (spam-check-crm114-headers): Use the spam-split-group that
18414         spam-split prepares, no need to determine it every time.
18415
18416         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18417         to the nnheader-parse-naked-head call.
18418
18419         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18420
18421         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18422         the nnheader-nov-read-message-id call.
18423
18424 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18427         gnus-activate-group twice.  Suggested by Markus Peter
18428         <warp@spin.de>.
18429
18430 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * gnus-art.el (gnus-article-time-format): Exchange the order of
18433         day and month in the default value; fix customization type.
18434         (article-date-ut): Use add-text-properties.
18435         (article-make-date-line): Use message-make-date instead of
18436         current-time-string.
18437
18438         * message.el (message-fetch-field): Don't use set-text-properties.
18439         (message-make-date): Simplify.
18440
18441         * messagexmas.el (message-xmas-make-date): New function.
18442         (message-xmas-redefine): Defalias message-make-date to it.
18443
18444 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18447         (rfc2047-encode-region): Treat text within parentheses as special;
18448         show the original text when error has occurred.
18449
18450         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18451         already-computed method to gnus-activate-group.
18452
18453         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18454         same select-methods identical Lisp objects.
18455
18456         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18457         object when modifying the info.
18458
18459 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18462         gnus-opened-servers since it has never been opened with the new
18463         configuration yet.
18464
18465 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18468         arg to nnheader-generate-fake-message-id.
18469
18470 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18471
18472         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18473         number and build a fake message ID localized to a group and
18474         article number (so it's repeatable from that point on).
18475         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18476         ID format.
18477
18478         * gnus-sum.el (gnus-get-newsgroup-headers):
18479         Call nnheader-generate-fake-message-id with the article number.
18480
18481 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18482
18483         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18484         end-of-buffer.
18485
18486 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18487
18488         * message.el (message-ignored-supersedes-headers): Add Approved.
18489
18490 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18491
18492         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18493         goto-char.
18494         (rfc2047-encode): Fold the line before encoding.
18495
18496 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18497
18498         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18499         folding -- not all headers can be folded, and this should be done
18500         by the message composition mode.  Probably.  I think.
18501
18502 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18505         fast.
18506
18507         * gnus-ems.el (gnus-remove-image): Don't use
18508         message-text-with-property; remove only the image found first.
18509
18510         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18511         found first.
18512
18513 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18514
18515         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18516
18517 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * message.el (message-text-with-property): Make it fast and accept
18520         optional arguments.
18521         (message-strip-forbidden-properties): Use it.
18522         (message-fix-before-sending): Follow the m-t-w-p change.
18523
18524         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18525
18526 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * gnus-art.el (article-hide-headers): Don't change the buffer
18529         mistakenly when performing mml-preview even if
18530         gnus-single-article-buffer is nil.
18531
18532 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18533
18534         * message.el (message-expand-name-databases): New user option.
18535         (message-expand-name): Use it.
18536
18537 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18538
18539         * spam.el (spam-report-articles-resend)
18540         (spam-report-resend-register-routine): Allow ham reporting.
18541         (spam-report-resend-register-ham-routine): Add wrapper.
18542         (spam-registration-functions): Add ham resending functions.
18543         (spam-list-of-processors): Add ham resend processor.
18544
18545         * gnus.el (ham-resend-to): Add new group parameter.
18546         (spam-process): Add ham resend option.
18547
18548         * spam-report.el (spam-report-resend): Allow reporting ham.
18549         (spam-report-resend-ham): Add wrapper.
18550
18551 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18552
18553         * message.el (message-cite-articles-with-x-no-archive):
18554         New variable.
18555         (message-cite-original): Use it.
18556
18557 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18558
18559         * message.el (message-cite-original): Respect X-No-Archive.
18560
18561 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * gnus-art.el (article-hide-headers): Refer to the values for
18564         gnus-ignored-headers and gnus-visible-headers in the summary
18565         buffer since a user may have set them as group parameters.
18566
18567 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18568
18569         * assistant.el (assistant-node-name): Add convenience function.
18570         (assistant-render-text, assistant-render-node): Add error handling,
18571         plus handle multiple next nodes.
18572         (assistant-find-next-node): Comment out for now.
18573         (assistant-find-next-nodes): Add function, returns list of next
18574         nodes.
18575
18576 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18577
18578         * mail-source.el (mail-source-directory): Fix doc-string.
18579
18580 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18581
18582         * assistant.el (assistant-render-text, assistant-eval): Add :set
18583         widget type, which is different because it takes and returns a
18584         list.  Much hilarity ensues.
18585
18586 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18587
18588         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18589
18590         * gnus-group.el (gnus-group-get-new-news-this-group):
18591         Add doc-string.
18592
18593         * gnus-start.el (gnus-activate-group): Add doc-string.
18594
18595 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18598
18599 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18600
18601         * assistant.el (assistant-render-text): Try to add a :set
18602         widget, more to come.
18603
18604         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18605         strings.
18606         (spam-report-articles-resend)
18607         (spam-register-routine): Do registration iff any articles warrant
18608         it.
18609         (spam-summary-prepare-exit): Change log message for nil group
18610         destinations.
18611
18612 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18613
18614         * spam.el (spam-report-resend-register-routine):
18615         Allow spam-report-resend-to to be a group parameter or a global value.
18616
18617 2004-05-26  Simon Josefsson  <jas@extundo.com>
18618
18619         * starttls.el: Merge with my GNUTLS based starttls.el.
18620         (starttls-gnutls-program, starttls-use-gnutls)
18621         (starttls-extra-arguments, starttls-process-connection-type)
18622         (starttls-connect, starttls-failure, starttls-success):
18623         New variables.
18624         (starttls-program, starttls-extra-args): Doc fix.
18625         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18626         New functions.
18627         (starttls-negotiate, starttls-open-stream):
18628         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18629         function if it is set.
18630
18631 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18632
18633         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18634         structured fields.
18635
18636 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18639
18640 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18641
18642         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18643         Add variable.
18644         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18645         assigning the spam-mark to new messages.
18646
18647 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18648
18649         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18650
18651 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18654
18655         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18656         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18657         default.
18658
18659 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18660
18661         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18662         correct data.
18663
18664 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18665
18666         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18667         (spam-group-processor-p): Fix function.
18668         (spam-group-processor-multiple-p)
18669         (spam-group-spam-processor-report-gmane-p)
18670         (spam-group-spam-processor-report-resend-p)
18671         (spam-group-spam-processor-bogofilter-p)
18672         (spam-group-spam-processor-blacklist-p)
18673         (spam-group-spam-processor-ifile-p)
18674         (spam-group-ham-processor-ifile-p)
18675         (spam-group-spam-processor-spamoracle-p)
18676         (spam-group-spam-processor-crm114-p)
18677         (spam-group-ham-processor-bogofilter-p)
18678         (spam-group-spam-processor-stat-p)
18679         (spam-group-ham-processor-stat-p)
18680         (spam-group-ham-processor-whitelist-p)
18681         (spam-group-ham-processor-BBDB-p)
18682         (spam-group-ham-processor-spamoracle-p)
18683         (spam-group-ham-processor-copy-p): Remove functions with some
18684         prejudice against unneeded code.
18685         (spam-report-articles-resend)
18686         (spam-report-resend-register-routine): Allow the group/topic
18687         spam-resend-to value to override spam-report-resend-to.
18688         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18689         properly now.
18690
18691         * gnus.el (spam-resend-to): Add group/topic parameter.
18692         (spam-process): Move the OBSOLETE processors to the end of the
18693         choices.
18694
18695 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18696
18697         * spam-report.el (spam-report-resend-to, spam-report-resend):
18698         Start with resend-to set to nil, and then ask the user if necessary.
18699         (spam-report-resend): spam-report-resend takes a list of articles, not
18700         separate article numbers.
18701
18702 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18705         addition to emacs-w3m.
18706
18707 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18708
18709         * assistant.el (assistant-authinfo-data): New function.
18710         (assistant-eval): Eval for entire assistant.
18711
18712         * netrc.el (netrc-services-file): New variable.
18713         (netrc-parse-services): New function.
18714         (netrc-find-service-name): New function.
18715         (netrc-find-service-number): New function.
18716         (netrc-port-equal): New function.
18717         (netrc-machine): Use it.
18718
18719         * nnimap.el (nnimap-open-connection): Use netrc.
18720
18721         * gnus-util.el (gnus-netrc-get): Remove aliases.
18722
18723         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18724
18725         * assistant.el (wid-edit): Fix compilation.
18726
18727         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18728
18729 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18730
18731         * gnus-util.el (gnus-set-file-modes): New function.  (small
18732         patch).
18733
18734 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18735
18736         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18737
18738         * assistant.el (assistant-render-node): Fix up rendering and
18739         read-only text.
18740         (assistant-render-node): Reset.
18741         (assistant-make-read-only): Not sticky.
18742
18743 2004-05-20  Danny Siu  <dsiu@adobe.com>
18744
18745         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18746         centered even when gnus-auto-center-summary is t.
18747
18748 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18749
18750         * dns.el (dns-get-txt-answer): New function.
18751         (dns-read-txt): Ditto.
18752         (query-dns): Use it.
18753
18754 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18757         active for foreign groups even if the group level is higher than
18758         the specified value.
18759
18760 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18761
18762         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18763         non-active groups.
18764
18765         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18766
18767 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18768
18769         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18770
18771 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18772
18773         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18774         (spam-crm114-header, spam-crm114-spam-switch)
18775         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18776         (spam-crm114-positive-spam-header)
18777         (spam-crm114-database-directory, spam-list-of-processors)
18778         (spam-group-spam-processor-crm114-p)
18779         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18780         (spam-generic-score, spam-list-of-checks)
18781         (spam-list-of-statistical-checks, spam-registration-functions)
18782         (spam-check-crm114-headers, spam-crm114-score)
18783         (spam-check-crm114, spam-crm114-register-with-crm114)
18784         (spam-crm114-register-spam-routine)
18785         (spam-crm114-unregister-spam-routine)
18786         (spam-crm114-register-ham-routine)
18787         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18788         From asjo@koldfront.dk (Adam Sjøgren).
18789
18790         * gnus.el: Add spam-use-crm114.
18791
18792         * spam.el (spam-list-of-processors, spam-registration-functions):
18793         Add spam-use-resend.
18794         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18795         (spam-report-articles-gmane): Add doc fix.
18796         (spam-report-articles-resend, spam-report-resend-register-routine):
18797         Add wrappers around spam-report-resend-to.
18798
18799         * spam-report.el (spam-report-resend-to, spam-report-resend):
18800         Add support for resending spam.
18801         (spam-report-gmane): Fix line length >80.
18802
18803         * gnus.el (spam-process): Add spam-use-resend.
18804
18805 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18806
18807         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18808         number of processed spam messages.
18809         (spam-ham-copy-or-move-routine): Return the number of processed
18810         ham messages.
18811         (spam-summary-prepare-exit): Use the above values to decide
18812         whether status messages shouled be displayed.
18813
18814 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18815
18816         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18817         `rfc2047-encoding-function-alist' in order to avoid conflicting
18818         with the old version.
18819         (rfc2047-encode-region): Concatenate words containing non-ASCII
18820         characters in structured fields; don't encode space-delimited
18821         ASCII words even in unstructured fields; don't break words at
18822         char-category boundaries.
18823         (rfc2047-encode-1): New function.
18824         (rfc2047-encode): Use it; encode text so that it occupies the
18825         maximum width within 76-column; work correctly on Q encoding for
18826         iso-2022-* charsets.
18827         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18828         sure not to break a line just after the header name.
18829         (rfc2047-b-encode-region): Remove.
18830         (rfc2047-b-encode-string): New function.
18831         (rfc2047-q-encode-region): Remove.
18832         (rfc2047-q-encode-string): New function.
18833
18834         * mm-util.el (mm-replace-in-string): New function.
18835
18836 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18837
18838         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18839         Really get it right.
18840         (gnus-inews-make-draft): Really.
18841
18842 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18843
18844         * nnmh.el (nnmh-request-list-1): Don't check the link count
18845         before descending.  (small patch)
18846
18847 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18848
18849         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18850         stuff.
18851
18852         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18853         Match on real group name.
18854
18855         * gnus-art.el (gnus-signature-limit): Doc fix.
18856
18857         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18858
18859         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18860
18861 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18862
18863         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18864         isn't a string.
18865
18866 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18867
18868         * gnus-draft.el (gnus-draft-send):
18869         Bind rfc2047-encode-encoded-words.
18870
18871         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18872         (rfc2047-encodable-p): Say that =? needs encoding.
18873         (rfc2047-encode-encoded-words): New variable.
18874
18875         * gnus-group.el (gnus-group-select-group): Doc fix.
18876
18877         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18878
18879         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18880         to nil.
18881
18882         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18883
18884         * nnheader.el (nnheader-get-lines-and-char): New function.
18885
18886 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18887
18888         * gnus-msg.el (gnus-summary-followup-with-original):
18889         Document yanking of region when active.
18890
18891 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18892
18893         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18894         groups if the group level is higher than the specified value.
18895
18896 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18899         (gnus-group-jump-to-group): Add prefix argument using
18900         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18901         non-active group.
18902
18903         * compface.el (uncompface): Be verbose when changing
18904         `uncompface-use-external'.
18905
18906         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18907         handle manual section.
18908
18909 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18910
18911         * gnus-art.el (gnus-button-alist): Revert previous change.
18912
18913 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18914
18915         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18916
18917 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18918
18919         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18920         whether backend can accept message.
18921
18922         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18923
18924 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18925
18926         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18927         Avoid creating directory when nntp-marks-is-evil is true.
18928         Reported by Reiner Steib.
18929
18930 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18931
18932         * gnus-picon.el (gnus-picon-style): New variable.
18933         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18934         (gnus-picon-transform-address): Support `gnus-picon-style'.
18935         From Jesper Harder <harder@ifa.au.dk>.
18936
18937 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18938
18939         * message.el (message-fill-field): Return point.
18940         (message-generate-headers): Go to end of field.
18941
18942         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18943         stuff for non-living groups.
18944
18945 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18946
18947         * gnus-art.el (gnus-article-followup-with-original)
18948         (gnus-article-reply-with-original): gnus-mark-active-p ->
18949         gnus-region-active-p.
18950
18951 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18952
18953         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18954         only when there is spam or ham to be processed.
18955
18956 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18957
18958         * mail-source.el (mail-source-delete-crash-box): Refactor.
18959         (mail-source-fetch): Use it.
18960         (mail-source-fetch-file): Ditto.
18961         (mail-source-fetch-directory): Run postscript in loop.
18962         (mail-source-fetch-pop): Delete.
18963         (mail-source-fetch-maildir): Ditto.
18964         (mail-source-fetch-imap): Ditto.
18965
18966         * imap.el (imap-authenticators): Comment out sasl.
18967
18968         * message.el (message-skip-to-next-address): New function.
18969         (message-fill-header-address): Refactor.
18970         (message-fill-address): Use it.
18971         (message-delete-address): Use it.
18972         (message-fill-header-general): Refactor.
18973         (message-fill-field-address): Rename.
18974         (message-narrow-to-field): Find the start of the header.
18975         (message-header-format-alist): Don't pre-fill.
18976         (message-fill-header): Remove.
18977         (message-insert-header): New function.
18978         (message-shorten-references): Use it.
18979
18980         * rfc2047.el (rfc2047-field-value): Strip props.
18981
18982         * mail-parse.el (mail-header-make-address): New alias.
18983
18984         * ietf-drums.el (ietf-drums-make-address): New function.
18985
18986         * imap.el: Add compiler directives.
18987
18988         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18989
18990         * gnus-art.el (article-decode-idna-rhs): Don't use
18991         message-idna-inside-rhs-p.
18992
18993 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18994
18995         * message.el (message-idna-inside-rhs-p): Remove.
18996         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18997
18998         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18999         false positives.
19000
19001 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19002
19003         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19004
19005 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19006
19007         * nneething.el (nneething-file-name): Don't create spurious
19008         files.
19009
19010         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19011         (gnus-inews-do-gcc): Remove sleep.
19012
19013         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19014         part under point.
19015
19016         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19017         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19018
19019 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19020
19021         * spam.el (spam-summary-prepare-exit): Fix (length).
19022
19023 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19024
19025         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19026         as expired without moving it" message when there are spam
19027         messages left.
19028
19029 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19030
19031         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19032         header is not nil.
19033
19034 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19035
19036         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19037         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19038         (nntp-marks-changed-p): New arg SERVER.
19039         (nntp-request-update-info): Adjust caller.
19040
19041 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19042
19043         * nntp.el (nntp-save-marks): Pass missing arg.
19044
19045 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19046
19047         * nntp.el: Support marks.
19048         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19049         (nntp-marks-modtime, nntp-marks-directory): New variables.
19050         (nntp-request-set-mark, nntp-request-update-info)
19051         (nntp-possibly-create-directory, nntp-marks-changed-p)
19052         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19053         New functions.
19054
19055 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19056
19057         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19058         (gnus-xmas-redefine): Rename.
19059
19060         * gnus-score.el (gnus-score-insert-help):
19061         Use gnus-select-lowest-window.
19062
19063         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19064         appt-select-lowest-window and rename to gnus-select-lowest-window.
19065
19066         * gnus.el: do.
19067
19068 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19069
19070         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19071         encodings of MIME-encoded words, in order to improve
19072         interoperability with several broken MUAs.
19073
19074 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19075
19076         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19077         tags, only when charsets are not specified in headers.
19078         (mm-inline-text-html-render-with-w3m): Ditto.
19079
19080         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19081         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19082
19083 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19084
19085         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19086         instead of MIME-decoded from fields when checking
19087         `gnus-article-address-banner-alist'.
19088
19089 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19090
19091         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19092         description rather than subject.
19093
19094 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19095
19096         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19097
19098 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19099
19100         * gnus.el (gnus-version-number): Bump.
19101
19102 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19103
19104         * gnus.el: No Gnus v0.2 is released.
19105
19106 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19107
19108         * gnus-agent.el (gnus-agent-read-agentview):
19109         Inline gnus-uncompress-range.
19110
19111 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19112
19113         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19114         `exec-installed-p'.
19115
19116 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19117
19118         * gnus.el (spam-process, spam-autodetect-methods):
19119         Add bsfilter and bsfilter-headers.
19120
19121         * spam.el (spam-bsfilter): New customize group.
19122         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19123         (spam-bsfilter-header, spam-bsfilter-probability-header)
19124         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19125         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19126         (spam-bsfilter-database-directory): New options.
19127         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19128         (spam-list-of-statistical-checks, spam-registration-functions):
19129         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19130         (spam-bsfilter-score): New command.
19131         (spam-check-bsfilter-headers, spam-check-bsfilter)
19132         (spam-bsfilter-register-with-bsfilter)
19133         (spam-bsfilter-register-spam-routine)
19134         (spam-bsfilter-unregister-spam-routine)
19135         (spam-bsfilter-register-ham-routine)
19136         (spam-bsfilter-unregister-ham-routine): New functions.
19137         (spam-generic-score): Support bsfilter; Accept an optional argument
19138         to recalcurate spam score even if scoring header has already been
19139         added.
19140         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19141         optional argument to recalcurate spam score even if scoring header
19142         has already been added.
19143
19144 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19145
19146         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19147         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19148         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19149         link is missing.
19150
19151 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19152
19153         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19154         (html2text-get-attr): Rewrite.
19155
19156         * message.el (message-setup-1): Remove redundant put-text-property
19157         on mail-header-separator.
19158
19159 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19160
19161         * gnus-registry.el (gnus-registry-cache-whitespace)
19162         (gnus-registry-action, gnus-registry-spool-action)
19163         (gnus-registry-split-fancy-with-parent): Change message levels
19164         from 5 to 3 or 7, as needed.
19165
19166         * spam.el (spam-summary-prepare-exit)
19167         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19168         (spam-split, spam-find-spam, spam-log-undo-registration)
19169         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19170         level from 5 to 6.
19171
19172 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19175         2004-03-04 change).
19176
19177 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19178
19179         * sieve-manage.el (sieve-manage-open):
19180         * nnweb.el (nnweb-insert-html):
19181         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19182         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19183         * nnspool.el (nnspool-request-group):
19184         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19185         * nnml.el (nnml-request-update-info):
19186         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19187         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19188         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19189         (nnimap-request-set-mark):
19190         * nnfolder.el (nnfolder-request-update-info):
19191         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19192         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19193         * gnus-uu.el (gnus-uu-find-articles-matching):
19194         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19195         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19196         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19197         * gnus-nocem.el (gnus-nocem-scan-groups):
19198         * gnus-int.el (gnus-start-news-server):
19199         * gnus-group.el (gnus-group-make-kiboze-group)
19200         (gnus-group-browse-foreign-server):
19201         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19202         Use mapc when appropriate.
19203
19204 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19205
19206         FIXME: Make separate entries for each person.
19207
19208         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19209         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19210         <shields@msrl.com>:
19211
19212         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19213         may need for spam sorting and scoring.
19214         (spam-user-format-function-S): Add user format function suitable for
19215         general use.
19216         (spam-article-sort-by-spam-status): Add sorting function for summary
19217         sorting.
19218         (spam-extra-header-to-number): Add function to get a score from a
19219         header.
19220         (spam-summary-score): Add function to get a numeric score from the
19221         headers.
19222         (spam-generic-score): Fix function doc, was in wrong place.
19223         (spam-initialize): Take symbols when it's run, and install the
19224         extra headers that spam-necessary-extra-headers thinks we need.
19225
19226 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19227
19228         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19229         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19230
19231 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19232
19233         * gnus-sum.el (gnus-set-global-variables)
19234         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19235         (gnus-article-get-xrefs, gnus-summary-best-group)
19236         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19237         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19238         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19239         Use with-current-buffer.
19240
19241 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19242
19243         * spam.el (spam-summary-prepare-exit): Simplify logic.
19244         (spam-fetch-article-header): Read the article header if it's not
19245         available.
19246         (spam-list-articles): Simplify logic.
19247         (spam-filelist-register-routine): Fix bug with unregister-list.
19248
19249         * gnus-registry.el: Fix comments at beginning.
19250
19251 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19252
19253         * message.el (message-cater-to-broken-inn): Remove.
19254         (message-shorten-references): Make sure the total folded length of
19255         References is shorter than 998 characters to cater to a bug in INN
19256         2.3.  Also, don't pretend that references aren't folded -- this
19257         hasn't worked for a while.
19258
19259 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19260
19261         * gnus-agent.el (gnus-agentize):
19262         gnus-agent-send-mail-real-function no longer set to current value
19263         of message-send-mail-function but rather a lambda that calls
19264         message-send-mail-function.  The change makes the agent real-time
19265         responsive to user changes to message-send-mail-function.
19266
19267 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19268
19269         * legacy-gnus-agent.el
19270         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19271         help from Florian Weimer <fw@deneb.enyo.de>
19272
19273 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * nnmail.el (nnmail-cache-insert): Revert last change.
19276
19277 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19278
19279         * nnmail.el (nnmail-cache-insert): Always check whether
19280         nnmail-cache-ignore-groups matches a group name.
19281
19282 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19283
19284         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19285         (spam-find-spam, spam-log-processing-to-registry)
19286         (spam-log-registered-p, spam-log-unregistration-needed-p)
19287         (spam-log-undo-registration): Use gnus-message instead of
19288         gnus-error, none of these errors are fatal.
19289
19290         * gnus-registry.el (gnus-registry-clean-empty-function)
19291         (gnus-registry-clean-empty): Remove only empty entries without
19292         extra data.
19293
19294 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19295
19296         * spam-stat.el (spam-stat-buffer-change-to-spam)
19297         (spam-stat-buffer-change-to-non-spam): Change (error) to
19298         (gnus-message 8) invocation.
19299
19300 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19301
19302         * nntp.el (nntp-via-netcat-command): New variable.
19303         (nntp-via-netcat-switches): New variable.
19304         (nntp-open-via-rlogin-and-netcat): New function.
19305         (nntp-open-connection-function): Doc fix.
19306         (nntp-telnet-command): Doc fix.
19307         (nntp-end-of-line): Doc fix.
19308         (nntp-via-rlogin-command): Doc fix.
19309         (nntp-via-user-name): Doc fix.
19310         (nntp-via-address): Doc fix.
19311
19312 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19313
19314         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19315         error in Emacs 21.1.
19316
19317 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19318
19319         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19320
19321 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19322
19323         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19324         (gnus-agent-with-refreshed-group): New macro.
19325         (gnus-agent-rename-group): New function.
19326         (gnus-agent-delete-group): New function.
19327         (gnus-agent-save-group-info): Use gnus-command-method when
19328         `method' parameter is nil.  Don't write nil entries into the
19329         active file.
19330         (gnus-agent-get-group-info): New function.
19331         (gnus-agent-fetch-articles):
19332         Use gnus-agent-update-files-total-fetched-for to increment disk space
19333         used.
19334         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19335         Use gnus-agent-update-view-total-fetched-for to increment disk space
19336         used.
19337         (gnus-agent-get-local): Add optional parameters to avoid calling
19338         gnus-group-real-name and gnus-find-method-for-group.
19339         (gnus-agent-set-local): Delete stored entry if either min, or max,
19340         are nil.
19341         (gnus-agent-fetch-session): Reworded error/quit messages.
19342         On quit, use gnus-agent-regenerate-group to record existance of any
19343         articles fetched to disk before the quit occurred.
19344         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19345         gnus-agent-update-view-total-fetched-for, and
19346         gnus-agent-update-files-total-fetched-for to decrement disk space
19347         used.
19348         (gnus-agent-retrieve-headers):
19349         Use gnus-agent-update-view-total-fetched-for to increment disk space
19350         used.
19351         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19352         with gnus-agent-update-files-total-fetched-for to decrement disk
19353         space and fresh group buffer.
19354         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19355         (gnus-agent-need-update-total-fetched-for): New variable.
19356         (gnus-agent-update-files-total-fetched-for): New function.
19357         (gnus-agent-update-view-total-fetched-for): New function.
19358         (gnus-agent-total-fetched-for): New function.
19359
19360         * gnus-cache.el (gnus-cache-save-buffers):
19361         Use gnus-cache-update-overview-total-fetched-for to change disk space
19362         used by this group.
19363         (gnus-cache-possibly-enter-article):
19364         Use gnus-cache-update-file-total-fetched-for to increment disk space
19365         used by this group.
19366         (gnus-cache-possibly-remove-article):
19367         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19368         used by this group.
19369         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19370         (gnus-cache-rename-group): New function.
19371         (gnus-cache-delete-group): New function.
19372         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19373         (gnus-cache-need-update-total-fetched-for): New variable.
19374         (gnus-cache-with-refreshed-group): New macro.
19375         (gnus-cache-update-file-total-fetched-for): New function.
19376         (gnus-cache-update-overview-total-fetched-for): New function.
19377         (gnus-cache-rename-group-total-fetched-for): New function.
19378         (gnus-cache-delete-group-total-fetched-for): New function.
19379         (gnus-cache-total-fetched-for): New function.
19380
19381         * gnus-group.el: Require gnus-sum and autoload functions to
19382         resolve warnings when gnus-group.el compiled alone.
19383         (gnus-group-line-format): Documented new %F.
19384         (size of Fetched data) group line format; identifies disk space
19385         used by agent and cache.
19386         (gnus-group-line-format-alist): Defined new F format.
19387         (gnus-total-fetched-for): New function.
19388         (gnus-group-delete-group): No longer update
19389         gnus-cache-active-altered as gnus-request-delete-group now keeps
19390         the cache in sync.
19391         (gnus-group-list-active): Let the agent store a server's active
19392         list if currently plugged.
19393
19394         * gnus-int.el (gnus-request-delete-group):
19395         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19396         local disk in sync with the server.
19397         (gnus-request-rename-group):
19398         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19399         local disk in sync with the server.
19400
19401         * gnus-start.el (gnus-get-unread-articles):
19402         Cosmetic simplification to logic.
19403
19404         * gnus-util.el (gnus-rename-file): New function.
19405
19406 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19407
19408         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19409
19410 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19411
19412         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19413         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19414
19415 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19416
19417         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19418         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19419
19420 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19421
19422         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19423
19424 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19425
19426         * spam.el (spam-set-difference): Add function to replace
19427         gnus-set-difference in spam.el.
19428         (spam-summary-prepare-exit): Use spam-set-difference.
19429
19430 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19431
19432         * gnus-registry.el (gnus-registry-cache-file): Update to use
19433         gnus-dribble-directory OR gnus-home-directory OR ~.
19434         (gnus-registry-split-fancy-with-parent): Fix doc.
19435
19436 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * message.el (message-exchange-point-and-mark):
19439         Use message-mark-active-p.  Suggested by Jesper Harder
19440         <harder@ifa.au.dk>.
19441
19442 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * message.el (message-exchange-point-and-mark): Don't activate
19445         region if it was inactive.  Suggested by Hiroshi Fujishima
19446         <pooh@nature.tsukuba.ac.jp>.
19447
19448 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * gnus-art.el (article-display-face): Display Faces in the same
19451         order as X-Faces.
19452
19453 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19454
19455         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19456
19457 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19460         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19461         (gnus-article-mime-hierarchy): Remove.
19462         (gnus-article-mime-hierarchy-next): Remove.
19463         (gnus-article-mode): Revert 2004-03-19 change.
19464         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19465         (gnus-insert-mime-button): Revert 2004-03-19 change.
19466         (gnus-mime-accumulate-hierarchy): Remove.
19467         (gnus-mime-enter-multipart): Remove.
19468         (gnus-mime-leave-multipart): Remove.
19469         (gnus-mime-display-part): Revert 2004-03-19 change.
19470         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19471
19472         * mml.el (mml-preview): Revert 2004-03-19 change.
19473
19474 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19475
19476         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19477
19478 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19481         t while entering a file name using the mm-with-multibyte macro.
19482         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19483
19484         * mm-util.el (mm-with-multibyte): New macro.
19485
19486 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19489         New user option.
19490         (gnus-mime-multipart-functions): Doc and customization fix.
19491         (gnus-article-mime-hierarchy): New variable.
19492         (gnus-article-mime-hierarchy-next): New variable.
19493         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19494         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19495         gnus-article-mime-hierarchy-next to nil.
19496         (gnus-insert-mime-button): Show hierarchy numbers.
19497         (gnus-mime-accumulate-hierarchy): New function.
19498         (gnus-mime-enter-multipart): New function.
19499         (gnus-mime-leave-multipart): New function.
19500         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19501         (gnus-mime-display-alternative): Show hierarchy numbers.
19502
19503         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19504         gnus-article-mime-hierarchy-next to nil.
19505
19506 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19507
19508         * dns.el: Don't require gnus-xmas.
19509
19510 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19511
19512         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19513         inline PGP.
19514         (mml-menu): Disable mml-quote-region if mark is inactive.
19515
19516 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19519         when the group's active is not available.
19520
19521 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19524         error.
19525
19526 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19527
19528         * imap.el (imap-store-password): New variable.
19529         (imap-interactive-login): Use it.
19530         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19531
19532 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19535         window-start and hscroll to summary window.
19536
19537 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19538
19539         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19540         conversion message to newsrc-dribble when an actual conversion is
19541         performed.
19542
19543 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19544
19545         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19546
19547 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19548
19549         * mm-decode.el (mm-complicated-handles): New function reviving
19550         former definition of mm-multiple-handles.
19551
19552         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19553         (gnus-mime-delete-part): Use it.
19554
19555 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19556
19557         * gnus-agent.el (gnus-agent-read-local):
19558         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19559         avoid the implicit assumption that they will always be equal.
19560         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19561         coding-system-for-write, as the with-temp-file macro first prints
19562         to a buffer then saves the buffer.
19563
19564 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19565
19566         * gnus-art.el (gnus-article-edit-part): New function.
19567         (gnus-mime-save-part-and-strip): Use it; do query instead of
19568         signaling an error; don't use mm-multiple-handles.
19569         (gnus-mime-delete-part): Ditto.
19570
19571 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19572
19573         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19574         old file versions.
19575         (gnus-group-prepare-hook): Remove function that converted list
19576         form of gnus-agent-expire-days to group properties.
19577
19578         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19579         (gnus-request-accept-article): Re-indented.
19580
19581         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19582         converters to handle old agent file formats.  Add logic for a
19583         "backup before upgrading warning".
19584         (gnus-convert-mark-converter-prompt): Developers can mark
19585         functions as needing (default), or not needing,
19586         gnus-convert-old-newsrc's "backup before upgrading warning".
19587         (gnus-convert-converter-needs-prompt): Tests whether the user
19588         should be protected from potentially irreversable changes by the
19589         function.
19590
19591         * legacy-gnus-agent.el: New.  Provides converters that are only
19592         loaded when gnus-convert-old-newsrc needs to call them.
19593
19594 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19595
19596         * mail-source.el (mail-source-touch-pop): Doc fix.
19597
19598         * message.el (message-smtpmail-send-it): Doc fix.
19599
19600 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19601
19602         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19603
19604         * nnmail.el (nnmail-split-fancy): do.
19605
19606         * gnus-kill.el (gnus-kill, gnus-execute): do.
19607
19608 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19609
19610         * gnus-sum.el (gnus-widget-reversible-match)
19611         (gnus-widget-reversible-to-internal)
19612         (gnus-widget-reversible-to-external): New functions.
19613         (gnus-widget-reversible): New widget.
19614         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19615
19616 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19617
19618         * gnus-sum.el (gnus-thread-sort-functions)
19619         (gnus-article-sort-functions): Document `(not F)' items.
19620
19621 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19622
19623         * spam.el (spam-use-gmane-xref): Add new backend.
19624         (spam-gmane-xref-spam-group): Add variable to control the name of the
19625         Gmane spam group.
19626         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19627         (spam-regex-headers-spam, spam-regex-headers-ham)
19628         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19629         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19630         backends and checks.
19631         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19632
19633         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19634         an autodetect method.
19635
19636 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19637
19638         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19639         articles are being added to a group.
19640         (gnus-request-replace-article): Inform the agent that articles
19641         need to be uncached as the cached contents are no longer valid.
19642
19643 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19644
19645         * binhex.el: Don't autoload executable-find.
19646
19647         * canlock.el: Don't autoload mail-fetch-field.
19648
19649         * dgnushack.el: Autoload c-mode for XEmacs.
19650
19651         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19652
19653         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19654         rmail-dont-reply-to and rmail-output.
19655
19656         * gnus-score.el: Don't autoload ffap-string-at-point.
19657
19658         * gnus-setup.el: Don't autoload sc-cite-original.
19659
19660         * imap.el: Don't autoload base64-decode-string,
19661         base64-encode-string and md5.
19662
19663         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19664         and rmail-msg-restore-non-pruned-header.
19665
19666         * mm-decode.el: Don't autoload executable-find.
19667
19668         * mm-url.el: Don't autoload executable-find.
19669
19670         * mm-view.el: Don't autoload diff-mode.
19671
19672         * nndb.el: Don't autoload news-reply-mode, news-setup,
19673         cancel-timer and telnet.
19674
19675         * password.el: Don't autoload run-at-time for Emacs.
19676
19677         * sha1-el.el: Don't autoload executable-find.
19678
19679         * sieve-mode.el: Don't autoload c-mode.
19680
19681         * uudecode.el: Don't autoload executable-find.
19682
19683 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19684
19685         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19686         (gnus-agent-possibly-alter-active): Avoid null in numeric
19687         comparison.
19688         (gnus-agent-set-local): Refuse to save null in local object table.
19689         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19690         list of articles that will be marked as unread.
19691
19692 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19695
19696 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19697
19698         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19699         language tags.
19700
19701 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19702
19703         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19704         Don't bind "obarray".
19705
19706         * gnus-sum.el (gnus-thread-sort-functions):
19707         Add `gnus-thread-sort-by-most-recent-number' and
19708         `gnus-thread-sort-by-most-recent-date'.
19709         Reported by Kai Grossjohann <kai@emptydomain.de>.
19710
19711 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19712
19713         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19714
19715 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19716
19717         * gnus-cus.el (gnus-agent-customize-category):
19718         Remove ignore-errors macro reference that required cl to be loaded at
19719         run-time.
19720
19721         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19722         single-interval range of the form (min . max).  Previously the
19723         range had to look like ((min . max)).  Likewise, return
19724         (min . max) rather than ((min . max)).
19725         (gnus-range-map): Use gnus-range-normalize to accept
19726         single-interval range.
19727
19728         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19729         the cache, but not the agent, now appear with their usual face.
19730
19731         * dgnushack.el (loaddir): New variable that is bound to the
19732         directory containing the dgnushack.el file. Use loaddir, rather
19733         than srcdir, to update load-path. Change lets dgnushack compile
19734         code in directories other than GNUS/lisp.
19735
19736 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19737
19738         * lpath.el: Don't bind w3m-safe-url-regexp.
19739
19740         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19741         w3m-safe-url-regexp variable buffer-local.
19742
19743         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19744
19745 2004-02-27  Simon Josefsson  <jas@extundo.com>
19746
19747         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19748         gnus-group-real-prefix.
19749         (gnus-summary-move-article): Use it, instead of
19750         gnus-group-real-prefix.
19751
19752 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19753
19754         * lpath.el: Bind w3m-safe-url-regexp.
19755
19756         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19757         w3m-safe-url-regexp variable buffer-local and set it as the value
19758         of mm-w3m-safe-url-regexp.
19759
19760         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19761
19762         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19763         parsing gnus-posting-styles when the message is not for replying.
19764
19765         * dgnushack.el: Autoload sgml-mode for XEmacs.
19766
19767         * nnrss.el (nnrss-opml-export):
19768         Use mm-set-buffer-file-coding-system instead of
19769         set-buffer-file-coding-system.
19770
19771 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19772
19773         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19774         of checkdoc.el).
19775         * nnrss.el: do.
19776         * gnus-mlspl.el: do.
19777         * gnus-ml.el: do.
19778         * gnus-srvr.el: do.
19779
19780         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19781
19782 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19783
19784         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19785         Corrections to custom-manual links.
19786
19787         * gnus-art.el (gnus-article): Ditto.
19788
19789         * mm-decode.el (mime-display, mime-security): Ditto.
19790
19791 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19792
19793         * flow-fill.el: Typo.
19794
19795 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19796
19797         * spam-wash.el: New file.
19798
19799 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19800
19801         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19802
19803 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19804
19805         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19806         to be run with new-articles as LIST1, not LIST2.
19807         (spam-registration-functions): Add spam-use-ham-copy as a nil
19808         registration backend.
19809
19810 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19811
19812         * spam-stat.el (spam-stat-washing-hook): New option.
19813         (spam-stat-buffer-words): Use it.
19814         (spam-stat-process-directory, spam-stat-test-directory):
19815         Use insert-file-contents-literally.
19816         (spam-stat-coding-system): New variable.
19817         (spam-stat-load, spam-stat-save): Use it.
19818
19819 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19820
19821         * spam-report.el (spam-report-plug-agent):
19822         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19823
19824 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19825
19826         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19827         Allow / in mailto URLs.
19828
19829 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19830
19831         * spam-report.el (spam-report-process-queue): Fix interactive use.
19832         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19833         (spam-report-unplug-agent): Doc fixes.
19834         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19835         (spam-report-agentize, spam-report-deagentize): Autoload.
19836
19837 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19838
19839         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19840
19841         * message.el (message-setup-fill-variables): Add mml tags to
19842         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19843         <ajk@iu.edu>.
19844         (message-mode): Don't modify paragraph-separate there.
19845
19846 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19847
19848         * compface.el (uncompface-use-external): Default to undecided.
19849         (uncompface-use-external-threshold): New variable.
19850         (uncompface-float-time): New macro.
19851         (uncompface): Determine whether to use the external decoder if
19852         uncompface-use-external is undecided.
19853
19854 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19855
19856         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19857         after images.
19858
19859         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19860
19861 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19862
19863         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19864
19865         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19866
19867         * gnus-sum.el (gnus-summary-limit-to-age)
19868         (gnus-summary-limit-children): do.
19869
19870         * gnus-int.el (gnus-request-scan): do.
19871
19872         * gnus-group.el (gnus-group-suspend): do.
19873
19874         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19875
19876         * gnus-cite.el (gnus-cite-parse-attributions): do.
19877
19878         * gnus-agent.el (gnus-summary-set-agent-mark)
19879         (gnus-agent-regenerate-group): do.
19880
19881         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19882
19883         * binhex.el (binhex-decode-region-internal): do.
19884
19885 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * gnus-fun.el (gnus-face-properties-alist): New user option.
19888         (gnus-display-x-face-in-from): Use it.
19889
19890         * gnus-art.el (article-display-face): Ditto.
19891
19892         * compface.el (uncompface-use-external): Default to nil.
19893
19894 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19895
19896         * nntp.el (nntp-erase-buffer): New function.
19897         (nntp-retrieve-data, nntp-send-command)
19898         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19899         (nntp-possibly-change-group): Use it.
19900
19901         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19902         Use with-current-buffer.
19903
19904 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19905
19906         * compface.el: Merge the ELisp-based uncompface program.
19907         (compface): New customization group.
19908         (uncompface-use-external): New user option.
19909         (uncompface): Call uncompface-internal if uncompface-use-external
19910         is nil.
19911         (uncompface-internal): New function.  Note that there are also
19912         some other functions and variables added for this function.
19913
19914 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19915
19916         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19917         if necessary.
19918
19919 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19920
19921         * spam-report.el (spam-report-unplug-agent)
19922         (spam-report-plug-agent, spam-report-deagentize)
19923         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19924         Add support for the Agent in spam-report: when unplugged, report to a
19925         file; when plugged, submit all the requests.
19926
19927         * spam.el (spam-register-routine): Fix message about
19928         registration.
19929
19930 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19931
19932         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19933         dependencies.
19934         (rfc2047-encode): Use it.
19935
19936         * gnus-art.el (gnus-button-marker-list): Move before first
19937         reference.
19938
19939         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19940         (imap-parse-body): Fix format string mismatch.
19941
19942         * gnus-score.el (gnus-summary-increase-score): do.
19943
19944         * nnrss.el (nnrss-close): New function.
19945
19946 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19947
19948         * nnrss.el (nnrss-make-filename): New function.
19949         (nnrss-request-delete-group, nnrss-read-server-data)
19950         (nnrss-save-server-data, nnrss-read-group-data)
19951         (nnrss-save-group-data): Use it.
19952         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19953         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19954         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19955
19956 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19957
19958         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19959
19960 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19961
19962         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19963         files.
19964
19965         * message.el (message-generate-headers-first): Don't quote nil
19966         and t in docstrings.
19967
19968         * imap.el (imap-id): do.
19969
19970         * gnus-agent.el (gnus-agent-consider-all-articles)
19971         (gnus-agent-queue-mail): do.
19972
19973 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19974
19975         * spam-report.el (spam-report-process-queue): New function.
19976         Process requests from `spam-report-requests-file'.
19977         (spam-report-process-queue): Doc fix.
19978
19979 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19980
19981         * spam.el (spam-register-routine)
19982         (spam-log-processing-to-registry, spam-log-registered-p)
19983         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19984         Change "check" to "spam-check" for semi-clarity.
19985
19986 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19987
19988         * pop3.el: Require nnheader.
19989
19990         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19991
19992         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19993
19994         * gnus-picon.el: Require cl.
19995
19996         * gnus-fun.el: Require gnus-ems and gnus-util.
19997
19998         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19999
20000         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20001
20002         * gnus-art.el (gnus-article-edit-mode): Define before first
20003         reference.
20004
20005 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20006
20007         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20008         (gnus-uu-post-encoded): Use point-at-bol.
20009
20010         * gnus-topic.el (gnus-group-active-topic-p): do.
20011
20012         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20013
20014         * gnus-group.el (gnus-group-kill-region): do.
20015
20016         * gnus-art.el (article-date-ut): do.
20017
20018         * message.el (message-fetch-field): Remove redundant
20019         case-fold-search binding.
20020         (message-narrow-to-field): Simplify.
20021
20022 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20023
20024         * spam.el (spam-directory): Derive from `gnus-directory'.
20025
20026         * spam-report.el (spam-report-url-to-file)
20027         (spam-report-requests-file): New function and variable for offline
20028         reporting.
20029         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20030         and user defined function.
20031         (spam-report-url-ping-mm-url): Remove doubled slash.
20032
20033 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20034
20035         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20036
20037 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20038
20039         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20040         Fix format string mismatch.
20041
20042         * sieve.el (sieve-deactivate-all): do.
20043
20044         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20045
20046         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20047
20048         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20049
20050         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20051
20052 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20053
20054         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20055         the list of checks.
20056
20057 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20058
20059         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20060         padding.
20061
20062 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20063
20064         * mm-view.el (mm-fill-flowed): New variable.
20065         (mm-inline-text): Use it.
20066
20067 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20068
20069         * spam.el (spam-spamassassin-register-ham-routine)
20070         (spam-spamassassin-register-spam-routine): Fix function names.
20071
20072 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * gnus.el (gnus-tmp-grouplens): Remove.
20075         (gnus-summary-line-format): Remove grouplens.
20076
20077         * gnus-group.el (gnus-group-line-format): Ditto.
20078
20079         * gnus-spec.el (gnus-format-specs): Ditto.
20080         (gnus-update-format-specifications): Flush the group format spec
20081         cache if there's the grouplens stuff.
20082         (gnus-parse-simple-format): Replace %l with the empty string.
20083
20084 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20085
20086         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20087         omission.
20088
20089 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20090
20091         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20092         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20093
20094 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20095
20096         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20097         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20098         New macros and functions.
20099         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20100         Handle > NLINK_MAX messages.
20101         * nnmaildir.el (nnmaildir-request-set-mark):
20102         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20103
20104 2004-01-25  Alex Schroeder  <alex@gnu.org>
20105
20106         * spam-stat.el (spam-stat-process-directory-age): New option.
20107         (spam-stat-process-directory): Use it.
20108
20109 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20110
20111         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20112         (spam-stat-save): Accept prefix argument.
20113
20114 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20115
20116         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20117         links" error.
20118
20119 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20122         the rest of the and/or forms.
20123
20124 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20125
20126         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20127         compatibility with old .newsrc.eld files.
20128
20129         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20130
20131         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20132
20133         * gnus-start.el (gnus-1): do.
20134
20135         * gnus-group.el (gnus-group-line-format-alist): do.
20136
20137         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20138
20139         * gnus-gl.el: Remove.
20140
20141 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20142
20143         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20144         marks consisting of a single range {for example, (3 . 5)} rather
20145         than a list of a single range { ((3 . 5)) }.
20146
20147 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20148
20149         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20150         Use with-current-buffer.
20151         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20152         avoid consing a string.
20153
20154         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20155         Remove obsolete entries for big5 and gb2312.
20156
20157 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20158
20159         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20160         uncompressed list.
20161
20162 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20163
20164         * spam-stat.el (spam-stat-strip-xref): New function.
20165         (spam-stat-process-directory): Use it.
20166
20167         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20168         here -- it's done in message-fetch-field.
20169
20170 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20171
20172         * gnus-agent.el (gnus-agent-queue-mail)
20173         (gnus-agent-prompt-send-queue): New variables.
20174         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20175         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20176         "nndraft:queue" along to gnus-draft-send.
20177         Use gnus-agent-prompt-send-queue.
20178         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20179         is "nndraft:queue".  Suggested by Gaute Strokkenes
20180         <gs234@srcf.ucam.org>
20181
20182         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20183         (agent-enable-undownloaded-faces): Add.
20184         (gnus-agent-cat-groups): Use eval-and-compile, not
20185         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20186         method of gnus-agent-cat-groups even when the buffer has been
20187         evaled.
20188         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20189         delete gnus-agent-save-active-1.
20190         (gnus-agent-save-groups): Delete.  Identical to
20191         gnus-agent-save-active.
20192         (gnus-agent-write-active): No longer adjust agent's copy of active
20193         file as agent's adjustments are now stored in their own
20194         file.  Remove optional parameter.
20195         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20196         servers.  Add use of min/max range limits from server's local
20197         file.
20198         (gnus-agent-save-alist): Remove unused optional argument.
20199         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20200         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20201         (gnus-agent-set-local): A per-server file that keeps min/max range
20202         limits for articles known to the agent.  Provides a fast mechanism
20203         for altering many active ranges.
20204         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20205         active file (local makes it unnecessary).
20206         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20207
20208         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20209         (agent-enable-undownloaded-faces): Add.
20210
20211         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20212         disable it when sending to "nndraft:queue".
20213         (gnus-group-send-queue): Add safety check to avoid sending queue
20214         when unplugged.
20215
20216         * gnus-group.el (gnus-group-catchup): Use new
20217         gnus-sequence-of-unread-articles, not
20218         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20219         numbers of articles.  Use gnus-range-map to avoid having to
20220         uncompress the unread list.
20221         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20222         Fix invalid ange-ftp reference.
20223
20224         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20225         (gnus-sorted-range-intersection): Intersection of two ranges
20226         without requiring that they first be uncompressed.
20227
20228         * gnus-start.el (gnus-activate-group): Unless blocked by the
20229         caller, possibly expand the active range to include both cached
20230         and agentized articles.
20231         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20232         multiple version-dependent converters.
20233         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20234         gnus-agent-save-active.
20235         (gnus-save-newsrc-file): Save dirty agent range limits.
20236
20237         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20238         gnus-agent-possibly-alter-active.
20239         (gnus-adjust-marked-articles): Faster handling of simple lists.
20240
20241 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20242
20243         * spam-stat.el (spam-stat-test-directory): New optional argument
20244         displays a list of files detected.  Suggested by Andrew Cohen
20245         <cohen@andy.bu.edu>.
20246         (spam-stat-buffer-words-with-scores): Don't narrow and change
20247         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20248
20249 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20250
20251         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20252         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20253         (spam-spamassassin-arguments)
20254         (spam-spamassassin-spam-flag-header)
20255         (spam-spamassassin-positive-spam-flag-header)
20256         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20257         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20258         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20259         (spam-list-of-processors, spam-list-of-checks)
20260         (spam-list-of-statistical-checks, spam-registration-functions)
20261         (spam-check-spamassassin-headers, spam-check-spamassassin)
20262         (spam-spamassassin-score)
20263         (spam-spamassassin-register-with-sa-learn)
20264         (spam-spamassassin-register-spam-routine)
20265         (spam-spamassassin-register-ham-routine)
20266         (spam-assassin-register-spam-routine)
20267         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20268         (spam-bogofilter-score): Fix to show article before scoring.
20269
20270 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20271
20272         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20273         default scoring function.
20274         (spam-generic-score): Call spam-spamassassin-score if
20275         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20276         spam-bogofilter-score otherwise.
20277
20278         * gnus.el (spam-process, spam-autodetect-methods):
20279         Add spamassassin and spamassassin-headers.
20280
20281 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20282
20283         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20284         Suppress unnecessary messages.
20285
20286 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20287
20288         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20289         make-hash-table.
20290
20291 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * canlock.el (base64-encode-string): Don't autoload it.
20294
20295 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * run-at-time.el: Remove useless (require 'itimer),
20298         eval-and-compile and (featurep 'xemacs).
20299
20300 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20301
20302         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20303         GROUP is a virtual group.
20304
20305 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20306
20307         * gnus.el: Autoload `message-y-or-n-p'.
20308
20309 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20310
20311         * pgg-parse.el: Remove unnecessary (require 'custom).
20312
20313         * pgg-def.el: do.
20314
20315         * nnmail.el: do.
20316
20317         * gnus-undo.el: do.
20318
20319         * gnus-picon.el: do.
20320
20321         * gnus-util.el: do.
20322
20323 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20324
20325         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20326
20327 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20330         handle, as well as a list.
20331
20332         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20333         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20334         (mm-w3m-cid-retrieve): Simplify.
20335
20336 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20337
20338         * message.el (message-kill-to-signature): Allow prefix arg to
20339         specify number of lines to keep before signature.
20340
20341 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20342
20343         * message.el (message-kill-to-signature): Change docstring.
20344
20345 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20346
20347         * canlock.el: Always require sha1-el.
20348         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20349
20350         * message.el: Autoload sha1 only when compiling.
20351
20352         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20353         eudc-expand-inline for XEmacs.
20354
20355 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20356
20357         * message.el (message-canlock-generate): Require sha1-el.
20358
20359 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20360
20361         * message.el (message-expand-name): Silence the byte compiler.
20362
20363         * lpath.el: Add detect-coding-system.
20364
20365         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20366         cus-edit.
20367
20368 2004-01-13  Simon Josefsson  <jas@extundo.com>
20369
20370         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20371         Invoke gnus-score-mode.
20372         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20373
20374         * gnus-range.el (gnus-compress-sequence): Doc fix.
20375         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20376
20377 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20380
20381 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20382
20383         * spam.el (spam-get-article-as-string): Update to use
20384         gnus-request-article-this-buffer, much simpler.
20385         (spam-get-article-as-buffer): Remove.
20386
20387 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20388
20389         * message.el (message-expand-name): Use EUDC if the user uses that.
20390
20391 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20392
20393         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20394         character for the encoding to avoid consing a string.
20395
20396         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20397         unnecessarily.
20398
20399         * mm-util.el (mm-replace-chars-in-string): Remove.
20400
20401         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20402         of mm-replace-chars-in-string.
20403
20404 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20405
20406         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20407
20408         * mm-util.el (mm-subst-char-in-string): Support inplace.
20409
20410         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20411         a new string in every iteration.  Use shy groups.
20412
20413 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20414
20415         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20416         * gnus-soup.el (gnus-soup-group-brew):
20417         * gnus-msg.el (gnus-put-message):
20418         * gnus-move.el (gnus-group-move-group-to-server):
20419         * gnus-kill.el (gnus-batch-score):
20420         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20421         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20422         (gnus-group-update-group, gnus-group-read-group)
20423         (gnus-group-make-group, gnus-group-make-help-group)
20424         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20425         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20426         (gnus-group-sort-by-unread, gnus-group-catchup)
20427         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20428         (gnus-group-yank-group, gnus-group-set-info)
20429         (gnus-group-list-groups):
20430         * gnus.el (gnus-generate-new-group-name):
20431         * gnus-delay.el (gnus-delay-send-queue):
20432         * nnvirtual.el (nnvirtual-catchup-group):
20433         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20434         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20435         (gnus-group-prepare-topics, gnus-topic-check-topology):
20436         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20437         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20438         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20439         (gnus-group-make-articles-read):
20440         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20441         (gnus-group-change-level, gnus-kill-newsgroup)
20442         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20443         (gnus-get-unread-articles, gnus-make-articles-unread)
20444         (gnus-make-ascending-articles-unread): Use accessor
20445         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20446         to get group information for improved readability.
20447
20448
20449 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20450
20451         * gnus-art.el (article-decode-mime-words, article-babel)
20452         (gnus-article-highlight-signature, gnus-article-add-buttons)
20453         (gnus-signature-toggle): Use gnus-with-article-buffer.
20454
20455         * gnus-art.el (gnus-article-highlight-headers)
20456         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20457
20458         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20459         (gnus-article-set-globals, gnus-request-article-this-buffer)
20460         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20461         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20462         (gnus-mime-display-alternative): Use with-current-buffer.
20463
20464 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20465
20466         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20467         also under 80 char limit, and call gnus-error if needed.
20468         (spam-fetch-article-header): Fix - it was a
20469         buffer-local variable (gnus-newsgroup-data).
20470         (spam-find-spam): Use spam-generate-fake-headers, forget about
20471         spam-insert-fake-headers.
20472         (spam-insert-fake-headers): Remove.
20473
20474 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20475
20476         * deuglify.el (gnus-article-outlook-unwrap-lines)
20477         (gnus-outlook-rearrange-article)
20478         (gnus-outlook-repair-attribution-outlook)
20479         (gnus-outlook-repair-attribution-block)
20480         (gnus-outlook-repair-attribution-other): Remove redundant
20481         save-excursion.
20482
20483 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20484
20485         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20486         (spam-fetch-field-subject-fast)
20487         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20488         (spam-fetch-article-header): Add functions to deal with Gnus
20489         internals for fast retrieval of article header data.
20490         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20491
20492 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20493
20494         * pop3.el (pop3-md5): Remove.
20495         (pop3-apop): Replace pop3-md5 with md5.
20496
20497         * mm-bodies.el: base64 is always built-in.
20498
20499         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20500         Use with-current-buffer.
20501
20502 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * canlock.el (canlock-insert-header): Remove excessive grouping in
20505         regexp.
20506
20507         * gnus-sum.el (gnus-summary-read-document): Ditto.
20508
20509         * gnus-uu.el (gnus-uu-part-number): Ditto.
20510
20511         * html2text.el (html2text-remove-tags): Ditto.
20512         (html2text-format-tags): Ditto.
20513         (html2text-format-single-elements): Ditto.
20514
20515         * mml.el (mml-parse-1): Ditto.
20516
20517 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20518
20519         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20520
20521         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20522
20523         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20524
20525         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20526
20527 2003-11-15  Simon Josefsson  <jas@extundo.com>
20528
20529         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20530         (pgg-gpg-lookup-key): Use regexp match instead of
20531         split-string (split-string is different between emacs 21.2 and
20532         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20533
20534 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20535
20536         * gnus-art.el (gnus-mime-view-all-parts)
20537         (gnus-article-part-wrapper, gnus-article-view-part):
20538         Use with-current-buffer.
20539
20540 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20541
20542         * spam.el (spam-disable-spam-split-during-ham-respool)
20543         (spam-spamoracle-database, spam-cache-lookups)
20544         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20545         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20546         (spam-group-ham-marks, spam-group-spam-marks)
20547         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20548         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20549         also add spam-use-blackholes to the statistical checks.
20550         (spam-fetch-field-fast): Add interface to fetching fields, may
20551         become a macro.
20552         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20553         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20554         (spam-insert-fake-headers): Fake an article when needed.
20555         (spam-find-spam): Fake article when possible.
20556         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20557         (spam-check-bogofilter-headers): Use message-fetch-field instead
20558         of nnmail-fetch-field.
20559
20560 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20561
20562         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20563
20564 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20565
20566         * spam.el (spam-split): Do not require spam-use-CHECK to be
20567         enabled if that check is passed to spam-split explicitly; also
20568         fix so 'spam doesn't get converted to spam-split-group when
20569         spam-split-symbolic-return is t.
20570         (spam-find-spam): Find registrations of the article and use those
20571         instead of re-running spam-split to find the spam/ham
20572         classification of the article.
20573         (spam-log-processing-to-registry, spam-log-registered-p)
20574         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20575         Use gnus-error instead of gnus-message.
20576         (spam-log-registration-type): Add function to determine the
20577         classification of a message based on registry entries; will
20578         return nil if both 'spam and 'ham are found.
20579         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20580         a reasonably fast local cache without the loading errors.
20581         (spam-cache-lookups): Set to t by default.
20582         (spam-find-spam): Don't try to guess spam-cache-lookups.
20583         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20584         spam-caches entry.
20585         (spam-filelist-build-cache, spam-filelist-check-cache):
20586         Fix caching of whitelist/blacklist entries.
20587         (spam-check-whitelist, spam-check-blacklist):
20588         Invoke spam-from-listed-p with a type, not a cache variable.
20589         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20590
20591 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20592
20593         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20594
20595         * nnmail.el (nnmail-split-fancy): do.
20596
20597         * mml.el (mml-parse): do.
20598
20599         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20600         (gnus-score-adaptive): do.
20601
20602 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20603
20604         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20605         (gnus-mime-button-map): Don't set keymap parent.
20606         (gnus-button-ctan-directory-regexp): Use shy grouping.
20607         (gnus-prev-page-map): Don't set keymap parent.
20608         (gnus-prev-page-map): Remove duplicated one.
20609         (gnus-next-page-map): Don't set keymap parent.
20610         (gnus-mime-security-button-map): Ditto.
20611
20612         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20613         version number.
20614
20615         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20616
20617 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20618
20619         * canlock.el (canlock-sha1-function): Remove.
20620         (canlock-sha1-function-for-verify): Remove.
20621         (canlock-openssl-program): Remove.
20622         (canlock-openssl-args): Remove.
20623         (canlock-ignore-errors): Remove.
20624         (canlock-sha1-with-openssl): Remove.
20625         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20626         (canlock-verify): Don't use canlock-ignore-errors.
20627
20628         * sha1-el.el (sha1-string-external): Make it can return a string
20629         in binary form.
20630         (sha1-region-external): Ditto.
20631         (sha1-string-internal): Ditto.
20632         (sha1-region-internal): Ditto.
20633         (sha1-region): Ditto.
20634         (sha1-string): Ditto.
20635         (sha1): Ditto.
20636
20637 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20638
20639         * spam.el (spam-report-articles-gmane): New command.
20640
20641 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20642
20643         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20644
20645         * run-at-time.el (run-at-time-saved): Remove.
20646         (run-at-time): Doc fix.
20647
20648 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20649
20650         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20651         (gnus-summary-limit-map): Add it.
20652         (gnus-summary-make-menu-bar): do.
20653
20654 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20655
20656         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20657         Make attempt at some caching support (done for BBDB only now).
20658         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20659         addresses to be checked.
20660         (spam-clear-cache-BBDB): Add function, to be invoked by
20661         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20662         (spam-check-BBDB): Check and use the caches, if
20663         spam-cache-lookups is on, remove superfluous (provide).
20664
20665 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20666
20667         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20668
20669 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20670
20671         * run-at-time.el (run-at-time-saved): Move to after the definition
20672         of `run-at-time'.
20673
20674         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20675
20676 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20677
20678         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20679         mm-w3m-local-map-property.
20680
20681         * mm-view.el (mm-w3m-mode-map): Remove.
20682         (mm-w3m-local-map-property): Remove.
20683         (mm-inline-text-html-render-with-w3m): Don't use
20684         mm-w3m-local-map-property.
20685
20686 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20687
20688         * run-at-time.el: New file.
20689
20690         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20691         under Emacs.
20692
20693         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20694         of gnus-set-text-properties.
20695
20696         * gnus-uu.el (gnus-uu-save-article): Ditto.
20697
20698         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20699
20700         * gnus-cite.el (gnus-cite-parse): Ditto.
20701
20702         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20703         of gnus-.
20704
20705         * gnus-xmas.el (run-at-time): Require run-at-time.
20706
20707         * gnus.el: Change calls to nnheader-run-at-time and
20708         password-run-at-time throughout to use run-at-time directly.
20709
20710         * password.el: Remove definition of run-at-time.
20711
20712         * nnheaderxm.el: Remove definition of run-at-time.
20713
20714 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20715
20716         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20717         in prompt.
20718
20719 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20720
20721         * messagexmas.el (message-xmas-redefine): Alias
20722         `message-make-caesar-translation-table' to
20723         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20724         version.
20725
20726         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20727         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20728         `gnus-xmas-set-text-properties'.
20729         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20730         `gnus-xmas-completing-read'.
20731         (gnus-xmas-completing-read): Removed.
20732         (gnus-xmas-open-network-stream): Removed.
20733
20734         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20735         XEmacs version.
20736
20737         * dns.el (dns-make-network-process): Use `open-network-stream'
20738         instead of `gnus-xmas-open-network-stream'.
20739
20740         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20741
20742         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20743
20744 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20745
20746         * gnus-art.el (gnus-mime-display-alternative)
20747         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20748         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20749         Don't use gnus-local-map-property.
20750
20751         * gnus-util.el (gnus-local-map-property): Remove.
20752
20753         * mm-view.el (mm-view-pkcs7-decrypt):
20754         Replace gnus-completing-read-maybe-default with completing-read.
20755
20756         * gnus-util.el (gnus-completing-read): do.
20757         (gnus-completing-read-maybe-default): Remove.
20758
20759 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20760
20761         * password.el: Only autoload `run-at-time' if not XEmacs.
20762         Only autoload the itimer functions if XEmacs.
20763
20764 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20767         XEmacsen.
20768
20769         * dgnushack.el: Autoload executable-find for XEmacs.
20770
20771 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20772
20773         * gnus-art.el (gnus-read-string): Remove.
20774         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20775         read-string.
20776
20777 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20778
20779         * netrc.el: Autoload password-read.
20780         (netrc): Add configuration group.
20781         (netrc-encoding-method, netrc-openssl-path):
20782         Add variables for encoding and decoding of files with symmetric
20783         ciphers.
20784         (netrc-encode): Add assistant function to encode a file with
20785         netrc-encoding-method.
20786         (netrc-parse): Add interactive parameter, added optional
20787         decoding if netrc-encoding-method is non-nil but otherwise
20788         behavior is standard.
20789         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20790         Do s/encode/encrypt/ everywhere.
20791
20792         * spam.el: Remove executable-find autoload.
20793
20794 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20795
20796         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20797
20798         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20799
20800 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20801
20802         * gnus-art.el (gnus-treat-ansi-sequences)
20803         (article-treat-ansi-sequences): New variable and function.
20804         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20805
20806         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20807         Use it.
20808
20809 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20810
20811         * mm-util.el (mm-quote-arg): Remove.
20812
20813         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20814         shell-quote-argument.
20815
20816         * gnus-uu.el (gnus-uu-command): do.
20817
20818         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20819
20820         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20821         with make-char.
20822
20823         * mm-util.el (mm-make-char): Remove.
20824
20825         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20826         add-minor-mode.
20827
20828         * gnus-undo.el (gnus-undo-mode): do.
20829
20830         * gnus-topic.el (gnus-topic-mode): do.
20831
20832         * gnus-sum.el (gnus-dead-summary-mode): do.
20833
20834         * gnus-start.el (gnus-slave-mode): do.
20835
20836         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20837
20838         * gnus-ml.el (gnus-mailing-list-mode): do.
20839
20840         * gnus-gl.el (gnus-grouplens-mode): do.
20841
20842         * gnus-draft.el (gnus-draft-mode): do.
20843
20844         * gnus-dired.el (gnus-dired-mode): do.
20845
20846         * gnus-ems.el (gnus-add-minor-mode): Remove.
20847
20848         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20849         Replace gnus-char-width with char-width.
20850
20851         * gnus-ems.el (gnus-char-width): Remove.
20852
20853         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20854         Replace gnus-char-width with char-width.
20855
20856         * gnus-ems.el (gnus-char-width): Remove.
20857
20858         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20859         definition.
20860         Remove Emacs 20 hash table compatibility code.
20861
20862         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20863         20 compatibility code.
20864
20865         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20866
20867         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20868
20869         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20870         Replace with point-at-{eol,bol}.
20871
20872         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20873
20874         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20875
20876         * flow-fill.el (fill-flowed-point-at-bol)
20877         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20878
20879         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20880         Replace with point-at-{eol,bol} throughout all files.
20881
20882 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20883
20884         * ntlm.el (ntlm-string-as-unibyte): New macro.
20885         (ntlm-build-auth-response): Use it.
20886
20887         Remove Emacs 20 stuff:
20888         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20889         (butlast, mapc, remove): Remove the compiler macros.
20890         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20891         of delq and copy-sequence.
20892         * gnus-art.el (popup-menu): Remove the compiler macro.
20893         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20894         Emacs 20.
20895
20896 2004-01-05  Simon Josefsson  <jas@extundo.com>
20897
20898         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20899         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20900         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20901         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20902         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20903         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20904         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20905         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20906         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20907         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20908         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20909         string-xor into ntlm-string-xor.
20910         Suggested by Jesper Harder <harder@myrealbox.com>.
20911
20912         * ntlm.el: Don't include poem.
20913
20914         * md4.el (print-int32, print-string-hexa): Remove.
20915         Suggested by Jesper Harder <harder@myrealbox.com>.
20916
20917         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20918
20919         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20920         probably breaks emacs with DL patch, but do we care? Is anyone
20921         still using the DL stuff?)
20922
20923         * sieve-manage.el: Use the password package.
20924         (sieve-manage-read-passwd): Remove.
20925         (sieve-manage-interactive-login): Use password.  Re-add
20926         condition-case around loop.
20927
20928         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20929         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20930         Use the password package.
20931
20932 2003-02-19  Simon Josefsson  <jas@extundo.com>
20933
20934         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20935         token.
20936
20937 2002-08-07  Simon Josefsson  <jas@extundo.com>
20938
20939         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20940         (sieve-manage-authenticators):
20941         (sieve-manage-authenticator-alist): Add some SASL mechs.
20942         (sieve-sasl-auth): New function.
20943         (sieve-manage-cram-md5-auth):
20944         (sieve-manage-plain-auth): Rewrite using SASL library.
20945         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20946         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20947         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20948         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20949
20950 2004-01-05  Simon Josefsson  <jas@extundo.com>
20951
20952         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20953         New files.
20954
20955 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20956
20957         * gnus-group.el (gnus-no-groups-message): Update.
20958
20959         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20960
20961 2003-11-09  Simon Josefsson  <jas@extundo.com>
20962
20963         * imap.el: Support for ID IMAP extension (RFC 2971).
20964         (imap-local-variables): Add imap-id.
20965         (imap-id): New variable.
20966         (imap-id): New function.
20967         (imap-parse-response): Parse untagged ID response.
20968         * nnimap.el (nnimap-id): New variable.
20969         (nnimap-open-connection): Use it.
20970
20971 2003-12-28  Simon Josefsson  <jas@extundo.com>
20972
20973         * gnus-score.el (gnus-score-edit-all-score): New.
20974         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20975
20976 2004-01-04  Simon Josefsson  <jas@extundo.com>
20977
20978         * password.el: Add.
20979
20980 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20981
20982         * dns.el (dns-query-types): Fix typo.
20983         (dns-query-types): New function.
20984         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20985         PTR and SOA replies, see RFC 1035.
20986
20987 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20988
20989         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20990
20991         * Move to Changelog.2.
20992
20993 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20994
20995         * gnus.el (gnus-version-number): Bump version.
20996
20997 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20998
20999         * gnus.el: No Gnus v0.1 is released.
21000
21001 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21002
21003         * gnus.el: No Gnus v0.0 is released.
21004
21005 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21006
21007         * gnus.el (gnus-version-number): Bump.
21008         (gnus-version): No.
21009
21010 See ChangeLog.2 for earlier changes.
21011
21012   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21013
21014   This file is part of GNU Emacs.
21015
21016   GNU Emacs is free software: you can redistribute it and/or modify
21017   it under the terms of the GNU General Public License as published by
21018   the Free Software Foundation, either version 3 of the License, or
21019   (at your option) any later version.
21020
21021   GNU Emacs is distributed in the hope that it will be useful,
21022   but WITHOUT ANY WARRANTY; without even the implied warranty of
21023   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21024   GNU General Public License for more details.
21025
21026   You should have received a copy of the GNU General Public License
21027   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21028
21029 ;; Local Variables:
21030 ;; coding: utf-8
21031 ;; fill-column: 79
21032 ;; add-log-time-zone-rule: t
21033 ;; End: